aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-01-29 22:40:50 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-01-29 22:40:50 +0000
commit3aaa66f813d099dbb04e637459e168800d231aa3 (patch)
treee414ca81677237109cb042c9a3c907496893f59d /newlib/ChangeLog
parent2f3ea37bc8710a775cc1174c496c7fa559f95cdd (diff)
downloadnewlib-3aaa66f813d099dbb04e637459e168800d231aa3.zip
newlib-3aaa66f813d099dbb04e637459e168800d231aa3.tar.gz
newlib-3aaa66f813d099dbb04e637459e168800d231aa3.tar.bz2
2001-01-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (signgam): Change to errno-like solution using a function to return the address of the real signgam. * libc/reent/signgam.c: New file containing __signgam(). * libc/reent/Makefile.am: Added signgam.c to list of files. * libc/reent/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0e05f7e..994eee9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-29 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/math.h (signgam): Change to errno-like solution
+ using a function to return the address of the real signgam.
+ * libc/reent/signgam.c: New file containing __signgam().
+ * libc/reent/Makefile.am: Added signgam.c to list of files.
+ * libc/reent/Makefile.in: Regenerated.
+
2001-01-25 Alexandre Oliva <aoliva@redhat.com>
* libc/sys/sh/syscalls.c (_times): New.