Home
last modified time | relevance | path

Searched refs:cmpdate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsrev.c239 cmpdate(d1, d2) in cmpdate() function
439 (date && cmpdate(date,next->date) < 0) ||
487 if (date && cmpdate(date,next->date)<0) {
577 do { if ((!date || cmpdate(date,next->date)>=0) &&
622 if (date && cmpdate(date,trail->date)<0) {
H A Drlog.c885 if ( cmpdate(root->date, pd->strtdate) >= 0 &&
886 cmpdate(root->date, pd->enddate) <= 0)
923 || ne <= cmpdate(root->date, pdate->strtdate))
926 || ne <= cmpdate(pdate->enddate, root->date))
938 if (cmpdate(root->date, pdate->strtdate) == 0)
H A Drcsbase.h630 int cmpdate P((char const*,char const*));
H A DChangeLog34 * ci.c (main): Add -kb. Use `cmpdate', not `cmpnum', to compare dates.
72 (recentdate, extdate): cmpnum -> cmpdate
122 * rcsrev.c (cmpdate, normalizeyear):
125 (genrevs, genbranch): cmpnum -> cmpdate
128 (getdelta): Don't strip leading "19" from MKS dates; see cmpdate.
213 (cmpdate, fopenSafer, fdSafer, readAccessFilenameBuffer): New fns.
H A Dci.c561 cmpdate(newdelta.date,targetdelta->date) < 0) {