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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-08-30 03:53:06 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-08-30 03:53:06 +0400
commitcd45f029c215eec23cce1916b9778383b01ff521 (patch)
treed3baa6e2700b9bc4a4bf5fcb3c866853f7277598 /newlib/ChangeLog
parent3c6891852a6cc252d10cb452f0445b588765a3ba (diff)
* libc/sys/linux/argp: New directory.
* libc/sys/linux/getopt.c: New file. * libc/sys/linux/getopt1.c: New file. * libc/sys/linux/getoptlong.c: Remove file. * libc/sys/linux/include/argp.h: New file. * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB, based on ELIX level. (SUBDIRS): Add argp_dir. (SUBLIBS): Add ARGP_LIB. (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove getopt_long.$(oext). * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index af057a72a..9d409f21b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,18 @@
+2002-08-29 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * libc/sys/linux/argp: New directory.
+ * libc/sys/linux/getopt.c: New file.
+ * libc/sys/linux/getopt1.c: New file.
+ * libc/sys/linux/getoptlong.c: Remove file.
+ * libc/sys/linux/include/argp.h: New file.
+ * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB,
+ based on ELIX level.
+ (SUBDIRS): Add argp_dir.
+ (SUBLIBS): Add ARGP_LIB.
+ (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove
+ getopt_long.$(oext).
+ * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
+
2002-08-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/libc.texinfo: Add node reference to wide-character strings.