]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 13:09:31 +0000 (13:09 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 13:09:31 +0000 (13:09 +0000)
old/textutils/ChangeLog

index 776e81ca83c2555c7a2d1cf5388e3d674af5721e..69689866cd5faf15595c340af637518e0b0207b3 100644 (file)
@@ -15,9 +15,9 @@
 
 2000-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * src/cat.c (MAX_LINE_BUF): Fixed size of line number buffer to
-       prevent buffer overrun.  Replaced raw value by #define.
-       (next_line_num): Fixed (now academic) possible line buffer overrun.
+       * src/cat.c (MAX_LINE_BUF): Fixed size of line number buffer to
+       prevent buffer overrun.  Replaced raw value by #define.
+       (next_line_num): Fixed (now academic) possible line buffer overrun.
 
 2000-09-07  Jim Meyering  <meyering@lucent.com>
 
 
 1998-02-16  Jim Meyering  <meyering@eng.ascend.com>
 
-        * configure.in (jm_FUNC_LSTAT): Use it.
-        (jm_FUNC_STAT): Use it.
+       * configure.in (jm_FUNC_LSTAT): Use it.
+       (jm_FUNC_STAT): Use it.
        * lib/Makefile.am (EXTRA_DIST): Add lstat.c and stat.c.
 
 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
 
 1998-01-30  Paul Eggert  <eggert@twinsun.com>
 
-        * configure.in (AC_LFS): Put before anything that can affect or use
-        CPPFLAGS, LDFLAGS, or LIBS.
+       * configure.in (AC_LFS): Put before anything that can affect or use
+       CPPFLAGS, LDFLAGS, or LIBS.
 
 1998-01-25  Jim Meyering  <meyering@na-net.ornl.gov>