home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / gnu / shellutils / shellutils-1.9.2-amiga / changelog < prev    next >
Encoding:
Text File  |  1993-12-01  |  35.4 KB  |  1,040 lines

  1. Tue Nov 30 23:58:54 1993  Jim Meyering  (meyering@comco.com)
  2.  
  3.     * Version 1.9.2.
  4.  
  5. Mon Nov 29 00:28:35 1993  Jim Meyering  (meyering@comco.com)
  6.  
  7.     * stty.c, configure.in, acconfig.h: Revert change of Nov 26.
  8.     I am no longer able to reproduce the behavior that prompted
  9.     that patch -- but I had tested only using an old version of gcc.
  10.     When building with a more recent version of gcc or with /bin/cc
  11.     there is no problem.
  12.  
  13. Sat Nov 27 15:11:21 1993  Jim Meyering  (meyering@comco.com)
  14.  
  15.     * nice.c (main): If an adjustment is specified, but no command is
  16.     given, give a diagnostic in addition to the usage message.
  17.     (isinteger): Accept a leading `+'.
  18.  
  19. Fri Nov 26 18:49:42 1993  Jim Meyering  (meyering@comco.com)
  20.  
  21.     * stty.c [GWINSZ_BROKEN]: Define TIOCGWINSZ to TCGETS for Solaris-2.2.
  22.     On that system, ioctl (0, TIOCGWINSZ, &win) always fails, but using
  23.     TCGETS works.  Reported by Francois Pinard.
  24.  
  25.     * configure.in [GWINSZ_BROKEN]: New test to detect Solaris' inability
  26.     to get window size from ioctl using TIOCGWINSZ.
  27.     * acconfig.h [GWINSZ_BROKEN]: Add an #undef.
  28.  
  29. Mon Nov 22 23:40:21 1993  Jim Meyering  (meyering@comco.com)
  30.  
  31.     * who.c [defined (UTMPX_FILE)]: (undef and) define UTMP_FILE to
  32.     this value even if UTMP_FILE is already defined.  Because some
  33.     systems define both symbols.  From Arne H. Juul.
  34.     * [MESG_BIT]: Rename to S_IWGRP (from sys/stat.h>) and define only
  35.     if not already defined.
  36.  
  37. Fri Nov 19 23:08:03 1993  Jim Meyering  (meyering@comco.com)
  38.  
  39.     * who.c (print_entry): Produce reasonably formatted output even when
  40.     sizeof (this->ut_name,ut_line) are much larger than 8.  For Solaris
  41.     and other SysVr4.  With help from Arne H. Juul.
  42.     * configure.in (HAVE_UTMPX_H): New test; combined with test for the
  43.     ut_host field.  From Arne H. Juul.
  44.  
  45.     * memcmp.c: New file.
  46.     * lib/Makefile.in [SOURCES]: Add memcmp.c.
  47.     * configure.in (AC_REPLACE_FUNCS): Add memcmp.
  48.     Add test for 8-bit clean memcmp.
  49.  
  50.     * configure.in (AC_HAVE_FUNCS): Add isascii.
  51.     * expr.c [!defined (isascii) || defined (STDC_HEADERS)]: This failed
  52.     on AIX PS/2 1.3 systems because isascii is a function and it is used
  53.     in definitions (with the necessary side effect of assigning to a
  54.     global variable) of the is* macros.  Also test HAVE_ISASCII and
  55.     redefine ISASCII(c) instead of isascii.
  56.     Reported by Minh Tran-Le (tranle@intellicorp.com).
  57.     * printf.c: Ditto.
  58.  
  59.     * configure.in (AC_HAVE_HEADERS): Add sys/timeb.h; getdate.y tests
  60.     HAVE_SYS_TIMEB_H.
  61.  
  62.     * stty.c (main): Detect the case in which POSIX-conformant tcsetattr
  63.     fails and still returns zero.
  64.  
  65. Wed Nov 17 21:05:10 1993  Jim Meyering  (meyering@comco.com)
  66.  
  67.     * yes.c (main): Complete my half-finished Nov 2 change.
  68.     yes with arguments did not print newlines.  From Andreas Schwab
  69.     (ls5.informatik.uni-dortmund.de).
  70.  
  71.     * stty.c (wrapf): Fix off-by-one error that could make `stty -a'
  72.     output lines one character too long.  From Andreas Schwab.
  73.  
  74. Sat Nov 13 00:11:19 1993  Jim Meyering  (meyering@comco.com)
  75.  
  76.     * Version 1.9.1.
  77.  
  78.     * configure.in [LIBS]: Add -lbsd if that is necessary to get the
  79.     syslog function.  With help from Kaveh Ghazi.
  80.  
  81.     * configure.in [LIBS]: Reorganize/unify the code that adds libraries
  82.     solely to resolve syslog.  Add a library only if it is required to
  83.     resolve the syslog reference.
  84.  
  85.     * configure.in [AC_HAVE_HEADERS]: Check for sys/timeb.h.
  86.     getdate.y needs to know.
  87.     [LIBS]: Check for initgroups in -los.  This is required by SCO-ODT-3.0
  88.     when linking su.
  89.     [LIBS]: Check -lufc for crypt.
  90.     Reported by Steven W Orr (steveo@world.std.com).
  91.  
  92. Thu Nov 11 23:55:48 1993  Jim Meyering  (meyering@comco.com)
  93.  
  94.     * id.c [NGROUPS_MAX]: Undefine before redefining.
  95.     From Kaveh R. Ghazi (ghazi@noc.rutgers.edu).
  96.  
  97.     * who.c (list_entries): Trim any trailing blanks from ut_name
  98.     and make sure the string is NUL-terminated before printing it.
  99.     Before, `who -q' displayed 8-character names with a tty
  100.     (e.g. `q1') suffix.
  101.  
  102.     * stty.c [CFLUSHO]: Move this definition so it follows the
  103.     one for VFLUSHO.
  104.  
  105. Mon Nov 08 23:16:36 1993  Jim Meyering  (meyering@comco.com)
  106.  
  107.     * Version 1.9.
  108.  
  109.     * su.c (correct_password): Report an error and fail if getpass
  110.     returns NULL.
  111.  
  112. Tue Nov 02 01:14:21 1993  Jim Meyering  (meyering@comco.com)
  113.  
  114.     * acconfig.h: Add comments.
  115.  
  116.     * printenv.c (main): Exit with status == 2 for file error.
  117.  
  118.     * yes.c (main): Restore argv/optind handling -- now that
  119.     parse_long_options doesn't change optind.
  120.  
  121. Mon Oct 25 19:22:58 1993  Jim Meyering  (meyering@comco.com)
  122.  
  123.     * basename.c, date.c, dirname.c, echo.c, env.c, expr.c, id.c,
  124.     logname.c, nice.c, pathchk.c, printenv.c, printf.c, sleep.c,
  125.     stty.c, su.c, tee.c, test.c, tty.c, uname.c, who.c, whoami.c,
  126.     yes.c: Use the preferred `--longopt=arg' syntax in --help message
  127.     rather than `--longopt arg'.  From Francois Pinard.
  128.  
  129.     * stty.c (main, integer_arg): Don't just call error(1,... about
  130.     improper usage.  Call `error (0,...' then usage (1).
  131.  
  132. Sun Oct 24 14:10:23 1993  Jim Meyering  (meyering@comco.com)
  133.  
  134.     * test.c [member]: Don't try to cast index return value to an int.
  135.     That can lose on systems with 64-bit pointers.
  136.  
  137.     * long-options.c: Save and restore optind, too.
  138.     * long-options.h: New file.
  139.     * long-options.c, echo.c, expr.c, printf.c, test.c, yes.c:
  140.     Include it instead of duplicating dcls.
  141.     * src/Makefile.in: Add dependencies for it.
  142.  
  143. Tue Oct 19 00:26:27 1993  Jim Meyering  (meyering@comco.com)
  144.  
  145.     * expr.c [!__STDC__]: Don't define away `const'.  configure alone
  146.     decides whether to do that.  From Francois Pinard.
  147.  
  148. Sat Oct 16 22:32:54 1993  Jim Meyering  (meyering@comco.com)
  149.  
  150.     * whoami.c (main): Cast printf arg UID so it matches the type
  151.     expected by %u format no matter how uid_t is defined.
  152.  
  153.     * stty.c: Accept `status' option and VDISCARD as an alias for
  154.     VFLUSHO.  From Arne H. Juul (arnej@imf.unit.no).
  155.  
  156.     * basename.c, date.c, dirname.c, echo.c, env.c, expr.c,
  157.     false.sh, groups.sh, id.c, logname.c, long-options.c, nice.c,
  158.     nohup.sh, pathchk.c, printenv.c, printf.c, sleep.c, stty.c,
  159.     su.c, tee.c, test.c, true.sh, tty.c, uname.c, who.c, whoami.c,
  160.     yes.c: Using --help gets long well- formatted help.  Now --help
  161.     writes to stdout and exits successfully.  From Francois Pinard
  162.     <pinard@iro.umontreal.ca>.
  163.  
  164. Wed Oct 13 13:10:27 1993  Jim Meyering  (meyering@comco.com)
  165.  
  166.     * long-options.c: Include sys/types before system.h.
  167.     From Franc,ois Pinard (pinard@iro.umontreal.ca).
  168.  
  169. Tue Oct 12 00:53:26 1993  Jim Meyering  (meyering@comco.com)
  170.  
  171.     * stime.c [HAVE_CONFIG_H, CONFIG_BROKETS]: Include <config.h>
  172.     or "config.h".
  173.  
  174.     * src/Makefile.in [clean]: Also delete '['.
  175.  
  176. Sun Oct 10 14:05:23 1993  Jim Meyering  meyering@comco.com
  177.  
  178.     * false.sh, groups.sh, nohup.sh, true.sh: Add --help and --version.
  179.     * src/Makefile.in (false, groups, nohup, true): Substitute the string
  180.     from version.c for @VERSION@ in *.sh.
  181.  
  182. Sat Oct  9 23:12:53 1993  Jim Meyering  meyering@comco.com
  183.  
  184.     * configure.in: Remove AC_UNISTD_H; add unistd.h to AC_HAVE_HEADERS.
  185.  
  186. Tue Oct  5 22:18:05 1993  Jim Meyering  meyering@comco.com
  187.  
  188.     * tty.c (main): Detect write error.  Use isatty (rather than
  189.     testing whether ttyname() is NULL) to determine exit status
  190.     because ttyname may return NULL when stdin is a terminal device.
  191.  
  192.     * expr.c (eval7): Rewrite if-else-if-else... sequence to avoid a
  193.     spurious `function returns without a value' warning.
  194.  
  195.     * printenv.c (main), tty.c (main): Detect and report write errors.
  196.  
  197.     * echo.c, patchchk.c, printenv.c, printf.c, sleep.c, stty.c, su.c,
  198.     tee.c, test.c, tty.c, uname.c, yes.c: Accept --help and --version
  199.     options.
  200.  
  201.     * long-options.c: New file.  To let echo, expr, printf, test, and
  202.     yes accept --help and --version as unobtrusively as possible.
  203.     * src/Makefile.in [SORUCES]: Add it.
  204.  
  205.     * configure.in: Add AC_TIME_WITH_SYS_TIME and AC_STAT_MACROS_BROKEN.
  206.  
  207.     * nice.c (main) [NICE_PRIORITY]: When given an argument, don't
  208.     try to get current priority.  nice() requires only the delta;
  209.     we don't need to compute the absolute priority as for setpriority.
  210.  
  211. Mon Oct 04 22:15:07 1993  Jim Meyering (meyering@comco.com)
  212.  
  213.     * who.c (print_entry, print_heading, who_am_i):
  214.     Cast printf field width arguments to int to avoid warnings.
  215.     (idle_string): Cast idle seconds and minutes to int.
  216.     Declare functions read_utmp and idle_string to be static.
  217.     Don't declare ttyname as static.
  218.  
  219.     * echo.c (just_echo): Use putchar instead of printf.
  220.  
  221.     * expr.c (parse_long_options): New function.
  222.     (main): Use it to handle --version and --help properly.
  223.  
  224.     * tee.c (main): Put entire #ifdef inside if-braces to make structure
  225.     clearer.
  226.     (main, tee): Compare close() != 0 rather than close () == -1.
  227.  
  228.     * pathchk.c (portable_chars_only, dir_ok): Make a couple variables
  229.     const.
  230.  
  231. Wed Sep 08 00:07:36 1993  Jim Meyering (meyering@comco.com)
  232.  
  233.     * test.c [advance, unary_advance]: Rewrite using do{...}while(0)
  234.     paradigm instead of comma expressions that make Alpha OSFv1.3
  235.     C compiler segfault.
  236.  
  237.     * basename.c, date.c, dirname.c, env.c, id.c, logname.c, nice.c:
  238.     Add --help and --version options.
  239.  
  240. Sat Jul 24 08:52:18 1993  Jim Meyering (meyering@comco.com)
  241.  
  242.     * configure.in: Check for -lshadow.  Linux needs it when using shadow
  243.     passwords.  Reported by Mattias Olofsson <mattias@lysator.liu.se>.
  244.  
  245. Thu May 27 20:05:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  246.  
  247.     * configure.in (c_line test): Add missing `fi'.
  248.  
  249. Tue May 18 23:49:26 1993  Jim Meyering (meyering@comco.com)
  250.  
  251.     * mkinstalldirs: New file.
  252.     * Makefile.in (installdirs): Use it.
  253.  
  254. Thu May 13 01:03:16 1993  Jim Meyering (meyering@comco.com)
  255.  
  256.     * Makefile.in (installdirs): New rules for creating installation
  257.     directories. (install): depend on it.
  258.  
  259. Mon May  3 22:09:24 1993  Jim Meyering (meyering@comco.com)
  260.  
  261.     * configure.in: Add AC_GETGROUPS_T.
  262.     * id.c, test.c: Don't define GETGROUPS_T.  Now configure does it.
  263.  
  264. Sun May  2 00:21:05 1993  Jim Meyering  (meyering@comco.com)
  265.  
  266.     * expr.c (eval6): Terminate result with a zero byte.
  267.     The command `expr substr xx 1 2' would fail on systems with
  268.     tight malloc.  From Steve James <smj@cats.COM>.
  269.  
  270.     * expr.c (null): Recognize the string `0' as zero.
  271.     (divide, mod): Upon request to divide by zero, give an error
  272.     message instead of dumping core.
  273.     From J.T. Conklin <jtc@wimsey.com>.
  274.  
  275.     * configure.in: Check for sys/time.h; getdate.y needs it for
  276.     structs timeval and timezone on some systems.
  277.     * Check for gettimeofday and for `struct tm'.
  278.     * Add existence tests for memcpy and bcopy.
  279.  
  280.     * configure.in: Find a parser generator.
  281.  
  282.     * putenv.c: Include stdlib.h only if __GNU_LIBRARY__ is defined.
  283.     Many vendor-supplied <stdlib.h> have a declaration of putenv that
  284.     conflicts with ours.
  285.  
  286. Tue Apr 20 02:33:24 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  287.  
  288.     * stty.c: Use GWINSZ_IN_SYS_IOCTL, not _AIX, to determine
  289.     whether sys/ioctl.h is needed to support `stty size'.
  290.  
  291. Thu Apr  1 18:03:47 1993  Jim Meyering  (meyering@comco.com)
  292.  
  293.     * printf.c, expr.c [isascii]: Undefine before redefining.
  294.  
  295. Sun Mar 28 00:07:45 1993  Jim Meyering  (meyering@comco.com)
  296.  
  297.     * stty.c: Accept `flush' option.  From Arne H. Juul arnej@lise.unit.no
  298.     * system.h: Don't define r?index, bcopy... if they're already defined.
  299.  
  300. Thu Mar 25 22:41:01 1993  Jim Meyering  (meyering@comco.com)
  301.  
  302.     * configure.in: Add AC_IRIX_SUN to get -lsun because
  303.     Irix-4.0.5's libc.a doesn't have yp/NIS entrypoints.
  304.     From Kjetil Wiekhorst J|rgensen <jorgens@pvv.unit.no>.
  305.  
  306. Fri Mar 05 00:02:53 1993  Jim Meyering  (meyering@comco.com)
  307.  
  308.     * date.c: Add long-named options.
  309.  
  310. Sun Dec  6 23:17:09 1992  Jim Meyering  (meyering@comco.com)
  311.  
  312.     * date.c: Remove unused definition of isdigit.
  313.     * expr.c (toarith): Change single use of isdigit to ISDIGIT.
  314.     * printf.c (print_formatted, print_esc): Define ISDIGIT and
  315.     ISXDIGIT and use them instead of isdigit and isxdigit.
  316.  
  317. Wed Dec  2 12:49:11 1992  Jim Meyering  (meyering@comco.com)
  318.  
  319.     * env.c, id.c, nice.c, pathchk.c, stty.c, su.c, tee.c, tty.c,
  320.     uname.c, who.c: Convert static declarations of struct option
  321.     to use new macros from getopt.h: no_argument, required_argument,
  322.     and optional_argument.
  323.  
  324. Tue Nov 24 09:46:02 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  325.  
  326.     * echo.c: Use V9_DEFAULT instead of USG.  Define it always.
  327.  
  328.     * system.h: Use HAVE_FCNTL_H and HAVE_STRING_H instead of USG.
  329.  
  330. Wed Nov 11 18:19:10 1992  Jim Meyering  (meyering@hal.gnu.ai.mit.edu)
  331.  
  332.     * All files in src: Make all functions and extern variables static.
  333.     Make all longopts arrays const as well as static.
  334.     Make a couple statically initialized aggregates `const.'
  335.  
  336.     * pathchk.c (portable_chars_only): Cast char used as array index.
  337.  
  338.     * echo.c (main), su.c (restricted_shell): Add parentheses to
  339.     assignment statements used in boolean context.
  340.  
  341.     * stty.c (set_mode): Parenthesize expressions with bit operations
  342.     to correctly set/reset modes bits.
  343.  
  344. Wed Oct 28 14:16:48 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  345.  
  346.     * Version 1.8.
  347.  
  348.     * stty.c: Accept Irix VRPRNT for VREPRINT.
  349.     From Jim Meyering.
  350.  
  351.     * stty.c: Fix some type mismatches.  From Bruce Evans, bde@runx.oz.au.
  352.  
  353.     * who.c (read_utmp): Close file on error.
  354.     From Bruce Evans.
  355.  
  356.     * su.c, test.c: Add some decls.  From Bruce Evans.
  357.  
  358.     * sleep.c (main): Arg to sleep is unsigned, not long.
  359.     From Bruce Evans.
  360.  
  361. Fri Sep 11 00:25:52 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  362.  
  363.     * echo.c, echo.1: New files.
  364.  
  365. Thu Sep 10 18:42:44 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  366.  
  367.     * pathchk.c (main): Don't strip trailing slashes from args;
  368.     they might make a path invalid.
  369.     (portable_chars_only, dir_ok): New functions.
  370.     (validate_path): Renamed from validate_new_path.
  371.     Call them.  Don't complain if a leading
  372.     dir doesn't exist.  Don't replace `parent' with a dir that
  373.     doesn't exist.  Don't print a message when falling back
  374.     from pathconf to constant values.
  375.  
  376.     * who.c [!UTMP_FILE]: If _PATH_UTMP is defined, use it instead
  377.     of /etc/utmp.  From Marc Boucher <marc@cam.org>.
  378.  
  379. Tue Aug 25 17:02:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  380.  
  381.     * Version 1.7.
  382.  
  383.     * groups.sh, nohup.sh: Add $(bindir) to front of path.
  384.  
  385. Mon Aug 24 16:39:39 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  386.  
  387.     * stty.c: make sane value for "min" 1, not 0.
  388.     From haible@ma2s2.mathematik.uni-karlsruhe.de (Bruno Haible).
  389.  
  390. Sun Aug 23 03:02:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  391.  
  392.     * id.c, test.c: Use NGROUPS_MAX if it's defined.  386BSD is like sun.
  393.  
  394. Sat Aug 22 03:16:41 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  395.  
  396.     * test.c: Rename STANDALONE to TEST_STANDALONE to avoid IBM RT
  397.     ACIS sys/param.h conflict.
  398.  
  399.     * su.c (correct_password) [HAVE_SHADOW_H]: Try to get the
  400.     encrypted correct password from the shadow password file.
  401.  
  402. Fri Jul 17 15:25:01 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  403.  
  404.     * su.c, getusershell.c: New files.
  405.  
  406. Fri Jul  3 15:08:43 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  407.  
  408.     * stty.c, who.c: Change FOO_MISSING to HAVE_FOO.
  409.  
  410. Fri Jun  5 01:49:29 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  411.  
  412.     * strcspn.c: New file.
  413.  
  414.     * expr.c: Misc. cleanups.
  415.  
  416.     * expr.c (eval7): Renamed from eval6.
  417.     Give syntax error if no more args.  Don't coerce all values to numbers.
  418.     (eval6): New function.
  419.     (eval5): Accept == as a synonym for =.
  420.     (eval2): Coerce values to numbers for comparisons.
  421.     Above all from Dana Jacobsen (jacobsd@prism.cs.orst.edu).
  422.  
  423. Thu Jun  4 19:32:09 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  424.  
  425.     * printf.c (print_formatted): Move main loop into new function.
  426.     (main): Add an outer loop to use the format multiple times.
  427.     (verify): Don't reject a completely empty string.
  428.     Check errno (for overflow).
  429.  
  430.     * false.sh, true.sh: New programs.  Oh, boy.
  431.  
  432. Thu May 14 01:17:22 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  433.  
  434.     * stty.c (set_mode): Support crt and dec modes partially if
  435.     necessary, so they work on, for example, Ultrix . . . .
  436.  
  437. Wed May 13 14:47:45 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  438.  
  439.     * stty.c (set_mode): Swap nl and -nl.  Have them also affect
  440.     output as well as input.
  441.  
  442. Tue May 12 00:07:28 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  443.  
  444.     * date.c (show_date): Use strftime for the whole conversion.
  445.  
  446. Tue May  5 15:20:24 1992  David J. MacKenzie  (djm@hal)
  447.  
  448.     * stty.c (wrapf): Print the formatted buffer; don't redo the
  449.     formatting using vprintf.
  450.  
  451. Thu Apr 30 01:17:08 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  452.  
  453.     * printf.c (xstrtol, xstrtoul, xstrtod, verify): New functions.
  454.     (main, print_direc): Use them.  Make error messages more specific.
  455.  
  456.     * tee.c (tee): Only malloc and free the table of file descriptors
  457.     if >0 files are given.
  458.  
  459. Fri Apr 17 11:56:48 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  460.  
  461.     * pathchk.c (validate_new_path): Print the name of the component that
  462.     failed the length test, not the whole path.
  463.     From Andreas Schwab (schwab@ls5.informatik.uni-dortmund.de).
  464.  
  465. Mon Apr  6 15:11:36 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  466.  
  467.     * who.c (read_utmp): Check close return for error.
  468.     (print_heading): Align columns based on sizes of utmp members.
  469.     (who_am_i): Skip past /dev/ instead of skipping leading path.
  470.  
  471. Mon Mar 16 23:47:03 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
  472.  
  473.     * date.c (show_date): Don't call strftime if FORMAT is the
  474.     empty string.
  475.  
  476.     * date.c (main): Reorganize to reduce duplicated code.
  477.     Add -d option.
  478.     (usage): Document -d.
  479.     (set_date): Function removed.
  480.  
  481. Tue Feb 11 16:12:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  482.  
  483.     * printf.c (print_esc): When a numeric escape is given,
  484.     don't call print_esc_char, and return 1 less.
  485.     From Thorston Ohl.
  486.  
  487. Mon Jan 20 02:17:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  488.  
  489.     * Version 1.6.
  490.  
  491.     * test.c: HAVE_MULTIPLE_GROUPS -> HAVE_GETGROUPS, for bash 1.11.
  492.  
  493. Fri Jan 17 15:46:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  494.  
  495.     * expr.c (docolon): Use re_nsub to find the number of
  496.     subexpressions . . . From Karl Berry, who knows.
  497.  
  498. Wed Dec 25 23:27:53 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  499.  
  500.     * expr.c (docolon): Use the new way (re_regs.num_regs > 0) to find
  501.     out if there were any subexpressions, instead of the old way
  502.     (re_regs.start[1] >= 0), which can cause random memory
  503.     accesses with regex 0.1.  From Brian Matthews.
  504.  
  505. Tue Dec 24 02:12:15 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  506.  
  507.     * system.h, id.c, pathchk.c, tee.c: Change POSIX ifdefs to
  508.     HAVE_UNISTD_H and _POSIX_VERSION.
  509.  
  510. Wed Dec 11 13:15:09 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  511.  
  512.     * Version 1.5.
  513.  
  514.     * expr.c (main): Set obscure_syntax to tell re_match to
  515.     allocate memory for the group registers.
  516.  
  517. Mon Dec  9 16:03:14 1991  Charles Hannum  (mycroft at hal.gnu.ai.mit.edu)
  518.  
  519.     * who.c (list_entries): Check type == USER_PROCESS if defined, for SysV.
  520.  
  521. Sat Dec  7 00:32:02 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  522.  
  523.     * Version 1.4.
  524.  
  525.     * env, id, nice, pathchk, stty, tee, tty, uname: Change usage
  526.     messages and documentation to list long-named options starting
  527.     with `--' rather than `+'. 
  528.  
  529.     * env.c (main), nice.c (main): Simplify test for which exit
  530.     status to use if exec fails.
  531.  
  532. Fri Dec  6 23:49:42 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  533.  
  534.     * tee.c (main) [POSIX]:  Use sigaction instead of signal, which
  535.     POSIX doesn't have.
  536.  
  537. Fri Oct 18 00:31:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  538.  
  539.     * test.c (two_arguments): Fix from Chet.
  540.  
  541.     * expr.c: Include regex.h after sys/types.h, not before, so
  542.     size_t gets defined.
  543.  
  544.     * test.c: New version, adapted from bash 1.10.
  545.  
  546.     * id.c: GID_T -> GETGROUPS_T, for clarity.
  547.  
  548. Sat Oct 12 14:38:34 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  549.  
  550.     * configure: Define uid_t and gid_t as int if they're not
  551.     defined in sys/types.h.  That's probably right for old Unixes
  552.     and avoids trying to find the C preprocessor.
  553.  
  554. Sat Sep 28 13:01:23 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  555.  
  556.     * stty.c (set_mode): Make `raw' and `cooked' not change parity
  557.     and character size, which would probably make them useless on
  558.     7-bit lines.
  559.     Make `raw' set the `time' character to 0, not 1.
  560.     From Bruce Evans.
  561.  
  562.     * nohup.sh: If creating nohup.out, give it mode 0600, for POSIX.
  563.  
  564. Fri Sep 13 14:59:51 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  565.  
  566.     * id.c [POSIX]: Always use sysconf to get NGROUPS_MAX.
  567.  
  568. Thu Aug 29 14:43:07 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  569.  
  570.     * test.c: Don't include sys/file.h if POSIX.
  571.     Use gid_t for getgroups.
  572.  
  573.     * stty.c (set_mode): Use CEOF and CEOL instead of hardcoding them.
  574.     (display_speed): Fix a printf string type mismatch.
  575.     From Bruce Evans.
  576.  
  577. Mon Aug 26 16:52:51 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
  578.  
  579.     * configure, src/Makefile.in, lib/Makefile.in: Only put $< in
  580.     Makefiles if VPATH is being used, because older makes don't
  581.     understand it.
  582.  
  583. Mon Aug 19 01:57:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  584.  
  585.     * Version 1.3.
  586.  
  587. Sat Aug 17 22:48:15 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  588.  
  589.     * src/Makefile.in (install): Install a link to test called '['.
  590.  
  591. Wed Aug 14 12:22:57 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  592.  
  593.     * test.c (unary_operator): Check first char of string, not its address.
  594.  
  595. Sun Aug 11 18:10:30 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  596.  
  597.     * Version 1.2.
  598.  
  599.     * system.h: Define S_IFMT if needed, for test.c.
  600.  
  601.     * test.c: New file, from bash.
  602.  
  603.     * nice.c: Change +priority to +adjustment (more accurate).
  604.  
  605. Sat Aug 10 13:09:51 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  606.  
  607.     * stty.c [WINSIZE_IN_PTEM]: sys/ptem.h requires sys/stream.h.
  608.  
  609.     * nice.c, configure: Use nice if available and setpriority is missing.
  610.  
  611. Thu Aug  8 01:34:05 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  612.  
  613.     * date.c: USG needs TZ=GMT0 for UCT timezone, also.
  614.  
  615.     * stty.c: Add pass8 and litout modes.
  616.  
  617. Sun Aug  4 22:45:51 1991  David J. MacKenzie  (djm at wheat-chex)
  618.  
  619.     * Version 1.1.
  620.  
  621. Fri Aug  2 13:22:31 1991  David J. MacKenzie  (djm at apple-gunkies)
  622.  
  623.     * configure: Implement +srcdir.  Don't check for bison.
  624.  
  625.     * stty.c: Don't change ixon in "sane" mode.
  626.  
  627.     * configure: Use 1 instead of 255 for checking tzname,
  628.     because of signedness.
  629.  
  630. Thu Aug  1 13:40:58 1991  David J. MacKenzie  (djm at apple-gunkies)
  631.  
  632.     * printenv.c (main): Don't print the variable names when given
  633.     args, as people seem to use printenv in scripts after all . . . .
  634.  
  635.     * stty.c: Don't change parity or character size settings in
  636.     "sane" mode.  The right values for those depend on the hardware.
  637.  
  638. Wed Jul 31 01:19:01 1991  David J. MacKenzie  (djm at hal)
  639.  
  640.     * stty.c [_AIX]: Include sys/ioctl.h -- needed on
  641.     AIX to get window size.
  642.  
  643. Tue Jul 30 00:06:54 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  644.  
  645.     * getdate.y: New file.
  646.     * date.c: Add -s option to set date in English.
  647.     * configure: Check for ftime.
  648.  
  649.     * date.c: Remove COMPUTE_TM_ZONE code, which didn't work.
  650.     * configure: Instead of checking whether tzname is declared,
  651.     check whether it exists.
  652.  
  653.     * logname.c (main): Go back to just printing an error message
  654.     if getlogin fails, as required by POSIX.
  655.  
  656.     * stty.c (screen_columns, wrapf): New functions to implement
  657.     output wrapping.
  658.     Globally: use them.
  659.  
  660.     * configure: Define uid_t and gid_t if sys/types.h doesn't.
  661.     * system.h: Define F_OK et al. if nothing else does.
  662.  
  663. Mon Jul 29 21:11:16 1991  David J. MacKenzie  (djm at wombat.gnu.ai.mit.edu)
  664.  
  665.     * pathchk.c (validate_new_path): Rearrange tests so that
  666.     pathconf is only called on existing directories.  Use access
  667.     instead of stat to determine directory searchability.
  668.     From Jim Meyering.
  669.  
  670.     * stty.c, configure: Add WINSIZE_IN_PTEM and GWINSZ_BROKEN for SCO.
  671.  
  672. Wed Jul 24 02:13:31 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  673.  
  674.     * stty.c (sane_mode): Always set control chars to sane values.
  675.     Set min and time if they're different from eof and eol.
  676.  
  677.     * whoami.c: Print UID as unsigned.
  678.     * logname.c: Do "whoami" if getlogin fails.
  679.  
  680.     * logname.c (main): fprintf was missing an arg.
  681.  
  682. Tue Jul 23 02:20:15 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  683.  
  684.     * id.c: GID_T is int if ultrix as well as if sun.
  685.  
  686.     * stty.c: Implement raw and cooked modes.
  687.  
  688. Mon Jul 22 15:21:21 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  689.  
  690.     * tee.c (main): close stdin and stdout to check for errors.
  691.  
  692.     * stty.c: Use tcflag_t for termios bitmasks.
  693.     Use speed_t for speeds.  Use unsigned long for baud rates to
  694.     accomodate large values, and support 57600 and 115200 if available.
  695.  
  696.     * date.c, configure: Instead of SIZE_T_MISSING,
  697.     define size_t if it's missing.
  698.  
  699.     * id.c, whoami.c: Use uid_t and gid_t.
  700.  
  701.     * id.c: If POSIX and not sun (bogus!), pass getgroups and
  702.     getugroups an array of gid_t instead of int.
  703.  
  704.     * system.h: New file.
  705.     * Most programs: include it.
  706.  
  707. Fri Jul 19 12:04:58 1991  David J. MacKenzie  (djm at apple-gunkies)
  708.  
  709.     * env.c [!STDC_HEADERS]: Declare errno.
  710.     * printf.c, pathchk.c: Don't include errno.h; not needed.
  711.  
  712.     * version.c: New file.
  713.     * All C programs: Link with it, to get version number in the
  714.     binary where at least `strings -' and grep can find it.
  715.  
  716.     * pathchk.c (strip_trailing_slashes): Function removed; use
  717.     version in lib.
  718.  
  719. Mon Jul 15 11:34:22 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  720.  
  721.     * Version 1.0.
  722.  
  723.     * pathchk.c: Always check whether _POSIX_PATH_MAX and
  724.     _POSIX_NAME_MAX need to be defined.
  725.     [POSIX]: If no PATH_MAX or NAME_MAX and pathconf for the path
  726.     returns -1 (some systems do this if the path does not exist),
  727.     use pathconf for "/". 
  728.  
  729. Sun Jul 14 21:17:22 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  730.  
  731.     * date.c (date_seconds): Function removed, replaced with
  732.     posixtm.y in lib.
  733.     (set_date): Change caller.
  734.     * configure: Check for bison.
  735.  
  736.     * stty.c [!C_LINE_MISSING]: Add support for setting and
  737.     printing the line discipline.
  738.     * configure: Check for C_LINE_MISSING.
  739.  
  740.     * configure: Check for Minix.
  741.  
  742. Sat Jul 13 01:33:59 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  743.  
  744.     * Add `man' directory and manual pages.
  745.     * configure: Set INSTALLDATA and MAN.
  746.  
  747.     * id.c: Add #ifdefs for POSIX ways of getting max groups list size.
  748.     (print_group_list, print_full_info): Allocate list of groups
  749.     with malloc since its size might not be constant.
  750.  
  751.     * nice.c (main): Don't adjust priority if printing it.
  752.     Default adjustment of 10, not 0.
  753.  
  754.     * printf.c: Add \c escape and %b conversion.
  755.     Implement '*' for field width and precision.
  756.     Make all errors fatal.
  757.     (print_esc_string, print_esc): New functions.
  758.  
  759.     * configure, date.c: Change SYS_TIME_H to TM_IN_SYS_TIME.
  760.     * configure: Always check where to find struct tm.
  761.  
  762.     * yes.c: Rewrite to accept multiple arguments.
  763.  
  764.     * Add groups.sh.
  765.  
  766. Fri Jul 12 10:57:00 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  767.  
  768.     * dirname.c: Move code from dirname function into main,
  769.     simplifying things quite a bit.  From Jim Meyering.
  770.     * Omit strdup from lib; no longer used.
  771.     * configure: Don't check for strdup.
  772.  
  773.     * printenv.c (main): If args given, print the values in the order
  774.     given on the command line rather than the order given in the
  775.     environment.
  776.  
  777.     * tee.c, tty.c (struct longopts): Revise to make short-option
  778.     equivalents clear.
  779.  
  780. Thu Jul 11 12:46:11 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  781.  
  782.     * nice.c: Add long options.
  783.  
  784.     * Add date command and libraries it needs.
  785.     * configure: Updated.
  786.  
  787.     * env.c: Add long options.  Use GNU putenv instead of custom
  788.     setenv function.
  789.  
  790.     * id.c: Add long options.
  791.  
  792.     * pathchk.c [POSIX]: Use pathconf if necessary to get NAME_MAX
  793.     and PATH_MAX. 
  794.  
  795.     * nice.c: Use exit status required for nohup by POSIX.2
  796.     (nohup execs nice).
  797.  
  798.     * sleep.c: Don't bother with hex and octal.
  799.  
  800.     * env.c: Fix exit status for POSIX.2 draft 11.1.
  801.  
  802.     * Many files: Remove private copies of xmalloc, error, xstrdup,
  803.     etc. to use shared versions.
  804.     Fix #includes for USG, STDC_HEADERS, POSIX.
  805.  
  806. Mon Jul  8 18:56:24 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  807.  
  808.     * date.c (main): For -u, set TZ to "" instead of "GMT0",
  809.     unless on HP-UX or Ultrix.
  810.  
  811.     * Rename some feature-test macros.
  812.     * stime.c: Created from code in date.c.
  813.     * date.c (compute_tm_zone): New function.
  814.     (date_seconds, show_date): Use it.
  815.     (xmalloc, xrealloc): Functions removed; use xmalloc.c instead.
  816.  
  817. Tue Jul  2 02:28:11 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  818.  
  819.     * tee.c (tee): Report errors in closing files.
  820.  
  821. Mon Mar 18 10:13:59 1991  Jeffrey A. Law  (law at geech.ai.mit.edu)
  822.  
  823.     * date.c (date_seconds, show_date): #if COMPUTE_TMZONE then
  824.     compute the proper value to place in tm->tm_zone from
  825.     information returned by localtime and gettimeofday.
  826.  
  827. Fri Apr 26 11:38:09 1991  David J. MacKenzie  (djm at mole.gnu.ai.mit.edu)
  828.  
  829.     * stty.c: Define default values for control chars if necessary.
  830.     Complain about invalid options if no other options follow.
  831.     Use POSIX functions instead of ioctl, for manipulating termios.
  832.  
  833.     * expr.c (main): Exit status was backwards.
  834.  
  835. Thu Dec 20 00:36:01 1990  David J. MacKenzie  (djm at apple-gunkies)
  836.  
  837.     * id.c: Reorganization and many changes to fix bugs and POSIX
  838.     compliance problems.
  839.  
  840. Mon Dec 10 03:09:13 1990  David J. MacKenzie  (djm at apple-gunkies)
  841.  
  842.     * stty.c: Don't declare printf and some other functions that
  843.     might have variable numbers of args in system header file decls.
  844.  
  845. Tue Nov 14 23:37:22 1990  Roland McGrath  (roland at geech.ai.mit.edu)
  846.  
  847.     * id.c (print_groups): Put spaces after commas.
  848.     (print_group): New fn, to print a group id.  Uses numeric fmt
  849.     unless -n, in which case it uses group names.
  850.     (print_groups): Call it.  Find the rgid and egid, and print them as
  851.     well as the supplementary groups.  Make sure we print each group only
  852.     once.
  853.  
  854. Sun Sep 16 01:49:14 1990  David J. MacKenzie  (djm at apple-gunkies)
  855.  
  856.     * id.c (main): Add -G option for POSIX.2 draft 10.
  857.     Allow a username to be given.
  858.     (print_groups): New function from code in main.
  859.     (getugroups): New function.
  860.  
  861. Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  862.  
  863.     * env.c (main): Instead of setting _POSIX_OPTION_ORDER,
  864.     tell getopt to not permute, with `+'.
  865.  
  866. Sat Aug 11 01:32:53 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  867.  
  868.     * expr.c: Use regex.c library instead of private regex routines.
  869.  
  870.     * nice.c (main): Add -n option for POSIX.2a.
  871.     (usage): New function.
  872.  
  873. Fri Aug 10 23:58:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  874.  
  875.     * who.c: Add -m, -i, -w options for POSIX.2a.
  876.  
  877. Tue Aug  7 00:01:02 1990  David J. MacKenzie  (djm at apple-gunkies)
  878.  
  879.     * expr.c: Use exit directly instead of longjmp on error.
  880.     Use argv[0] instead of hardcoded "expr" in messages.
  881.     Make some functions void.
  882.  
  883. Sat Aug  4 21:19:25 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  884.  
  885.     * env.c: Change exit statuses for POSIX draft 10.
  886.  
  887. Wed Jul  4 04:32:51 1990  David J. MacKenzie  (djm at apple-gunkies)
  888.  
  889.     * tee.c: Use error instead of perror_with_name and
  890.     out_of_memory. 
  891.  
  892. Wed Jun 20 02:39:49 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  893.  
  894.     * date.c: Change -DSETTOD to -DSTIME_MISSING, -DSIZE_T to
  895.     -DSIZE_T_IN_TYPES, and -DSTDC_HDRS to -DSTDC_HEADERS.
  896.     Declare some more functions.  Replace fatal, memory_out, and
  897.     nonfatal_perror with error.
  898.  
  899. Mon Jun 18 00:16:52 1990  David J. MacKenzie  (djm at apple-gunkies)
  900.  
  901.     * stty.c: Add some Unix compatibility modes.
  902.  
  903. Sat Jun 16 21:05:59 1990  David J. MacKenzie  (djm at apple-gunkies)
  904.  
  905.     * stty.c (display_changed, display_all): Print values of min
  906.     and time.
  907.  
  908. Thu Jun 14 17:49:31 1990  David J. MacKenzie  (djm at apple-gunkies)
  909.  
  910.     * stty.c: Implement tab, backspace, etc. delay args.
  911.  
  912. Thu May 31 12:25:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  913.  
  914.     * nohup.sh: Don't ignore SIGTERM.
  915.     If ./nohup.out is unwritable, try $HOME/nohup.out.
  916.  
  917. Thu May  3 22:33:32 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  918.  
  919.     * who.c: Use error instead of fatal and fatal_perror.
  920.     (print_headings): Print headings in all caps, like SYSV does.
  921.     (list_entries): New function for -q to make it like SYSV -q.
  922.     (valid_entries): Function removed.
  923.  
  924. Mon Apr  2 01:27:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  925.  
  926.     * id.c (main): Don't strip off leading path from program name.
  927.     Revise a couple of error messages.
  928.  
  929.     * whoami.c (main): Use geteuid, not getuid, for Unix compatibility.
  930.  
  931. Tue Mar 20 14:28:25 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  932.  
  933.     * tee.c (main): Pass list of files and its size as args to tee
  934.     rather than as global vars.  Exit with return value of tee
  935.     instead of always 0.
  936.     (tee): Use unbuffered I/O instead of stdio, for POSIX.
  937.     Return an error status.
  938.     (xwrite): New function.
  939.  
  940. Tue Mar 13 00:38:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  941.  
  942.     * who.c (who_am_i): Print heading before checking to see
  943.     whether there is an entry for the tty on stdin, for
  944.     consistency with the who function.
  945.     (main): Use argv[optind], not argv[1], as alternate file.
  946.  
  947. Fri Mar  9 15:49:04 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  948.  
  949.     * who.c: Rename UTMP to UTMP_FILE for compatibility with SysV
  950.     utmp.h.  Include some additional header files.
  951.     (main): Recognize some options from SysVr3 who. Call usage.
  952.     Set new global var `program_name' from argv[0].
  953.     (usage): New function.
  954.     (who): If -q given, only print count of users logged on.
  955.     (print_entry): New function to format an entry on the output;
  956.     make format more like that of the Unix who programs.
  957.     (print_heading): New function to print a line describing each
  958.     output field.
  959.     (who, who_am_i): Call print_entry and print_heading.
  960.     (valid_entries): New function to return count of nonempty
  961.     entries in utmp.
  962.     (search_entries): Compare with utmp tty field instead of
  963.     username field.  Don't assume null termination in utmp field.
  964.     (who_am_i): Print the entry for the tty on stdin rather than
  965.     the first entry found for the uid.  If hostname is not
  966.     available, use a null one instead of "<unknown>".
  967.     Don't hardcode max hostname length.
  968.     (idle_string): New function to format idle time field.
  969.     (fatal, fatal_perror): Use program_name instead of hardcoded "who"
  970.     in error messages.
  971.  
  972. Tue Mar  6 00:59:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  973.  
  974.     * printenv.c (main): Allow multiple variables to be specified.
  975.     (barf): Function removed.
  976.  
  977. Sat Jan 20 18:41:48 1990  Jim Kingdon  (kingdon at geech)
  978.  
  979.     * expr.c (nextarg): Do not pass *args to strcmp if NULL.
  980.  
  981. Mon Dec 18 09:57:20 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  982.  
  983.     * printenv.c (main): Simplify error messages.
  984.  
  985. Sat Dec 16 15:15:50 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  986.  
  987.     * expr.c: Indent to regularize spacing.
  988.     (cmpv, arithf): Change '#define foo (args)' to '#define foo(args)'
  989.     so they compile.
  990.     (docolon): Remove unused vars.
  991.     (multiply): Rename from times to avoid libc conflict.
  992.     (error): Include program name in message.
  993.     (xmalloc): Rename from Malloc.
  994.     (re_compiled): Rename from re_comp to avoid libc conflict.
  995.  
  996.     * basename.c: Fix some weird indentation.
  997.     (main): Print a clearer usage message.
  998.     Use a simpler method for removing suffix, if given.
  999.     (fatal): Function no longer used; removed.
  1000.     
  1001.     * sleep.c: (main): Rename `time' to `seconds'.  Print usage
  1002.     message if given no args.
  1003.     Exit with status 0 instead of falling off end.
  1004.     (error): Print to stderr, not stdout.
  1005.  
  1006.     * tee.c: (main): Use getopt_long instead of custom parser,
  1007.     and adjust usage message.
  1008.     Use list of filenames in argv rather than making a copy.
  1009.     (tee): New function created from the second half of main.
  1010.     Fix bug where it tried to fclose a loop index instead of a stream.
  1011.     (xmalloc): Ok to return 0 if 0 bytes requested.
  1012.     (xrealloc): Unused function removed.
  1013.  
  1014.     * whoami.c: Canonicalize usage message and fix error message.
  1015.  
  1016.     * who.c: Declare some functions.
  1017.     (fatal_perror): New function for printing errors after system
  1018.     calls.
  1019.     Global: Use it when appropriate.
  1020.     (xmalloc): Return char *, not int.
  1021.     (read_utmp): Ok if utmp file is empty.
  1022.     Include filename in error messages.
  1023.     (scan_entries): Adjust columns to line up better, particularly
  1024.     when there are users with 8 character long usernames logged in.
  1025.  
  1026. Sat Oct 28 13:20:43 1989  David J. MacKenzie  (djm at spiff)
  1027.  
  1028.     * uname.c: Added long options.
  1029.     global: changed the word `part' to the word `element'
  1030.     (more precise).
  1031.     (program_name, long_options): New variables.
  1032.     (main): Support long options.
  1033.     (usage): Add long options summary to message.
  1034.  
  1035. Local Variables:
  1036. mode: indented-text
  1037. left-margin: 8
  1038. version-control: never
  1039. End:
  1040.