home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / patch / changelo.g next >
Encoding:
Text File  |  1991-12-24  |  3.6 KB  |  101 lines

  1. Tue Dec  3 11:27:16 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  2.  
  3.     * patchlevel.h: PATCHLEVEL 12u5.
  4.  
  5.     * Makefile.SH: Change clean, distclean, and realclean targets a
  6.     little so they agree with the GNU coding standards.
  7.     Add Makefile to addedbyconf, so distclean removes it.
  8.  
  9.     * Configure: Recognize Domain/OS C library in /lib/libc.
  10.     From mmuegel@mot.com (Michael S. Muegel).
  11.  
  12.     * pch.c: Fixes from Wayne Davison:
  13.     Patch now accepts no-context context diffs that are
  14.     specified with an assumed one line hunk (e.g.  "*** 10 ****").
  15.     Fixed a bug in both context and unified diff processing that would
  16.     put a zero-context hunk in the wrong place (one line too soon).
  17.     Fixed a minor problem with p_max in unified diffs where it would
  18.     set p_max to hunkmax unnecessarily (the only adverse effect was to
  19.     not supply empty lines at eof by assuming they were truncated).
  20.  
  21. Tue Jul  2 03:25:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  22.  
  23.     * Configure: Check for signal declaration in
  24.     /usr/include/sys/signal.h as well as /usr/include/signal.h.
  25.  
  26.     * Configure, common.h, config.h.SH: Comment out the sprintf
  27.     declaration and tests to determine its return value type.  It
  28.     conflicts with ANSI C systems' prototypes in stdio.h and the
  29.     return value of sprintf is never used anyway -- it's always cast
  30.     to void.
  31.  
  32. Thu Jun 27 13:05:32 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  33.  
  34.     * patchlevel.h: PATCHLEVEL 12u4.
  35.  
  36. Thu Feb 21 15:18:14 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  37.  
  38.     * pch.c (another_hunk): Fix off by 1 error.  From
  39.     iverson@xstor.com (Tim Iverson).
  40.  
  41. Sun Jan 20 20:18:58 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  42.  
  43.     * Makefile.SH (all): Don't make a dummy `all' file.
  44.  
  45.     * patchlevel.h: PATCHLEVEL 12u3.
  46.  
  47.     * patch.c (nextarg): New function.
  48.     (get_some_switches): Use it, to prevent dereferencing a null
  49.     pointer if an option that takes an arg is not given one (is last
  50.     on the command line).  From Paul Eggert.
  51.  
  52.     * pch.c (another_hunk): Fix from Wayne Davison to recognize
  53.     single-line hunks in unified diffs (with a single line number
  54.     instead of a range).
  55.  
  56.     * inp.c (rev_in_string): Don't use `s' before defining it.  From
  57.     Wayne Davison.
  58.  
  59. Mon Jan  7 06:25:11 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  60.  
  61.     * patchlevel.h: PATCHLEVEL 12u2.
  62.  
  63.     * pch.c (intuit_diff_type): Recognize `+++' in diff headers, for
  64.     unified diff format.  From unidiff patch 1.
  65.  
  66. Mon Dec  3 00:14:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  67.  
  68.     * patch.c (get_some_switches): Make the usage message more
  69.     informative.
  70.  
  71. Sun Dec  2 23:20:18 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  72.  
  73.     * Configure: When checking for C preprocessor, look for 'abc.*xyz'
  74.     instead of 'abc.xyz', so ANSI C preprocessors work.
  75.  
  76.     * Apply fix for -D from ksb@mentor.cc.purdue.edu (Kevin Braunsdorf).
  77.  
  78.     * Apply unidiff patches from davison@dri.com (Wayne Davison).
  79.  
  80. Wed Mar  7 23:47:25 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  81.  
  82.     * pch.c: Call malformed instead of goto malformed
  83.     (just allows easier debugging).
  84.  
  85. Tue Jan 23 21:27:00 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  86.  
  87.     * common.h (TMP*NAME): Make these char *, not char [].
  88.     patch.c (main): Use TMPDIR (if present) to set TMP*NAME.
  89.     common.h: Declare getenv.
  90.  
  91. Sun Dec 17 17:29:48 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  92.  
  93.     # patch.c (reverse_flag_specified): New variable.
  94.     (get_some_switches, reinitialize_almost_everything): Use it.
  95.  
  96. # in place of * means change has been sent to Wall.
  97.  
  98. Local Variables:
  99. version-control: never
  100. end:
  101.