home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / time14.zip / time-1.4 / ChangeLog next >
Text File  |  1992-10-28  |  5KB  |  153 lines

  1. Wed Oct 28 13:59:19 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  2.  
  3.     * Version 1.4.
  4.  
  5.     * time.c (getargs, usage): Add --version -V option.
  6.  
  7. Fri Jul  3 15:20:45 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  8.  
  9.     * time.c, wait3.c: Change FOO_MISSING to HAVE_FOO.
  10.  
  11. Thu May  7 15:14:54 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  12.  
  13.     * error.c: New file.
  14.     * time.c: Use it.
  15.  
  16.     * getpagesize.h rusage.h timeval.h wait3.c: New files for
  17.     non-BSD port.
  18.     * time.c: Rearrange includes for non-BSD systems.
  19.  
  20.     * time.c: Clarify descriptions of %X, %D, %M, and %t.
  21.  
  22. Wed Apr 22 02:14:34 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  23.  
  24.     * time.c: SIGTYPE -> RETSIGTYPE.
  25.  
  26. Wed Apr  1 14:52:10 1992  Charles Hannum  (mycroft@gnu.ai.mit.edu)
  27.  
  28.     * time.c (sighand_t): Renamed from signal_t.
  29.     (runcmd): Use sighand_t.
  30.  
  31. Tue Mar 31 01:30:04 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  32.  
  33.     * Version 1.3.
  34.  
  35. Sat Feb  8 09:14:11 1992  David J. MacKenzie  (djm at apple-gunkies.gnu.ai.mit.edu)
  36.  
  37.     * time.c (usage): Document long options with prefix of --
  38.     instead of +.
  39.  
  40. Tue Dec 24 00:45:22 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  41.  
  42.     * time.c: Change POSIX ifdef to HAVE_UNISTD_H and _POSIX_VERSION.
  43.  
  44. Sat Dec  7 00:33:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  45.  
  46.     * time.c (runcmd): Simplify test for which exit
  47.     status to use if exec fails.
  48.  
  49. Mon Aug 12 17:30:10 1991  David J. MacKenzie  (djm at frob)
  50.  
  51.     * Version 1.2.
  52.  
  53.     * time.c: Reorganize decls.  Add version string.
  54.     (summarize): Add %e conversion for POSIX format.
  55.     Fix printf specs for long and unsigned values.
  56.     (getargs): Add -p +portability option to select POSIX format.
  57.     (usage): Document it.
  58.     (runcmd): Use POSIX.2a draft 7 exit status.
  59.  
  60. Fri Aug  2 12:55:59 1991  David J. MacKenzie  (djm at apple-gunkies)
  61.  
  62.     * Makefile.in (dist): Include info files and texinfo.tex.
  63.     (install): Install info files.
  64.     * configure: Set INSTALLDATA.
  65.  
  66.     * configure: Support +srcdir arg.  Create config.status and
  67.     remove it and Makefile if interrupted while creating them.
  68.     * Makefile.in: Add prefix.
  69.  
  70. Mon Jul 15 13:48:39 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  71.  
  72.     * configure: Also look in sys/signal.h for signal decl.
  73.  
  74. Wed Jul 10 01:41:03 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  75.  
  76.     * configure, Makefile.in: $(INSTALLPROG) -> $(INSTALL).
  77.  
  78. Sat Jul  6 22:39:11 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  79.  
  80.     * Version 1.1.
  81.  
  82.     * README: New file.
  83.  
  84.     * Replace Makefile with Makefile.in and configure.
  85.  
  86.     * time.c: Rearrange includes to use POSIX and ANSI C
  87.     headers if available.
  88.     * proto.h: File eliminated.
  89.  
  90. Tue Dec 18 04:03:05 1990  David J. MacKenzie  (djm at apple-gunkies)
  91.  
  92.     * Version 1.0.
  93.  
  94.     * Merge types.h into time.c.
  95.  
  96.     * Allow for signal handlers that return int instead of void.
  97.  
  98.     * time.c (summarize): Change some letters so the control
  99.     string is a superset of the one used by the tcsh time command.
  100.  
  101. Mon Dec 17 19:42:23 1990  David J. MacKenzie  (djm at apple-gunkies)
  102.  
  103.     * types.h, time.c: Rename MAXLONG to LONG_MAX, and get it from
  104.     limits.h if possible.  Don't require -DDEFAULT for normal
  105.     compilation.  Use `const' instead of `CONST' and `static'
  106.     instead of `STATIC'.  Remove -DSHARED code.
  107.  
  108. Sun Aug 12 00:23:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  109.  
  110.     * time.c (main, getargs): Don't putenv _POSIX_OPTION_ORDER;
  111.     tell getopt to not permute using `+'.
  112.  
  113. Sat Apr 21 23:13:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  114.  
  115.     * time.c (linear_argv): Allocate space for trailing null.
  116.     Don't dereference a null pointer at end of copy.
  117.  
  118. Thu Apr  5 01:13:44 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  119.  
  120.     * time.c (runcmd): Don't check return value from gettimeofday,
  121.     since it can't fail (given known good args).
  122.  
  123.     * time.c (main, getargs): ARGV is not const.  (GNU getopt
  124.     permutes elements.)
  125.  
  126. Tue Apr  3 01:31:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  127.  
  128.     * time.c: Take the command line option variables out of a
  129.     useless struct.
  130.  
  131.     * time.c: Improve some error messages and comments.
  132.     Include program name in error messages.
  133.     Use getopt_long instead of custom arg parser.
  134.     Print usage message when given no args, instead of timing nothing.
  135.     (linear_argv): Change references to global var to
  136.     references to arg.
  137.     (usage): New function.
  138.  
  139. Sun Apr  1 23:46:30 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  140.  
  141.     * time.c (stats): In default format, use something resembling
  142.     English rather than cryptic abbreviations.
  143.  
  144. Fri Jan 19 14:40:48 EST 1990            hack@wookumz
  145.  
  146.     time.c  Change exit(errno) to exit(1) 
  147.  
  148. Local Variables:
  149. mode: indented-text
  150. left-margin: 8
  151. version-control: never
  152. End:
  153.