]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Restore inadvertently-changed non-ASCII character.
[gnu-emacs] / lib-src / ChangeLog
index 4b90e42f36697c9c619a0591575d1ce679791bb9..23bdde2f9e15963f83fb6b99ee1e7765de7b3f95 100644 (file)
@@ -1,4 +1,71 @@
-2000-03-19  Dave Love  <fx@gnu.org>
+2000-07-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
+       ymalloc.
+
+       * etags.c (xmalloc, xrealloc): Make externally visible, for use
+       by alloca.o.
+
+       * Makefile.in (alloca.o): Add -Demacs so that alloca will use
+       xmalloc.
+
+2000-07-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (yylex): Accept string literals with newlines in them.
+       (process_pp_line): Handle case of string literal with newline
+       in it in replacement text, which counts as continuing the
+       replacement text in GNU C.
+
+2000-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (token_string): Add missing tokens.
+       (parm_list): Handle case of qualified pointers.
+
+2000-06-23  Dave Love  <fx@gnu.org>
+
+       * ebrowse.c: Move config.h before other includes (which may use
+       feature tests).
+
+2000-06-14  Jim Meyering  <meyering@lucent.com>
+
+       * grep-changelog: Fix typos in comments.  Remove trailing blanks.
+
+2000-06-11  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt: Add targets for ebrowse.
+
+       * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
+       compare filenames.
+
+2000-06-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (ymalloc): Renamed from xmalloc.
+       (yrealloc): Renamed from xrealloc.
+
+2000-05-21  Dave Love  <fx@gnu.org>
+
+       * movemail.c: Include config.h, not ../src/config.h.
+       (Errmsg): Bump length.
+
+       * pop.c (ERROR_MAX): Increase to 160.
+
+2000-05-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
+
+2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
+       to semi-colon.
+       (FILENAME_EQ): New macro, for comparing file names.
+       (add_member_decl, add_global_decl, add_member_defn): Use
+       FILENAME_EQ.
+       (process_file): Don't assume that fread always reads as many bytes
+       as it was told to (DOS-style CR-LF text files fail this logic).
+       (open_file): Allocate enough space for path->path plus the file
+       name and the slash.
+
+2000-04-19  Dave Love  <fx@gnu.org>
 
        * etags.c (Texinfo_functions): New function.
        (lang_names): Install it.