summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.joris2017-06-011-4/+4
* rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.fcambus2016-10-131-3/+2
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-12/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-16/+16
* Nuke dead assignments and a dead function, from Michael W Bombardierinicm2010-11-111-3/+2
* Reduce variable/function name and whitespace differences betweenray2010-07-231-10/+10
* OpenCVS is very annoying and incorrect when user tries to add severalzinovik2010-04-041-11/+12
* use FILE_ON_DISK flags when we need to verify if a filejoris2009-02-211-3/+3
* Add format attributes to functions that use variable arguments andcanacar2009-01-021-3/+3
* Support the addition of new files in branches.tobias2008-06-151-1/+73
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-141-11/+9
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-4/+1
* No need to add \n at the end of format string for a fatal call.tobias2008-06-141-3/+3
* Don't trick user into believing that it's actually possible to add a filetobias2008-06-141-1/+2
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-2/+52
* Properly build up path to description files (descr entry in RCS files iftobias2008-06-081-3/+4
* expension -> expansiontobias2008-05-221-2/+2
* do not use CR_REPO in a remote setup, that will obviously fail.joris2008-03-091-1/+2
* add checkout/update -j support.joris2008-03-081-3/+3
* spacingderaadt2008-03-011-2/+1
* Introduce cvs_ent_line_str() - formats CVS/Entries lines.xsa2008-02-091-13/+19
* Improve add command:tobias2008-02-061-6/+29
* unbreak add in a remote setup.joris2008-02-041-2/+2
* Stripped off 'nb', which was (or was supposed to be) used to distinguishtobias2008-02-041-2/+2
* Added -k flag support for all commands which support it.tobias2008-02-041-8/+7
* Our directory entries in CVS/Entries had one slash too much -- zapped.tobias2008-01-311-3/+3
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* There is no need to xstrdup() optarg.tobias2008-01-291-2/+2
* another strcspn() roundtobias2008-01-101-3/+2
* Handle the addition of directories right, especially in remote setups withtobias2008-01-101-6/+36
* Properly handle "cvs add" on a client/server setup with GNU cvs as a client.tobias2008-01-101-4/+10
* RCS files without head keyword mustn't segfault our implementation. Onlytobias2008-01-101-1/+7
* make sure when running update -r on existing files to overwritejoris2007-09-231-2/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-2/+2
* properly send our log message to the server using Argumentx, so wejoris2007-08-301-2/+2
* missing xfree();joris2007-08-291-1/+2
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-281-3/+4
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-4/+6
* cvs_path_cat() removal since we can now easily handle thatxsa2007-02-171-7/+5
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-2/+2
* snprintf() -> xsnprintf()xsa2007-01-311-23/+12
* - do not try to add non-existing filesjoris2007-01-271-5/+8
* - support [-k mode] for the add commandxsa2007-01-261-6/+24
* extra xfree leftover; from tbert.otto2007-01-261-2/+1
* use more stack allocations for fixed size buffers. ok xsa@ joris@otto2007-01-251-21/+7
* remove BUF * argument from cvs_checkout_file() it willjoris2007-01-131-7/+2
* do not leak memory from rcs_head_get()joris2007-01-121-4/+8
* fix incorrect output which was driving me more then crazyjoris2007-01-121-5/+4
* in a remote setup:joris2007-01-111-1/+2