- Aug 04, 1995
- Aug 03, 1995
- Jul 31, 1995
- Jul 30, 1995
- Jul 29, 1995
-
-
kingdon authored
-
kingdon authored
Remove "reminder" to run cvsinit; running cvsinit is not required.
-
kingdon authored
* add.c: Check wrap_name_has. * diff.c, checkin.c, import.c: have code call unlink_file_dir in the appropriate places instead of just calling unlink_file. * checkin.c: Remove one unlink call. * import.c (comtable): Add .m .psw .pswm. * import.c (add_rcs_file): Remove tocvsPath before returning. * subr.c (unlink_file_dir): Add new function. unlinks the file if it is a file. or will do a recursive delete if the path is actually a directory. (deep_remove_dir): New function, helps unlink_file_dir. * mkmodules.c: Added CVSROOTADM_WRAPPER (cvswrappers file) to the checkout file list.
-
kingdon authored
-
kingdon authored
-
kingdon authored
-
kingdon authored
-
- Jul 28, 1995
-
-
eggert authored
-
eggert authored
-
eggert authored
(datearg): Separate date from time with comma, not space, to avoid CVS 1.5 bug. (CVSROOT): Don't abort if unset and if repository is an absolute pathname. Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems that interpret `#! /' as a 4-byte magic number. (CVSROOT, repository): Allow remote repositories a la CVS 1.4. (output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta.
-
eggert authored
so that users can put spaces in options, can specify multiple -d options, etc. (ac, av): New variables. (log_option_with_arg, options): Remove. (log_fileproc): Don't prepend `/' to file name if update_dir is empty.
-
jimb authored
-
jimb authored
(SUBDIRS): Add windows-NT.
-
jimb authored
-
jimb authored
-
jimb authored
-
jimb authored
not a size_t. size_t is unsigned, and the return values of read and write are definitely not unsigned. * cvs.h [HAVE_IO_H]: #include <io.h>. [HAVE_DIRECT_H]: #include <direct.h>.
-
jimb authored
-
jimb authored
-
- Jul 27, 1995
-
-
jimb authored
#defined. We've added a test to configure.in to #define this on most systems.
-
jimb authored
* configure.in (AC_CHECK_HEADERS): Check for sys/param.h; Windows NT doesn't have it. * configure.in (AC_CHECK_HEADERS): Check for sys/time.h. If you're using AC_HEADER_TIME, it's best to check for this too.
-
jimb authored
which included commits to RCS files with non-trunk default branches.
-
jimb authored
-