Home
last modified time | relevance | path

Searched refs:vers_ts (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c48 Vers_TS *vers_ts; in Version_TS() local
55 vers_ts = xmalloc (sizeof (Vers_TS)); in Version_TS()
56 memset (vers_ts, 0, sizeof (*vers_ts)); in Version_TS()
91 vers_ts->entdata = entdata; in Version_TS()
103 vers_ts->vn_user = xstrdup (entdata->version); in Version_TS()
104 vers_ts->ts_rcs = xstrdup (entdata->timestamp); in Version_TS()
105 vers_ts->ts_conflict = xstrdup (entdata->conflict); in Version_TS()
108 vers_ts->tag = xstrdup (entdata->tag); in Version_TS()
109 vers_ts->date = xstrdup (entdata->date); in Version_TS()
111 vers_ts->entdata = entdata; in Version_TS()
[all …]
H A Dupdate.c56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
61 Vers_TS *vers_ts,
82 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
1224 checkout_file (struct file_info *finfo, Vers_TS *vers_ts, int adding, in checkout_file() argument
1259 file_is_dead = RCS_isdead (vers_ts->srcfile, vers_ts->vn_rcs); in checkout_file()
1276 cvs_outerr (vers_ts->srcfile->print_path, 0); in checkout_file()
1279 cvs_outerr (vers_ts->vn_rcs, 0); in checkout_file()
1293 status = RCS_checkout (vers_ts->srcfile, NULL, in checkout_file()
1294 vers_ts->vn_rcs, vers_ts->tag, in checkout_file()
1295 vers_ts->options, RUN_TTY, in checkout_file()
[all …]
H A Dbuild_src.com53 $ CC vers_ts.c
67 subr.obj,tag.obj,update.obj,version.obj,vers_ts.obj,watch.obj,wrapper.obj,-
H A Dserver.h68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
H A DMakefile.am86 vers_ts.c \
H A Dcvs.h730 struct vers_ts struct
791 typedef struct vers_ts Vers_TS; argument
H A DMakefile.in144 version.$(OBJEXT) vers_ts.$(OBJEXT) watch.$(OBJEXT) \
365 vers_ts.c \
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vers_ts.Po@am__quote@
H A DChangeLog-97405 * classify.c (Classify_File), cvs.h (struct vers_ts), vers_ts.c
407 * vers_ts.c (Version_TS): Treat "" the same way as NULL in options
408 and vers_ts->options.
1025 * vers_ts.c (Version_TS): Add comment about ignoring errors from
1209 * vers_ts.c (Version_TS): Improve (somewhat) the introductory
1259 update.c, vers_ts.c, hash.h, rcs.h, options.h.in: Change "CVS 1.4
1506 * vers_ts.c (Version_TS): If vers_ts->vn_rcs == NULL, skip setting
1509 must assure that vers_ts->vn_rcs != NULL.
1648 * vers_ts.c (Version_TS): If entdata is for a directory, don't set
1652 * cvs.h (struct vers_ts): Fix comments about NULL vs. "" in vn_user.
[all …]
H A DChangeLog-96403 * server.c, server.h, client.c, vers_ts.c: Remove use_unchanged,
1026 * vers_ts.c (Version_TS): Simplify vn_tag initialization using new
1028 * cvs.h (struct vers_ts): Clarify vn_tag comment a bit.
2142 (Classify_File), vers_ts.c (Version_TS), diff.c (diff_file_nodiff):
2576 * vers_ts.c (Version_TS): Remove case where we get options from
2840 * vers_ts.c (Version_TS): If sdtp is NULL, go ahead and check
3028 * vers_ts.c (Version_TS): xmalloc enough space (1 more
3302 * vers_ts.c (Version_TS), entries.c (Scratch_Entry, AddEntryNode):
3328 * vers_ts.c (Version_TS): Don't try to override options from rcs
3337 * vers_ts.c (Version_TS): Call it.
[all …]
H A DChangeLog-9395743 * cvs.h (struct vers_ts): add vn_tag slot for symbolic tag name
745 * vers_ts.c (Version_TS): call RCS_getversion with 1 for
818 * client.c, update.c, vers_ts.c, server.c, rcs.c, lock.c,
946 * vers_ts.c: Remove ctime define. It is just asking for trouble.
950 * vers_ts.c: ifdef ctime, undef it before redefining it. It is a
1899 status.c, subr.c, tag.c, update.c, vers_ts.c, version.c: Put
2120 * vers_ts.c (time_stamp_server): Remove dcl of unused variable.
2737 * server.c, server.h, client.c, client.h, vers_ts.c, update.h:
3117 * vers_ts.c (mark_lost, mark_unchanged): New macros.
3230 * vers_ts.c (time_stamp): Only put st_mtime field into timestamp,
[all …]
H A Dserver.c4959 server_modtime (struct file_info *finfo, Vers_TS *vers_ts) in server_modtime() argument
4964 assert (vers_ts->vn_rcs != NULL); in server_modtime()
4969 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1) in server_modtime()
H A DChangeLog125 * vers_ts.c (time_stamp_server): Handle = conflict timestamps in server
409 * filesubr.c, ignore.c, import.c, vers_ts.c: Include "lstat.h".
569 update.c, vers_ts.c: s/CVS_STAT/stat/ & s/CVS_LSTAT/lstat/.
885 status.c, subr.c, tag.c, update.c, vers_ts.c: Avoid casting NULL.
1452 tag.c, update.c, vers_ts.c, version.c: Update copyright notices.
2166 vers_ts.c: s/asnprintf/Xasprintf/.
2236 * vers_ts.c (entries_time): Use size_t pointers. sizeof(int)
2851 * vers_ts.c (time_stamp): Ditto.
3770 * vers_ts.c: Gratuitous reformatting & detypecasting.
3883 * vers_ts.c (entries_time, unix_time_stamp): New functions.
[all …]
H A DChangeLog-9194478 * vers_ts.c (Version_TS): ALWAYS get the rcs version number.
/netbsd-src/external/gpl2/xcvs/bin/xcvs/
H A DMakefile21 vers_ts.c version.c watch.c wrapper.c zlib.c
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog5866 rtag.c,server.c,tag.c,update.c,vers_ts.c,wrapper.c}:
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvs.texinfo1610 @c src/vers_ts.c (function time_stamp).
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
H A Dcvs.texinfo2651 @c src/vers_ts.c (function time_stamp).