From 3dbdcab168f65300c60f829b733ef6df11cf41dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Feb 1996 14:37:47 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 89cbdf1174..1a501685b6 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ + * date.c (batch_convert): Declare BUFLEN local to be of type size_t, + not int. + + * expr.c (docolon): Set re_syntax_options to RE_SYNTAX_POSIX_BASIC + so expr's pattern matching uses BASIC (not GNU-extended) REs. + + * who-users.c (print_entry): Use strchr, not index. + + * canon-host.c [HAVE_SYS_SOCKET_H]: Include for + definition of AF_INET on at least SunOS. + Tue Feb 13 23:49:16 1996 Jim Meyering (meyering@na-net.ornl.gov) * who-users.c (main): When failing because there were -- 2.47.2