1 rizwank 1.1 1998-10-20 Markku Rossi <mtr@ngs.fi>
2
3 * strerror.c: Removed the inclusion of `stdio.h'.
4
5 * regex.c: On Apple environment, add __private_extern__ before
6 symbols that conflict with the system's libc.
7
8 1998-06-25 Markku Rossi <mtr@ngs.fi>
9
10 * Makefile.am: Added strtoul() replacement. The source files
11 strto{u,}l.c are borrowed from the glibc-2.0.
12
13 Wed Aug 27 15:21:56 1997 Markku Rossi <mtr@ngs.fi>
14
15 * regex.c (re_set_character_syntax): New function to modify the
16 character syntax table.
17
18 Thu Jul 3 14:12:13 1997 Markku Rossi <mtr@ngs.fi>
19
20 * Updated regex.{c,h} and getopt*.{c,h} files to the latest
21 versions found from GNU libc.
22 rizwank 1.1
23 Thu Jan 23 11:57:59 1997 Markku Rossi <mtr@ngs.fi>
24
25 * Makefile.am: Added memmove and memcpy replacements (from
26 textutils).
27
28 Mon May 6 09:02:09 1996 Markku Rossi <mtr@ngs.fi>
29
30 * Makefile.am (EXTRA_DIST): Added EXTRA_DIST files to the
31 distribution.
32
33 Thu Mar 14 08:48:45 1996 Markku Rossi <mtr@ngs.fi>
34
35 * Created this file.
|