summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
AgeCommit message (Expand)Author
2006-05-29i was wrong adding ".*" to the default ignore patterns,Joris Vink
2006-05-29if the timestamp of the file has changed andJoris Vink
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28if we run into a file that was suppose to be a directoryJoris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-27more standard ignore patternJoris Vink
2006-05-27remove debug outputJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27use RCS_STATE_DEAD instead of plain old 'dead' when checkingJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
2006-04-02spacing;Joris Vink
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-04more code cleanup, remove useless flags and parts of codeJoris Vink
2005-12-03fix date handling in opencvs, this was broken since the very start.Joris Vink
2005-12-03remove unused and useless functions, they just get in the way;Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
2005-10-27if cvs_file_loadinfo fails, return failure to the caller insteadJoris Vink
2005-10-16less 'pirates of the carribean' like error message;Joris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-15strip trailing slashes from any arguments passed to opencvs.Joris Vink
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
2005-09-14knfJoris Vink
2005-09-13fix conditions when the base directory should be passed to the commandJoris Vink
2005-09-11only remove and free a cvsroot struct if it has been added inJoris Vink
2005-09-06more bits for the local remove command support; OK joris@.Xavier Santolaria
2005-09-06Make sure entries do not go away when we run through them in the file code.Joris Vink
2005-08-19do not close the entries file until all files depending on it haveJoris Vink
2005-08-17keep a pointer to the CVSENTRIES in the CVSFILE structure.Joris Vink
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-11fgets() expects the 2nd arg to be an int.Xavier Santolaria
2005-08-03check only once for the HOME environment variable and reuseXavier Santolaria
2005-07-30o remove a call to cvs_ent_open() from cvs_file_create(),Moritz Jodeit
2005-07-29minor KNF;Xavier Santolaria
2005-07-29make more use of error codes in the file code.Joris Vink
2005-07-29correctly build the repository path in cvs_load_dirinfo() so we do notJoris Vink
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
2005-07-25make it compile without warningsJoris Vink
2005-07-25KNF;Xavier Santolaria
2005-07-24do not bail out in client mode if the file is not on disk at all.Joris Vink
2005-07-24"cvslog.*" should really be "cvslog*"Joris Vink
2005-07-24add "cvslog.*" to the ignore listJoris Vink