Age | Commit message (Expand) | Author |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just | Ray Lai |
2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor | Ray Lai |
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai |
2007-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria |
2007-05-10 | ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472 | Jason McIntyre |
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria |
2007-05-09 | - we do not have -H, zap it. | Xavier Santolaria |
2007-05-09 | typo in license found by ray; verified repair using my old archives... | Theo de Raadt |
2007-05-09 | Be more consistent about when dmesg is attached to template. | Ray Lai |
2007-05-09 | Remove shadowed, redundant variable. From Bret Lambert. | Ray Lai |
2007-05-07 | Compare chars with '\0', not NULL. | Ray Lai |
2007-05-07 | Replace manual loops with strcspn and plug realloc memory leaks. | Ray Lai |
2007-05-07 | Simplify some loops. | Ray Lai |
2007-05-06 | Restore signals before returning. | Ray Lai |
2007-05-06 | Save and restore signals once instead of each time fork fails with | Ray Lai |
2007-05-06 | Grammar. | Ray Lai |
2007-05-05 | Localize variables and don't do anything after exit(). | Ray Lai |
2007-05-04 | warren zevon's death | Jasper Lievisse Adriaanse |
2007-05-02 | like the init command, version does not take any extra args. | Xavier Santolaria |
2007-05-02 | strtol() -> strtonum(); from Tobias Stoeckmann. | Xavier Santolaria |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2007-04-30 | - checkout from a read-only repository implies -l. | Xavier Santolaria |
2007-04-30 | make usage() __dead; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | missing header; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-28 | the options list must be alphabetically sorted | Igor Sobrado |
2007-04-27 | typo; mikolaj.kucharski@gmail | Theo de Raadt |
2007-04-26 | replace REV, REV1 and REV2 with rev, rev1 and rev2, respectively; | Igor Sobrado |
2007-04-26 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado |
2007-04-26 | `[-sstate[:rev]]' is not available in rcs(1) | Igor Sobrado |
2007-04-26 | the message returned by usage() must fit on a 80-column display | Igor Sobrado |
2007-04-26 | compatibility (`do nothing') options do not need to be announced | Igor Sobrado |
2007-04-26 | replace tabs by spaces in the message returned by usage() | Igor Sobrado |
2007-04-25 | Copy signal-safe edit function from sendbug. | Ray Lai |
2007-04-25 | Remove extra code that only applies to setuid/setgid programs. | Ray Lai |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-04-24 | exeption -> exception | Miod Vallat |
2007-04-24 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado |
2007-04-24 | changes "Usage" to "usage"; sorts options list in cvs history; | Igor Sobrado |
2007-04-24 | support non-integral refresh intervals, possibly as low as 0.1s. | Ted Unangst |
2007-04-23 | Remove duplicate commment | Todd C. Miller |
2007-04-23 | chopping the end of this sentence off made more sense than fixing it; | Jason McIntyre |
2007-04-23 | Remove debug() left over from development. ok deraadt@ | Darren Tucker |
2007-04-22 | Remove non-existent keyword protocol and replace it with | Moritz Jodeit |
2007-04-22 | +04/22 Portuguese navigator Pedro Alvares Cabral becomes the first | Pedro Martelletto |
2007-04-21 | Add a reference to the original RCS paper. | Jonathan Gray |
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria |