diff options
| author | Paul Eggert | 2011-02-07 23:05:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-07 23:05:03 -0800 |
| commit | 79ab4b7f0e69ac1d76186346c33187b1fb02ff02 (patch) | |
| tree | 38948150fa2119df0765c9004a27011caa9f3f50 /ChangeLog | |
| parent | 226590f8d1247314abf913cc1bc77621f8a5bca9 (diff) | |
| download | emacs-79ab4b7f0e69ac1d76186346c33187b1fb02ff02.tar.gz emacs-79ab4b7f0e69ac1d76186346c33187b1fb02ff02.zip | |
Import getloadavg module from gnulib.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -1,3 +1,24 @@ | |||
| 1 | 2011-02-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Import getloadavg module from gnulib. | ||
| 4 | * .bzrignore: Add lib/stdlib.h. | ||
| 5 | * Makefile.in (GNULIB_MODULES): Add getloadavg. | ||
| 6 | * admin/notes/copyright: Remove src/getloadavg.c as a special case. | ||
| 7 | * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this. | ||
| 8 | (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES): | ||
| 9 | Remove; gnulib does this now. | ||
| 10 | * lib/getloadavg.c: Rename from src/getloadavg.c, and sync | ||
| 11 | from gnulib. This adds support for several other systems, such | ||
| 12 | as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential | ||
| 13 | buffer overrun on Linux hosts under very high load, and on hosts | ||
| 14 | that maintain a channel to the load average file it makes sure | ||
| 15 | the file descriptor is close-on-exec (on hosts that support this) | ||
| 16 | and is not stdin, stdout, or stderr. | ||
| 17 | * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files, | ||
| 18 | from gnulib. | ||
| 19 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: | ||
| 20 | * src/config.in: Regenerate. | ||
| 21 | |||
| 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | 22 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 23 | ||
| 3 | gnulib: allow multiple gnulib generated replacements to coexist | 24 | gnulib: allow multiple gnulib generated replacements to coexist |