aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-15 17:35:20 -0800
committerPaul Eggert2011-02-15 17:35:20 -0800
commit0ca2f89e09202a02f392c1defba2105b69c01419 (patch)
treed76aed3e54b4e2c514a9057cd9176a606f6d0402 /ChangeLog
parent976e1fab21d225a89c029d1250470af02ef999b3 (diff)
parent1f5d53eb532df40b6c41d25a8b1eaf4ccf69d518 (diff)
downloademacs-0ca2f89e09202a02f392c1defba2105b69c01419.tar.gz
emacs-0ca2f89e09202a02f392c1defba2105b69c01419.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20083294875..6d4f6e042e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
12011-02-16 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
12011-02-15 Paul Eggert <eggert@cs.ucla.edu> 222011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2 23
3 Merge from proposed getloadavg simplifications in gnulib. 24 Merge from proposed getloadavg simplifications in gnulib.