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:
authorAlexandre Oliva <aoliva@redhat.com>2000-03-08 06:46:01 +0300
committerAlexandre Oliva <aoliva@redhat.com>2000-03-08 06:46:01 +0300
commit85dd2e5b73ef28bac042360f93733d9b4728c4ac (patch)
treedffcfb442d1efe39cac1e56f68e8836e727ee659 /newlib/ChangeLog
parentc505305855a5c7c999c7adfa0271436b3ff6ee55 (diff)
* libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
(CHEWOUT_FILES): Added swab.def. * libc/string/Makefile.in: Rebuilt. * libc/string/string.tex: Include swab.def. * libc/include/string.h (swab): Declare. * libc/string/swab.c: New file.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 656fcbbd2..cf16f1d77 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+Wed Mar 8 00:43:07 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
+ (CHEWOUT_FILES): Added swab.def.
+ * libc/string/Makefile.in: Rebuilt.
+ * libc/string/string.tex: Include swab.def.
+ * libc/include/string.h (swab): Declare.
+ * libc/string/swab.c: New file.
+
Wed Mar 8 00:38:35 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.