comparison lib/ChangeLog @ 2933:93cfa4823cc6

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 28 Oct 2000 08:22:17 +0000
parents 0b76e60a5ddb
children b76fcd54eebb
comparison
equal deleted inserted replaced
2932:e422838277f4 2933:93cfa4823cc6
1 2000-10-28 Jim Meyering <meyering@lucent.com> 1 2000-10-28 Jim Meyering <meyering@lucent.com>
2
3 * memchr.c: Update from libc.
4 Adjust for portability:
5 [HAVE_STDLIB_H]: Include stdlib.h.
6 [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
7 Undef __memchr, too.
8 [!weak_alias]: Define __memchr to memchr.
2 9
3 * regex.c: Update from libc. 10 * regex.c: Update from libc.
4 * regex.h: Likewise. 11 * regex.h: Likewise.
5 * getopt1.c: Likewise. 12 * getopt1.c: Likewise.
6 13