summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/add.c
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2010-11-11Nuke dead assignments and a dead function, from Michael W BombardieriNicholas Marriott
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-04-04OpenCVS is very annoying and incorrect when user tries to add severalzinovik
2009-02-21use FILE_ON_DISK flags when we need to verify if a fileJoris Vink
2009-01-02Add format attributes to functions that use variable arguments andCan Erkin Acar
2008-06-15Support the addition of new files in branches.Tobias Stoeckmann
2008-06-14Conforming to RCS specification, it is possible but unlikely to encounterTobias Stoeckmann
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-14No need to add \n at the end of format string for a fatal call.Tobias Stoeckmann
2008-06-14Don't trick user into believing that it's actually possible to add a fileTobias Stoeckmann
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
2008-05-22expension -> expansionTobias Stoeckmann
2008-03-09do not use CR_REPO in a remote setup, that will obviously fail.Joris Vink
2008-03-08add checkout/update -j support.Joris Vink
2008-03-01spacingTheo de Raadt
2008-02-09Introduce cvs_ent_line_str() - formats CVS/Entries lines.Xavier Santolaria
2008-02-06Improve add command:Tobias Stoeckmann
2008-02-04unbreak add in a remote setup.Joris Vink
2008-02-04Stripped off 'nb', which was (or was supposed to be) used to distinguishTobias Stoeckmann
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-01-31Our directory entries in CVS/Entries had one slash too much -- zapped.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-29There is no need to xstrdup() optarg.Tobias Stoeckmann
2008-01-10another strcspn() roundTobias Stoeckmann
2008-01-10Handle the addition of directories right, especially in remote setups withTobias Stoeckmann
2008-01-10Properly handle "cvs add" on a client/server setup with GNU cvs as a client.Tobias Stoeckmann
2008-01-10RCS files without head keyword mustn't segfault our implementation. OnlyTobias Stoeckmann
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-08-29missing xfree();Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-27- do not try to add non-existing filesJoris Vink
2007-01-26- support [-k mode] for the add commandXavier Santolaria
2007-01-26extra xfree leftover; from tbert.Otto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-12do not leak memory from rcs_head_get()Joris Vink
2007-01-12fix incorrect output which was driving me more then crazyJoris Vink
2007-01-11in a remote setup:Joris Vink
2006-12-20missing xfree();Xavier Santolaria
2006-12-19correctly check snprintf(), noticed by ray@Joris Vink
2006-12-19- Introduce a way for the command code to recognize what the server replied.Joris Vink
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria