Age | Commit message (Expand) | Author |
---|---|---|
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-04-27 | zap util.[ch] and move the content into rcsutil.[ch]. | Xavier Santolaria |
2006-04-26 | prevent file races by obtaining an fd for the RCS file and | Joris Vink |
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |