NetBSD/gnu/usr.bin/rcs/ci/ci.c

1325 lines
37 KiB
C
Raw Normal View History

1996-10-15 10:59:14 +04:00
/* $NetBSD: ci.c,v 1.4 1996/10/15 06:59:54 veego Exp $ */
1995-02-24 05:07:40 +03:00
/* Check in revisions of RCS files from working files. */
/* Copyright 1982, 1988, 1989 Walter Tichy
1996-10-15 10:59:14 +04:00
Copyright 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert
1993-07-09 05:56:50 +04:00
Distributed under license by the Free Software Foundation, Inc.
This file is part of RCS.
RCS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
RCS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
1996-10-15 10:59:14 +04:00
along with RCS; see the file COPYING.
If not, write to the Free Software Foundation,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1993-07-09 05:56:50 +04:00
Report problems and direct all questions to:
rcs-bugs@cs.purdue.edu
*/
/*
1995-02-24 05:07:40 +03:00
* $Log: ci.c,v $
1996-10-15 10:59:14 +04:00
* Revision 1.4 1996/10/15 06:59:54 veego
* Merge rcs 5.7.
*
* Revision 5.30 1995/06/16 06:19:24 eggert
* Update FSF address.
*
* Revision 5.29 1995/06/01 16:23:43 eggert
* (main): Add -kb.
* Use `cmpdate', not `cmpnum', to compare dates.
* This is for MKS RCS's incompatible 20th-century date format.
* Don't worry about errno after ftruncate fails.
* Fix input file rewinding bug when large_memory && !maps_memory
* and checking in a branch tip.
*
* (fixwork): Fall back on chmod if fchmod fails, since it might be ENOSYS.
1995-02-24 05:07:40 +03:00
*
* Revision 5.28 1994/03/20 04:52:58 eggert
* Do not generate a corrupted RCS file if the user modifies the working file
* while `ci' is running.
* Do not remove the lock when `ci -l' reverts.
* Move buffer-flushes out of critical sections, since they aren't critical.
* Use ORCSerror to clean up after a fatal error.
* Specify subprocess input via file descriptor, not file name.
*
* Revision 5.27 1993/11/09 17:40:15 eggert
* -V now prints version on stdout and exits. Don't print usage twice.
*
* Revision 5.26 1993/11/03 17:42:27 eggert
* Add -z. Don't subtract from RCS file timestamp even if -T.
* Scan for and use Name keyword if -k.
* Don't discard ignored phrases. Improve quality of diagnostics.
*
* Revision 5.25 1992/07/28 16:12:44 eggert
* Add -i, -j, -V. Check that working and RCS files are distinct.
*
* Revision 5.24 1992/02/17 23:02:06 eggert
* `-rREV' now just specifies a revision REV; only bare `-r' reverts to default.
* Add -T.
*
* Revision 5.23 1992/01/27 16:42:51 eggert
* Always unlock branchpoint if caller has a lock.
* Add support for bad_chmod_close, bad_creat0. lint -> RCS_lint
*
* Revision 5.22 1992/01/06 02:42:34 eggert
* Invoke utime() before chmod() to keep some buggy systems happy.
1993-07-09 05:56:50 +04:00
*
* Revision 5.21 1991/11/20 17:58:07 eggert
* Don't read the delta tree from a nonexistent RCS file.
*
* Revision 5.20 1991/10/07 17:32:46 eggert
* Fix log bugs. Remove lint.
*
* Revision 5.19 1991/09/26 23:10:30 eggert
* Plug file descriptor leak.
*
* Revision 5.18 1991/09/18 07:29:10 eggert
* Work around a common ftruncate() bug.
*
* Revision 5.17 1991/09/10 22:15:46 eggert
* Fix test for redirected stdin.
*
* Revision 5.16 1991/08/19 23:17:54 eggert
* When there are no changes, revert to previous revision instead of aborting.
* Add piece tables, -M, -r$. Tune.
*
* Revision 5.15 1991/04/21 11:58:14 eggert
* Ensure that working file is newer than RCS file after ci -[lu].
* Add -x, RCSINIT, MS-DOS support.
*
* Revision 5.14 1991/02/28 19:18:47 eggert
* Don't let a setuid ci create a new RCS file; rcs -i -a must be run first.
* Fix ci -ko -l mode bug. Open work file at most once.
*
* Revision 5.13 1991/02/25 07:12:33 eggert
* getdate -> getcurdate (SVR4 name clash)
*
* Revision 5.12 1990/12/31 01:00:12 eggert
* Don't use uninitialized storage when handling -{N,n}.
*
* Revision 5.11 1990/12/04 05:18:36 eggert
* Use -I for prompts and -q for diagnostics.
*
* Revision 5.10 1990/11/05 20:30:10 eggert
* Don't remove working file when aborting due to no changes.
*
* Revision 5.9 1990/11/01 05:03:23 eggert
* Add -I and new -t behavior. Permit arbitrary data in logs.
*
* Revision 5.8 1990/10/04 06:30:09 eggert
* Accumulate exit status across files.
*
* Revision 5.7 1990/09/25 20:11:46 hammer
* fixed another small typo
*
* Revision 5.6 1990/09/24 21:48:50 hammer
* added cleanups from Paul Eggert.
*
* Revision 5.5 1990/09/21 06:16:38 hammer
* made it handle multiple -{N,n}'s. Also, made it treat re-directed stdin
* the same as the terminal
*
* Revision 5.4 1990/09/20 02:38:51 eggert
* ci -k now checks dates more thoroughly.
*
* Revision 5.3 1990/09/11 02:41:07 eggert
* Fix revision bug with `ci -k file1 file2'.
*
* Revision 5.2 1990/09/04 08:02:10 eggert
* Permit adjacent revisions with identical time stamps (possible on fast hosts).
* Improve incomplete line handling. Standardize yes-or-no procedure.
*
* Revision 5.1 1990/08/29 07:13:44 eggert
* Expand locker value like co. Clean old log messages too.
*
* Revision 5.0 1990/08/22 08:10:00 eggert
* Don't require a final newline.
* Make lock and temp files faster and safer.
* Remove compile-time limits; use malloc instead.
* Permit dates past 1999/12/31. Switch to GMT.
* Add setuid support. Don't pass +args to diff. Check diff's output.
* Ansify and Posixate. Add -k, -V. Remove snooping. Tune.
* Check diff's output.
*
* Revision 4.9 89/05/01 15:10:54 narten
* changed copyright header to reflect current distribution rules
*
* Revision 4.8 88/11/08 13:38:23 narten
* changes from root@seismo.CSS.GOV (Super User)
* -d with no arguments uses the mod time of the file it is checking in
*
* Revision 4.7 88/08/09 19:12:07 eggert
* Make sure workfile is a regular file; use its mode if RCSfile doesn't have one.
* Use execv(), not system(); allow cc -R; remove lint.
* isatty(fileno(stdin)) -> ttystdin()
*
* Revision 4.6 87/12/18 11:34:41 narten
* lint cleanups (from Guy Harris)
*
* Revision 4.5 87/10/18 10:18:48 narten
* Updating version numbers. Changes relative to revision 1.1 are actually
* relative to 4.3
*
* Revision 1.3 87/09/24 13:57:19 narten
* Sources now pass through lint (if you ignore printf/sprintf/fprintf
* warnings)
*
* Revision 1.2 87/03/27 14:21:33 jenkins
* Port to suns
*
* Revision 4.3 83/12/15 12:28:54 wft
* ci -u and ci -l now set mode of working file properly.
*
* Revision 4.2 83/12/05 13:40:54 wft
* Merged with 3.9.1.1: added calls to clearerr(stdin).
* made rewriteflag external.
*
* Revision 4.1 83/05/10 17:03:06 wft
* Added option -d and -w, and updated assingment of date, etc. to new delta.
* Added handling of default branches.
* Option -k generates std. log message; fixed undef. pointer in reading of log.
* Replaced getlock() with findlock(), link--unlink with rename(),
* getpwuid() with getcaller().
* Moved all revision number generation to new routine addelta().
* Removed calls to stat(); now done by pairfilenames().
* Changed most calls to catchints() with restoreints().
* Directed all interactive messages to stderr.
*
* Revision 3.9.1.1 83/10/19 04:21:03 lepreau
* Added clearerr(stdin) to getlogmsg() for re-reading stdin.
*
* Revision 3.9 83/02/15 15:25:44 wft
* 4.2 prerelease
*
* Revision 3.9 83/02/15 15:25:44 wft
* Added call to fastcopy() to copy remainder of RCS file.
*
* Revision 3.8 83/01/14 15:34:05 wft
* Added ignoring of interrupts while new RCS file is renamed;
* Avoids deletion of RCS files by interrupts.
*
* Revision 3.7 82/12/10 16:09:20 wft
* Corrected checking of return code from diff.
*
* Revision 3.6 82/12/08 21:34:49 wft
* Using DATEFORM to prepare date of checked-in revision;
* Fixed return from addbranch().
*
* Revision 3.5 82/12/04 18:32:42 wft
* Replaced getdelta() with gettree(), SNOOPDIR with SNOOPFILE. Updated
* field lockedby in removelock(), moved getlogmsg() before calling diff.
*
* Revision 3.4 82/12/02 13:27:13 wft
* added option -k.
*
* Revision 3.3 82/11/28 20:53:31 wft
* Added mustcheckin() to check for redundant checkins.
* Added xpandfile() to do keyword expansion for -u and -l;
* -m appends linefeed to log message if necessary.
* getlogmsg() suppresses prompt if stdin is not a terminal.
* Replaced keeplock with lockflag, fclose() with ffclose(),
* %02d with %.2d, getlogin() with getpwuid().
*
* Revision 3.2 82/10/18 20:57:23 wft
* An RCS file inherits its mode during the first ci from the working file,
* otherwise it stays the same, except that write permission is removed.
* Fixed ci -l, added ci -u (both do an implicit co after the ci).
* Fixed call to getlogin(), added call to getfullRCSname(), added check
* for write error.
* Changed conflicting identifiers.
*
* Revision 3.1 82/10/13 16:04:59 wft
* fixed type of variables receiving from getc() (char -> int).
* added include file dbm.h for getting BYTESIZ. This is used
* to check the return code from diff portably.
*/
#include "rcsbase.h"
struct Symrev {
char const *ssymbol;
int override;
struct Symrev * nextsym;
};
static char const *getcurdate P((void));
1995-02-24 05:07:40 +03:00
static int addbranch P((struct hshentry*,struct buf*,int));
1993-07-09 05:56:50 +04:00
static int addelta P((void));
static int addsyms P((char const*));
1995-02-24 05:07:40 +03:00
static int fixwork P((mode_t,time_t));
1993-07-09 05:56:50 +04:00
static int removelock P((struct hshentry*));
1995-02-24 05:07:40 +03:00
static int xpandfile P((RILE*,struct hshentry const*,char const**,int));
1993-07-09 05:56:50 +04:00
static struct cbuf getlogmsg P((void));
static void cleanup P((void));
static void incnum P((char const*,struct buf*));
1995-02-24 05:07:40 +03:00
static void addassoclst P((int,char const*));
1993-07-09 05:56:50 +04:00
static FILE *exfile;
static RILE *workptr; /* working file pointer */
static struct buf newdelnum; /* new revision number */
static struct cbuf msg;
static int exitstatus;
static int forceciflag; /* forces check in */
static int keepflag, keepworkingfile, rcsinitflag;
static struct hshentries *gendeltas; /* deltas to be generated */
static struct hshentry *targetdelta; /* old delta to be generated */
static struct hshentry newdelta; /* new delta to be inserted */
static struct stat workstat;
1995-02-24 05:07:40 +03:00
static struct Symrev *assoclst, **nextassoc;
1993-07-09 05:56:50 +04:00
1996-10-15 10:59:14 +04:00
mainProg(ciId, "ci", "Id: ci.c,v 5.30 1995/06/16 06:19:24 eggert Exp")
1993-07-09 05:56:50 +04:00
{
static char const cmdusage[] =
1995-02-24 05:07:40 +03:00
"\nci usage: ci -{fIklMqru}[rev] -d[date] -mmsg -{nN}name -sstate -ttext -T -Vn -wwho -xsuff -zzone file ...";
1993-07-09 05:56:50 +04:00
static char const default_state[] = DEFAULTSTATE;
char altdate[datesize];
char olddate[datesize];
1995-02-24 05:07:40 +03:00
char newdatebuf[datesize + zonelenmax];
char targetdatebuf[datesize + zonelenmax];
1993-07-09 05:56:50 +04:00
char *a, **newargv, *textfile;
char const *author, *krev, *rev, *state;
1995-02-24 05:07:40 +03:00
char const *diffname, *expname;
char const *newworkname;
int initflag, mustread;
int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag;
1993-07-09 05:56:50 +04:00
int r;
1995-02-24 05:07:40 +03:00
int changedRCS, changework, dolog, newhead;
1993-07-09 05:56:50 +04:00
int usestatdate; /* Use mod time of file for -d. */
mode_t newworkmode; /* mode for working file */
1995-02-24 05:07:40 +03:00
time_t mtime, wtime;
1993-07-09 05:56:50 +04:00
struct hshentry *workdelta;
1995-02-24 05:07:40 +03:00
1993-07-09 05:56:50 +04:00
setrid();
1995-02-24 05:07:40 +03:00
author = rev = state = textfile = 0;
initflag = lockflag = mustread = false;
1993-07-09 05:56:50 +04:00
mtimeflag = false;
1995-02-24 05:07:40 +03:00
Ttimeflag = false;
1993-07-09 05:56:50 +04:00
altdate[0]= '\0'; /* empty alternate date for -d */
usestatdate=false;
suffixes = X_DEFAULT;
1995-02-24 05:07:40 +03:00
nextassoc = &assoclst;
1993-07-09 05:56:50 +04:00
argc = getRCSINIT(argc, argv, &newargv);
argv = newargv;
while (a = *++argv, 0<--argc && *a++=='-') {
switch (*a++) {
case 'r':
1995-02-24 05:07:40 +03:00
if (*a)
goto revno;
1993-07-09 05:56:50 +04:00
keepworkingfile = lockflag = false;
1995-02-24 05:07:40 +03:00
break;
case 'l':
keepworkingfile = lockflag = true;
1993-07-09 05:56:50 +04:00
revno:
if (*a) {
if (rev) warn("redefinition of revision number");
rev = a;
}
break;
case 'u':
keepworkingfile=true; lockflag=false;
goto revno;
1995-02-24 05:07:40 +03:00
case 'i':
initflag = true;
goto revno;
case 'j':
mustread = true;
goto revno;
1993-07-09 05:56:50 +04:00
case 'I':
interactiveflag = true;
goto revno;
case 'q':
quietflag=true;
goto revno;
case 'f':
forceciflag=true;
goto revno;
case 'k':
keepflag=true;
goto revno;
case 'm':
if (msg.size) redefined('m');
msg = cleanlogmsg(a, strlen(a));
if (!msg.size)
1995-02-24 05:07:40 +03:00
error("missing message for -m option");
1993-07-09 05:56:50 +04:00
break;
case 'n':
if (!*a) {
error("missing symbolic name after -n");
break;
}
1995-02-24 05:07:40 +03:00
checkssym(a);
1993-07-09 05:56:50 +04:00
addassoclst(false, a);
break;
case 'N':
if (!*a) {
error("missing symbolic name after -N");
break;
}
1995-02-24 05:07:40 +03:00
checkssym(a);
1993-07-09 05:56:50 +04:00
addassoclst(true, a);
break;
case 's':
if (*a) {
if (state) redefined('s');
checksid(a);
state = a;
} else
1995-02-24 05:07:40 +03:00
error("missing state for -s option");
1993-07-09 05:56:50 +04:00
break;
case 't':
if (*a) {
if (textfile) redefined('t');
textfile = a;
}
break;
case 'd':
if (altdate[0] || usestatdate)
redefined('d');
1995-02-24 05:07:40 +03:00
altdate[0] = '\0';
1993-07-09 05:56:50 +04:00
if (!(usestatdate = !*a))
str2date(a, altdate);
break;
case 'M':
mtimeflag = true;
goto revno;
case 'w':
if (*a) {
if (author) redefined('w');
checksid(a);
author = a;
} else
1995-02-24 05:07:40 +03:00
error("missing author for -w option");
1993-07-09 05:56:50 +04:00
break;
case 'x':
suffixes = a;
break;
case 'V':
setRCSversion(*argv);
break;
1995-02-24 05:07:40 +03:00
case 'z':
zone_set(a);
break;
1993-07-09 05:56:50 +04:00
1995-02-24 05:07:40 +03:00
case 'T':
if (!*a) {
Ttimeflag = true;
break;
}
/* fall into */
1993-07-09 05:56:50 +04:00
default:
1995-02-24 05:07:40 +03:00
error("unknown option: %s%s", *argv, cmdusage);
1993-07-09 05:56:50 +04:00
};
} /* end processing of options */
1995-02-24 05:07:40 +03:00
/* Handle all pathnames. */
if (nerror) cleanup();
else if (argc < 1) faterror("no input file%s", cmdusage);
else for (; 0 < argc; cleanup(), ++argv, --argc) {
targetdelta = 0;
1993-07-09 05:56:50 +04:00
ffree();
1995-02-24 05:07:40 +03:00
switch (pairnames(argc, argv, rcswriteopen, mustread, false)) {
1993-07-09 05:56:50 +04:00
case -1: /* New RCS file */
# if has_setuid && has_getuid
if (euid() != ruid()) {
1995-02-24 05:07:40 +03:00
workerror("setuid initial checkin prohibited; use `rcs -i -a' first");
1993-07-09 05:56:50 +04:00
continue;
}
# endif
rcsinitflag = true;
break;
case 0: /* Error */
continue;
case 1: /* Normal checkin with prev . RCS file */
1995-02-24 05:07:40 +03:00
if (initflag) {
rcserror("already exists");
continue;
}
1993-07-09 05:56:50 +04:00
rcsinitflag = !Head;
}
1995-02-24 05:07:40 +03:00
/*
* RCSname contains the name of the RCS file, and
* workname contains the name of the working file.
1993-07-09 05:56:50 +04:00
* If the RCS file exists, finptr contains the file descriptor for the
1995-02-24 05:07:40 +03:00
* RCS file, and RCSstat is set. The admin node is initialized.
1993-07-09 05:56:50 +04:00
*/
1995-02-24 05:07:40 +03:00
diagnose("%s <-- %s\n", RCSname, workname);
1993-07-09 05:56:50 +04:00
1995-02-24 05:07:40 +03:00
if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
eerror(workname);
1993-07-09 05:56:50 +04:00
continue;
}
1995-02-24 05:07:40 +03:00
if (finptr) {
if (same_file(RCSstat, workstat, 0)) {
rcserror("RCS file is the same as working file %s.",
workname
);
continue;
}
if (!checkaccesslist())
continue;
}
1993-07-09 05:56:50 +04:00
krev = rev;
if (keepflag) {
/* get keyword values from working file */
if (!getoldkeys(workptr)) continue;
if (!rev && !*(krev = prevrev.string)) {
1995-02-24 05:07:40 +03:00
workerror("can't find a revision number");
1993-07-09 05:56:50 +04:00
continue;
}
if (!*prevdate.string && *altdate=='\0' && usestatdate==false)
1995-02-24 05:07:40 +03:00
workwarn("can't find a date");
1993-07-09 05:56:50 +04:00
if (!*prevauthor.string && !author)
1995-02-24 05:07:40 +03:00
workwarn("can't find an author");
1993-07-09 05:56:50 +04:00
if (!*prevstate.string && !state)
1995-02-24 05:07:40 +03:00
workwarn("can't find a state");
1993-07-09 05:56:50 +04:00
} /* end processing keepflag */
/* Read the delta tree. */
if (finptr)
gettree();
/* expand symbolic revision number */
if (!fexpandsym(krev, &newdelnum, workptr))
continue;
/* splice new delta into tree */
if ((removedlock = addelta()) < 0)
continue;
newdelta.num = newdelnum.string;
1995-02-24 05:07:40 +03:00
newdelta.branches = 0;
newdelta.lockedby = 0; /* This might be changed by addlock(). */
1993-07-09 05:56:50 +04:00
newdelta.selector = true;
1995-02-24 05:07:40 +03:00
newdelta.name = 0;
clear_buf(&newdelta.ig);
clear_buf(&newdelta.igtext);
1993-07-09 05:56:50 +04:00
/* set author */
1995-02-24 05:07:40 +03:00
if (author)
1993-07-09 05:56:50 +04:00
newdelta.author=author; /* set author given by -w */
else if (keepflag && *prevauthor.string)
newdelta.author=prevauthor.string; /* preserve old author if possible*/
else newdelta.author=getcaller();/* otherwise use caller's id */
newdelta.state = default_state;
1995-02-24 05:07:40 +03:00
if (state)
1993-07-09 05:56:50 +04:00
newdelta.state=state; /* set state given by -s */
else if (keepflag && *prevstate.string)
newdelta.state=prevstate.string; /* preserve old state if possible */
if (usestatdate) {
time2date(workstat.st_mtime, altdate);
}
if (*altdate!='\0')
newdelta.date=altdate; /* set date given by -d */
else if (keepflag && *prevdate.string) {
/* Preserve old date if possible. */
str2date(prevdate.string, olddate);
newdelta.date = olddate;
} else
newdelta.date = getcurdate(); /* use current date */
/* now check validity of date -- needed because of -d and -k */
1995-02-24 05:07:40 +03:00
if (targetdelta &&
1996-10-15 10:59:14 +04:00
cmpdate(newdelta.date,targetdelta->date) < 0) {
1995-02-24 05:07:40 +03:00
rcserror("Date %s precedes %s in revision %s.",
1993-07-09 05:56:50 +04:00
date2str(newdelta.date, newdatebuf),
date2str(targetdelta->date, targetdatebuf),
targetdelta->num
);
continue;
}
1995-02-24 05:07:40 +03:00
if (lockflag && addlock(&newdelta, true) < 0) continue;
if (keepflag && *prevname.string)
if (addsymbol(newdelta.num, prevname.string, false) < 0)
continue;
1993-07-09 05:56:50 +04:00
if (!addsyms(newdelta.num))
continue;
1995-02-24 05:07:40 +03:00
putadmin();
1993-07-09 05:56:50 +04:00
puttree(Head,frewrite);
putdesc(false,textfile);
1996-10-15 10:59:14 +04:00
changework = Expand < MIN_UNCHANGED_EXPAND;
1995-02-24 05:07:40 +03:00
dolog = true;
1993-07-09 05:56:50 +04:00
lockthis = lockflag;
workdelta = &newdelta;
/* build rest of file */
if (rcsinitflag) {
1995-02-24 05:07:40 +03:00
diagnose("initial revision: %s\n", newdelta.num);
1993-07-09 05:56:50 +04:00
/* get logmessage */
newdelta.log=getlogmsg();
1995-02-24 05:07:40 +03:00
putdftext(&newdelta, workptr, frewrite, false);
1993-07-09 05:56:50 +04:00
RCSstat.st_mode = workstat.st_mode;
1995-02-24 05:07:40 +03:00
RCSstat.st_nlink = 0;
1993-07-09 05:56:50 +04:00
changedRCS = true;
} else {
1995-02-24 05:07:40 +03:00
diffname = maketemp(0);
1993-07-09 05:56:50 +04:00
newhead = Head == &newdelta;
if (!newhead)
foutptr = frewrite;
1995-02-24 05:07:40 +03:00
expname = buildrevision(
1993-07-09 05:56:50 +04:00
gendeltas, targetdelta, (FILE*)0, false
);
if (
!forceciflag &&
1995-02-24 05:07:40 +03:00
strcmp(newdelta.state, targetdelta->state) == 0 &&
1993-07-09 05:56:50 +04:00
(changework = rcsfcmp(
1995-02-24 05:07:40 +03:00
workptr, &workstat, expname, targetdelta
1993-07-09 05:56:50 +04:00
)) <= 0
) {
diagnose("file is unchanged; reverting to previous revision %s\n",
targetdelta->num
);
if (removedlock < lockflag) {
diagnose("previous revision was not locked; ignoring -l option\n");
lockthis = 0;
}
1995-02-24 05:07:40 +03:00
dolog = false;
if (! (changedRCS = lockflag<removedlock || assoclst))
1993-07-09 05:56:50 +04:00
workdelta = targetdelta;
else {
/*
* We have started to build the wrong new RCS file.
* Start over from the beginning.
*/
long hwm = ftell(frewrite);
int bad_truncate;
1995-02-24 05:07:40 +03:00
Orewind(frewrite);
1996-10-15 10:59:14 +04:00
/*
* Work around a common ftruncate() bug:
* NFS won't let you truncate a file that you
* currently lack permissions for, even if you
* had permissions when you opened it.
* Also, Posix 1003.1b-1993 sec 5.6.7.2 p 128 l 1022
* says ftruncate might fail because it's not supported.
*/
1993-07-09 05:56:50 +04:00
# if !has_ftruncate
1996-10-15 10:59:14 +04:00
# undef ftruncate
# define ftruncate(fd,length) (-1)
1993-07-09 05:56:50 +04:00
# endif
1996-10-15 10:59:14 +04:00
bad_truncate = ftruncate(fileno(frewrite), (off_t)0);
1993-07-09 05:56:50 +04:00
Irewind(finptr);
Lexinit();
getadmin();
gettree();
if (!(workdelta = genrevs(
targetdelta->num, (char*)0, (char*)0, (char*)0,
&gendeltas
)))
continue;
workdelta->log = targetdelta->log;
if (newdelta.state != default_state)
workdelta->state = newdelta.state;
1995-02-24 05:07:40 +03:00
if (lockthis<removedlock && removelock(workdelta)<0)
1993-07-09 05:56:50 +04:00
continue;
if (!addsyms(workdelta->num))
continue;
1995-02-24 05:07:40 +03:00
if (dorewrite(true, true) != 0)
1993-07-09 05:56:50 +04:00
continue;
fastcopy(finptr, frewrite);
if (bad_truncate)
while (ftell(frewrite) < hwm)
/* White out any earlier mistake with '\n's. */
/* This is unlikely. */
afputc('\n', frewrite);
}
} else {
1995-02-24 05:07:40 +03:00
int wfd = Ifileno(workptr);
struct stat checkworkstat;
1996-10-15 10:59:14 +04:00
char const *diffv[6 + !!OPEN_O_BINARY], **diffp;
# if large_memory && !maps_memory
1995-02-24 05:07:40 +03:00
FILE *wfile = workptr->stream;
1996-10-15 10:59:14 +04:00
long wfile_off;
1995-02-24 05:07:40 +03:00
# endif
1996-10-15 10:59:14 +04:00
# if !has_fflush_input && !(large_memory && maps_memory)
1995-02-24 05:07:40 +03:00
off_t wfd_off;
# endif
1993-07-09 05:56:50 +04:00
diagnose("new revision: %s; previous revision: %s\n",
1995-02-24 05:07:40 +03:00
newdelta.num, targetdelta->num
1993-07-09 05:56:50 +04:00
);
newdelta.log = getlogmsg();
1995-02-24 05:07:40 +03:00
# if !large_memory
Irewind(workptr);
# if has_fflush_input
if (fflush(workptr) != 0)
Ierror();
# endif
# else
1996-10-15 10:59:14 +04:00
# if !maps_memory
1995-02-24 05:07:40 +03:00
if (
1996-10-15 10:59:14 +04:00
(wfile_off = ftell(wfile)) == -1
1995-02-24 05:07:40 +03:00
|| fseek(wfile, 0L, SEEK_SET) != 0
# if has_fflush_input
|| fflush(wfile) != 0
# endif
)
Ierror();
# endif
# endif
1996-10-15 10:59:14 +04:00
# if !has_fflush_input && !(large_memory && maps_memory)
1995-02-24 05:07:40 +03:00
wfd_off = lseek(wfd, (off_t)0, SEEK_CUR);
if (wfd_off == -1
|| (wfd_off != 0
&& lseek(wfd, (off_t)0, SEEK_SET) != 0))
Ierror();
# endif
1996-10-15 10:59:14 +04:00
diffp = diffv;
*++diffp = DIFF;
*++diffp = DIFFFLAGS;
# if OPEN_O_BINARY
if (Expand == BINARY_EXPAND)
*++diffp = "--binary";
# endif
*++diffp = newhead ? "-" : expname;
*++diffp = newhead ? expname : "-";
*++diffp = 0;
switch (runv(wfd, diffname, diffv)) {
1993-07-09 05:56:50 +04:00
case DIFF_FAILURE: case DIFF_SUCCESS: break;
1995-02-24 05:07:40 +03:00
default: rcsfaterror("diff failed");
1993-07-09 05:56:50 +04:00
}
1996-10-15 10:59:14 +04:00
# if !has_fflush_input && !(large_memory && maps_memory)
if (lseek(wfd, wfd_off, SEEK_CUR) == -1)
Ierror();
# endif
# if large_memory && !maps_memory
if (fseek(wfile, wfile_off, SEEK_SET) != 0)
Ierror();
# endif
1993-07-09 05:56:50 +04:00
if (newhead) {
Irewind(workptr);
1995-02-24 05:07:40 +03:00
putdftext(&newdelta, workptr, frewrite, false);
if (!putdtext(targetdelta,diffname,frewrite,true)) continue;
1993-07-09 05:56:50 +04:00
} else
1995-02-24 05:07:40 +03:00
if (!putdtext(&newdelta,diffname,frewrite,true)) continue;
/*
* Check whether the working file changed during checkin,
* to avoid producing an inconsistent RCS file.
*/
if (
fstat(wfd, &checkworkstat) != 0
|| workstat.st_mtime != checkworkstat.st_mtime
|| workstat.st_size != checkworkstat.st_size
) {
workerror("file changed during checkin");
continue;
}
1993-07-09 05:56:50 +04:00
changedRCS = true;
}
}
1995-02-24 05:07:40 +03:00
/* Deduce time_t of new revision if it is needed later. */
wtime = (time_t)-1;
if (mtimeflag | Ttimeflag)
wtime = date2time(workdelta->date);
if (donerewrite(changedRCS,
!Ttimeflag ? (time_t)-1
: finptr && wtime < RCSstat.st_mtime ? RCSstat.st_mtime
: wtime
) != 0)
1993-07-09 05:56:50 +04:00
continue;
if (!keepworkingfile) {
Izclose(&workptr);
1995-02-24 05:07:40 +03:00
r = un_link(workname); /* Get rid of old file */
1993-07-09 05:56:50 +04:00
} else {
newworkmode = WORKMODE(RCSstat.st_mode,
! (Expand==VAL_EXPAND || lockthis < StrictLocks)
);
1995-02-24 05:07:40 +03:00
mtime = mtimeflag ? wtime : (time_t)-1;
1993-07-09 05:56:50 +04:00
/* Expand if it might change or if we can't fix mode, time. */
if (changework || (r=fixwork(newworkmode,mtime)) != 0) {
Irewind(workptr);
/* Expand keywords in file. */
locker_expansion = lockthis;
1995-02-24 05:07:40 +03:00
workdelta->name =
namedrev(
assoclst ? assoclst->ssymbol
: keepflag && *prevname.string ? prevname.string
: rev,
workdelta
);
1993-07-09 05:56:50 +04:00
switch (xpandfile(
1995-02-24 05:07:40 +03:00
workptr, workdelta, &newworkname, dolog
1993-07-09 05:56:50 +04:00
)) {
default:
continue;
case 0:
/*
* No expansion occurred; try to reuse working file
* unless we already tried and failed.
*/
if (changework)
if ((r=fixwork(newworkmode,mtime)) == 0)
break;
/* fall into */
case 1:
1995-02-24 05:07:40 +03:00
Izclose(&workptr);
aflush(exfile);
ignoreints();
r = chnamemod(&exfile, newworkname,
workname, 1, newworkmode, mtime
);
keepdirtemp(newworkname);
restoreints();
1993-07-09 05:56:50 +04:00
}
}
}
if (r != 0) {
1995-02-24 05:07:40 +03:00
eerror(workname);
1993-07-09 05:56:50 +04:00
continue;
}
diagnose("done\n");
1995-02-24 05:07:40 +03:00
}
1993-07-09 05:56:50 +04:00
tempunlink();
exitmain(exitstatus);
} /* end of main (ci) */
static void
cleanup()
{
if (nerror) exitstatus = EXIT_FAILURE;
Izclose(&finptr);
Izclose(&workptr);
Ozclose(&exfile);
Ozclose(&fcopy);
1995-02-24 05:07:40 +03:00
ORCSclose();
1993-07-09 05:56:50 +04:00
dirtempunlink();
}
1995-02-24 05:07:40 +03:00
#if RCS_lint
1993-07-09 05:56:50 +04:00
# define exiterr ciExit
#endif
1995-02-24 05:07:40 +03:00
void
1993-07-09 05:56:50 +04:00
exiterr()
{
1995-02-24 05:07:40 +03:00
ORCSerror();
1993-07-09 05:56:50 +04:00
dirtempunlink();
tempunlink();
_exit(EXIT_FAILURE);
}
/*****************************************************************/
/* the rest are auxiliary routines */
static int
addelta()
/* Function: Appends a delta to the delta tree, whose number is
* given by newdelnum. Updates Head, newdelnum, newdelnumlength,
* and the links in newdelta.
* Return -1 on error, 1 if a lock is removed, 0 otherwise.
*/
{
register char *tp;
1995-02-24 05:07:40 +03:00
register int i;
1993-07-09 05:56:50 +04:00
int removedlock;
1995-02-24 05:07:40 +03:00
int newdnumlength; /* actual length of new rev. num. */
1993-07-09 05:56:50 +04:00
newdnumlength = countnumflds(newdelnum.string);
if (rcsinitflag) {
/* this covers non-existing RCS file and a file initialized with rcs -i */
1995-02-24 05:07:40 +03:00
if (newdnumlength==0 && Dbranch) {
1993-07-09 05:56:50 +04:00
bufscpy(&newdelnum, Dbranch);
newdnumlength = countnumflds(Dbranch);
}
if (newdnumlength==0) bufscpy(&newdelnum, "1.1");
else if (newdnumlength==1) bufscat(&newdelnum, ".1");
else if (newdnumlength>2) {
1995-02-24 05:07:40 +03:00
rcserror("Branch point doesn't exist for revision %s.",
newdelnum.string
);
1993-07-09 05:56:50 +04:00
return -1;
} /* newdnumlength == 2 is OK; */
Head = &newdelta;
1995-02-24 05:07:40 +03:00
newdelta.next = 0;
1993-07-09 05:56:50 +04:00
return 0;
}
if (newdnumlength==0) {
/* derive new revision number from locks */
switch (findlock(true, &targetdelta)) {
default:
/* found two or more old locks */
return -1;
case 1:
/* found an old lock */
/* check whether locked revision exists */
if (!genrevs(targetdelta->num,(char*)0,(char*)0,(char*)0,&gendeltas))
return -1;
if (targetdelta==Head) {
/* make new head */
newdelta.next=Head;
Head= &newdelta;
} else if (!targetdelta->next && countnumflds(targetdelta->num)>2) {
/* new tip revision on side branch */
targetdelta->next= &newdelta;
1995-02-24 05:07:40 +03:00
newdelta.next = 0;
1993-07-09 05:56:50 +04:00
} else {
/* middle revision; start a new branch */
bufscpy(&newdelnum, "");
1995-02-24 05:07:40 +03:00
return addbranch(targetdelta, &newdelnum, 1);
1993-07-09 05:56:50 +04:00
}
incnum(targetdelta->num, &newdelnum);
return 1; /* successful use of existing lock */
case 0:
/* no existing lock; try Dbranch */
/* update newdelnum */
if (StrictLocks || !myself(RCSstat.st_uid)) {
1995-02-24 05:07:40 +03:00
rcserror("no lock set by %s", getcaller());
1993-07-09 05:56:50 +04:00
return -1;
}
if (Dbranch) {
bufscpy(&newdelnum, Dbranch);
} else {
incnum(Head->num, &newdelnum);
}
newdnumlength = countnumflds(newdelnum.string);
/* now fall into next statement */
}
}
if (newdnumlength<=2) {
/* add new head per given number */
if(newdnumlength==1) {
/* make a two-field number out of it*/
if (cmpnumfld(newdelnum.string,Head->num,1)==0)
incnum(Head->num, &newdelnum);
else
bufscat(&newdelnum, ".1");
}
if (cmpnum(newdelnum.string,Head->num) <= 0) {
1995-02-24 05:07:40 +03:00
rcserror("revision %s too low; must be higher than %s",
newdelnum.string, Head->num
);
1993-07-09 05:56:50 +04:00
return -1;
}
targetdelta = Head;
if (0 <= (removedlock = removelock(Head))) {
if (!genrevs(Head->num,(char*)0,(char*)0,(char*)0,&gendeltas))
return -1;
newdelta.next = Head;
Head = &newdelta;
}
return removedlock;
} else {
/* put new revision on side branch */
/*first, get branch point */
tp = newdelnum.string;
1995-02-24 05:07:40 +03:00
for (i = newdnumlength - ((newdnumlength&1) ^ 1); --i; )
1993-07-09 05:56:50 +04:00
while (*tp++ != '.')
1995-02-24 05:07:40 +03:00
continue;
1993-07-09 05:56:50 +04:00
*--tp = 0; /* Kill final dot to get old delta temporarily. */
1995-02-24 05:07:40 +03:00
if (!(targetdelta=genrevs(newdelnum.string,(char*)0,(char*)0,(char*)0,&gendeltas)))
1993-07-09 05:56:50 +04:00
return -1;
if (cmpnum(targetdelta->num, newdelnum.string) != 0) {
1995-02-24 05:07:40 +03:00
rcserror("can't find branch point %s", newdelnum.string);
1993-07-09 05:56:50 +04:00
return -1;
}
*tp = '.'; /* Restore final dot. */
1995-02-24 05:07:40 +03:00
return addbranch(targetdelta, &newdelnum, 0);
1993-07-09 05:56:50 +04:00
}
}
static int
1995-02-24 05:07:40 +03:00
addbranch(branchpoint, num, removedlock)
1993-07-09 05:56:50 +04:00
struct hshentry *branchpoint;
struct buf *num;
1995-02-24 05:07:40 +03:00
int removedlock;
1993-07-09 05:56:50 +04:00
/* adds a new branch and branch delta at branchpoint.
* If num is the null string, appends the new branch, incrementing
* the highest branch number (initially 1), and setting the level number to 1.
* the new delta and branchhead are in globals newdelta and newbranch, resp.
* the new number is placed into num.
* Return -1 on error, 1 if a lock is removed, 0 otherwise.
1995-02-24 05:07:40 +03:00
* If REMOVEDLOCK is 1, a lock was already removed.
1993-07-09 05:56:50 +04:00
*/
{
struct branchhead *bhead, **btrail;
struct buf branchnum;
1995-02-24 05:07:40 +03:00
int result;
int field, numlength;
1993-07-09 05:56:50 +04:00
static struct branchhead newbranch; /* new branch to be inserted */
numlength = countnumflds(num->string);
1995-02-24 05:07:40 +03:00
if (!branchpoint->branches) {
1993-07-09 05:56:50 +04:00
/* start first branch */
branchpoint->branches = &newbranch;
if (numlength==0) {
bufscpy(num, branchpoint->num);
bufscat(num, ".1.1");
} else if (numlength&1)
bufscat(num, ".1");
1995-02-24 05:07:40 +03:00
newbranch.nextbranch = 0;
1993-07-09 05:56:50 +04:00
} else if (numlength==0) {
/* append new branch to the end */
bhead=branchpoint->branches;
while (bhead->nextbranch) bhead=bhead->nextbranch;
bhead->nextbranch = &newbranch;
bufautobegin(&branchnum);
getbranchno(bhead->hsh->num, &branchnum);
incnum(branchnum.string, num);
bufautoend(&branchnum);
bufscat(num, ".1");
1995-02-24 05:07:40 +03:00
newbranch.nextbranch = 0;
1993-07-09 05:56:50 +04:00
} else {
/* place the branch properly */
1995-02-24 05:07:40 +03:00
field = numlength - ((numlength&1) ^ 1);
1993-07-09 05:56:50 +04:00
/* field of branch number */
btrail = &branchpoint->branches;
while (0 < (result=cmpnumfld(num->string,(*btrail)->hsh->num,field))) {
btrail = &(*btrail)->nextbranch;
if (!*btrail) {
result = -1;
break;
}
}
if (result < 0) {
/* insert/append new branchhead */
newbranch.nextbranch = *btrail;
*btrail = &newbranch;
if (numlength&1) bufscat(num, ".1");
} else {
/* branch exists; append to end */
bufautobegin(&branchnum);
getbranchno(num->string, &branchnum);
1995-02-24 05:07:40 +03:00
targetdelta = genrevs(
branchnum.string, (char*)0, (char*)0, (char*)0,
&gendeltas
);
1993-07-09 05:56:50 +04:00
bufautoend(&branchnum);
if (!targetdelta)
return -1;
if (cmpnum(num->string,targetdelta->num) <= 0) {
1995-02-24 05:07:40 +03:00
rcserror("revision %s too low; must be higher than %s",
num->string, targetdelta->num
);
1993-07-09 05:56:50 +04:00
return -1;
}
1995-02-24 05:07:40 +03:00
if (!removedlock
&& 0 <= (removedlock = removelock(targetdelta))
) {
1993-07-09 05:56:50 +04:00
if (numlength&1)
incnum(targetdelta->num,num);
targetdelta->next = &newdelta;
newdelta.next = 0;
}
return removedlock;
/* Don't do anything to newbranch. */
}
}
newbranch.hsh = &newdelta;
1995-02-24 05:07:40 +03:00
newdelta.next = 0;
if (branchpoint->lockedby)
if (strcmp(branchpoint->lockedby, getcaller()) == 0)
return removelock(branchpoint); /* This returns 1. */
return removedlock;
1993-07-09 05:56:50 +04:00
}
static int
addsyms(num)
char const *num;
{
register struct Symrev *p;
for (p = assoclst; p; p = p->nextsym)
1995-02-24 05:07:40 +03:00
if (addsymbol(num, p->ssymbol, p->override) < 0)
1993-07-09 05:56:50 +04:00
return false;
return true;
}
static void
incnum(onum,nnum)
char const *onum;
struct buf *nnum;
/* Increment the last field of revision number onum by one and
* place the result into nnum.
*/
{
register char *tp, *np;
register size_t l;
l = strlen(onum);
bufalloc(nnum, l+2);
np = tp = nnum->string;
VOID strcpy(np, onum);
for (tp = np + l; np != tp; )
if (isdigit(*--tp)) {
if (*tp != '9') {
++*tp;
return;
}
*tp = '0';
} else {
tp++;
break;
}
/* We changed 999 to 000; now change it to 1000. */
*tp = '1';
tp = np + l;
*tp++ = '0';
*tp = 0;
}
static int
removelock(delta)
struct hshentry * delta;
/* function: Finds the lock held by caller on delta,
* removes it, and returns nonzero if successful.
* Print an error message and return -1 if there is no such lock.
* An exception is if !StrictLocks, and caller is the owner of
* the RCS file. If caller does not have a lock in this case,
* return 0; return 1 if a lock is actually removed.
*/
{
1996-10-15 10:59:14 +04:00
register struct rcslock *next, **trail;
1993-07-09 05:56:50 +04:00
char const *num;
num=delta->num;
for (trail = &Locks; (next = *trail); trail = &next->nextlock)
if (next->delta == delta)
if (strcmp(getcaller(), next->login) == 0) {
/* We found a lock on delta by caller; delete it. */
*trail = next->nextlock;
delta->lockedby = 0;
return 1;
} else {
1995-02-24 05:07:40 +03:00
rcserror("revision %s locked by %s", num, next->login);
1993-07-09 05:56:50 +04:00
return -1;
}
if (!StrictLocks && myself(RCSstat.st_uid))
return 0;
1995-02-24 05:07:40 +03:00
rcserror("no lock set by %s for revision %s", getcaller(), num);
1993-07-09 05:56:50 +04:00
return -1;
}
static char const *
getcurdate()
/* Return a pointer to the current date. */
{
static char buffer[datesize]; /* date buffer */
1995-02-24 05:07:40 +03:00
if (!buffer[0])
time2date(now(), buffer);
1993-07-09 05:56:50 +04:00
return buffer;
}
static int
#if has_prototypes
1995-02-24 05:07:40 +03:00
fixwork(mode_t newworkmode, time_t mtime)
1993-07-09 05:56:50 +04:00
/* The `#if has_prototypes' is needed because mode_t might promote to int. */
#else
fixwork(newworkmode, mtime)
mode_t newworkmode;
1995-02-24 05:07:40 +03:00
time_t mtime;
1993-07-09 05:56:50 +04:00
#endif
{
return
1 < workstat.st_nlink
1995-02-24 05:07:40 +03:00
|| (newworkmode&S_IWUSR && !myself(workstat.st_uid))
|| setmtime(workname, mtime) != 0
1993-07-09 05:56:50 +04:00
? -1
1995-02-24 05:07:40 +03:00
: workstat.st_mode == newworkmode ? 0
1996-10-15 10:59:14 +04:00
#if has_fchmod
: fchmod(Ifileno(workptr), newworkmode) == 0 ? 0
#endif
#if bad_chmod_close
: -1
#else
: chmod(workname, newworkmode)
#endif
1995-02-24 05:07:40 +03:00
;
1993-07-09 05:56:50 +04:00
}
static int
1995-02-24 05:07:40 +03:00
xpandfile(unexfile, delta, exname, dolog)
1993-07-09 05:56:50 +04:00
RILE *unexfile;
struct hshentry const *delta;
1995-02-24 05:07:40 +03:00
char const **exname;
int dolog;
1993-07-09 05:56:50 +04:00
/*
* Read unexfile and copy it to a
1995-02-24 05:07:40 +03:00
* file, performing keyword substitution with data from delta.
1993-07-09 05:56:50 +04:00
* Return -1 if unsuccessful, 1 if expansion occurred, 0 otherwise.
* If successful, stores the stream descriptor into *EXFILEP
1995-02-24 05:07:40 +03:00
* and its name into *EXNAME.
1993-07-09 05:56:50 +04:00
*/
{
1995-02-24 05:07:40 +03:00
char const *targetname;
1993-07-09 05:56:50 +04:00
int e, r;
1995-02-24 05:07:40 +03:00
targetname = makedirtemp(1);
1996-10-15 10:59:14 +04:00
if (!(exfile = fopenSafer(targetname, FOPEN_W_WORK))) {
1995-02-24 05:07:40 +03:00
eerror(targetname);
workerror("can't build working file");
1993-07-09 05:56:50 +04:00
return -1;
}
r = 0;
1996-10-15 10:59:14 +04:00
if (MIN_UNEXPAND <= Expand)
1993-07-09 05:56:50 +04:00
fastcopy(unexfile,exfile);
else {
for (;;) {
1995-02-24 05:07:40 +03:00
e = expandline(
unexfile, exfile, delta, false, (FILE*)0, dolog
);
1993-07-09 05:56:50 +04:00
if (e < 0)
break;
r |= e;
if (e <= 1)
break;
}
}
1995-02-24 05:07:40 +03:00
*exname = targetname;
1993-07-09 05:56:50 +04:00
return r & 1;
}
/* --------------------- G E T L O G M S G --------------------------------*/
static struct cbuf
getlogmsg()
/* Obtain and yield a log message.
* If a log message is given with -m, yield that message.
* If this is the initial revision, yield a standard log message.
* Otherwise, reads a character string from the terminal.
* Stops after reading EOF or a single '.' on a
* line. getlogmsg prompts the first time it is called for the
* log message; during all later calls it asks whether the previous
* log message can be reused.
*/
{
static char const
emptych[] = EMPTYLOG,
initialch[] = "Initial revision";
static struct cbuf const
emptylog = { emptych, sizeof(emptych)-sizeof(char) },
initiallog = { initialch, sizeof(initialch)-sizeof(char) };
static struct buf logbuf;
static struct cbuf logmsg;
register char *tp;
register size_t i;
char const *caller;
if (msg.size) return msg;
if (keepflag) {
/* generate std. log message */
caller = getcaller();
i = sizeof(ciklog)+strlen(caller)+3;
1995-02-24 05:07:40 +03:00
bufalloc(&logbuf, i + datesize + zonelenmax);
1993-07-09 05:56:50 +04:00
tp = logbuf.string;
VOID sprintf(tp, "%s%s at ", ciklog, caller);
VOID date2str(getcurdate(), tp+i);
logmsg.string = tp;
logmsg.size = strlen(tp);
return logmsg;
}
if (!targetdelta && (
cmpnum(newdelnum.string,"1.1")==0 ||
cmpnum(newdelnum.string,"1.0")==0
))
return initiallog;
if (logmsg.size) {
/*previous log available*/
if (yesorno(true, "reuse log message of previous file? [yn](y): "))
return logmsg;
}
/* now read string from stdin */
logmsg = getsstdin("m", "log message", "", &logbuf);
/* now check whether the log message is not empty */
if (logmsg.size)
return logmsg;
return emptylog;
}
/* Make a linked list of Symbolic names */
static void
addassoclst(flag, sp)
1995-02-24 05:07:40 +03:00
int flag;
char const *sp;
1993-07-09 05:56:50 +04:00
{
struct Symrev *pt;
pt = talloc(struct Symrev);
pt->ssymbol = sp;
pt->override = flag;
1995-02-24 05:07:40 +03:00
pt->nextsym = 0;
*nextassoc = pt;
nextassoc = &pt->nextsym;
1993-07-09 05:56:50 +04:00
}