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 / windows-NT / ChangeLog < prev    next >
Text File  |  1996-09-28  |  10KB  |  320 lines

  1. Wed Sep  4 1996  Jim Kingdon  <kingdon@cyclic.com>
  2.  
  3.     * filesubr.c (mkdir_if_needed): mkdir on NT only takes one,
  4.     not two, arguments.
  5.  
  6. Thu Aug 29 09:47:33 1996  Mark A. Solinski  <markso@mcs.com>
  7.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  8.  
  9.     * filesubr.c (deep_remove_dir, unlink_file_dir): ENOENT can also
  10.     mean that we tried to unlink a directory (Win95).
  11.  
  12. Mon Aug 26 12:47:58 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  13.  
  14.     * filesubr.c (mkdir_if_needed): Added.
  15.  
  16. Thu Aug 22 19:12:17 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  17.  
  18.     The following changes are said to be necessary (but not
  19.     sufficient) for Win95:
  20.     * config.h (sleep): Use "unsigned int" not just "unsigned".
  21.     * filesubr.c (deep_remove_dir): Treat EACCES as well as ENOTEMPTY
  22.     as an indication that we need to remove the directory.
  23.  
  24. Fri Aug 16 16:06:22 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  25.  
  26.     * Makefile.in (installdirs): new (empty) target
  27.  
  28. Mon Aug 12 14:45:16 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  29.  
  30.     * config.h: Remove CLIENT_ONLY; it is nowhere used.
  31.  
  32. Mon Jul 15 1996  Jim Kingdon  <kingdon@cyclic.com>
  33.  
  34.     * README: Add note about tab stop setting.
  35.  
  36. Fri Jun  7 13:07:37 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  37.  
  38.     * config.h: Change INITIALIZE_SOCKET_SUBSYSTEM to
  39.     SYSTEM_INITIALIZE to reflect change in ../src/main.c.
  40.  
  41. Mon Jun 03 01:00:08 1996  noel  <noel@BOAT_ANCHOR>
  42.  
  43.     * sanity.sh: include new tests from ../src/sanity.sh.
  44.  
  45.     * filesubr.c (copy_file): use open with O_CREAT instead of creat
  46.      so we can also use O_BINARY -- we don't want to do any LF -> CR/LF
  47.      translations when we copy files.
  48.  
  49. Fri May 17 11:53:13 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  50.  
  51.     * README: In a few places it used to say "server" when it meant
  52.     "client".  Fix it.  Say explicitly that there is no server on NT.
  53.     Fix typos (4,0 -> 4.0; CVS.system -> CVS).
  54.  
  55. Thu May 16 16:52:45 1996  Noel Cragg  <noel@gargle.rain.org>
  56.  
  57.     * README: explain which utilities are required for client support
  58.      and local support in separate paragraphs.
  59.  
  60.     * filesubr.c (expand_wild): rename max to cvs_max to avoid
  61.      conflicts with other already-defined routines.
  62.     (get_homedir): rename min to cvs_min.
  63.  
  64. Thu May 16 01:18:22 1996  noel  <noel@BOAT_ANCHOR>
  65.  
  66.     * sanity.sh: Hacked version of src/sanity.sh for use under
  67.      CYGWIN32.
  68.  
  69.     * filesubr.c (expand_wild): Since FindFirstFile and FindNextFile
  70.      don't return the pathname of a file, we need to keep track of it
  71.      ourselves.
  72.  
  73.     * options.h: Fix defines for DIFF and GREP. 
  74.  
  75.     * run.c (run_exec): Flush stdout and stderr so we end up with the
  76.      correct interleaving of output for sanity.sh.  This can be removed
  77.      later, if desired.
  78.  
  79. Wed May 15 23:51:49 1996  Noel Cragg  <noel@gargle.rain.org>
  80.  
  81.     * README: mention that grep is mandatory.
  82.  
  83. Tue May 14 1996  Jim Kingdon  <kingdon@cyclic.com>
  84.  
  85.     * filesubr.c (cvs_temp_name): Call _tempnam not tmpnam.
  86.  
  87. Tue May 14 13:38:51 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  88.  
  89.     * filesubr.c (cvs_temp_name): New function..
  90.  
  91. Wed May 01 01:28:41 1996  noel  <noel@BOAT_ANCHOR>
  92.  
  93.     * filesubr.c (get_homedir): use both HOMEDRIVE and HOMEPATH to
  94.      construct the user's home directory.
  95.  
  96. Tue Apr  9 20:56:14 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  97.  
  98.     * README: Mention CRLF for src/server.c.
  99.  
  100. Mon Mar 25 1996  Jim Kingdon  <kingdon@cyclic.com>
  101.  
  102.     * filesubr.c (expand_wild): New function.
  103.  
  104. Tue Mar 19 17:55:39 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  105.  
  106.     * startserver.c (wnt_start_server): Cleaned up code to get port
  107.       (and thus made consistent with VMS and Mac)
  108.  
  109. Mon Mar 18 14:54:50 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  110.  
  111.     * config.h: Don't declare gethostname; main.c already includes
  112.     winsock.h.  Define FILENAMES_CASE_INSENSITIVE.
  113.  
  114. Fri Mar 15 1996  Jim Kingdon  <kingdon@cyclic.com>
  115.  
  116.     * filesubr.c (fncmp): Fix typo (n1 -> n2) which had caused the
  117.     function to always return 0.
  118.  
  119. Thu Mar  7 08:55:39 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  120.  
  121.     * Makefile.in (HEADERS): Remove alloca.h from list.
  122.  
  123. Wed Feb 28 11:08:06 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  124.  
  125.     * options.h: Remove AUTH_SERVER_SUPPORT; no longer should be
  126.     defined in options.h.
  127.  
  128.     * config.h: Remove C_ALLOCA, CRAY_STACKSEG_END, HAVE_ALLOCA,
  129.     HAVE_ALLOCA_H, and STACK_DIRECTION to reflect alloca removal.
  130.     * startserver.c (wnt_start_server): Don't use alloca.
  131.     * alloca.h: Removed.
  132.  
  133. Fri Feb 23 18:00:00 1996  Jim Kingdon  <kingdon@cyclic.com>
  134.  
  135.     * options.h: Define AUTH_CLIENT_SUPPORT and NO_SOCKET_TO_FD.
  136.     * config.h: Define HAVE_WINSOCK_H.
  137.     * win32.c (getpass): New function.
  138.     * filesubr.c (get_homedir): New function.
  139.  
  140. Mon Feb 12 16:09:24 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  141.  
  142.     * run.c (run_popen): Changed more Popen() to run_popen()
  143.  
  144. Mon Feb 12 03:33:27 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  145.  
  146.         * run.c: Changed Popen() to run_popen() for the benefit of
  147.         case-insensitive linkers (VMS) which confuse Popen() with popen()
  148.  
  149. Fri Feb  9 22:10:12 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  150.  
  151.     * Makefile.in (distclean): Remove Makefile.
  152.  
  153.     * config.h: Remove SYSTEM_COMMENT_TABLE.
  154.  
  155. Thu Feb  1 15:09:17 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  156.  
  157.     * options.h: Remove RM; no longer used.
  158.  
  159.     * filesubr.c: Remove rcsid.
  160.  
  161. Thu Jan 11 16:01:27 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  162.  
  163.     * README: Update with information for Visual C++ 4.0, some
  164.     warnings that weren't mentioned, etc.
  165.  
  166. Thu Jan 11 12:04:42 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  167.  
  168.     * options.h: remove CVS_NOADMIN
  169.  
  170. Wed Jan  3 16:17:19 1996  Jon Dart  <jdart@tss.com>
  171.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  172.  
  173.     * run.c (filter_stream_through_program): If pidp is NULL, don't
  174.     store to *pidp.
  175.     * ndir.h: Change MAXNAMLEN to 255.
  176.     * run.c (build_command): Deal with it if there are no arguments at
  177.     all.
  178.  
  179. Mon Jan  1 23:40:01 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  180.  
  181.     * filesubr.c (link_file): New function.
  182.  
  183.     * README: Mention CRLF vs. LF in cvsnt.mak.  Other minor revisions.
  184.  
  185. Fri Dec 22 12:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  186.  
  187.     * run.c (filter_stream_through_program): On error, error() rather
  188.     than returning -1.
  189.  
  190. Thu Dec 21 16:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  191.  
  192.     * options.h: Don't define NO_SOCKET_TO_FD.
  193.  
  194. Mon Dec 18 09:57:29 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  195.  
  196.     * options.h: Explain NO_SOCKET_TO_FD some more.
  197.  
  198. Sun Dec 17 21:19:18 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  199.  
  200.         * options.h (NO_SOCKET_TO_FD): define to 1.
  201.  
  202. Tue Dec 12 19:18:00 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  203.  
  204.         * options.h (AUTH_CLIENT_SUPPORT, AUTH_SERVER_SUPPORT): these
  205.         replace CVS_LOGIN.
  206.         (RCSBIN_DFLT): expand comment.
  207.  
  208. Mon Dec 11 12:43:35 1995  adamg  <adamg@microsoft.com>
  209.  
  210.     * config.h: Add INITIALIZE_SOCKET_SUBSYSTEM macro to ensure that
  211.     winsock is initialized early enough for the gethostname() in
  212.     main.c to succeed.
  213.     * rcmd.c: Remove from init_winsock(), and rcmd() code that
  214.     initialized winsock on demand.
  215.  
  216. Thu Dec  7 14:49:16 1995  Jim Meyering  (meyering@comco.com)
  217.  
  218.     * filesubr.c (isaccessible): Rename from isaccessable.
  219.     Update callers.
  220.  
  221. Mon Dec  4 10:46:31 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  222.  
  223.     * The following change was copied from src/filesubr.c.  This is
  224.     because we need filesubr.c to compile, not because we are trying
  225.     to make set*id work on NT (if it even has set*id).
  226.     * filesubr.c (isaccessable): new function.  Checks access-rights
  227.     for files like access(), but is getxid-safe.  Falls back to
  228.     access() if SETXID_SUPPORT is not enabled.
  229.     (isfile): replace stat() by isaccessable(file, F_OK)
  230.     (isreadable): replace access() by isaccessable()
  231.     (iswritable): ditto
  232.     (make_directory): rename local variable buf to sb
  233.  
  234. Fri Nov 24 11:17:16 EST 1995  Boleslaw Ciesielski  <bolek@viewlogic.com>
  235.  
  236.     * filesubr.c (convert_file): Pass S_IWRITE to open when creating
  237.     file (fixes problem with deleting temporary files).
  238.  
  239. Fri Nov 24 11:12:47 1995  Boleslaw Ciesielski  <bolek@viewlogic.com>
  240.  
  241.     * run.c (build_command): Move len++ inside loop, to make room for
  242.     spaces between arguments.
  243.  
  244. Thu Oct 26 10:12:51 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  245.  
  246.     * README: Say that patch is required, not optional.
  247.  
  248. Wed Oct 25 07:40:17 1995  Noel Cragg  <noel@virtual.office.com>
  249.  
  250.     * startserver.c (wnt_start_server): removed NTOHS call; since the
  251.     resulting number was passed as the port number to rcmd which
  252.     called NTOHS again, we did a complicated NOOP.
  253.  
  254. Tue Oct 24 10:59:03 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  255.  
  256.     * Makefile.in: insert autoconf variables. This allows e.g. make
  257.       dist to work when configure was called from within a subdir.
  258.  
  259.     * Makefile.in (dist): replace by rule which honors $(srcdir)
  260.  
  261. Mon Oct 23 18:51:49 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  262.  
  263.         * Makefile.in (clean): new rule, does nothing but satisfy
  264.         top-level Makefile's beliefs about what its children can do.
  265.  
  266. Fri Oct 20 11:09:55 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  267.  
  268.     * config.h: use same layout and comments as current ../config.h.in
  269.  
  270.     * options.h: as above for ../src/options.h.in
  271.  
  272. Tue Oct 10 16:04:18 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  273.  
  274.     * README: Update to remove obsolete information (e.g. ftp
  275.     distributions).
  276.  
  277. Thu Oct  5 17:28:52 1995  Kevin Layer  <layer@franz.com>
  278.  
  279.     * filesubr.c: Add semicolon after USE.
  280.  
  281. Thu Sep 7  19:18:00 1995  Jim Blandy  <jimb@cyclic.com>
  282.  
  283.     * config.h (CVS_SUPPORT): #define this.
  284.  
  285.     * ndir.c (opendir): Make the directory name argument a const
  286.     char *, instead of just a char *.
  287.     * ndir.h (opendir): Extern declaration changed to match.
  288.  
  289. Thu Aug 31 12:00:08 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  290.  
  291.     * Makefile.in (HEADERS, SOURCES): New variables.
  292.     (DISTFILES): Refer to them, and include README, Makefile.in, and
  293.     .cvsignore.
  294.  
  295.     * filesubr.c (unlink_file_dir, deep_remove_dir): New functions,
  296.     originally added to src/filesubr.c and then adapted here for
  297.     Windows NT.
  298.  
  299. Wed Aug 30 15:39:57 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  300.  
  301.         * Windows NT port merged.
  302.     * README, config.h, filesubr.c, mkdir.c, ndir.c, ndir.h,
  303.     options.h, pwd.c, pwd.h, rcmd.c, rcmd.h, run.c, startserver.c,
  304.     strippath.c, stripslash.c, waitpid.c, win32.c: Changed or added.
  305.  
  306. Thu Aug 10 13:30:00 1995  Jim Blandy <jimb@cyclic.com>
  307.  
  308.     * filesubr.c, mkdir.c, pwd.c, run.c, win32.c: New source files.
  309.     * pwd.h: New header file.
  310.  
  311. Wed Jul 19 18:00:00 1995  Jim Blandy <jimb@cyclic.com>
  312.  
  313.     * alloca.h: New file.
  314.  
  315.     * config.h (HAVE_IO_H): Define this.
  316.  
  317. Tue Jul 18 21:18:00 1995  Jim Blandy <jimb@cyclic.com>
  318.  
  319.     * config.h, options.h, pwd.h: New files.
  320.