aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-04-07 15:08:27 +0900
committerKenichi Handa2010-04-07 15:08:27 +0900
commit64e692b56e84153d45b2c46d833dce14243f7c69 (patch)
treedb049db5995f5cfcba3db28dfeb305ef5e04157c /lib-src/ChangeLog
parent86a366f4015868f03bc8399b412ea767e9337072 (diff)
parente59c4233e20bfb2b8b50c77a42023a2473405391 (diff)
downloademacs-64e692b56e84153d45b2c46d833dce14243f7c69.tar.gz
emacs-64e692b56e84153d45b2c46d833dce14243f7c69.zip
merge trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog28
1 files changed, 20 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index caa7f3cfc80..a68629d2393 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12010-04-03 Juanma Barranquero <lekktu@gmail.com>
2
3 Add stubs for Windows, required after CVE-2010-0825 change.
4 * ntlib.c (getgid, getegid, setegid): New stubs.
5 * ntlib.h (getgid, getegid, setegid): Declare them.
6
72010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change)
8
9 * movemail.c (main): Check return values of setuid. Avoid
10 possibility of symlink attack when movemail is setgid mail
11 (CVE-2010-0825).
12
12010-03-19 Tetsurou Okazaki <okazaki@be.to> (tiny change) 132010-03-19 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2 14
3 * Makefile.in (uninstall): Handle the case where archlibdir does 15 * Makefile.in (uninstall): Handle the case where archlibdir does
@@ -3942,7 +3954,7 @@
3942 (xmalloc, fatal, error): New functions. 3954 (xmalloc, fatal, error): New functions.
3943 (delete_socket, handle_signals): New functions. 3955 (delete_socket, handle_signals): New functions.
3944 (progname, socket_name): New variables. 3956 (progname, socket_name): New variables.
3945 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. 3957 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
3946 3958
39471996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> 39591996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3948 3960
@@ -4715,9 +4727,9 @@
47151995-01-12 Francesco Potortì (pot@cnuce.cnr.it) 47271995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
4716 4728
4717 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. 4729 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
4718 (append_to_tagfile, typedefs, typedefs_and_cplusplus, 4730 (append_to_tagfile, typedefs, typedefs_and_cplusplus)
4719 constantypedefs, update, vgrind_style, no_warnings, 4731 (constantypedefs, update, vgrind_style, no_warnings)
4720 cxref_style, cplusplus, noindentypedefs): Were int, now logical. 4732 (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
4721 (permit_duplicates): Was a var, now a #define. 4733 (permit_duplicates): Was a var, now a #define.
4722 (filename_lb): Was global, now local to main. 4734 (filename_lb): Was global, now local to main.
4723 (main): Open the tag file when in cxref mode. 4735 (main): Open the tag file when in cxref mode.
@@ -4736,8 +4748,8 @@
4736 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. 4748 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
4737 (C_entries): nameb and savenameb deleted. Use dinamic allocation. 4749 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
4738 (pfcnt): Deleted. Users updated. 4750 (pfcnt): Deleted. Users updated.
4739 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, 4751 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
4740 TEX_getit, prolog_getit): Use dinamic allocation for storing 4752 (TEX_getit, prolog_getit): Use dinamic allocation for storing
4741 the tag instead of a fixed size buffer. 4753 the tag instead of a fixed size buffer.
4742 4754
47431995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 47551995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -6662,8 +6674,8 @@
66621990-01-19 David Lawrence (tale@cocoa-puffs) 66741990-01-19 David Lawrence (tale@cocoa-puffs)
6663 6675
6664 * timer.c, getdate.y (new files) and Makefile: 6676 * timer.c, getdate.y (new files) and Makefile:
6665 Sub-process support for run-at-time in timer.el. 6677 Sub-process support for run-at-time in timer.el.
6666 Doesn't yet work correctly for USG. 6678 Doesn't yet work correctly for USG.
6667 6679
66681990-01-10 Jim Kingdon (kingdon@pogo) 66801990-01-10 Jim Kingdon (kingdon@pogo)
6669 6681