Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage() | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
update usage() whilst here... | |||
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
ok niallo xsa | |||
2006-03-06 | missing informative message after call to checkout_rev(). | Xavier Santolaria | |
2006-03-06 | should also have removed those newlines in previous commit. | Xavier Santolaria | |
2006-03-06 | missing newline in checkout_rev(); spotted by joris@. | Xavier Santolaria | |
2006-03-06 | adapt informative message if we are sending output to stdout. | Xavier Santolaria | |
2006-03-06 | fix output to mimic gnu/usr.bin/rcs. | Xavier Santolaria | |
2006-03-06 | many spacing cleanups | Theo de Raadt | |
2006-03-06 | if the submitted rev(s) is/are the same as the head rev, skip the process | Xavier Santolaria | |
for the specified file. Fix some error messages while there. OK joris@ | |||
2006-03-05 | plug some potential resource leaks in error paths. | Niall O'Higgins | |
2006-03-05 | checkin_parsekeyword() returns void so zap unnecessary return. | Niall O'Higgins | |
2006-03-05 | GNU ci(1) doesn't allow dates younger than HEAD, neither on the command | Niall O'Higgins | |
line via -d<date> nor via stat mtime on the working file (plain -d). add a check for this in checkin_update(), abort and warn the user should we encounter such a situation. | |||
2006-03-05 | oops, forgot the diff3.c portion of this diff: | Niall O'Higgins | |
fatal() instead of returning -1 on failure in patch functions ed_patch_lines() and rcs_patch_lines(). this can avoid segfault in certain circumstances. From: Ray Lai <ray@cyth.net> discussed with xsa@ and joris@ | |||
2006-03-05 | in rcs_patch_lines(), ensure that rcs patch delete operations don't | Niall O'Higgins | |
leave the dlp pointing at a non-existant line, but instead point it to the last one in our TAILQ. this fixes an annoying bug in rcs_patch_lines() where dlp would be sometimes set to NULL when really it shouldn't be, resulting in an "invalid line specification in RCS patch" error. ok xsa@ joris@ | |||
2006-03-05 | fatal() instead of returning -1 on failure in patch functions | Niall O'Higgins | |
ed_patch_lines() and rcs_patch_lines(). this can avoid segfault in certain circumstances. From: Ray Lai <ray@cyth.net> discussed with xsa@ and joris@ | |||
2006-03-05 | honour -m on initial revision. | Niall O'Higgins | |
ok xsa@ | |||
2006-03-05 | now that rcs_getrev() isn't doing keyword expansion anymore and rcsdiff(1) | Niall O'Higgins | |
expects to be comparing files with expanded keywords, we need to add a couple of calls to rcs_kwexp_buf() to rcsdiff.c. two minor output fixes in this diff also. ok xsa@ eyeballed by Rai Lai | |||
2006-03-05 | our deltatexts were sometimes different from gnu. rcs_getrev() was | Niall O'Higgins | |
unconditionally doing keyword expansion, even when this wasn't what we wanted e.g. in checkout_rev() and cvs_checkout_rev(). so: - change semantics of rcs_getrev() to not do keyword expansion - add an rcs.c api function rcs_kwexp_buf() which does this - change both checkout_rev() and cvs_checkout_rev() to use this function. eyeballed by xsa, joris and Ray Lai | |||
2006-03-05 | add a description; from ray lai and myself | Jason McIntyre | |
ok xsa | |||
2006-03-05 | wording fix from ray lai; | Jason McIntyre | |
ok xsa | |||
2006-03-05 | Handle stdin as arg; from Ray Lai; ok jaredy@ | Otto Moerbeek | |
2006-03-04 | Plug a mem leak; ok millert@ | Otto Moerbeek | |
2006-03-04 | the the | Miod Vallat | |
2006-03-04 | Show the CPU state %'s on first display as well. "looks good" deraadt@ | Otto Moerbeek | |
2006-03-04 | Handle signals in non-interactive mode. "looks good" deraadt@ | Otto Moerbeek | |
2006-03-04 | move a debug() outside of a signal handler; ok markus@ a little while back | Damien Miller | |
2006-02-28 | fix logout recording when privilege separation is disabled, analysis and | Damien Miller | |
patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@ | |||
2006-02-26 | remove unnecessary newline characters in cvs_log() calls. | Niall O'Higgins | |
From: Ray Lai <ray@cyth.net> in PR#5038 | |||
2006-02-26 | consistent error message; from ray lai | Jason McIntyre | |
ok deraadt | |||
2006-02-26 | comma; | Jason McIntyre | |
2006-02-26 | subsection is pointless here; | Jason McIntyre | |
2006-02-26 | move PATTERNS to the end of the main body; requested by dtucker | Jason McIntyre | |
2006-02-26 | also set 'entry' variable in merged case. | Niall O'Higgins | |
fixes PR#5037 From Ray Lai <ray at cyth.net> "somebody please commit" joris@ | |||
2006-02-26 | out-of-bounds access and correct some printf while here; | Xavier Santolaria | |
2006-02-26 | better user-friendly error message. | Xavier Santolaria | |
2006-02-25 | Fix a coredump occurring when the terminal is resized while mg is | Otto Moerbeek | |
suspended. Problem reported and fixed tested by reyk@; tweak by kjell@; ok kjell@ | |||
2006-02-25 | document the order in which allow/deny directives are processed; | Jason McIntyre | |
help/ok dtucker | |||
2006-02-25 | document the possible values for KbdInteractiveDevices; | Jason McIntyre | |
help/ok dtucker | |||
2006-02-24 | oops - bits i missed; | Jason McIntyre | |
2006-02-24 | some grammar/wording fixes; | Jason McIntyre | |
2006-02-24 | some grammar/wording fixes; | Jason McIntyre | |
2006-02-24 | more consistency fixes; | Jason McIntyre | |
2006-02-24 | some consistency fixes; | Jason McIntyre | |
2006-02-24 | remove extra printf; | Xavier Santolaria | |
2006-02-24 | -T has no effect. It's only there for compatibility. | Xavier Santolaria | |