summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:56:54 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:56:54 +0000
commit81a1002dd5a3c77e4aae5c62cba477fd6c084fbb (patch)
treeee5b26ff1ecbb290df76a03bc370d0a14b433349 /ChangeLog
parentabc5ac20ece7a07ef1840ed0ec5287ad34443c6a (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac232f477d..5a7bbbeb47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2005-01-27 Jakub Jelinek <jakub@redhat.com>
+
+ * posix/execvp.c: Include stdbool.h.
+
+2005-01-22 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
+ pointer option.
+ * stdlib/Makefile (CFLAGS-system.os): Use this instead of
+ CFLAGS-system.c for frame pointer option.
+
+2005-01-20 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/execl.c: Do not allocate potentially large buffers on the
+ stack.
+ * posix/execle.c: Likewise.
+ * posix/execlp.c: Likewise.
+ * posix/execlp.c: Likewise.
+ (script_execute): Removed.
+ (allocate_scripts_argv): New function. Called at most once to
+ allocate memory, not every time a script is run. Adjust caller.
+
+ * sysdeps/generic/wordexp.c (exec_comm): Add a few
+ TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls to
+ exec_comm_child.
+ (exec_comm_child): Can now be inlined.
+
+ * posix/Makefile: Add -fomit-frame-pointer for a few more files.
+ * stdlib/Makefile: Likewise.
+
2005-01-19 Roland McGrath <roland@redhat.com>
[BZ #681]