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
/
diff.c
Age
Commit message (
Expand
)
Author
2005-10-08
add missing newline, fixes D_NORMAL diff output;
Joris Vink
2005-10-08
KNF;
Joris Vink
2005-10-07
basic `ci' support is here! more coming soon.
Niall O'Higgins
2005-10-07
knf and spacing, ok joris@
Reyk Floeter
2005-10-05
- add a diff.h header file, corresponding to public functions in diff.c
Niall O'Higgins
2005-08-14
missing casts; ok joris
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-22
use the cf_name field of the CVSFILE struct instead of using the old
Joris Vink
2005-07-21
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Xavier Santolaria
2005-07-11
the status variable is gone.
Joris Vink
2005-07-11
add proper handling for realloc() failure cases, avoiding bad idiom and
Niall O'Higgins
2005-07-10
- get rid of an unused variable.
Joris Vink
2005-07-10
no need to declare the verbosity var here as it is already done in cvs.h;
Xavier Santolaria
2005-07-10
only display info msg if -q is not specified;
Xavier Santolaria
2005-07-09
kill useless "&& r1 == NULL" expression.
Niall O'Higgins
2005-07-09
explicit casts to const char *
Niall O'Higgins
2005-06-28
- fix commands usage
Xavier Santolaria
2005-06-05
* introduce cvs_putchar(), to output a single character to stdout.
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-31
remove LP_ERROR log priority level and rather use LP_ERR as they are both
Xavier Santolaria
2005-05-31
b1 and b2 can be NULL if an invalid revision is given.
Joris Vink
2005-05-30
check cvs_sendarg() return value; ok joris@
Xavier Santolaria
2005-05-27
if the user specified a revision to diff, stop caring if the file is
Joris Vink
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-22
remove ununsed code
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-04-25
resurrect missing parts to generate rcsdiff(1)-style diffs with the -n
Jean-Francois Brousseau
2005-04-22
missing '-R' (force recursion) option for diff.
Joris Vink
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-16
snprintf return value check; joris ok
Xavier Santolaria
2005-04-14
completely fix the diff command
Joris Vink
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-03-31
remove unused variable.
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-02-27
Many improvements to the RCS support:
Jean-Francois Brousseau
2005-02-25
- switch to rcsnum_parse() where appropriate
Jean-Francois Brousseau
2005-02-01
first round of malloc()/realloc() fixes:
Jean-Francois Brousseau
2005-01-29
apply sizeof() to the appropriate buffer in a strlcpy() call
Jean-Francois Brousseau
2005-01-14
missing space and kill a gcc warning
Jean-Francois Brousseau
2005-01-13
resurrect the -N and -p options to the diff command
Jean-Francois Brousseau
2004-12-28
remove signedness warnings; jfb ok
Xavier Santolaria
2004-12-28
rename parameters to avoid shadowing global declarations
Jean-Francois Brousseau
2004-12-28
use Argument instead of Argumentx when sending a revision or date
Jean-Francois Brousseau
2004-12-14
complain about lost files
Jean-Francois Brousseau
2004-12-08
use mkstemp for local diff -r r1 -r r2; ok jfb@
Damien Miller
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
[next]