index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
Age
Commit message (
Expand
)
Author
2007-02-24
fix comment; from jared r r spiegel
Otto Moerbeek
2007-02-22
general includes cleanup sweep. ok joris@ niallo@
Otto Moerbeek
2007-02-21
Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison
Ray Lai
2007-02-21
Replace a manual xrealloc with rcsnum_setsize.
Ray Lai
2007-02-19
Fix const inconsistencies, void pointer artithmetic and a few other
Otto Moerbeek
2007-02-18
an erroneous free() crept in due to a merge error
Otto Moerbeek
2007-02-17
cvs_path_cat() removal since we can now easily handle that
Xavier Santolaria
2007-02-14
Fix spacing in Makefile.
Niall O'Higgins
2007-02-13
zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@.
Xavier Santolaria
2007-02-12
remove unused leftovers from openrcs; OK joris@.
Xavier Santolaria
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-07
fstat() -> lstat() in a few select cases,
Todd T. Fries
2007-02-07
strl* overload; use xsnprintf(); OK ray@.
Xavier Santolaria
2007-02-06
replace strl* overload and xstrdup() misuse by xsnprintf();
Xavier Santolaria
2007-02-06
sort options;
Jason McIntyre
2007-02-04
Use the right HEADNAME. Sometimes compiler warnings should not be
Otto Moerbeek
2007-02-04
dont bother trying to parse empty lines as dates.
Joris Vink
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
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-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
2007-01-28
hey look, i found another debug printf from my merging stuff!
Joris Vink
2007-01-28
do not overwrite a file that is modified but has a sticky tag set
Joris Vink
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
2007-01-27
- do not try to add non-existing files
Joris Vink
2007-01-27
when we specify the 'f' flag do not bother removing files that
Joris Vink
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
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
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
2007-01-26
Handle CVS/Entries and file timestamp correctly so we do
Joris Vink
2007-01-26
respect umask; ok joris@
Otto Moerbeek
2007-01-26
modestring can be 18 long
Otto Moerbeek
2007-01-26
extra xfree leftover; from tbert.
Otto Moerbeek
2007-01-25
when acting as a server - immediatly after we checkout a file
Joris Vink
2007-01-25
zap uneeded close() calls after fclose(); pointed out by and OK otto@.
Xavier Santolaria
2007-01-25
plug a leak if multiple expansions are done on a single line. ok
Otto Moerbeek
2007-01-25
use more stack allocations for fixed size buffers. ok xsa@ joris@
Otto Moerbeek
2007-01-25
plug a memleak in keyword expansion.
Niall O'Higgins
[next]