| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for "-u" which sets the timestamp from the delta on the file. | phk | 1996-04-29 | 7 | -12/+112 |
* | Updated howmany() to be once again identical with the namespace-polluting | bde | 1996-03-19 | 1 | -1/+1 |
* | Updated format strings to match Lite2's fixed-width type changes. | bde | 1996-03-19 | 1 | -3/+3 |
* | Add support for local modifications to the tree, by using FOO.ctm instead | phk | 1996-02-05 | 8 | -50/+144 |
* | ctm(5) has been written, so remove comment about it not existing. :) | nate | 1996-01-31 | 1 | -2/+1 |
* | typo in my last commit. | phk | 1995-12-26 | 1 | -1/+1 |
* | A trivial enhancement to ctm_rmail to support the -v option and pass it | peter | 1995-12-26 | 2 | -4/+14 |
* | Remove all trailing white space on the lines. | phk | 1995-12-25 | 1 | -1/+9 |
* | Fix a core-dump. | phk | 1995-11-10 | 1 | -2/+4 |
* | Forgot this one in the MD5 reshuffle. | phk | 1995-07-13 | 1 | -3/+3 |
* | Remove -g from CFLAGS. | bde | 1995-07-12 | 3 | -5/+5 |
* | Fix to match new MD5 api. Faster, fixes memory leak. | phk | 1995-07-12 | 3 | -12/+15 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 11 | -54/+54 |
* | Check for i/o errors in fclose() so that a full disk doesn't almost | bde | 1995-04-16 | 1 | -7/+18 |
* | The latest round of bugfixes here... | phk | 1995-03-29 | 2 | -11/+19 |
* | Fixed a bug so that a delta#0 can be applied. | phk | 1995-03-26 | 4 | -24/+33 |
* | Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (as | joerg | 1995-03-25 | 1 | -3/+3 |
* | Added a man page for the ctm(1) command, as well as a format description | joerg | 1995-03-25 | 3 | -2/+355 |
* | Make sure exit() is sensible; | phk | 1995-03-24 | 1 | -2/+7 |
* | Modes on dirs were decimal by mistake. | phk | 1995-03-24 | 1 | -2/+2 |
* | Make extra arguments be subdirs to go through. | phk | 1995-03-19 | 1 | -2/+11 |
* | Finally applying my own fix. :-) | joerg | 1995-03-19 | 1 | -5/+7 |
* | Add a missing "\" in a printf before the "n". | roberto | 1995-03-19 | 1 | -2/+2 |
* | Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly. | phk | 1995-03-19 | 1 | -1/+1 |
* | Look at the .ctm_status file and ignores all patches already applied. | phk | 1995-03-04 | 4 | -13/+37 |
* | Added lock-files, so we should know if the machine panic'ed in the middle | phk | 1995-02-28 | 1 | -1/+23 |
* | Latest updates to this. | phk | 1995-02-27 | 2 | -11/+20 |
* | (Not tested yet. I may insist that ctm be invoked with absolute path. /phk) | phk | 1995-02-25 | 3 | -62/+278 |
* | Just a precaution: ctm will not accept '..' in paths anymore. | phk | 1995-02-25 | 1 | -1/+11 |
* | I (phk) blundered with the last change. Make it right & better now. | phk | 1995-02-24 | 1 | -1/+1 |
* | Make us a little safer, by writing to a tempfile, and rename when done. | phk | 1995-02-23 | 1 | -4/+14 |
* | Be more exclusive about cvs-locks. | phk | 1995-02-21 | 4 | -5/+6 |
* | Use absolute path for the "ctm" program. | phk | 1995-02-20 | 1 | -1/+2 |
* | The new and improved mkCTM. Learning from this experience it has been | phk | 1995-02-20 | 4 | -173/+271 |
* | Some recent small changes. Probably about time I start writing this in C. | phk | 1995-02-19 | 3 | -22/+29 |
* | Various nitpicking from Stephen. | phk | 1995-02-15 | 4 | -9/+7 |
* | Clean up some details, to make it clear to gcc that we do not try to do | phk | 1995-02-10 | 3 | -19/+26 |
* | Stephen lost a -D, now it's back. | phk | 1995-02-06 | 1 | -1/+1 |
* | A couple of sensible changes from down under... | phk | 1995-02-04 | 3 | -6/+14 |
* | CTM email tools. | phk | 1995-01-31 | 10 | -1/+1351 |
* | Update to current reality. | phk | 1994-12-08 | 3 | -15/+53 |
* | Cannot use rmdir() for 'FR' because mkCTM doesn't sort the directories | phk | 1994-12-04 | 1 | -7/+10 |
* | Fix this to work under 2.0 also. | phk | 1994-12-03 | 1 | -4/+4 |
* | Fixed a typo. Poited out by Bruce & Phillipe. | phk | 1994-12-01 | 1 | -2/+2 |
* | Fix syntax errors (0 = foo()). | bde | 1994-11-27 | 1 | -3/+3 |
* | Stefan Esser proved that I couldn't program, and Ollivier Robert that I | phk | 1994-11-26 | 4 | -15/+21 |
* | These patches fix some lesser problems: | phk | 1994-10-24 | 7 | -15/+32 |
* | A couple of nit-picks. | phk | 1994-09-26 | 2 | -11/+17 |
* | Added a '-c' option: This will warn you if any file in the directory-tree | phk | 1994-09-25 | 1 | -9/+31 |
* | Various cleanup and fixes. | phk | 1994-09-22 | 8 | -43/+77 |