aboutsummaryrefslogtreecommitdiff
path: root/contrib/csup/rcsfile.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove semicolon that should not have been there.Ulf Lilleengen2009-06-121-1/+1
* - Add proper error checking and printing to the CVSMode code when reading andUlf Lilleengen2009-03-251-56/+101
* - Sort children branches by revision number rather than by date since a few RCSUlf Lilleengen2009-01-041-1/+1
* - Update copyright.Ulf Lilleengen2009-01-041-1/+1
* - Try to match style(9).Ulf Lilleengen2009-01-041-41/+28
* - Use a LIST to hold branches instead of a STAILQ.Ulf Lilleengen2009-01-031-11/+37
* - Write out branches with the highest revision number first if they have theUlf Lilleengen2009-01-031-2/+2
* - A bit missing from the previous commit. The '@'s from the string token must beUlf Lilleengen2009-01-031-0/+4
* - Add an optimization when parsing rcsfiles when the intention is to only sendUlf Lilleengen2009-01-021-9/+25
* - Check return value of the encoded keyword before using it.Ulf Lilleengen2008-12-091-4/+8
* A few bugfixes:Ulf Lilleengen2008-12-031-14/+16
* - Fix a bug where deltas was not sorted on RCS dates _and_ revision number.Ulf Lilleengen2008-12-021-1/+1
* - Refactor some parts of the code and increase code reuse.Ulf Lilleengen2008-11-201-124/+71
* A few general bugfixes:Ulf Lilleengen2008-11-191-1/+1
* - Import csup work from p4.Ulf Lilleengen2008-10-191-0/+1381