Up to [cvs.NetBSD.org] / src / external / gpl2 / xcvs / lib / libcvs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 4 10:59:44 2012 UTC (13 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Disable new -Wstring-plus-int warning where needed for now. Adjust various places that add GCC-only options to check for the active compiler first.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 30 00:46:38 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Fix typo - let the build proceed
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 29 19:53:32 2010 UTC (2 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
real override for yacc rules.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 29 02:36:48 2009 UTC (3 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
short-circuit yacc. We cannot make %pure-parser
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 19 01:24:19 2009 UTC (3 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
we have getdelim and getline.
Revision 1.6 / (download) - annotate - [select for diffs], Sun May 3 17:13:07 2009 UTC (4 years ago) by christos
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: jym-xensuspend
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
bypass the .y -> .c rule for getdate.y
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 12 22:30:48 2009 UTC (4 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
we don't need memrchr anymore.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 10 11:20:30 2009 UTC (4 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
- fix bug with cvs group auth - use our own getopt - add config tests for optreset
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 8 21:57:15 2009 UTC (4 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Add getopt.c which got lost.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 8 17:12:52 2009 UTC (4 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
sorting ate a file.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 8 16:27:52 2009 UTC (4 years, 1 month ago) by christos
Branch: MAIN
Port over NetBSD fixes: - remove configure hooks to other os's - handle symlinks in cvsroot - configurable CVS local directory name - unlock patch - setxid patch (handle setuid CVS and drop privileges correctly) - when __SSP__ avoid alloca - admin commands in history - programmable admin group - always enforce admin group - protocol independent network handling (handle ipv6) - correct issue with wrong revision in resurrected files - centralize cvs password cleanup in memory - don't segv if we re-enter exit handlers - more sprintf -> snprintf - extra empty line in editor buffer - alias 't' with 'T' in logmsg.c for compatibility - alias config "LocalKeyword" with "tag" and "UserAdminOptions" with "AdminOptions" for compatibility. - disable Checking-prog and Update-prog for security - take account of our current umask when computing the mode of files.