diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a08ac71f81..23bdde2f9e1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-07-14 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and | ||
| 4 | ymalloc. | ||
| 5 | |||
| 6 | * etags.c (xmalloc, xrealloc): Make externally visible, for use | ||
| 7 | by alloca.o. | ||
| 8 | |||
| 9 | * Makefile.in (alloca.o): Add -Demacs so that alloca will use | ||
| 10 | xmalloc. | ||
| 11 | |||
| 1 | 2000-07-10 Gerd Moellmann <gerd@gnu.org> | 12 | 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * ebrowse.c (yylex): Accept string literals with newlines in them. | 14 | * ebrowse.c (yylex): Accept string literals with newlines in them. |