From: Jim Meyering Date: Thu, 1 Jun 1995 14:12:51 +0000 (+0000) Subject: merge with 1.11.5 X-Git-Tag: textutils-1_12_1~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85bf8c2e1c017936d7f311f65c5c0fcae12c65f9;p=thirdparty%2Fcoreutils.git merge with 1.11.5 --- diff --git a/lib/regex.c b/lib/regex.c index abe92ac8b7..f7e0917b05 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -2756,7 +2756,7 @@ at_endline_loc_p (p, pend, syntax) { const char *next = p; boolean next_backslash = *next == '\\'; - const char *next_next = p + 1 < pend ? p + 1 : NULL; + const char *next_next = p + 1 < pend ? p + 1 : 0; return /* Before a subexpression? */ diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5778dce6a6..a4a9f75171 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -15,8 +15,6 @@ Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com) Thu May 25 00:06:50 1995 Jim Meyering (meyering@comco.com) - * Version 1.11.4. - * tail.c (tail_lines): Change one more `long' to `off_t'. Otherwise, tail didn't work on NetBSD. From by Arne H. Juul. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 391c193391..7bc4fbf437 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ User-visible changes in release 1.12 +* all --help messages have been improved * join's -a1 and -a2 options work * tr '[:upper:]' '[:lower:]' no longer reads uninitialized memory * sort properly handles command line arguments like `+7.2n'