Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bf82bac48..d8b75b104 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2002-10-20 Christopher Faylor <cgf@redhat.com>
+
+ Rename _kill() to kill() throughout. Rename _raise() to raise()
+ throughout. Rename _pid() to pid() throughout.
+ * Makefile.in: Compile some objects with -fomit-frame-pointer.
+ * cygwin.din: Reverse aliasing for _kill.
+ * syscalls.cc (_getpid_r): New function, implemented for newlib
+ compatibility.
+
+ * shared.cc (open_shared): Remove reserving of memory since previous
+ change eliminate the need for this hack.
+
+
2002-10-19 Christopher Faylor <cgf@redhat.com>
* fork.cc (fork_child): Move pinfo fixup later to attempt some minor