Lines Matching refs:date

22  *	X date | user | CurDir | special | rev(s) | argument '\n'
40 * date is a fixed length 8-char hex representation of a Unix time_t.
107 * are ignored and the last (by date) "modified" record.
116 * category can be limited by date.]
118 * -D date - The "date" is parsed into a Unix "time_t" and
170 *** Modified files since tag/date/file/repos?
204 time_t date; /* Calculated from date stored in record */
311 " -D <date> Since date (Many formats)\n",
326 then it is "workdir/file". (Revision order should always track date.)
370 * By default, sort by date, time
371 * XXX: This fails after 2030 when date slides into sign bit
373 if ((i = ((long) (left->date) - (long) (right->date))) != 0)
433 case 'D': /* Since specified date */
436 error (0, 0, "date overriding rev/tag/backto");
444 error (0, 0, "backto overriding date/rev/tag");
468 error (0, 0, "rev overriding date/tag/backto");
480 error (0, 0, "tag overriding date/marker/file/repos");
636 * If the user has not specified a date oriented flag ("Since"), sort
637 * by Repository/file before date. Default is "just" date.
1056 hr->date = -1;
1063 hr->date = strtoul (line, &cp, 16);
1263 * 1. If "since_date" is set, it contains the date specified on the
1264 * command line. hr->date fields earlier than "since_date" are ignored.
1267 * is examined and the date on the specified revision (or the revision
1269 * compared against hr->date as in 1. above.
1283 char *ourdate = date_from_time_t (hr->date);
1311 if (hr->date < t)
1536 time_t t = lr->date + tz_seconds_east_of_GMT;
1540 tm = localtime (&(lr->date));