cvsps:cvsps.git
2013-01-09 Sergei Trofimovichcvsps.c: speedup blob dumping by using block-size I/O
2013-01-09 Sergei Trofimovichcvsclient.c: don't return trash buffer when 'E ' is...
2013-01-09 Sergei Trofimovichcvsps.c: fixed argument format mismatch
2013-01-09 Sergei Trofimovichdebug.h: mark 'printf'-alike functions as such for...
2013-01-09 Sergei Trofimovichcompiler.h: add 'gcc' secific 'GCCISM' wrapper
2013-01-07 Eric S. RaymondRevamp documentation.
2013-01-07 Eric S. RaymondAdd another invocation scenario.
2013-01-07 Eric S. RaymondDocument the change in -A.
2013-01-07 Eric S. RaymondDocument runtime dependencies.
2013-01-06 Eric S. RaymondBe quieter during the fallback.
2013-01-06 Eric S. RaymondTypo fix in fallback implementation.
2013-01-06 Eric S. RaymondMore whitespace trimming.
2013-01-06 Eric S. RaymondTweak the release machinery.
2013-01-06 Eric S. RaymondVersion bump for release 3.6. 3.6
2013-01-06 Chris RorvickThe authors file doesn't traditionally require ws betwe...
2013-01-06 Eric S. RaymondSimpler handling of the regression-time switch.
2013-01-06 Eric S. RaymondRefactor some tests.
2013-01-05 Eric S. RaymondTypo fix.
2013-01-04 Eric S. RaymondExtended interpretation of timezone field. C code...
2013-01-03 Eric S. RaymondDocumentation update.
2013-01-03 Sergei TrofimovichMakefile: respect standard LDFLAGS, LDLIBS and DESTDIR...
2013-01-03 Eric S. RaymondMinor correction to the debug enhancement.
2013-01-03 Chris RorvickAllow --debuglvl to be hex or octal.
2013-01-03 Chris RorvickAdd debug level for usage.
2013-01-03 Chris RorvickFix usage message.
2013-01-02 Eric S. RaymondDocumentation polish.
2013-01-02 Eric S. RaymondOnly issue resets corresponding to actual marks.
2013-01-02 Eric S. RaymondUgly fallback code for people with only cvsps-2.x
2013-01-02 Eric S. RaymondVersion bump for release 3.5. 3.5
2013-01-02 Eric S. RaymondSave a string containing defult CVS ignore patterns...
2013-01-02 Eric S. RaymondCVS keyword expansion is not necessarily suppressed.
2013-01-02 Eric S. RaymondEmit cvs-revisions properties if --reposurgeon is enabled.
2013-01-01 Eric S. RaymondRenove --test-log. All regression tests pass.
2013-01-01 Eric S. RaymondVersion bump for 3.4 release. 3.4
2013-01-01 Eric S. RaymondThinko fix.
2013-01-01 Eric S. RaymondGive up on -m and -M.
2013-01-01 Eric S. RaymondDocumentation polishing.
2013-01-01 Eric S. RaymondFulfil a represntation on the manual page.
2012-12-31 Eric S. RaymondPolish documentation; check HTML rendering.
2012-12-31 Eric S. RaymondDocumentation improvements.
2012-12-31 Eric S. RaymondFix up handing of -A option.
2012-12-31 Eric S. RaymondRunning git-cvsimport with cvs2git appears to work...
2012-12-31 Eric S. RaymondLanguage polishing.
2012-12-31 Eric S. RaymondImplement the side effect of -A.
2012-12-31 Eric S. RaymondAdd documentation.
2012-12-31 Eric S. RaymondAnother implication of the bare option.
2012-12-31 Eric S. RaymondQuiet down!
2012-12-31 Eric S. RaymondCoverity cleanup - all warning fixed. All regression...
2012-12-31 Eric S. Raymondpylint cleanup.
2012-12-31 Eric S. RaymondDocumentation improvement.
2012-12-31 Eric S. RaymondAdd the -b option to git-cvsimport.
2012-12-31 Eric S. RaymondRearrange option documentation for easier reference.
2012-12-31 Dan McGeeFix Makefile rules after cbtcommon/ directory removal
2012-12-31 Eric S. RaymondBasic functionality and -R tested.
2012-12-31 Eric S. RaymondTrial reimplementation of cvsimport -R. Untested.
2012-12-31 Eric S. RaymondUse the same form "git cvsimport" as in the git tree.
2012-12-31 Eric S. RaymondReimplement git-cvsimport -P
2012-12-31 Eric S. RaymondDelete obsolete comment.
2012-12-31 Eric S. RaymondSkip postprocessing if it's not required.
2012-12-31 Eric S. RaymondFix up the support for incremental importing.
2012-12-31 Eric S. RaymondDocument that Unix timestamps are accepted by cvsps -d.
2012-12-31 Eric S. RaymondIncorporate Heiko Voigt's patch making the t9603 test...
2012-12-31 Eric S. RaymondIncorporate the t9603 test.
2012-12-31 Eric S. RaymondDon't drop logfiles unless verbose is on.
2012-12-31 Eric S. RaymondFully incorporate t9602 and improve the test machinery.
2012-12-31 Eric S. RaymondUpdate the incompatibility list.
2012-12-31 Eric S. RaymondSomehow we failed to track a name change.
2012-12-31 Eric S. RaymondAdd more usage examples.
2012-12-31 Eric S. RaymondA more helpful error message.
2012-12-31 Eric S. RaymondGuard against a core dump.
2012-12-31 Eric S. RaymondMore informative error messages.
2012-12-30 Eric S. RaymondDon't forget the -k option.
2012-12-30 Eric S. RaymondExperimental multi-engine code for git-cvsimport.py.
2012-12-30 Eric S. RaymondAdd a test which proves that one of the previously...
2012-12-30 Eric S. RaymondMore debris cleanup.
2012-12-30 Eric S. Raymonda2x seems to leave some debris behind when it makes...
2012-12-30 Eric S. RaymondMetadata update.
2012-12-30 Eric S. RaymondVersion bump for 3.3 release. 3.3
2012-12-30 Eric S. RaymondThe basic.repo test shows that the bug referenced here...
2012-12-30 Eric S. RaymondFix branch detection in the basic.repo test.
2012-12-30 Eric S. RaymondComment fix. All regression tests pass.
2012-12-30 Eric S. RaymondExplanatory comment.
2012-12-30 Eric S. RaymondComment polishing.
2012-12-29 Eric S. RaymondFor code readability, imitate Pyton iterators in C.
2012-12-29 Eric S. RaymondUse the debug-message API as the author intended.
2012-12-29 Eric S. RaymondThis version of the basic test load exposes a bug in...
2012-12-28 Eric S. RaymondRefactor the wrapper script for multi-engine operation.
2012-12-28 Eric S. RaymondFix a bug in the -s implementation.
2012-12-28 Eric S. RaymondIt would be nice if we got deletion right.
2012-12-28 Eric S. RaymondQuieter test success.
2012-12-28 Eric S. RaymondUpdate documentation and enable useful wrnings.
2012-12-28 Eric S. Raymondparsecvs is seriously broken.
2012-12-28 Eric S. RaymondRename the test-support module to reflect greater gener...
2012-12-28 Eric S. RaymondImplement the -k option.
2012-12-28 Eric S. RaymondReorder options for readability. All regression tests...
2012-12-28 Eric S. RaymondMore usefuul error message.
2012-12-28 Eric S. RaymondDead code removal. All regression tests pass.
2012-12-28 Eric S. RaymondWe can enumerate unresolved symbols now.
2012-12-27 Eric S. RaymondAdd useful debug messages.
2012-12-27 Eric S. RaymondMaking some progress on the t9602 test.
next