Home
last modified time | relevance | path

Searched refs:since_date (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c260 static char * since_date; variable
476 since_date = Make_Date (optarg); in history()
479 if (since_date || *since_rev || *since_tag) in history()
483 if (since_date != NULL) in history()
484 free (since_date); in history()
485 since_date = NULL; in history()
503 if (since_date || *since_tag || *backto) in history()
507 if (since_date != NULL) in history()
508 free (since_date); in history()
509 since_date = NULL; in history()
[all …]
H A DChangeLog13180 * history.c (history, select_hrec): Change since_date from time_t
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgitlog-to-changelog193 my $since_date;
202 'since=s' => \$since_date,
210 defined $since_date
211 and unshift @ARGV, "--since=$since_date";