]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
[gnu-emacs] / src / ChangeLog
index 0947598060b61e87b309be4931e50b799c575de5..3775c318bd76ca5a82fe7b85dc343b8be04a3bb4 100644 (file)
@@ -1,3 +1,22 @@
+2000-06-21  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. 
+
+2000-06-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * syntax.c (back_comment): Simplify string-parity counting (with
+       the added benefit of handling multiple string-styles as long as
+       they are not intertwined).
+       Jump to the slow code as soon as a comment starter is found in
+       a "string_lossage" position.  Fixes the case:  " /* " /* " */.
+
+2000-06-21  Dave Love  <fx@gnu.org>
+
+       * Makefile.in: Use GETLOADAVG_LIBS.
+
+       * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
+       _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
+
 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
 
        * syntax.c (describe_syntax): Recognize the `n'estable bit.