{
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? */
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.
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'