Age | Commit message (Expand) | Author |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-14 | saying todays is every day does not work in out calendar | Michael Shalayeff |
2006-06-14 | useless casts are so the 80s | Joris Vink |
2006-06-14 | i mixed up the offset and whence variables for lseek(2) | Joris Vink |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-14 | zap myuid variable, it is not used for anything usefull. | Joris Vink |
2006-06-14 | limit the number of pre-banner characters we will accept; ok markus@ | Damien Miller |
2006-06-13 | be more accurate in describing what happened | Joris Vink |
2006-06-13 | better usage | Joris Vink |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink |
2006-06-13 | revert; i am on drugs. spotted by alexander AT beard.se | Damien Miller |
2006-06-13 | fix a pasto in a comment: wxfers are for writes, not reads. | David Gwynne |
2006-06-13 | always use a format string, even when printing a constant | Damien Miller |
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria |
2006-06-11 | - clean up rcs_expand_keywords() a little more. | Niall O'Higgins |
2006-06-11 | - zap unused variable | Niall O'Higgins |
2006-06-11 | remove unused variable | Joris Vink |
2006-06-10 | update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointed | Jason McIntyre |
2006-06-09 | - fix rcs_expand_keywords(). | Niall O'Higgins |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl |
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter |
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria |
2006-06-07 | bring back -v support; OK joris@. | Xavier Santolaria |
2006-06-07 | this file is public domain; | Jason McIntyre |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria |
2006-06-07 | document that tip(1) can set the line discipline. | Marc Balmer |
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt |
2006-06-06 | minor cleanup | Theo de Raadt |
2006-06-06 | zap another magic number | Michael Coulter |
2006-06-06 | make use of new structs and defines in cd.h | Michael Coulter |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl |
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria |
2006-06-06 | hello commit -F support | Joris Vink |
2006-06-06 | add support for the -D option of update, | Joris Vink |
2006-06-05 | allow the re-adding of files with previous revisions | Joris Vink |
2006-06-04 | - initialise path pointers to NULL since error code checks for that. | Niall O'Higgins |
2006-06-04 | sync exit status bits with reality. | Xavier Santolaria |
2006-06-04 | - explicitly set some pointers to NULL since they are tested on error. | Niall O'Higgins |
2006-06-04 | fix output if file is lost, unknown, or in the Attic; OK joris@. | Xavier Santolaria |
2006-06-04 | lets not stop looking for a branch if the first one | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-04 | - we can just use the 'sizdiff' variable instead of calling strlen(expbuf); | Niall O'Higgins |
2006-06-04 | - ensure fin pointer is not invalidated after realloc | Niall O'Higgins |
2006-06-04 | - don't forget to free data in rcs_expand_keywords() | Niall O'Higgins |
2006-06-04 | - fix off-by-one in rcs_expand_keywords() | Niall O'Higgins |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-06-02 | various spelling fixes | David Krause |