Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-03 | ARGSUSED for lint | Kevin Steves | |
2007-01-03 | spaces | Kevin Steves | |
2007-01-03 | remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scan | Kevin Steves | |
2007-01-02 | - fix cvs_client_remove_entry to correctly handle the passed data | Joris Vink | |
- when commiting in a remote setup, allow the opencvs server to send the correct response to the client when a file has been removed | |||
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek | |
do not link with libm. ok ray@ | |||
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins | |
testing from xsa@ and Igor Sobrado <igor at string1.ciencias.uniovi.es> ok xsa@ | |||
2007-01-02 | some unedit command bits; still work in progress for local mode. | Xavier Santolaria | |
2007-01-02 | skeletons for the client-side part of the editors and watchers commands. | Xavier Santolaria | |
not linked to build. | |||
2007-01-02 | VarDelete is no longer used by list functions, so let it do type-checking | Marc Espie | |
correctly. | |||
2007-01-02 | do not use lists for SYNOPSIS; | Jason McIntyre | |
from eric s. raymond via brad | |||
2007-01-02 | missing xfree()'s; spotted by joris. | Xavier Santolaria | |
2007-01-01 | add support for [-s state[:rev]] | Xavier Santolaria | |
2006-12-31 | client-side bits might be useful too for -m... | Xavier Santolaria | |
2006-12-31 | add support for -m option. | Xavier Santolaria | |
2006-12-31 | minor nits; | Xavier Santolaria | |
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl | |
2006-12-29 | mention meta-key-mode in mg(1) to enable 8-bit character input. this | Reyk Floeter | |
is required if you need to type characters like german umlauts. the mg documentation is still very incomplete and will need some more work. also split the manpage into sections to make it a bit more readable. ok jmc@ | |||
2006-12-29 | Netstat has the same issue problem as route when printing a default inet6 | Claudio Jeker | |
route. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-28 | - remove un-needed trailing backslash from LINKS declaration. | Niall O'Higgins | |
noticed by Igor Sobrado <igor at string1.ciencias.uniovi.es> | |||
2006-12-28 | - rearrange text | Jason McIntyre | |
- sort options - some markup fixes | |||
2006-12-28 | - less macros needed in SYNOPSIS | Jason McIntyre | |
- sort options | |||
2006-12-27 | - sync with usage | Niall O'Higgins | |
2006-12-27 | - no need to mention -e option twice in usage. | Niall O'Higgins | |
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es> | |||
2006-12-27 | Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns | Otto Moerbeek | |
dot com>. | |||
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-12-25 | Typo. | Alexander Yurchenko | |
2006-12-25 | "show ip bgp source-as" should issue a bgpctl show ip bgp source-as and not | Claudio Jeker | |
just a show ip bgp as. OK reyk@ | |||
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding | |
line-number count for a buffer (M-X insert-file, M-> to reproduce). While here, fix a number of bugs with incorrect line numbers after swap point-and-mark Originally reported via debian's bug tracking system. Fix tested by Han Boetes and Deanna Phillips. | |||
2006-12-24 | Add column-number indicator to status line (enabled when line-number-mode is | Kjell Wooding | |
enabled; i.e. by default). This is essentially free, and has been requested a few times now | |||
2006-12-23 | Spelling. | Kenneth R Westerback | |
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||
2006-12-22 | snprintf() -> cvs_path_cat(); | Xavier Santolaria | |
2006-12-21 | if the add or import command is issued, send the wrapper-sendme-rcsOptions | Xavier Santolaria | |
request to the server. | |||
2006-12-21 | Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite a | Otto Moerbeek | |
few on tech@. | |||
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding | |
keymap repapping. spotted by theo | |||
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding | |
which swaps ^H and DEL. ok jason@ | |||
2006-12-21 | - plug memleak in rcs_parse_delta() | Niall O'Higgins | |
same as opencvs diff, ok xsa@ | |||
2006-12-21 | - plug memory leak in rcs_parse_delta() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_translate_tag() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_patch_lines() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-12-20 | kjell loves his extra spaces | Theo de Raadt | |
2006-12-20 | Get rid of CVMVAS define. Originally to change pgforw/back parameter | Kjell Wooding | |
from pages to lines. We don't use it. | |||
2006-12-20 | since auto-execute expects a function name at the "Execute:" prompt anyway, | Kjell Wooding | |
enable autocomplete for that field. | |||
2006-12-20 | kill an ill-formed (and totally unnecessary) realloc. | Kjell Wooding | |
Spotted by theo. | |||
2006-12-20 | missing xfree(); | Xavier Santolaria | |
2006-12-20 | remove debug message left in previous commit. | Xavier Santolaria | |
2006-12-20 | .Xr cmp and sdiff each other | Jasper Lievisse Adriaanse | |
ok jmc@ ray@ | |||
2006-12-20 | remove unneeded #include | Steven Mestdagh | |
ok mbalmer@ deraadt@ | |||
2006-12-19 | add some bits to handle Remove-entry. | Xavier Santolaria | |
2006-12-19 | correctly check snprintf(), noticed by ray@ | Joris Vink | |