Age | Commit message (Expand) | Author |
2005-12-27 | fix possible overflow in the tabstops[] array. ok miod@ | Moritz Jodeit |
2005-12-27 | enter sdiff | Theo de Raadt |
2005-12-27 | - rlog(1) needs RCS_PARSE_FULLY too. | Niall O'Higgins |
2005-12-27 | - optimise rcsnum_tostr(). we call this function a LOT and using multiple | Niall O'Higgins |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-27 | +.Xr sdiff 1 , | Jason McIntyre |
2005-12-27 | add a SEE ALSO section; | Jason McIntyre |
2005-12-27 | - kill trailing whitespace | Jason McIntyre |
2005-12-27 | move the BUGS section to CAVEATS, since both the points listed | Jason McIntyre |
2005-12-27 | remove xstrtonum | Ted Unangst |
2005-12-27 | shorten main initialization | Theo de Raadt |
2005-12-27 | goto labels after case statements make lint happier | Theo de Raadt |
2005-12-27 | INT_MAX should be big enough for a width | Ted Unangst |
2005-12-27 | remove debug mode | Ted Unangst |
2005-12-27 | add DPADD | Theo de Raadt |
2005-12-27 | sizeof char is always 1 | Ted Unangst |
2005-12-27 | if an allocation function fails, err will print "cannot allocate memory" | Ted Unangst |
2005-12-27 | close can't really fail, don't bother checking | Ted Unangst |
2005-12-27 | remove broken assert on argc, and put argc check in right place | Ted Unangst |
2005-12-27 | variables in header should be extern, defined in a c file. | Ted Unangst |
2005-12-27 | OpenBSD tags | Ted Unangst |
2005-12-27 | add a public domain sdiff implementation contributed by ray lai | Ted Unangst |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |
2005-12-24 | error message consistency in fatal(); | Xavier Santolaria |
2005-12-24 | remove useless cvs_buf_alloc() failure checks; | Joris Vink |
2005-12-24 | we should be calling cvs_vlog(); to at least get some decent output; | Joris Vink |
2005-12-24 | - support for -n -N and -t; | Joris Vink |
2005-12-24 | eliminate some code duplicated in privsep and non-privsep paths, and | Damien Miller |
2005-12-23 | less mark up for -c; | Jason McIntyre |
2005-12-23 | - sync the description of -e w/ synopsis | Jason McIntyre |
2005-12-23 | support co -d, which checks out the first revision who's | Joris Vink |
2005-12-23 | cvs_buf_write() did not properly set new permissions | Joris Vink |
2005-12-22 | gaurantee a space after the first string; janus@area319.de | Theo de Raadt |
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria |
2005-12-22 | cvs_chdir() cannot fail anymore; | Xavier Santolaria |
2005-12-22 | another fatal() round; | Xavier Santolaria |
2005-12-22 | unitialized variable. ok xsa@ | Moritz Jodeit |
2005-12-22 | expand the description of -w somewhat; | Jason McIntyre |
2005-12-22 | put the description of "UsePrivilegedPort" in the correct place; | Jason McIntyre |
2005-12-22 | - fix handling of zero byte files. | Niall O'Higgins |
2005-12-21 | clarify precedence of -p, Port, ListenAddress; ok and help jmc@ | Kevin Steves |
2005-12-21 | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; | Xavier Santolaria |
2005-12-21 | fatal()ization! OK joris@. | Xavier Santolaria |
2005-12-21 | Initialize basepath right after xmalloc()ing it so we won't end up with | Aleksander Piotrowski |
2005-12-21 | use fatal(); | Xavier Santolaria |
2005-12-21 | initialize `rlen' in cvs_buf_set(); | Xavier Santolaria |
2005-12-21 | Remove an ambiguiity and make 'e' short for "eject". The short form | Todd C. Miller |
2005-12-21 | -Y does X11 forwarding too; | Jason McIntyre |
2005-12-21 | options now described `above', rather than `later'; | Jason McIntyre |
2005-12-21 | -L and -R descriptions are now above, not below, ~C description; | Jason McIntyre |