aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2d4a21e973..65a49bae1dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3553,7 +3553,7 @@
3553 Use xputenv instead of setenv or putenv, to detect memory exhaustion. 3553 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
3554 * editfns.c (initial_tz): Move static var decl up. 3554 * editfns.c (initial_tz): Move static var decl up.
3555 (tzvalbuf_in_environ): New static var. 3555 (tzvalbuf_in_environ): New static var.
3556 (init_editfns): Initialize these two static vars. 3556 (init_editfns): Initialize these two static vars.
3557 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width. 3557 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
3558 Save old TZ value on stack, if it's small. 3558 Save old TZ value on stack, if it's small.
3559 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly; 3559 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
@@ -3832,7 +3832,7 @@
3832 Use execve to avoid need to munge environ (Bug#13054). 3832 Use execve to avoid need to munge environ (Bug#13054).
3833 * callproc.c (Fcall_process): 3833 * callproc.c (Fcall_process):
3834 * process.c (create_process): 3834 * process.c (create_process):
3835 Don't save and restore environ; no longer needed. 3835 Don't save and restore environ; no longer needed.
3836 * callproc.c (child_setup): 3836 * callproc.c (child_setup):
3837 Use execve, not execvp, to preserve environ. 3837 Use execve, not execvp, to preserve environ.
3838 3838