diff options
| author | Joakim Verona | 2012-12-08 18:26:49 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-08 18:26:49 +0100 |
| commit | bf2e04d89c5b9a6aedfce2e55b001bc3e2b2deda (patch) | |
| tree | dbd1f92e1bfa1b9d1f3073972cc5dd0ce3440538 /admin | |
| parent | 64fde7a1daeff88ff057f43979fe8fa18094bd82 (diff) | |
| parent | 5745a7df2b4abe06d032820f6ec7ddbac9ad5028 (diff) | |
| download | emacs-bf2e04d89c5b9a6aedfce2e55b001bc3e2b2deda.tar.gz emacs-bf2e04d89c5b9a6aedfce2e55b001bc3e2b2deda.zip | |
auto upstream
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 3 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 81d85f8f24c..9c6413aa14f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use putenv+unsetenv instead of modifying environ directly (Bug#13070). | ||
| 4 | * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv. | ||
| 5 | |||
| 3 | Simplify get_lim_data. | 6 | Simplify get_lim_data. |
| 4 | * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove. | 7 | * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove. |
| 5 | 8 | ||
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 75e7ec6b000..1f60bb2973e 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -31,10 +31,10 @@ GNULIB_MODULES=' | |||
| 31 | dtoastr dtotimespec dup2 environ execinfo faccessat | 31 | dtoastr dtotimespec dup2 environ execinfo faccessat |
| 32 | fcntl-h filemode getloadavg getopt-gnu gettime gettimeofday | 32 | fcntl-h filemode getloadavg getopt-gnu gettime gettimeofday |
| 33 | ignore-value intprops largefile lstat | 33 | ignore-value intprops largefile lstat |
| 34 | manywarnings mktime pselect pthread_sigmask readlink | 34 | manywarnings mktime pselect pthread_sigmask putenv readlink |
| 35 | sig2str socklen stat-time stdalign stdarg stdbool stdio | 35 | sig2str socklen stat-time stdalign stdarg stdbool stdio |
| 36 | strftime strtoimax strtoumax symlink sys_stat | 36 | strftime strtoimax strtoumax symlink sys_stat |
| 37 | sys_time time timer-time timespec-add timespec-sub utimens | 37 | sys_time time timer-time timespec-add timespec-sub unsetenv utimens |
| 38 | warnings | 38 | warnings |
| 39 | ' | 39 | ' |
| 40 | 40 | ||