Age | Commit message (Expand) | Author |
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 |
2007-04-19 | Update to less version 382. This removes some code that is licensed under | Marc Balmer |
2007-04-18 | adds a detailed synopsis to the man page; sorts options in | Igor Sobrado |
2007-04-18 | Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@ | Miod Vallat |
2007-04-18 | cast "%llu" format spec to (unsigned long long); do not assume a | Kevin Steves |
2007-04-17 | For "spell -t" pass the -w flag to detex like we do for deroff. | Todd C. Miller |
2007-04-17 | Support proxies which require a password just like ftp servers accept passwords | Dale Rahn |
2007-04-17 | cvsrc(5) is no more, so point to cvs(5) instead; | Jason McIntyre |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek |
2007-04-16 | file argument is not mandatory, say so. | Xavier Santolaria |
2007-04-15 | allow systat(1) to be exited with 'q' like top(1). | Matthieu Herrb |
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre |
2007-04-15 | Add Leonhard Euler. | Marco Pfatschbacher |
2007-04-14 | naptime is already extern in extern.h, don't do it again | Ted Unangst |
2007-04-14 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | Kevin Steves |