Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
OK joris@. | |||
2007-02-06 | document the `+' interactive command more fully; | Jason McIntyre | |
help/ok otto | |||
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 | |
diff from Mark Lumsden. | |||
2007-02-04 | Complain of the user specifies a negative number for the 's' command. | Otto Moerbeek | |
From Mark Lumsden. | |||
2007-02-04 | Introducing the '+' interactive command to reset all filters. | Otto Moerbeek | |
From Mark Lumsden. ok millert@ deraadt@ simon@ | |||
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek | |
ignored. ok xsa@ joris@ | |||
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 | |
cuts away some cpu time. from Tobias Ulmer, thanks a million! | |||
2007-02-03 | Save and restore not only scale, but ibase as well. Problem noted my | Otto Moerbeek | |
Karel Kulhavy. | |||
2007-02-03 | Plug memory leak. | Ray Lai | |
OK otto@. | |||
2007-02-02 | Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf | Ray Lai | |
most of the time and was never of much use. OK niallo@. | |||
2007-02-02 | Remove unused and buggy {cvs,rcs}_buf_set functions. | Ray Lai | |
Bugginess pointed out and fix provided by Pierre Riteau. OK joris@. | |||
2007-02-01 | When writing an rcs file, create the temp file next to the target | Otto Moerbeek | |
file and then rename. Avoids inter-filesystem copy and fixes a potential rcs file truncation when the target fileystem becomes full. While there, use fchmod instead of chmod. ok xsa@ joris@ | |||
2007-02-01 | change mode of a newly created rcs file in the repository to 0444 | Otto Moerbeek | |
ok jorix@ xsa@ | |||
2007-02-01 | When checking to see if a checked-out copy of the file is the same | Todd C. Miller | |
as what is in the repo, expand keywords before doing the diff. OK xsa@ | |||
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 | |
OK jmc@ and millert@. | |||
2007-01-29 | sync the -f description w/ its synopsis; | Jason McIntyre | |
2007-01-29 | sync usage(); spotted by Igor Sobrado | Jason McIntyre | |
2007-01-29 | introduce xsnprintf(); OK otto@ joris@. | Xavier Santolaria | |
2007-01-29 | no longer spit out that you can add new files using 'cvs add', | Joris Vink | |
it is pretty obvious on itself. ok niallo@ xsa@ | |||
2007-01-29 | whitespace, no change in code produced by bc -dl | Otto Moerbeek | |
2007-01-28 | hey look, i found another debug printf from my merging stuff! | Joris Vink | |
kill-zap-nuke-remove-delete it. | |||
2007-01-28 | do not overwrite a file that is modified but has a sticky tag set | Joris Vink | |
when running update -A, instead merge in the changes. 'kay xsa@ | |||
2007-01-28 | Accept a leading 0x for the -n length parameter. | Miod Vallat | |
Correctly check for out-of-bounds values for -s skip parameter, and use strtoll to parse it instead of strtol since this is an off_t value. | |||
2007-01-28 | In doskip(), do not access an uninitialized variable in the statok == 0 case | Miod Vallat | |
(introduced in r1.9) | |||
2007-01-28 | remove debug printfs that sneaked in. | Joris Vink | |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink | |
tested by many, thanks. | |||
2007-01-27 | - do not try to add non-existing files | Joris Vink | |
- do not overwrite the contents of the file when the file was removed and you try to re-add it. ok otto@ | |||
2007-01-27 | when we specify the 'f' flag do not bother removing files that | Joris Vink | |
dont exist on disk anyway, and when removing a file that has been added but not commited the correct file_status is FILE_REMOVE_ENTRY and not FILE_ADDED. ok otto@ | |||
2007-01-27 | missed a case for CVS_CMD_ADD from last commit | Joris Vink | |
2007-01-27 | by default let cvs_file_classify complain about certain cases | Joris Vink | |
and fix some warnings that should not come up for certain commands. ok niallo@ otto@ | |||
2007-01-27 | preserve flags in Entries in the remote case. ok xsa@ joris@ | Otto Moerbeek | |
2007-01-27 | mktime() produces local time, so add in tm_gmtoff to get UTC. | Otto Moerbeek | |
ok xsa@ and joris@ | |||
2007-01-26 | more fixe size buffers on the stack. ok xsa@ joris@ | Otto Moerbeek | |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria | |
- do not let the file keyword expension options (-k) disappear from the Entries file when doing a commit/update/checkout - be sure the expension mode gets written to the RCS file when a file is added/committed in the first place problems raised by otto@; tests/ok otto@ and joris@. |