Home
last modified time | relevance | path

Searched refs:do_editor (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-919470 * logmsg.c (do_editor): Fix typo ("c)continue" -> "c)ontinue").
256 * cvs.h: adjust do_editor prototype and forward decl.
259 * logmsg.c (do_editor): change return type to char *. Remove
H A Dcommit.c525 do_editor (".", &saved_message, NULL, find_args.ulist); in commit()
1374 do_editor (finfo->update_dir, &saved_message, in commit_fileproc()
1686 do_editor (update_dir, &saved_message, real_repos, ulist); in commit_direntproc()
H A Dcvs.h657 void do_editor (const char *dir, char **messagep,
H A Dlogmsg.c196 do_editor (const char *dir, char **messagep, const char *repository, in do_editor() function
H A DChangeLog-93951039 * logmsg.c (do_editor): Check for errors from stdio calls.
1050 * logmsg.c (do_editor): Use getline instead of fgets.
1053 * logmsg.c (do_editor): Lose if fclose of temp file output
2594 * logmsg.c (do_editor): Allocate enough space for trailing '\0'.
2940 do_editor (accidentally omitted from last change).
2946 * logmsg.c (do_editor): Reinstate message arg, but make it char
2949 * cvs.h: Change do_editor declaration.
2953 commit_direntproc): Pass &message to do_editor; don't expect it to
3710 * logmsg.c (do_editor): If repository or changes is NULL, just don't
H A Dimport.c259 do_editor (NULL, &message, in import()
H A DChangeLog-9612 * logmsg.c (do_editor): Use CVSEDITPREFIXLEN when deciding whether
46 * commit.c, import.c: Call do_verify as well as do_editor.
622 * logmsg.c (do_editor): Do not use editinfo if running on the client.
1261 call start_server before do_editor.
2757 * logmsg.c (do_editor): If user aborts the commit, still remove the
3142 * logmsg.c (do_editor): If repository is NULL, use CVSADM_TEMPLATE
3227 * logmsg.c (do_editor): Add comments regarding st_size.
3579 * logmsg.c (do_editor): Fix indentation.
3583 * logmsg.c (do_editor): If no editor is defined, exit and print
4416 do_editor.
H A DChangeLog4395 verifymsg_proc, do_editor, do_verify, Update_Logfile), main.c (main
4452 * commit.c (precommit_list_to_args_proc), logmsg.c (do_editor), subr.c
6025 (do_editor): Don't look for editinfo script.
6051 * logmsg.c (do_editor): Use cvs_temp_file rather than cvs_temp_name to
6056 * logmsg.c (do_editor): Move editinfo processing to before creation of
7876 * logmsg.c (do_editor): Fix bug which prevented reusing log messages.
8117 * logmsg.c (do_editor): Fix assertion when CLIENT_SUPPORT not defined.
8396 * logmsg.c (do_editor): Add comment and assertion.
8397 * import.c (import): Don't call do_editor with a repository argument
8469 * logmsg.c (do_editor): Return reused_message.
[all …]
H A DChangeLog-971233 * sanity.sh (editor): New tests test do_editor.
1236 from do_editor and there was an error, don't toss the message.
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog.zoo645 * src/commit.c (do_editor): Bug fix - fprintf missing argument
H A DTODO263 do_editor if the up-to-date check fails (see commit.c client code).
H A DNEWS2087 * src/commit.c (do_editor): Bug fix - fprintf missing argument