Age | Commit message (Expand) | Author |
2007-02-09 | document how signalling via `k' works, after some help from theo and miod; | Jason McIntyre |
2007-02-09 | sync somewhat to the man page; | Jason McIntyre |
2007-02-09 | clean up the interactive commands list, mainly by showing | Jason McIntyre |
2007-02-09 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink |
2007-02-08 | Fix a comment | Kjell Wooding |
2007-02-08 | comment a function | Kjell Wooding |
2007-02-08 | Do all allocation and deallocation of shstr in elf_symload() to | Ray Lai |
2007-02-08 | When getc() returns EOF, either feof() or ferror() will return true, | Ray Lai |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-07 | fstat() -> lstat() in a few select cases, | Todd T. Fries |
2007-02-07 | strl* overload; use xsnprintf(); OK ray@. | Xavier Santolaria |
2007-02-07 | its four-byte, not four byte; ok jmc@ | Otto Moerbeek |
2007-02-07 | check st_name validity also check for overflow and not only for zero; found b... | Michael Shalayeff |
2007-02-07 | space before punctuation; | Jason McIntyre |
2007-02-06 | document -D; ok jmc@ | Otto Moerbeek |
2007-02-06 | remove a comment which is no longer true; ok otto | Jason McIntyre |
2007-02-06 | sync synopsis and usage(); | Jason McIntyre |
2007-02-06 | +.Ex -std od | Jason McIntyre |
2007-02-06 | sort options and sync usage(); | Jason McIntyre |
2007-02-06 | switch to .Ex and remove some unnecessary brackets; | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | one more epoch -> Epoch and a grammar fix; ok millert | Jason McIntyre |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre |
2007-02-06 | replace strl* overload and xstrdup() misuse by xsnprintf(); | Xavier Santolaria |
2007-02-06 | document the `+' interactive command more fully; | Jason McIntyre |
2007-02-06 | sort options; | Jason McIntyre |
2007-02-06 | Compact help screen a bit so it fits in 24 lines again. Based on a | Otto Moerbeek |
2007-02-04 | Complain of the user specifies a negative number for the 's' command. | Otto Moerbeek |
2007-02-04 | Introducing the '+' interactive command to reset all filters. | Otto Moerbeek |
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek |
2007-02-04 | actully use a default value when we say so. from Mark Lumsden | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |
2007-02-04 | dont bother trying to parse empty lines as dates. | Joris Vink |
2007-02-03 | Save and restore not only scale, but ibase as well. Problem noted my | Otto Moerbeek |
2007-02-03 | Plug memory leak. | Ray Lai |
2007-02-02 | Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf | Ray Lai |
2007-02-02 | Remove unused and buggy {cvs,rcs}_buf_set functions. | Ray Lai |
2007-02-01 | When writing an rcs file, create the temp file next to the target | Otto Moerbeek |
2007-02-01 | change mode of a newly created rcs file in the repository to 0444 | Otto Moerbeek |
2007-02-01 | When checking to see if a checked-out copy of the file is the same | Todd C. Miller |
2007-02-01 | handle errors reading .pc files in --list gracefully. | Marc Espie |
2007-02-01 | add support for [-k mode]; tests/ok otto@. | Xavier Santolaria |
2007-02-01 | add support for [-k mode]; tests/input/ok otto@. | Xavier Santolaria |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-31 | Document $GZIP environment variable. | Ray Lai |
2007-01-29 | sync the -f description w/ its synopsis; | Jason McIntyre |
2007-01-29 | sync usage(); spotted by Igor Sobrado | Jason McIntyre |