3 * setting the date now works properly, even when using -u
4 * `date -f - < /dev/null' no longer dumps core
5 * some DOS/Windows portability changes
7 * `date -d DATE' now parses certain relative DATEs correctly
9 * fixed a bug introduced in 2.0h that made many programs fail with a
10 `write error' when invoked with the --version option
12 * all programs fail when printing --help or --version output to a full device
13 * printf exits nonzero upon write failure
14 * yes now detects and terminates upon write failure
15 * date --rfc-822 now always emits day and month names from the `C' locale
16 * portability tweaks for Solaris8, Ultrix, and DOS
18 * date now handles two-digit years with leading zeros correctly.
19 * printf interprets unicode, \uNNNN \UNNNNNNNN, on systems with the
20 required support; from Bruno Haible.
21 * stty's rprnt attribute now works on HPUX 10.20
22 * seq's --equal-width option works more portably
24 * fix build problems with ut_name vs. ut_user
26 * stty: fix long-standing bug that caused test failures on at least HPUX
27 systems when COLUMNS was set to zero
28 * still more portability fixes
29 * unified lib/: now that directory and most of the configuration framework
30 is common between fileutils, textutils, and sh-utils
32 * fix portability problem with sleep vs lib/strtod.c's requirement for -lm
34 * fix portability problems with nanosleep.c and with the new code in sleep.c
36 * Regenerate lib/Makefile.in so that nanosleep.c is distributed.
38 * sleep accepts floating point arguments on command line
39 * sleep's clock continues counting down when sleep is suspended
40 * when a suspended sleep process is resumed, it continues sleeping if
41 there is any time remaining
42 * who once again prints whatever host information it has, even without --lookup
43 Changes in release 2.0
44 * disable stty tests (otherwise they fail) when `make check' is run via rsh
46 * false and true now ignore --help and --version when POSIXLY_CORRECT is set
48 * false and true are now C programs rather than shell scripts
50 * fix typos in my version of AC_SEARCH_LIBS.
51 * fix dates on config files so builders don't need autoconf/automake
53 * work around problems with my use of AC_SEARCH_LIBS
56 * portability tweaks for lib/readutmp.[ch] and src/date.c
58 * seq with no arguments now elicits a useful diagnostic rather than a segfault
59 * portability tweaks to work around utmpname differences
60 * who works on Solaris
62 * factor now uses uintmax_t, so the largest number it can factor is now 2^64 - 1
63 on systems with type `long long'.
64 * nohup no longer modifies the shell's search path
65 * `basename /' now prints `/', per the single unix spec
66 * `who --lookup' no longer erroneously reports `localhost' for IP addresses
67 for which it could not do a reverse lookup.
68 * `id user' wouldn't report a group id in some situations. Now it always does.
70 * chroot now calls chdir ("/") after chroot.
71 * `date -s' now exits with nonzero status upon failure
72 * new autoconf tests detect bugs in vendor mktime from Irix-6.4 and SunOS4.1.4
73 Your executables will be a little larger on such systems because you'll use
74 GNU's mktime function, but date will work more reliably.
76 * `yes --help' and `yes --version' print those strings when the POSIXLY_CORRECT
77 environment variable is set
78 * who no longer does DNS lookups by default -- the new option, --lookup (-l),
81 * pinky: new lightweight finger-style program
83 * the groups script now exits non-zero and doesn't print anything more
86 * date -u -d DATE now prints the correct date
87 * don't remove already-installed su unless it is possible to install the
91 * expr accepts new unary operator, quote.
92 * expr now returns 0 for failed matches where pattern contained e.g., `\\('
93 * date -d DATE now works on Unicos systems
94 * add tests for factor and more for date.
95 * factor runs a lot faster for large 64-bit inputs
96 * date works with relative offsets involving the `next' keyword
98 Changes in release 1.16
99 * stty -tabs works properly
101 * date --date "02/29/1996 - 1 year" now works properly
103 Changes in release 1.15
104 * nice works with very recently-changed GNU libc getopt
105 * fix several bugs in m4 macros used to create `configure' script
106 * id works on systems with disfunctional getgroups function
107 * uptime configure test detects /proc/uptime on Linux
109 Changes in release 1.14
110 * fix bug in getdate.y that broke date's --date=DATE option on systems
112 * expr treats unadorned ? and + as literals. To make expr treat them as
113 operators you have to use \? and \+.
115 Changes in release 1.13
116 * two patches for ISC
117 * Regenerate all Makefile.in using a patched version of automake-1.1l.
119 * lots of little bug fixes -- see ChangeLog
121 * uname --processor (-p) works on systems that have sysinfo and define
123 * stty works better on systems like i386-pc-isc3.0
124 * date --date=DATE accepts dates like those in an RCS log listing, e.g.,
125 `1992/11/01 05:44:34'.
126 * printf now warns if excess arguments are ignored.
127 * tee no longer fails immediately upon receipt of SIGPIPE
129 * running `make check' runs tests of nice
130 * lots of configuration-related improvements
131 * nice allows `+' in options like -+8 and -+13.
132 * when matching, expr warns about non-portability when the first character
133 of the basic regular expression is `^'
134 * `id user' no longer prints bogus group list
135 * uses automake-generated Makefile templates
136 * date accepts new %V format
137 * date's %U and %W formats work properly
138 * nice option handling works with 2-digit old-style-option adjustments.
139 Now, `nice -18 -- nice' prints `18'. Before it printed `8'.
140 * internationalized diagnostic messages
141 * `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001.
142 * New programs: chroot, factor, seq, uptime.
143 * date accepts new option: --rfc-822 (-R)
144 * date accepts new format, %z, for RFC-822 style numeric timezone (-0500)
145 * date: fix bugs in the handling of date -u +'%s %Z'.
146 * date accepts new option --reference=FILE (-r FILE) analogous to the
147 like-named touch option.
148 * date can now format dates up to and including ones in the year 2037
149 User visible changes in release 1.12
151 User visible changes in release 1.11
152 * date accepts new option: (-f) --file=DATEFILE
153 * skeletal texinfo documentation (mainly just the `invoking' nodes)
154 * `stty werase ^W' works. Before, werase wasn't enabled for AIX-3.2.5.
155 * su with no arguments works properly
156 * nice accepts options like `--5' (this is interpreted like `-n -5')
157 * nice now interprets `-1 -1' like `-1' not like `-11'
158 * `stty speed' and `stty size' no longer output a spurious newline
159 User visible changes in release 1.10
160 * change package name from shellutils to sh-utils
161 * add hostname, pwd, and users commands
162 * --version outputs the name of the utility as well as the package name
164 * Configure properly determines options for stty on SCO ODT 3.0 systems.
165 * `date -d' works better. Before, `date -d '4apr94'' produced
166 `Sun Apr 3 23:00:00 CDT 1994'.
167 User visible changes in release 1.9.4
168 * Repair stty option handling.
169 User visible changes in release 1.9.3
170 * `stty -a -g' gets a diagnostic
171 * `stty {-a|-g} any-other-argument' gets a diagnostic
172 * stty no longer ignores some of its arguments
173 * basename and dirname no longer treat `--' specially
174 * `basename -- file.c .c' generates a usage error. Before, it output `file'.
175 * `basename file-dist -dist' outputs `file'. Before it output `file-dist'.
176 * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work.
177 Before, with the default settings ^Z did nothing.
178 * stty no longer gives an error message when it finds a spurious difference
179 (due to buggy tcgetattr/tcsetattr) between requested and current tty
180 modes under SunOS 4.1.x.
181 * stty no longer fails if the ioctl to determine the display width fails
182 when displaying settings.
183 * stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail.
184 * who and tee no longer fail gratuitously when continued after an
185 interrupted read or write system call.
186 * date accepts new format: %s time in seconds since 1970-01-01 00:00:00 UCT
187 * date -d can parse dates like `11-JUL-1991'
188 * expr '' == 0 works (before, it printed 1)
189 * stty no longer fails on telnet sessions to Solaris systems
190 * `cd /etc; who utmp' now works. Before, any filename argument had to be
191 absolute or relative to /dev.
193 User visible changes in release 1.9.2:
194 * who output is better formatted on Solaris and other SysVr4 systems
195 * fix a minor problem in formatting the output from `stty -a'
196 * yes with arguments outputs newlines again
197 * partial stty failures are reported
199 Major changes in release 1.9.1:
200 * stty can be built on Suns again
201 * minor fix for who -q
203 Major changes in release 1.9:
204 * su fails gracefully when getpass is unable to open /dev/tty.
205 * printenv and tty detect and report write errors
207 * stty accepts the new options status and flush on systems that provide them
208 * `expr 1 / 0' gives an error message rather than trying to divide by zero
209 * expr's `substr' doesn't overrun malloc'd buffer
210 * expr recognizes the string `0' as zero
211 * better support for Linux, Dec Alpha, and SGI Irix
212 * all programs (even true and false) accept --version and --help options
213 * uname's --version option is no longer equivalent to its -v option
214 * configure uses config.h, so DEFS won't exceed preprocessor limits of
215 some compilers on the number of symbols defined via -D.
216 * work around problem where $(srcdir)/config.h was used instead of
217 ../config.h -- this happened only when building in a subdirectory
218 and when config.h remained in $(srcdir) from a previous ./configure.
219 * make may be run from the subdirectories
221 Major changes in release 1.8:
223 * fix some incorrect warnings in pathchk
224 * look at the right utmp file on 386BSD
225 * date doesn't dump core on some systems now
227 Major changes in release 1.7:
228 * add su, who, true, false commands
229 * add more tests to expr
230 * fix printf program handling of \ escapes
231 * printf can re-use format string for multiple groups of arguments
232 * printf catches numeric conversion errors with an ANSI C library
233 * stty nl and -nl were backwards
234 * date can format an arbitrary date without setting it