summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/entries.c
AgeCommit message (Expand)Author
2004-08-31use the correct Entries path to store in cef_path;Joris Vink
2004-08-27Instead of keeping an open pointer to the Entries file when opening withJean-Francois Brousseau
2004-08-13* add an entry for directories when we create themJean-Francois Brousseau
2004-08-13When the mtime is (time_t)-1, print the dummy timestamp string insteadJean-Francois Brousseau
2004-08-13Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keepsJean-Francois Brousseau
2004-08-12When creating a new Entries file, make sure we put one 'D' instead ofJean-Francois Brousseau
2004-08-06Fix usage of cvs_splitpath()Jean-Francois Brousseau
2004-08-04Simplify entry parsingJean-Francois Brousseau
2004-08-03Implement cvs_ent_remove()Jean-Francois Brousseau
2004-07-30* remove header cruft that belongs in file.hJean-Francois Brousseau
2004-07-27* when opening an Entries file for writing, open the file in append modeJean-Francois Brousseau
2004-07-26Fix pointer passed to fclose() in cvs_ent_close()Jean-Francois Brousseau
2004-07-25* cleanup the file API with regards to flag handling andJean-Francois Brousseau
2004-07-14Unbreak the Entries loading code and move to a tail queue so we can removeJean-Francois Brousseau
2004-07-14make adding entries to the Entries file workJean-Francois Brousseau
2004-07-14prepare the entries interface so we can add entriesJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau