- 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.
-
- Sep 30, 2008
-
-
dprice authored
only one function which restored its state on exit, and it even uselessly duplicated the value of another variable within that function.
-
- Sep 29, 2008
-
-
dprice authored
assertion.
-
dprice authored
cleanup. * recurse.c (repository, struct recursion_frame, start_recursion): Declare repository const char *. (do_recursion, do_dir_proc): Ditto. Some cleanup. * recurse.h (start_recursion): Update prototype to match. * subr.h (REPLACE): New convenience macro. * update.c (do_update): Cleanup traces.
-
dprice authored
-
dprice authored
* parseinfo.c (Parse_Info): Add function trace.
-
dprice authored
and composing update_dir. Incidentally fixes a few other minor bugs. * commit.c (commit_direntproc): Handle corrected update_dir. * recurse.c (do_dir_proc): Preserve update_dir. Clean up. * sanity.sh: Compensate for correctly preserved update_dir.
-
dprice authored
-
dprice authored
* hash.h (printlist): Add prototype. * ls.c (ls_direntproc): Add function trace. * recurse.c (do_recursion): Condense traces. (do_file_proc, do_dir_proc): Add function traces.
-
- Sep 28, 2008
-
-
dprice authored
commit.
-
- Sep 26, 2008
-
-
dprice authored
-
- Sep 25, 2008
-
-
dprice authored
(do_file_proc): Cleanup. Try harder to preserve update_dir. * server.c: Cleanup. (output_dir): Become wrapper for... (output_dir_i): ...this new function used... (serve_notify): ...here to avoid code duplication. * sanity.sh (server): Compensate for correct notify repository line.
-
dprice authored
* repos.c (Short_Repository): Improve header comment. Assert truths. Strip all trailing slashes.
-
dprice authored
(checkout_proc): Pass empty update_dir to build_one_dir. * create_adm.c: Some cleanup. * rcs.c (RCS_setattic): Simplify via cvs_mkdir(). * repos.c (Sanitize_Repository_Name): Strip any number of /.? * subr.c (mkdir_i): Assume UPDATE_DIR is a full path when set.
-
dprice authored
* subr.c (dir_append_dirs): Extend to ignore ./*. Improve header block comment. * tag.c: Some cleanup. (check_fileproc): Improve error message. * sanity.sh (basica-4a): Update to compensate for new error message.
-
- Sep 22, 2008
-
-
dprice authored
-
dprice authored
-
dprice authored
* rcs.c: Likewise. (locate_rcs): Export. Change int arg to bool. * rcs.h (locate_rcs): Add prototype.
-
dprice authored
functions. * stack.h (unshift_string_array, init_string_list): Prototypes for same.
-
dprice authored
(ncheck_filesdoneproc): ...this and call the new function... (send_notifications): ...here for efficiency. Some cleanup.
-
dprice authored
* find-names.h (find_dirs): Add prototype.
-
- Sep 20, 2008
-
-
dprice authored
set by caller. * find-names.h (Find_Names): Update prototype. * recurse.c (do_recursion): Always open entries when available. * sanity.sh (errmsg2-16): Update to compensate.
-
- Sep 19, 2008
-
-
dprice authored
-
dprice authored
do_editor(). * logmsg.c (do_editor): Some cleanup. * sanity.sh (editor): Update to compensate.
-
dprice authored
-
dprice authored
-
dprice authored
* client.c (call_in_directory): Handle preservation of update_dir from server. Clean up and simplify slightly. (is_cvsroot_level): Handle empty update_dir. * server.c (output_dir): Preserve update_dir when sending it to client. Clean up. * subr.c (dir_append_dirs): Fix TRACE.
-
dprice authored
-
dprice authored
-
dprice authored
(lock_obtained, lock_wait): Only print message when !really_quiet. (set_lock): Don't print error messages, but return errno and... (Reader_Lock, set_promotable_lock, lock_dir_for_write, internal_lock): ...rely on callers to report the error. (set_readlock_name, readers_exist): Declare inline. (multiroot3-10): Update to compensate for new error messages.
-
- Sep 18, 2008