summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog72
1 files changed, 70 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 584ec076fe..e503b3ff5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+1997-03-09 06:59 Ulrich Drepper <drepper@cygnus.com>
+
+ * Makeconfig: Add ASFLAGS-% flags for SPARC assembler which need
+ -fPIC.
+ * Makerules (compile.S): Use ASFLAGS-%.
+ (COMPILE.S): Likewise.
+ * config.make.in (ASFLAGS-.so): Define from ASFLAGS_SO.
+ * configure.in: Substitute ASFLAGS_SO.
+ * sysdeps/sparc/configure.in: New file.
+
+ * posix/unitstd.h: Add prototype for __euidaccess.
+ * sysdeps/posix/euidaccess.c: Define as __euidaccess and make
+ euidaccess weak alias.
+ * sysdeps/stubs/euidaccess.c: Likewise.
+ * inet/rcmd.c: Use __ protected versions of non-standard functions.
+
+ * locale/setlocale.c (setlocale): Don't set usage_count to
+ MAX_USAGE_COUNT if it already has this value.
+
+ * locale/programs/localedef.c: Don't use LOCALE_PATH to find
+ binary locale files. Use LOCALEDIR only.
+ * locale/programs/locfile.c: When named file not found and not
+ absolute use path in I18NPATH.
+
+ * stdlib/Makefile (headers): Add inttypes.h.
+
+ * sysdpes/generic/socketbits.h: Add PF_FILE as synonym for PF_LOCAL
+ and AF_FILE as synonym for AF_LOCAL.
+ * sysdpes/unix/sysv/linux/socketbits.h: Likewise.
+
+ * time/Makefile: Rewrite rules for test to handle parallel builds.
+
+1997-03-09 05:26 Ulrich Drepper <drepper@cygnus.com>
+
+ * manual/startup.texi (EXIT_FAILURE): Fix typo. Patch by
+ robbe@orcus.priv.at.
+
+1997-03-09 05:10 Edward Seidl <seidl@janed.com>
+
+ * sysdeps/i386/elf/start.S (nofini): *Really* align stack to
+ 8-byte boundary.
+
+1997-03-09 01:48 Ulrich Drepper <drepper@cygnus.com>
+
+ * elf/link.h: Define __need_NULL to get definition. Include
+ <features.h>.
+ Patch by Andreas Jaeger <aj@arthur.pfalz.de>.
+
+1997-03-08 21:48 Thorsten Kukuk <kukuk@tk.uni-paderborn.de>
+
+ Rewrite NIS code to allow empty keys.
+ * nis/nss_nis/nis-ethers.c: Rewritten.
+ * nis/nss_nis/nis-proto.c: Rewritten.
+ * nis/nss_nis/nis-publickey.c: Rewritten.
+ * nis/nss_nis/nis-rpc.c: Rewritten.
+ * nis/nss_nis/nis-service.c: Rewritten.
+
+1997-03-08 16:02 Andreas Jaeger <aj@arthur.pfalz.de>
+
+ * time/scheck.c (scheck): Add extra const to second argument.
+
+ * time/private.h: Correct prototypes to match definition.
+
+1997-03-08 18:55 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/alpha/__math.h: Remove cabs inline definition.
+ Reported by Philip Blundell <pjb27@cam.ac.uk>.
+
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
@@ -145,14 +213,14 @@
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
- Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
+ Reported by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
- Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
+ Bug report by Andreas Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>