summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-09-26style;Xavier Santolaria
2005-09-25Produce more clear error message parsing date strings. ok joris@Otto Moerbeek
2005-09-25use cvs_add_build_entry(); joris okXavier Santolaria
2005-09-22style;Xavier Santolaria
2005-09-21clean this mess up; joris okXavier Santolaria
2005-09-21use correct return codes in cvs_add_directory(); joris okXavier Santolaria
2005-09-19Zap some compiler warnings about uninitialized variables.Niall O'Higgins
2005-09-19Add preprocessor directives needed for usr.bin/rcs programs to compile.Niall O'Higgins
2005-09-18- ensure rcs_rev_add() and rcs_kwexp_set() set the RCS_SYNCED flag to offNiall O'Higgins
2005-09-18RCS keyword expansion support, only $Log$ is not supported right now.Joris Vink
2005-09-18fix memleakJoris Vink
2005-09-17fix stupidity in rcs_patch_lines() and return -1 on error so we actuallyJoris Vink
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-13let's add directories too; testing+ok joris@.Xavier Santolaria
2005-09-13unbreak opencvs serverJoris Vink
2005-09-11only remove and free a cvsroot struct if it has been added inJoris Vink
2005-09-07make sure the administrative files that the commands depend on areJoris Vink
2005-09-07more stuffs for the CVS/Tag file; input+ok jmc@.Xavier Santolaria
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-09-05add warning message if file status is unknown;Xavier Santolaria
2005-09-05let's move forward with the local add command;Xavier Santolaria
2005-09-05add trace message (-t);Xavier Santolaria
2005-09-05use CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-09-05add new functions: cvs_write_tagfile() and cvs_parse_tagfile(),Xavier Santolaria
2005-09-05style;Xavier Santolaria
2005-08-24checkout -D also implies -P; ok jmc@.Xavier Santolaria
2005-08-23cvs does not remove directories unless it's empty and thatXavier Santolaria
2005-08-23preceeded -> precededJason McIntyre
2005-08-22document $CVSROOT/CVSROOT/history file; ok jmc jorisXavier Santolaria
2005-08-22- handle removal of a freshly added fileXavier Santolaria
2005-08-22add the correct entry for newly added files.Joris Vink
2005-08-19do not close the entries file until all files depending on it haveJoris Vink
2005-08-19style;Xavier Santolaria
2005-08-19missing cast;Xavier Santolaria
2005-08-17only close the RCS file if we opened it.Joris Vink
2005-08-17more use of CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-08-17keep a pointer to the CVSENTRIES in the CVSFILE structure.Joris Vink
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-17document CVS/* files; input+ok jmcXavier Santolaria
2005-08-16#define CVS_ENT_MAXLINELEN 1024Xavier Santolaria
2005-08-16- watchers remote handlerXavier Santolaria
2005-08-14we do not want '.' to show up in the entries file, because itJoris Vink
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-12- style fixXavier Santolaria
2005-08-12add cvs_rename() function; ok jfbXavier Santolaria
2005-08-12a few things left to do here.Xavier Santolaria