summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb2018-07-102-18/+8
| | | | | | | strings, add a couple of braces, ansify a few functions, add and remove a few extra parens. ok jcs
* Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@millert2013-12-033-103/+66
|
* Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt2013-04-191-3/+3
| | | | | | | Adding more powerful checking is too difficult. We'll fix this problem by moving to 64-bit time_t.. and once we do, we don't want this code to falsely trigger. ok millert
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-042-2/+2
| | | | | occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
* memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)).otto2006-02-191-1/+1
| | | | From Alexey Dobriyan
* Several potential security problems found and fixed by Stefan Esser &otto2004-06-091-0/+108
| | | | | | Sebastian Krahmer. ok millert@
* cvs does not need a private version of getopt(3), our in-tree getopt(3)millert2004-04-092-12/+2
| | | | has compatible semantics.
* Do not evaluate this->next after calling the handler; the handler mayotto2004-01-131-1/+3
| | | | | | have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@
* Merge local changes; work in progresstholo2001-09-283-954/+1605
|
* Latest from Cyclic Softwaretholo2001-09-288-33/+279
|
* Fix merge problemtholo2001-02-101-1/+1
|
* Integrate local changestholo2001-02-104-116/+213
|
* Latest from Cyclic Softwaretholo2001-02-106-2323/+3805
|
* parse mm/dd/yy correctly; tron@netbsd.org and matthieuderaadt2000-02-121-1/+4
|
* Latest version from Cyclictholo1999-09-102-6/+10
|
* Integrate local changestholo1999-02-284-183/+13
|
* Latest version from Cyclictholo1999-02-285-51/+81
|
* Do not build the libiberty version of vasprintf, use the version that israhnds1998-08-071-1/+0
| | | | | in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing.
* Latest version from Cyclictholo1998-07-132-1/+5
|
* zero sigaction before usederaadt1998-06-031-0/+1
|
* Integrate local changestholo1998-03-121-0/+57
|
* Latest version from Cyclictholo1998-03-125-15/+53
|
* Integrate local changestholo1998-02-224-126/+94
|
* Latest version from Cyclictholo1998-02-227-50/+274
|
* Latest version from Cyclic Softwaretholo1997-06-282-4/+13
|
* New release from Cyclic Softwaretholo1997-03-189-377/+531
|
* Integrate local changestholo1997-02-213-124/+48
|
* New release from Cyclic Softwaretholo1997-02-2125-128/+49
|
* Integrate local changestholo1996-10-183-1209/+715
|
* New release from Cyclic Softwaretholo1996-10-186-18/+152
|
* Integrate local changes to CVS; remove files no longer part of the CVStholo1996-05-061-825/+1152
| | | | distribution
* New CVS release from Cyclic Softwaretholo1996-05-062-21/+47
|
* Actually declare and initialize nowtime... Oops.tholo1996-05-042-8/+18
|
* Set Start from nowtime, not now->time, which may not be settholo1996-05-042-2/+2
|
* Integrate local changes to CVStholo1996-04-273-352/+0
|
* Latest public release from Cyclic; fixes numerous memory leaks and havetholo1996-04-279-12/+491
| | | | some performance improvements
* Integrate local changestholo1996-01-302-259/+0
|
* Upgrade to 1.7.1 snapshottholo1996-01-3016-1220/+1309
|
* raw import of cvs-1.6deraadt1995-12-1939-0/+13681