home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / macintosh / ChangeLog < prev    next >
Text File  |  1996-09-28  |  7KB  |  182 lines

  1. Wed Sep  4 13:40:35 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2.  
  3.     * Makefile.in (Makefile): New rule.
  4.  
  5. Mon Aug 26 12:46:10 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  6.  
  7.     * filesubr.c (mkdir_if_needed): Added.
  8.  
  9. Fri Aug 16 16:04:26 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  10.  
  11.     * Makefile.in (installdirs): new (empty) target
  12.  
  13. Wed Aug 14 12:01:39 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  14.  
  15.     * MacCVS68k.sit.hqx, MacCVSPPC.sit.hqx: New copies of these files
  16.     from Mike Ladwig (gets rid of alloca.c; presumably adds
  17.     mac_config.h; not sure if there are other changes).
  18.  
  19. Tue Aug 13 15:02:15 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  20.  
  21.     * ae_if.c: Part of the 9 Aug change didn't get checked in.  Fix it.
  22.  
  23. Fri Aug 9 14:53:01 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  24.  
  25.     * ae_if.c: Include 'mac_config.h" to get macintosh configuration
  26.     values.  Reworked application I/O code (many routines) to make
  27.     MacCVS either a "pure" faceless application (AE or file output) _OR_
  28.     a SIOUX console application.  This decision is made at compilation
  29.     time by defining (or not) AE_IO_HANDLERS.
  30.     * mac_config.h: Added, moving many configuration parameters from the
  31.     maccvs.pch header file here.  This makes it possible to change
  32.     macintosh build -specific parameters without recompiling all CVS and
  33.     Mac port code.
  34.     * mac_init.c: Include 'mac_config.h" to get macintosh configuration
  35.     values. Removed unnecessary toolbox initialization code.  Made
  36.     AE/Console choice at buildtime.
  37.     * maccvs.pch: Moved most configuration parmeters to 'mac_config.h"
  38.     * filesubr.c, macos_filesys.c, pwd.c, rcmd.c, run.c server_if.c:
  39.     Include 'mac_config.h" to get macintosh configuration values.
  40.  
  41. Wed Jul 31 11:41:55 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  42.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  43.  
  44.     * server_if.c (macos_start_server): If getservbyname returns NULL,
  45.     use port 514 rather than giving an error.
  46.  
  47. Wed Jul 31 11:41:55 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  48.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  49.  
  50.     * Makefile.in (DISTFILES): Add maccvs.r.
  51.  
  52. Mon Jul 29 14:48:45 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  53.  
  54.     * Makefile.in (DISTFILES): Fix capitalization of MacCVS68k.sit.hqx.
  55.  
  56. Fri Jul 26 16:17:48 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  57.  
  58.     * README.MacCVS: Change CVS version number from 1.86 to 1.8.6.
  59.     They are not the same and the latter is what is intended.
  60.  
  61.     * run.c: Remove Popen; it has been replaced by run_popen.
  62.  
  63.     * options.h: Remove RM and SORT; CVS no longer uses them (this
  64.     restores some changes which were wiped out by Ladwig's 26 Jul 96
  65.     submission).
  66.  
  67.     * config.h: Remove alloca cruft.  CVS no longer uses alloca.
  68.     * Makefile.in (SOURCES): Remove alloca.c.
  69.     * alloca.c: Removed.
  70.  
  71. Fri Jul 26 16:17:48 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  72.  
  73.     * server_if.c: Revert to version before Ladwig's 26 Jul 96
  74.     submission.  In particular, this is to pick up the following
  75.     changes:
  76.  
  77.     Tue Mar 19 17:51:52 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  78.  
  79.     * server_if.c (macos_start_server): Added support for
  80.       CVS_RCMD_PORT (and thus made consistent with WindowsNT and VMS)
  81.  
  82.     Wed Feb 28 11:31:11 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  83.  
  84.     * server_if.c (macos_start_server): Don't use alloca.
  85.  
  86. Fri Jul 26 16:17:48 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  87.  
  88.     * Makefile.in (HEADERS): Remove SIOUX*.h.
  89.     (SOURCES): Remove SIOUX.c.  These files are copyright by
  90.     metrowerks and therefore we cannot distribute them.
  91.  
  92. Fri Jul 19 14:23:01 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  93.  
  94.     * Added support for zlib (and Gzip-stream compression) to both the PPC and
  95.      68k ports.
  96.  
  97. Mon Jul 15 11:53:41 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  98.  
  99.     * For the 68k port, setup memory allocation differently in order to keep the
  100.        heap and stack from colliding in large recursive operations.  The 68k and PPC
  101.        versions now both allocate 128k to the stack.
  102.  
  103. Tues Jun 25 09:26:32 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  104.  
  105.     * Removed the requirement for the 'services' file; it only needs to be there
  106.      if you want to use a non-standard port.
  107.  
  108. Mon Jun 24 10:12:17 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  109.  
  110.     * Fixed bug in NoLineBuffer that sent an AE for every character in certain CVS
  111.      modes (e.g. help).
  112.     * Fixed bug in 68K port that didn't set the HLE flag in the size resource
  113.  
  114. Thurs Jun 7 18:11:43 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  115.  
  116.     * MacCVS fixes inserted into the "mainstream" CVS sources - thanks, Jim!
  117.     * Fixed bug with reading log information from a file
  118.  
  119. Thurs Jun 6 16:09:03 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  120.  
  121.     * Improved MacCVS builds by moving the maccvs.rsrc information to maccvs.r
  122.     * Fixed bug where MacCVS would crash if an error was encountered and
  123.      output was going to AppleEvents or a file
  124.  
  125. Thurs Jun 6 12:38:54 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  126.  
  127.     * Fixed bug keeping CRLF conversion code from getting called
  128.     * Modified "file results" code to use an intermediate file, and to
  129.      rename that file to the requested filename when complete.
  130.  
  131. Tue Jun 4 13:58:01 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  132.  
  133.     * CVS Code base updated to cvs-1.8.2 (5/27/96 snapshot)
  134.     * Updated to CodeWarrier 9.  The SIOUX redirection stuff is broken under
  135.      CW9.  Using MSL seems promising, but MSL's ccommand is broken.
  136.   * Redid the 680x0 port.
  137.  
  138. Fri May 16 14:54:21 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  139.  
  140.     * CVS Code base updated to cvs-1.8.2 (5/16/96 snapshot)
  141.     * Bugs in macos_filesys.c related to relative pathnames fixed
  142.  
  143. Fri May 1 15:58:41 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  144.  
  145.     * Added AppleEvents support (undocumented)
  146.  
  147. Fri Feb 9 11:26:32 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  148.  
  149.     * CVS Code base updated to cvs-1.7
  150.  
  151. Wed Jan 10 11:40:32 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  152.  
  153.     * CVS Code base updated to cvs-1.6.5 1/8/95 snapshot
  154.  
  155. Fri Dec 27 14:20:12 1995  Mike Ladwig  <mike@twinpeaks.prc.com>
  156.  
  157.     * Cleanup of rcmd code, removing inappropriate tests
  158.     * CVS Code base updated to cvs-1.6.3 12/27/95 snapshot
  159.     * Again fixed(?) binary/text file handling.
  160.     * OT problem traced to GUSI - OT bug.  Corresponding with Matthias.
  161.  
  162. Fri Dec 08 12:39:22 1995  Mike Ladwig  <mike@twinpeaks.prc.com>
  163.  
  164.     * Fixed problem with 'stat' emulation
  165.     * Used better GUSI resource template so file type/creator was available
  166.  
  167. Thurs Dec 07 16:13:09 1995  Mike Ladwig  <mike@twinpeaks.prc.com>
  168.  
  169.     * Port cleanup for inclusion into main cvs distribution
  170.     * Fixed(?) binary file handling
  171.     * Better SIOUX feedback
  172.     * Updates only via whole files (no '-u' to update)
  173.  
  174. Wed Nov  29 09:33:16 1995  Mike Ladwig  <mike@twinpeaks.prc.com>
  175.  
  176.     * Initial port of CVS 1.6.1 snapshot 11/14/95
  177.     * Requires CW GUSI 1.6.4 and CodeWarrier 7
  178.     * 68k version is essentially untested, due to lack of a 68k machine
  179.     * 'release' doesn't work, due to cvs implementation approach
  180.     * Tons of obvious "TODOs", but at least the heavy stuff is done 
  181.  
  182.