- Mar 17, 1997
-
-
kingdon authored
- Mar 16, 1997
-
-
kingdon authored
files; but it is (still) awkward for client/server CVS.
-
kingdon authored
RCS_CI usually, but not always, does this for us. * commit.c (fix_rcs_modes): Replace algorithm with a more CVSUMASK-friendly one. * sanity.sh (modes): Update tests modes-5, modes-7, modes-10, and modes-15 so they test that CVSUMASK is honored.
-
kingdon authored
if one manually changes the modes in the repository.
-
kingdon authored
temporary directory. This won't solve the intermittent can't create temporary directory Unknown error -1 but it will mean (a) the right message based on errno gets printed, instead of "unknown error -1", and (b) the message says that it happened in chmod instead of mkdir_p.
-
- Mar 15, 1997
- Mar 14, 1997
-
-
kingdon authored
most debugging messages. Developer Studio tends to erase the outproc messages on an error. More playing around with projects. * README.txt: Describe results of this. I am making grey (source controlled) file icons appear, which is exciting.
-
- Mar 13, 1997
-
-
kingdon authored
dependencies.
-
kingdon authored
-
kingdon authored
limit.
-
kingdon authored
dependencies.
-
kingdon authored
-> "manual is about"). Reported by Philippe De Muyter.
-
kingdon authored
* configure.in (AC_C_CROSS): Add comment about obsolescence thereof. * config.h.in, configure: Regenerated with autoconf 2.10. Thu Mar 13 05:50:29 1997 Philippe De Muyter <phdm@info.ucl.ac.be> Here are the fixes I needed to make to cvs-1.9 to get it to compile and successfully pass 'make check' on m68k-motorola-sysv. * lib/getwd.c (getwd): Added declaration for getcwd(). * lib/wait.h (WIFSTOPPED et al.): Macro defined if not defined. * lib/waitpid.c (waitpid): Use wait, not wait3, if !HAVE_WAIT3. * src/admin.c (admin): Added declaration for getgrnam(). * src/server.c (fcntl.h): Do not include file twice. Already included from system.h from cvs.h. * src/sanity.sh (imported-f*): Renamed from imported-file*, that were too long for sysv. * configure.in (wait3): Added to AC_CHECK_FUNCS list.
-
kingdon authored
directory at the end, strip it off. This fixes a bug which was introduced when strip_path was nuked (this fix is much more limited in scope than strip_path was; I _think_ that is a good thing). (add): Likewise, for client. (combine_dir): New function, helps with above. * sanity.sh (modules3): Reenable tests for this behavior. (basica-0b, basicb-0e): Adjust test to reflect "foo/bar" instead of "foo/./bar" in message. As with the rest of this, I believe this is just restoring the behavior prior to the strip_path nuking (I tried it with CVS 1.9).
-
- Mar 12, 1997
-
-
kingdon authored
-
kingdon authored
-
kingdon authored
vs. HOMEDRIVE/HOMEPATH.
-
kingdon authored
-
kingdon authored
HAVE_SETVBUF is no longer used. * config.h, configure: Regenerated with autoconf 2.10.
-
kingdon authored
Remove item 14, concerning "pathname stripper". I think that was a reference to the late unlamented strip_path.
-
- Mar 10, 1997
-
-
kingdon authored
why we were distributing it in the first place (aping the OS/2 port? If so the two _are_ different; that OS/2 port uses Makefile for builds).
-
- Mar 09, 1997
-
-
kingdon authored
If CVSroot_directory is not an absolute pathname, give a fatal error. * sanity.sh (crerepos): New tests crerepos-6* test for above fixes.
-
kingdon authored
CVSUMASK.
-
kingdon authored
(except the Mac client). I've skimmed through much of CVS looking for other such places; but I didn't read everything. If I missed any please report it to bug-cvs. * logmsg.c (logfile_write, title_proc): Realloc str_list as needed; don't assume MAXLISTLEN is enough. * cvs.h (MAXLISTLEN, MAXFILEPERDIR): Removed; no longer used. * add.c, myndbm.c, parseinfo.c, update.c: Nuke MAXLINELEN limit. * parseinfo.c, update.c, mkmodules.c: Check for errors reading file. * cvs.h (MAXLINELEN): Removed; no longer used. * logmsg (MAXHOSTNAMELEN): Removed; not used. * main.c (cmd_synonyms): Allocate based on fullname, nick1, and nick2, just in case someone makes those big enough so that 100 bytes is not enough. (Make_Date): Use MAXDATELEN rather than our own fixed size. * mkmodules.c (mkmodules): Nuke arbitrary limit on line length. * rcs.c (ALLOCINCR): Remove; not used. (RCS_check_kflag): Add comment concerning karg size. * run.c: Allocate run_prog to the needed size, rather than allocating a fixed size buffer.
-
kingdon authored
-
- Mar 08, 1997
-
-
kingdon authored
than assuming MAXPROGLEN is enough. * cvs.h (MAXPROGLEN): Removed; no longer used. * subr.c (MIN_INCR): Update comment to reflect MAXPROGLEN's demise.
-
kingdon authored
free memory allocated by Find_Names (at least it hasn't for a long time). * subr.c, cvs.h (line2argv): Change calling convention so that we allocate argv array rather than the caller. The previous one had no way of checking whether we overflowed the passed-in buffer. * subr.c (free_names): Free the argv array too. * modules.c (do_module, cat_module): Update callers.
-
- Mar 07, 1997
-
-
kingdon authored
-
kingdon authored
C++ 2.x but it is under "Tabs" in Visual C++ 4.x. List number of warnings for regex.c (103, which is actually down from 121 prior to the change I just made to regex.c).
-
kingdon authored
over most trivial changes (whitespace and so on). Most of the changes to portability cruft I did not bring over, on the theory of sticking to the devil that we know. I did bring over the change to undef MAX and MIN (this is a better solution to a problem we had been handling a different way). There were a variety of changes I probably could/should have brought over, but elected not to try to understand them and whether they would cause trouble (printchar -> putchar, changes to output format in print_partial_compiled_pattern, internationalization, FREE_STACK_RETURN and friends which would appear to be fixing memory leaks in error cases, RE_TRANSLATE_TYPE, and others). I did merge the changes (union fail_stack_elt, PUSH_FAILURE_POINTER, etc.) to use a union for the failure stack rather than playing games with pointers and integers (that was my reason for bothering; the code had been broken on the Alpha).
-
- Mar 06, 1997
-
-
kingdon authored
arbitrary limit. * history.c: Likewise (since_rev, since_tag, backto, rec_types). * ignore.c: Likewise (line). Also check for errors from getline and add 'copyright' notice to top of file. * wrapper.c (wrap_add_file): Likewise (line). Also check for errors from various calls and add 'copyright' notice to top of file.
-
- Mar 05, 1997
-
-
kingdon authored
project, but that's what I'm playing with: * scc.c (SccOpenProject): Use outproc not debuglog for debugging messages. (SccGet): Add debugging messages. (SccAddFromScc): Implemented. (SccInitialize): Return AddFromScc in capabilities. * scc.c: Change out_proc to outproc for consistency.
-
- Mar 04, 1997
- Mar 03, 1997