1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-04 12:05:23 +02:00
Files
coreutils/old/sh-utils/NEWS

233 lines
10 KiB
Plaintext
Raw Normal View History

1999-11-28 19:56:38 +00:00
Changes in release 2.1
2000-07-09 15:32:47 +00:00
[2.0k]
2000-07-19 21:01:16 +00:00
* `date -f - < /dev/null' no longer dumps core
2000-05-09 11:00:13 +00:00
[2.0j]
2000-06-15 12:43:28 +00:00
* `date -d DATE' now parses certain relative DATEs correctly
2000-05-08 12:01:46 +00:00
[2.0i]
* fixed a bug introduced in 2.0h that made many programs fail with a
`write error' when invoked with the --version option
2000-04-09 07:35:39 +00:00
[2.0h]
2000-05-07 15:02:30 +00:00
* all programs fail when printing --help or --version output to a full device
2000-05-05 21:42:20 +00:00
* printf exits nonzero upon write failure
2000-04-30 16:20:57 +00:00
* yes now detects and terminates upon write failure
2000-04-09 07:35:39 +00:00
* date --rfc-822 now always emits day and month names from the `C' locale
* portability tweaks for Solaris8, Ultrix, and DOS
2000-03-01 12:50:28 +00:00
[2.0g]
2000-03-25 21:18:57 +00:00
* date now handles two-digit years with leading zeros correctly.
2000-03-05 10:39:33 +00:00
* printf interprets unicode, \uNNNN \UNNNNNNNN, on systems with the
required support; from Bruno Haible.
2000-03-05 10:39:50 +00:00
* stty's rprnt attribute now works on HPUX 10.20
2000-03-01 12:50:28 +00:00
* seq's --equal-width option works more portably
2000-02-05 09:17:15 +00:00
[2.0f]
* fix build problems with ut_name vs. ut_user
2000-01-22 13:15:39 +00:00
[2.0e]
2000-01-30 12:21:37 +00:00
* stty: fix long-standing bug that caused test failures on at least HPUX
systems when COLUMNS was set to zero
2000-01-22 13:15:39 +00:00
* still more portability fixes
2000-01-30 11:57:08 +00:00
* unified lib/: now that directory and most of the configuration framework
is common between fileutils, textutils, and sh-utils
2000-01-10 11:53:16 +00:00
[2.0d]
2000-01-10 11:53:22 +00:00
* fix portability problem with sleep vs lib/strtod.c's requirement for -lm
2000-01-06 22:58:02 +00:00
[2.0c]
2000-01-08 17:23:22 +00:00
* fix portability problems with nanosleep.c and with the new code in sleep.c
2000-01-02 16:00:44 +00:00
[2.0b]
* Regenerate lib/Makefile.in so that nanosleep.c is distributed.
1999-08-29 21:10:22 +00:00
[2.0a]
1999-12-23 09:56:01 +00:00
* sleep accepts floating point arguments on command line
2000-01-02 09:52:32 +00:00
* sleep's clock continues counting down when sleep is suspended
* when a suspended sleep process is resumed, it continues sleeping if
there is any time remaining
1999-12-23 09:56:01 +00:00
* who once again prints whatever host information it has, even without --lookup
1999-08-14 12:41:34 +00:00
Changes in release 2.0
* disable stty tests (otherwise they fail) when `make check' is run via rsh
1999-08-07 09:53:59 +00:00
[1.16m]
* false and true now ignore --help and --version when POSIXLY_CORRECT is set
1999-07-31 16:11:31 +00:00
[1.16l]
* false and true are now C programs rather than shell scripts
1999-05-22 04:29:30 +00:00
[1.16k]
* fix typos in my version of AC_SEARCH_LIBS.
* fix dates on config files so builders don't need autoconf/automake
1999-05-16 15:50:04 +00:00
[1.16j]
* work around problems with my use of AC_SEARCH_LIBS
* fix a bug in id
1999-05-07 19:00:44 +00:00
[1.16i]
* portability tweaks for lib/readutmp.[ch] and src/date.c
1999-04-24 21:38:27 +00:00
[1.16h]
1999-05-03 03:58:40 +00:00
* seq with no arguments now elicits a useful diagnostic rather than a segfault
* portability tweaks to work around utmpname differences
1999-04-24 21:38:27 +00:00
* who works on Solaris
1999-03-13 16:21:19 +00:00
[1.16g]
1999-04-21 03:24:54 +00:00
* factor now uses uintmax_t, so the largest number it can factor is now 2^64 - 1
on systems with type `long long'.
1999-03-20 23:16:34 +00:00
* nohup no longer modifies the shell's search path
1999-03-13 16:21:19 +00:00
* `basename /' now prints `/', per the single unix spec
1999-03-13 16:22:59 +00:00
* `who --lookup' no longer erroneously reports `localhost' for IP addresses
for which it could not do a reverse lookup.
1999-03-13 16:24:16 +00:00
* `id user' wouldn't report a group id in some situations. Now it always does.
1998-06-29 02:14:27 +00:00
[1.16f]
1999-01-31 18:18:16 +00:00
* chroot now calls chdir ("/") after chroot.
1998-12-11 13:39:42 +00:00
* `date -s' now exits with nonzero status upon failure
1997-11-15 17:13:23 +00:00
* new autoconf tests detect bugs in vendor mktime from Irix-6.4 and SunOS4.1.4
Your executables will be a little larger on such systems because you'll use
GNU's mktime function, but date will work more reliably.
1997-09-17 13:03:53 +00:00
* hostid: new program
* `yes --help' and `yes --version' print those strings when the POSIXLY_CORRECT
environment variable is set
1997-09-01 02:36:48 +00:00
* who no longer does DNS lookups by default -- the new option, --lookup (-l),
enables lookups
1997-08-31 21:25:29 +00:00
[1.16e]
1997-08-03 02:07:26 +00:00
* pinky: new lightweight finger-style program
1997-07-22 01:16:55 +00:00
[1.16d]
1997-07-16 12:52:00 +00:00
* the groups script now exits non-zero and doesn't print anything more
when `id' fails
1997-07-12 22:55:13 +00:00
[1.16c]
* date -u -d DATE now prints the correct date
1997-07-12 23:01:17 +00:00
* don't remove already-installed su unless it is possible to install the
new one setuid root.
1997-06-30 01:58:23 +00:00
[1.16b]
1997-06-02 14:29:50 +00:00
[1.16a]
* expr accepts new unary operator, quote.
1997-06-11 20:19:23 +00:00
* expr now returns 0 for failed matches where pattern contained e.g., `\\('
1997-03-14 03:29:41 +00:00
* date -d DATE now works on Unicos systems
1997-02-19 03:27:18 +00:00
* add tests for factor and more for date.
* factor runs a lot faster for large 64-bit inputs
1997-06-01 17:20:31 +00:00
* date works with relative offsets involving the `next' keyword
1997-02-19 03:27:18 +00:00
1997-01-23 02:21:03 +00:00
Changes in release 1.16
1997-01-25 06:43:47 +00:00
* stty -tabs works properly
1997-01-26 07:03:50 +00:00
* add tests for date
1997-01-27 03:15:14 +00:00
* date --date "02/29/1996 - 1 year" now works properly
1997-01-25 06:43:47 +00:00
1996-12-21 03:32:03 +00:00
Changes in release 1.15
1997-01-08 04:49:33 +00:00
* nice works with very recently-changed GNU libc getopt
1997-01-06 03:31:03 +00:00
* fix several bugs in m4 macros used to create `configure' script
* id works on systems with disfunctional getgroups function
1997-01-06 04:19:50 +00:00
* uptime configure test detects /proc/uptime on Linux
1997-01-06 04:24:52 +00:00
1996-12-13 03:43:44 +00:00
Changes in release 1.14
* fix bug in getdate.y that broke date's --date=DATE option on systems
like SunOS4.
1997-01-06 04:24:52 +00:00
* expr treats unadorned ? and + as literals. To make expr treat them as
operators you have to use \? and \+.
1996-04-17 05:01:10 +00:00
Changes in release 1.13
1996-12-10 13:04:48 +00:00
* two patches for ISC
* Regenerate all Makefile.in using a patched version of automake-1.1l.
1996-12-10 04:46:16 +00:00
[1.12s]
* lots of little bug fixes -- see ChangeLog
1996-11-03 14:44:30 +00:00
[1.12r]
1996-12-09 04:45:08 +00:00
* uname --processor (-p) works on systems that have sysinfo and define
SI_ARCHITECTURE.
* stty works better on systems like i386-pc-isc3.0
1996-12-01 19:14:43 +00:00
* date --date=DATE accepts dates like those in an RCS log listing, e.g.,
1996-12-01 19:18:08 +00:00
`1992/11/01 05:44:34'.
1996-11-23 02:36:09 +00:00
* printf now warns if excess arguments are ignored.
1996-11-02 16:05:47 +00:00
* tee no longer fails immediately upon receipt of SIGPIPE
1996-11-03 14:44:30 +00:00
[1.12q]
1996-10-05 19:14:01 +00:00
* running `make check' runs tests of nice
* lots of configuration-related improvements
* nice allows `+' in options like -+8 and -+13.
1996-06-16 18:49:50 +00:00
* when matching, expr warns about non-portability when the first character
1996-05-30 02:31:45 +00:00
of the basic regular expression is `^'
1996-05-22 12:07:38 +00:00
* `id user' no longer prints bogus group list
1996-05-21 03:57:51 +00:00
* uses automake-generated Makefile templates
1996-04-08 04:57:19 +00:00
* date accepts new %V format
* date's %U and %W formats work properly
1996-04-05 16:08:32 +00:00
* nice option handling works with 2-digit old-style-option adjustments.
1996-04-17 05:03:22 +00:00
Now, `nice -18 -- nice' prints `18'. Before it printed `8'.
1996-04-17 05:02:34 +00:00
* internationalized diagnostic messages
1996-03-06 05:13:10 +00:00
* `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001.
1996-04-14 00:34:30 +00:00
* New programs: chroot, factor, seq, uptime.
1996-03-26 05:46:05 +00:00
* date accepts new option: --rfc-822 (-R)
1996-04-13 03:07:54 +00:00
* date accepts new format, %z, for RFC-822 style numeric timezone (-0500)
1996-02-01 06:11:41 +00:00
* date: fix bugs in the handling of date -u +'%s %Z'.
* date accepts new option --reference=FILE (-r FILE) analogous to the
like-named touch option.
1996-03-06 05:13:10 +00:00
* date can now format dates up to and including ones in the year 2037
1994-11-05 14:17:55 +00:00
User visible changes in release 1.12
* None.
1994-06-19 04:52:50 +00:00
User visible changes in release 1.11
1994-10-01 04:37:18 +00:00
* date accepts new option: (-f) --file=DATEFILE
1994-09-19 01:39:58 +00:00
* skeletal texinfo documentation (mainly just the `invoking' nodes)
1994-09-17 02:46:48 +00:00
* `stty werase ^W' works. Before, werase wasn't enabled for AIX-3.2.5.
1994-09-19 01:39:58 +00:00
* su with no arguments works properly
1994-06-19 04:52:50 +00:00
* nice accepts options like `--5' (this is interpreted like `-n -5')
1994-09-24 16:31:57 +00:00
* nice now interprets `-1 -1' like `-1' not like `-11'
1994-08-19 22:42:22 +00:00
* `stty speed' and `stty size' no longer output a spurious newline
1994-05-20 13:50:43 +00:00
User visible changes in release 1.10
* change package name from shellutils to sh-utils
1994-05-14 16:09:51 +00:00
* add hostname, pwd, and users commands
1994-04-25 19:08:47 +00:00
* --version outputs the name of the utility as well as the package name
and version number.
1994-04-04 22:19:22 +00:00
* Configure properly determines options for stty on SCO ODT 3.0 systems.
1994-04-19 13:40:42 +00:00
* `date -d' works better. Before, `date -d '4apr94'' produced
`Sun Apr 3 23:00:00 CDT 1994'.
1994-04-04 22:19:22 +00:00
User visible changes in release 1.9.4
* Repair stty option handling.
1994-01-03 06:22:54 +00:00
User visible changes in release 1.9.3
1994-02-14 21:19:12 +00:00
* `stty -a -g' gets a diagnostic
* `stty {-a|-g} any-other-argument' gets a diagnostic
* stty no longer ignores some of its arguments
* basename and dirname no longer treat `--' specially
* `basename -- file.c .c' generates a usage error. Before, it output `file'.
* `basename file-dist -dist' outputs `file'. Before it output `file-dist'.
1994-02-10 19:14:24 +00:00
* stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work.
1994-02-12 17:23:44 +00:00
Before, with the default settings ^Z did nothing.
1994-02-10 19:14:24 +00:00
* stty no longer gives an error message when it finds a spurious difference
1994-02-13 16:39:44 +00:00
(due to buggy tcgetattr/tcsetattr) between requested and current tty
1994-02-10 19:14:24 +00:00
modes under SunOS 4.1.x.
* stty no longer fails if the ioctl to determine the display width fails
when displaying settings.
1994-01-24 20:46:23 +00:00
* stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail.
1994-01-03 06:22:54 +00:00
* who and tee no longer fail gratuitously when continued after an
interrupted read or write system call.
1994-03-08 15:31:04 +00:00
* date accepts new format: %s time in seconds since 1970-01-01 00:00:00 UCT
1993-12-23 00:08:23 +00:00
* date -d can parse dates like `11-JUL-1991'
1993-12-23 00:38:35 +00:00
* expr '' == 0 works (before, it printed 1)
* stty no longer fails on telnet sessions to Solaris systems
1994-01-03 05:22:20 +00:00
* `cd /etc; who utmp' now works. Before, any filename argument had to be
absolute or relative to /dev.
1993-12-23 00:38:35 +00:00
1993-11-20 17:00:37 +00:00
User visible changes in release 1.9.2:
1993-11-30 15:51:34 +00:00
* who output is better formatted on Solaris and other SysVr4 systems
* fix a minor problem in formatting the output from `stty -a'
1993-11-20 17:00:37 +00:00
* yes with arguments outputs newlines again
* partial stty failures are reported
1993-11-15 14:32:17 +00:00
Major changes in release 1.9.1:
* stty can be built on Suns again
* minor fix for who -q
1993-03-30 04:36:22 +00:00
Major changes in release 1.9:
1993-11-09 13:21:32 +00:00
* su fails gracefully when getpass is unable to open /dev/tty.
1993-11-02 20:26:05 +00:00
* printenv and tty detect and report write errors
1993-03-30 04:36:22 +00:00
* fix bug in stty
1993-11-10 06:05:02 +00:00
* stty accepts the new options status and flush on systems that provide them
* `expr 1 / 0' gives an error message rather than trying to divide by zero
* expr's `substr' doesn't overrun malloc'd buffer
* expr recognizes the string `0' as zero
1993-11-02 20:26:05 +00:00
* better support for Linux, Dec Alpha, and SGI Irix
* all programs (even true and false) accept --version and --help options
* uname's --version option is no longer equivalent to its -v option
* configure uses config.h, so DEFS won't exceed preprocessor limits of
some compilers on the number of symbols defined via -D.
* work around problem where $(srcdir)/config.h was used instead of
../config.h -- this happened only when building in a subdirectory
and when config.h remained in $(srcdir) from a previous ./configure.
* make may be run from the subdirectories
1993-03-30 04:36:22 +00:00
1992-11-01 05:44:29 +00:00
Major changes in release 1.8:
* add echo command
* fix some incorrect warnings in pathchk
* look at the right utmp file on 386BSD
* date doesn't dump core on some systems now
Major changes in release 1.7:
* add su, who, true, false commands
* add more tests to expr
* fix printf program handling of \ escapes
* printf can re-use format string for multiple groups of arguments
* printf catches numeric conversion errors with an ANSI C library
* stty nl and -nl were backwards
* date can format an arbitrary date without setting it