Age | Commit message (Expand) | Author |
2007-01-11 | missed a bit. pointed out by jmc@ | Niall O'Higgins |
2007-01-11 | sync a bit with reality | Joris Vink |
2007-01-11 | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already N... | Niall O'Higgins |
2007-01-11 | silence some warnings. | Jasper Lievisse Adriaanse |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2007-01-11 | update the revision number in CVS/Entries from CVS/Baserev if we | Xavier Santolaria |
2007-01-11 | revert last commit after discussing w/ joris@; makes sense to remove | Xavier Santolaria |
2007-01-11 | no need to unlink() the tmp files here as they have already been added | Xavier Santolaria |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | save errno. | Xavier Santolaria |
2007-01-11 | sync joris' last change (connection to remote server when all options are | Xavier Santolaria |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria |
2007-01-10 | you know what, now that openrcs is in fact working properly and | Joris Vink |
2007-01-10 | - use .Sq for single characters, rather than .Dq | Jason McIntyre |
2007-01-10 | do not use a list for SYNOPSIS; | Jason McIntyre |
2007-01-10 | Clear EOF before prompting user for input. | Ray Lai |
2007-01-09 | fix usage | Theo de Raadt |
2007-01-09 | add remote handler for the cvs watch command; not linked to the build. | Xavier Santolaria |
2007-01-09 | Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only | Chris Kuethe |
2007-01-09 | remove uneeded linebreak when creating the CVS/Notify | Xavier Santolaria |
2007-01-09 | Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@ | Otto Moerbeek |
2007-01-08 | - simplify CVS/Baserev file parsing; makes unedit work better. | Xavier Santolaria |
2007-01-07 | add the temporary file we create to the temp_files worklist | Joris Vink |
2007-01-07 | make the output when interrupting writing the log message consistent. | Jasper Lievisse Adriaanse |
2007-01-07 | use cvs_logmsg_read() for -F for simplicity. | Joris Vink |
2007-01-07 | and lets make import work with the new logmsg code too! | Joris Vink |
2007-01-07 | free the filelists we pass to cvs_logmsg_create() | Joris Vink |
2007-01-07 | rewrite of the logmessage code, which allows you to | Joris Vink |
2007-01-07 | zap-o-matic 2007: | Joris Vink |
2007-01-06 | add cvs_base_handle() routine to handle the CVS/Baserev* files. | Xavier Santolaria |
2007-01-05 | tidy & sort help display | Otto Moerbeek |
2007-01-05 | for edit: create the CVS/Base directory if it does not already exist. | Xavier Santolaria |
2007-01-05 | use current working directory fullpath for notifications. | Xavier Santolaria |
2007-01-05 | correctly handle time in notifications. | Xavier Santolaria |
2007-01-05 | use correct hostname for notifications. | Xavier Santolaria |
2007-01-05 | starting bits for the edit command. more to come. | Xavier Santolaria |
2007-01-05 | add new g command to interactive help; from Mark Lumsden | Otto Moerbeek |
2007-01-05 | - introduce file comparison routine, cvs_file_cmp(). | Xavier Santolaria |
2007-01-04 | extend make grammar slightly: | Marc Espie |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie |
2007-01-03 | make sure remove -f also works in remote setup | Joris Vink |
2007-01-03 | add support for 'remove' in a remote setup. | Joris Vink |
2007-01-03 | revert changes made in 1.40 - it breaks add in a remote setup | Joris Vink |
2007-01-03 | if we are commiting a file, do not let the server resend it | Joris Vink |
2007-01-03 | fix CVS_CLIENT_LOG logging, we were missing parts | Joris Vink |
2007-01-03 | Missing 'T' in interactive command list. From Mark Lumsden. | Otto Moerbeek |
2007-01-03 | Add a 'g' command to only show processes having a string in their | Otto Moerbeek |
2007-01-03 | bring back cvs_yesno() as is it going to be used pretty soon now. | Xavier Santolaria |