- Apr 28, 2011
-
-
mdb authored
not posix.2 compliant. They use "%s: invalid option -- '%c'\n" instead of "%s: illegal option -- %c\n", so adjust the expr. (Reported by David Taylor <dtaylor@emc.com>.)
-
- Mar 30, 2011
-
-
scjones authored
allocation. (Reported by David Taylor <dtaylor@emc.com>.)
-
- Oct 21, 2010
-
-
scjones authored
-
- Jun 03, 2010
-
-
scjones authored
-
- Apr 09, 2010
-
-
scjones authored
-
- Dec 15, 2009
-
-
scjones authored
-
- Nov 12, 2009
- Aug 29, 2009
- Aug 04, 2009
- Jul 22, 2009
-
-
scjones authored
-
- Jul 19, 2009
-
-
dprice authored
-
- Jul 18, 2009
-
-
dprice authored
-
- Dec 02, 2008
-
-
scjones authored
* edit.c (send_notifications, edit, unedit): Use CVS_LOCK_NONE instead of 0 in calls to start_recursion to avoid compiler warnings. * parseinfo.c: Remove duplicate definition of config (from main.c). * hash.c (walklist): Cast function pointers to void * for tracing. * recurse.c (start_recursion): Ditto.
-
- Nov 25, 2008
-
-
scjones authored
-
- Nov 19, 2008
-
-
scjones authored
-
- Nov 18, 2008
- Nov 17, 2008
- Nov 15, 2008
- Nov 14, 2008
- Nov 05, 2008
- Oct 15, 2008
- Oct 02, 2008
-
-
dprice authored
-
dprice authored
(expand_modules): Removed this stub function. (get_history_log_name): Don't return const since it is freshly allocated. (history_write): Add version number to history records. Use tag fields like other record types. (fill_hrec): Load version number & postprocess history records as needed. Zero records with memset. (read_hrecs_file): Don't zero records redundantly with fill_hrec(). (report_hrecs): Find tag data in the same place as other record types. * sanity.sh (basic2-64): Expect new tag records. * tag.c: Some cleanup. (cvstag): Move history log call to... (tag_filesdoneproc): ...here, where we have more information.
-
dprice authored
* subr.h [NULL2DOT, NULL2MT]: Add parens for safety.
-