http://invisible-island.net/flist/CHANGES
2004-11-05
* src/build.com: add LIBS symbol so this should build on VAX.
2004-11-03
* src/build.com:
first cut of fixes to compile with IA64 (which has no vaxcrtl or vaxcurse)
2000-11-05
* FREEWARE_README.TXT, FREEWARE_DEMO.TXT, RELEASE: update contact
* src/dclchk.c: DEC C warning.
* src/crt.c:
recode a fragment to avoid a DEC C warning (perhaps clearer now anyway)
* src/debrief.c:
put prototype in strutils.h, allowing a void* param to avoid declaring VEC
* src/edtcmd.c: DEC C warning
* src/dclarg.c: DEC warning
* src/acplook.c: DEC C warning
* src/isowner.c:
fix DEC C warning about comparing an unsigned value to -1.
* src/strform2.c:
modified strform1() after reading it closely when I got a seg-violation
in it: the place where I set out[len1] to null could be beyond the end
of the buffer.
* src/strutils.h: add prototype for debrief()
2000-01-28
* src/termsize.c:
huh - either Sandman's computer's messed up, or DEC dropped TT$V_xxx defs.
1998-10-24
* src/isowner.c:
hmm: getgid on OpenVMS (AXP) returns a code that's wider than 16-bits,
but only 16 matters.
1998-10-18
* src/rmslook.c: fix an old bug-report for DEC C 5.3
* src/datent.h: an old bug report
1996-09-13
* RELEASE: RCS_BASE
* src/dirpath.c: fix a bug in wildcards mixed with rooted logicals
1995-11-16
* src/dirent.c: auto-adjust widths of 'size' and 'allocated' columns
1995-11-15
* src/dds.c: added 'Size', 'Allocated' column types
* src/dirent.h: lengthend 'ccolumns[]' to 9, for 'fsize', 'fallc'
* src/acplook.c: oops: SWAP wasn't shifting the high-16 back up!
1995-10-28
* src/snapshot.c:
rewrote using rmsio, so user can exploit the file-sharing (and inspect
the output of this module w/o stopping flist)
* src/rmsio.c:
use shared flags on write also; this lets us inspect the logfile as it's
being written
1995-10-27
* src/flcrea.c: got this to work with VAX-C (no more AXP available)
* src/dclarg.c:
suppress status from sys$parse if it's directory-not-found (prevents
us from getting into the flcrea() function).
also, trim off ".;" if it results from an empty match (messes up the
testing in 'looks_like_directory()')
* doc/flist.mem, doc/browse.mem:
regenerated after adding create-command
* src/fl.c: typo (from sourced-in patch)
* doc/flist.hlp: regenerated after adding create-command
* src/browse.c, src/version.c: release-version
* doc/db.rno, doc/d2.rno: added CREATE command
* src/dircmd.h: added extern for 'flcrea()'
* src/flcrea.c: RCS_BASE
* src/descrip.mms, src/build.com: added module 'FLCREA'
* src/dircmd2.h: added symbol 'v_1d' for "create" command
* src/dircmd.c: added "create" command
* src/flist.bug: deleted some obsolete entries
* src/rmsio.c: added flags to enable shared-read
1995-10-26
* src/inspect.c:
oops: return value from 'rgetr()' is int, not unsigned.
* src/fl.c: fixed shadowed-variable that broke FlistTellVA.
make better buffer-check in the loop that records command-line arguments
for the log-file.
* src/dircmd.c: omit the beep when user types ^U
added call on dds_done()
* src/dds.h: added prototype for dds_done()
* src/dds.c:
(from listing) added 'dds_done()' function to allow me to clear the
"Working..." message when command is done -- and removed the call
to clrbeep() that obscured this omission.
* doc/build.com:
use 'remove' subroutine to ensure that we make files delete-able (e.g.,
for the ".mem" and ".hlp" files that we store in rcs)
* release.dickey, FREEWARE_DEMO.TXT, FREEWARE_README.TXT: RCS_BASE
* src/version.c: comments up-to-date for v951026
* src/browse.c: updated version to match FLIST
1995-10-25
* src/isowner.c:
corrected missing parenthesis that made this not work for system accounts.
* doc/browse.mem: regen'd
* doc/flist.mem: regen'd after updating source-files
* src/dirent.c: tuned the default size for "user" column
added animation-call for 'dds_while()'
workaround for bug in DEC-C sprintf (which put leading zeroes on limited-
length number!)
* src/flscan.c:
sprinkled some 'dds_while()' calls to make animated "Working..." message
* src/build.com, src/descrip.mms:
use only the .hlp files generated in [-.doc]
* doc/flist.hlp: regen'd
* src/flshow.c: oops: missed an '&' in sys$gettim()
* src/dirfind.c:
fixed bug that broke repeated delete of [...] w/o intervening sort to
compress display's deleted-file entries.
* src/dds.c: mods to make 'dds_while()' animated
* src/flsort.c: modified interface to 'dds_while()'
* src/version.c: summarized my changes this year
* src/version.c: merged 'notes' file from SPC into this history
1995-10-24
* src/flsort.c: added USER-column sort
* src/dds.c: added code for user-column in dds_width()
* doc/d3.rno, doc/db.rno:
documented (draft) commands for EXPIRED, USER columns
* src/dircmd.c: added /suser, /ruser
* src/dirent.c: mods to make user-column loaded once per FILENT
* src/uid2s.c:
mods to make this work better for memory-management (return empty
string rather than null for unidentified users)
* src/dirent.h: added 'f_user' to allow sort-by-username
* src/build.com: added UID2S
* src/flcols.c, src/dirent.c: added "USER" column
* src/uid2s.c: RCS_BASE
1995-10-23
* src/dirent.h: added ccolumns=7 (for user column)
* src/descrip.mms: added UID2S module
* src/sysutils.h: added uid2s.c
* doc/d4.rno: spelling
* doc/da.rno: DIRED vs FLIST names
* doc/mt.rno, doc/dt.rno: dates
1995-10-22
* src/dirpath.c:
mods to get rid of spurious pathname stuff, done in 'dirpath_sort()'
since that seems the best place...
* src/fl.c, src/browse.c: be explicit about register types
* src/flprot.c:
fix a place where my logic assumed that chars with 8th bit set were still
treated as 7-bit chars by ctype.h macros
* src/strclip.c: RCS_BASE
* src/descrip.mms, src/build.com: added module strclip
* src/strutils.h: added strclip.c
* src/scanint.c, src/dirent.c: be explicit about register types
1995-10-21
* src/fl.c: cleanup compiler warnings, long/unsigned fixes.
Also: make repeated /dlong show "seconds"
* src/version.c: starting to update...
* src/dirent.c, src/dds.c: long/unsigned fixes
* src/build.com: first cut at autoconfig for VAX/AXP
* src/acp.h, src/chprot.c, src/getprot.c, src/flshow.c, src/browse.c, src/dirent.h, src/getraw.c, src/help.c, src/rmsio.c, src/inspect.c, src/rabrfa.c, src/highver.c, src/rmsio.h:
long/unsigned fixes
* src/rmslook.c: long/unsigned fixes
removed spurious DIRENT def
* src/acplook.c: long/unsigned fixes
* src/descrip.mms: first cut at autoconfig for VAX/AXP
* src/flscan.c, src/flrnam.c, src/fldlet.c, src/dirseek.h, src/dirseek.c, src/termsize.c, src/syrename.c, src/sygetsym.c, src/syasctim.c, src/sygetmsg.c, src/sydelete.c, src/sysutils.h, src/datent.h, src/canopen.c, src/acpcopy.c:
long/unsigned fixes
* src/dirarg.c: deleted K+R defs
* src/cmdstk.c, src/diropen.c: prototypes
* src/syhour.c: mods to clean-compile (and work?) on AXP
* src/browse.c: DEC-C clean-compile
* src/dclopt.c: fix cast for sysbintim() call
removed K+R decl for 'scanint()'
* src/getpad.c: renamed variables to avoid min/max conflict
* src/fl.c: DEC-C clean-compile
1995-10-19
* src/sybintim.c, src/whoami.c: DEC-C clean-compile on AXP
* src/sytrnlog.c: include string.h
* src/syrename.c: clean-compile with DEC-C
* src/syrights.c: casts for DEC-C/AXP
1995-06-06
* src/browse.c: fix for BROWSE compiled standalone (missing defs)
* src/xabproui.c: prototyped
* src/syhour.c: first cut of DEC-C warnings (not done!)
* src/sygetsym.c: DEC-C warnings
* src/syfom.c: DEC-C (struct-foo vs FOO)
* src/sygetmsg.c: DEC-C warning
* src/sybintim.c: DEC-C warnings (descriptors)
* src/sysutils.h: corrected interface (DATENT)
* src/strutils.h: added strform1()
* src/strtrim.c, src/strwcmp.c: includes
* src/strform2.c: prototyped
* src/shoquota.c: DEC-C warnings
* src/snapshot.c: use DATENT
* src/rmslook.c: DEC-C warnings (casts)
* src/rmsio.c: DEC-C warnings; moved RFILE def to rmsio.h
* src/pathup.c: includes
* src/warning.h: RCS_BASE
* src/flist.h: rcs identifiers
* src/flist.h: split-out warning.h
* src/rmsinit.c, src/rmsinit.h: includes
* src/rmscc.c: prototyped
* src/nameheap.c: DEC-C warnings (use 'offsetof()')
* src/rabrfa.c: prototyped
* src/rabrfa.h: RCS_BASE
* src/pathdown.c: includes
* src/inspect.c: prototyped
* src/help.c: DEC-C warnings
* src/rmsio.h: moved RFILE def here
* src/rmscc.h: RCS_BASE
* src/isowner.c: prototyped
* src/getraw.c: DEC-C warnings
* src/xabproui.h: RCS_BASE
* src/getprot.c: casts/includes
* src/getpad.c, src/freelist.c: DEC-C warnings
* src/flsort.c: prototyped 'compare()'
* src/flshow.c: prototypes
* src/flscan.c: corrected prototypes of functions passed via pointer
* src/flrnam.c: DEC-C warnings
* src/dirseek.h: corrected 'for_each()' def
* src/flread.c: include dirread.h
* src/flmore.c, src/flprot.c, src/flfind.c: DEC-C warnings
* src/flnoid.c, src/flpage.c: includes
* src/fl.c: prototype flist_nest()
* src/fledit.c: corrected type of SAVEfile
* src/edtcmd.c: includes
1995-06-05
* src/fledit.c, src/fldump.c: DEC-C warnings
* src/textlink.h: rcs identifiers
* src/textlink.h: use struct-foo form of definition
* src/dirfind.c: corrected 'each' prototype
* src/dirfind.h: corrected function-pointer in 'dirfind()'
* src/fldlet.c: DEC-C warnings
* src/pathup.h: RCS_BASE
* src/pathup.c: prototype
* src/pathdown.c: prototyped
* src/flcopy.c, src/flcols.c: DEC-C warnings
* src/dspc.c: includes
* src/browse.c, src/rmsio.c, src/rmsio.h: long vs int
* src/dircmd.h: flcols, flfind prototypes
* src/flsort.c: prototyped 'compare()'
* src/flshow.c: trash
* src/flscan.c, src/flfind.c, src/flcols.c: prototypes
* src/fledit.c: prototyped
* src/flist.h: added fledit_pack()
* src/browse.c, src/fl.c, src/flread.c, src/snapshot.c:
signal for sleep
* src/descrip.mms, src/build.com: removed fgetr.c
* src/dclarg.h: added prototype for dclchk; sorted prototypes
* src/flprot.c: move crtvec to crt.h
* src/dircmd.c, src/dds.c, src/snapshot.c: move crtvec[] to crt.h
* src/crt.h: added prototype for snapshot
added def for crtvec[]
* src/crt.h: rcs identifiers
* src/browse.c: cleanup most DEC-C warnings
* src/getraw.c: include getraw.h, rmsio.h
* src/getraw.h: RCS_BASE
* src/rmsio.h: prototyped interface of rmsio.c
* src/rmsio.c: prototyped
* src/nameheap.c: use "void *" instead of "char *"
* src/flrnam.c: rename variable to avoid definition of 'fprot'
1995-06-04
* src/descrip.mms: comments
* src/dirent.c: DEC-C warnings (missing includes, prototypes, casts)
* src/dclarg.c: DEC-C warnings (nullC != struct-pointer)
* src/browse.c: some DEC-C warnings (not done!)
* src/rmsio.h: try to make this work after <stdio.h>
* src/dirseek.h: RCS_BASE
* src/dirseek.c: prototyped
* src/dirent.h: mods to DATENT, GETPROT config.
added prototypes for dirhigh, diropen, diropen2
corrected some struct-pointer types
* src/dirfind.h: RCS_BASE
* src/dclopt.h: use 'void *' instead of 'char *'
* src/dirread.c: prototyped
* src/dirpath.c: "fix" warnings about nameheap interface
* src/nameheap.h: use "void *" instead of "char *"
* src/diropen.c, src/pathup.c, src/dirfind.c, src/dirhigh.c: prototyped
* src/scanver.h: corrected prototype of 'scanver()'
* src/scanver.c: prototyped
* src/sysutils.h: modified interface of sysasctim to use DATENT
* src/datent.h: RCS_BASE
* src/getprot.h: added prototype for cmpprot()
* src/cmpprot.c: prototyped
* src/dirread.h: RCS_BASE
* src/dircmd.h: added prototype for dirchk()
* src/dirdata.c: include rms
* src/dclarg.h:
DEC-C doesn't _believe_ that struct-foo is the same as FOO.
* src/dircmd.c: DEC-C warnings
* src/dirchk.c: prototype
* src/dirarg.c: prototypes
* src/freelist.c: prototyped
* src/freelist.h: RCS_BASE
* src/debrief.c, src/dds.c, src/dclopt.c: DEC-C warnings
* src/dclinx.c: DEC-C warning
* src/dclchk.c: DEC-C warnings
* src/crt.c: supplied missing prototypes
* src/chrcmd.c: ifdef'd some unused code
* src/putraw.c: corrected prototype of lib$put_screen()
* src/alarm.c: fix prototype of lib$put_screen
* src/fledit.c: 'canopen()' had too many args
1995-06-03
* src/sybintim.c, src/syasctim.c: prototypes
* src/highver.c: prototyped
* src/scanver.h: RCS_BASE
* src/sydelete.c, src/help.c: prototyped
* src/canopen.h: RCS_BASE
* src/dclarg.c: prototype sys$, rmsinit
removed getsyiw hack
* src/crt.h:
added prototypes for crt__NL0, putraw, sound_alarm, termsize
* src/crt.c: prototypes
* src/dclopt.h: added prototype for dclarea()
* src/dclarea.c: prototyped
* src/fl.c: prototype whoami, dclarea
* src/fledit.c: prototype canopen, strutils, dirent_dft
* src/dds.c: prototype lib$, canopen
* src/canopen.c: prototype
* src/alarm.c: prototyped
* src/browse.c: include whoami.h
* src/whoami.h: RCS_BASE
* src/whoami.c, src/termsize.c: includes
* src/putraw.c: prototyped
* src/sytrnlog.c, src/syrights.c: include starlet
* src/syrename.c, src/pathup.c, src/rmsio.c, src/rmslook.c, src/snapshot.c, src/pathdown.c, src/getprot.c:
prototype sys$
* src/getraw.c, src/flshow.c: prototype sys$, lib$
* src/dirpath.c, src/dirseek.c: prototype sys$
* src/dirent.c: prototype sys$/lib$
* src/setctrl.c: prototyped
* src/sygetmsg.c: prototype lib$
* src/syfom.c: prototypes
* src/flsort.c: prototype lib$
* src/rmsinit.c: prototyped
* src/acpcopy.h: RCS_BASE
* src/dircmd.c: added interface for acpcopy
* src/acpcopy.c: DEC-C warnings
1995-05-28
* src/cmdstk.c: DEC-C warnings
* src/strutils.h: added prototype for strlcpy
* src/chrcmd.c, src/chprot.c, src/canopen.c, src/alarm.c, src/argvdcl.c, src/acplook.c, src/rmsio.h:
DEC-C warnings
* src/rmsinit.h: RCS_BASE
* src/fl.c: added FlistTellVA
* src/edtcmd.c: corrected def of CTL
* src/dirhigh.c: DEC-C warning
* src/dirent.c, src/dirdata.c: typo
* src/flist.h: corrected def of CTL
* src/dirdata.h: typo
* src/dirent.h: corrected dirent_nul; ifdef'd dirent()
* src/dirpath.h: RCS_BASE
* src/dirpath.c: prototypes
* src/flrnam.c, src/fl.c, src/dirdata.c: include dirpath.h
* src/dirent.c: make some functions statis
include dirpath.h
* src/dirent.h: make some functions static
* src/dirent.h, src/dirent.c: prototypes
* src/dirdata.h: RCS_BASE
* src/flrnam.c: include dirdata.h
* src/dds.c: include dirdata
* src/dirdata.c: prototypes
* src/build.com, src/descrip.mms: obsoleted cmpblk, trace
* src/flscan.c, src/fledit.c, src/fldlet.c:
use memcmp instead of cmpblk
* src/ttrace.h: RCS_BASE
* src/ttrace.c, src/browse.c, src/fl.c:
use stdarg instead of VARARGS hack
* src/dircmd.c, src/edtcmd.c: ANSI def for CTL()
* src/dirent.h: defined 'import()' for ANSI
* src/flist.h: added prototypes for fl.c
* src/getraw.c, src/flprot.c, src/browse.c: ANSI def for CTL()
* src/fl.c: prototyped, except for VARARGS
* src/whoami.c, src/dirfind.c, src/dclwild.c: corrected include
* src/browse.c: recompile on axp
* src/main.h: prototype
* src/main.h: rcs identifiers
* src/fl.c, src/cmdstk.h: recompile on axp
1995-05-27
* src/dds.h: rename index/inx
* src/crt.h: prototypes for crt.c
* src/crt.c, src/browse.c: prototyped
* src/dds.c: renamed index/inx
* src/dircmd.c: prototyped
* src/dircmd.h: prototypes
* src/dirarg.c: prototyped
* src/dirent.c: include dircmd.h for prototypes
* src/cmdstk.c: split out cmdstk.h
* src/edtcmd.c: include cmdstk.h
* src/bool.h: ifdef-guard
removed "NOT"
* src/bool.h: rcs identifiers
* src/fl.c, src/flprot.c: include cmdstk.h
* src/cmdstk.h: RCS_BASE
* src/main.h: 'void' for prototype of main
1995-03-19
* src/dircmd2.h: oops: accidentally changed order of VCMD2 members
(vaxc on axp didn't even whimper)
* src/getprot.c, src/chprot.c, src/acplook.c, src/acpcopy.c:
fid:non-array
1995-03-18
* src/fl.c: corrected prototype of flist_hold
added arg for dds_tell
* src/flsort.c: dircmd.h replaces dirent.h+dclarg.h
* src/flshow.c: prototype flshow_lis
* src/flfind.c: dircmd.h replaces dirent.h+dclarg.h
* src/dircmd.h: typos (comma instead of semicolon)
* src/dircmd2.h: need extra parentheses for function-pointer
* src/flcols.c: tDIRCMD
* src/dircmd.c: tDIRCMD standardized names
* src/dirchk.c: dircmd.h replaces dircmd2.h+dclarg.h
* src/dclopt.c: fixes to dclopt_cpy (to compile)
* src/dclarg.h: corrected type of dclinx
* src/dclopt.h: include dclarg.h
* src/chrcmd.c: dircmd.h replaces dircmd2.h
* src/acpcopy.c: acpcopy2 is int, not void
* src/getprot.c: prototypes
* src/acpcopy.c: prototypes
memcpy
* src/dclinx.c: prototypes
* src/dirhigh.c: dds.h
* src/argvdcl.c: prototyped
* src/acplook.c: memcpy
* src/fledit.c: prototypes
memcpy
* src/flpage.c, src/flscan.c, src/flcopy.c: prototypes
* src/flcols.c: prototypes for dircmd.h
* src/flrnam.c, src/flnoid.c, src/flmore.c: prototypes
* src/flfind.c: prototype
memcpy
* src/dclarg.c: prototyped
* src/dclarg.h: prototypes
* src/dclopt.c: dclarg_keyw prototype
* src/fl.c, src/flshow.c, src/flsort.c, src/whoami.c, src/fldlet.c:
prototypes
* src/dirfind.c: dds.h
* src/fldump.c, src/flread.c: prototypes
* src/flprot.c: forgot include
* src/dircmd.c: split-out dircmd.h for prototypes
* src/flprot.c: prototype flprot
* src/dircmd2.h: defined tDIRCMD macro for prototypes
* src/flescp.c: prototypes
* src/dircmd.h: RCS_BASE
* src/dclopt.c: prototyped
* src/dclopt.h: added prototype for dclopt()
* src/flprot.c: getprot.h
* src/getprot.h: added prototypes for getprot, setprot
* src/setprot.c: getprot.h
* src/setprot.c: chprot.h (prototypes)
* src/rmsio.c: use memcpy
* src/flprot.c: dds.h, strutils.h
* src/dds.c: missing args for dds_tell
* src/dds.h: include dirent.h
* src/chprot.c: typo
* src/dirent.c: dds.h prototypes
* src/dds.c: prototyped this module's interface
* src/dds.h: added rcs-ident, prototypes for dds.c
* src/dirent.c: nameheap prototypes
use memset
* src/fl.c, src/dirpath.c, src/dirdata.c: nameheap.h
* src/nameheap.c: prototyped this module's interface
* src/nameheap.h: oops: interchanged args of nameheap
* src/nameheap.h: RCS_BASE
* src/chprot.c: prototyped, use memcpy, memset
* src/chprot.h: RCS_BASE
* src/descrip.mms, src/build.com: removed module CPYBLK
* src/browse.c: use memcpy instead of cpyblk
1995-02-19
* src/edtcmd.h: RCS_BASE
* src/edtcmd.c: use edtcmd.h and getpad.h for prototypes
* src/getpad.h: added ident
* src/edtcmd.c:
corrected order of parms in edtcmd_crt (broke when prototyping)
* src/dirent.h: comment
* src/dirent.c: recompile on AXP
* src/dspc.c, src/flprot.c: typo
* src/descrip.mms: recompile on AXP
* src/getpad.h: added function prototypes
* src/build.com: rebuilt on AXP
* src/fl.c: recompiled on AXP
* src/setprot.c: typo
* src/rmslook.c, src/getraw.c: recompiled on AXP
* src/strutils.h, src/strnull.c, src/strvcpy.c, src/strvcmp.c, src/dirdata.c, src/dclarea.c, src/browse.c, src/dirpath.c, src/dirread.c, src/flfind.c, src/crt.c, src/dclarg.c, src/dds.c, src/dirchk.c, src/dirprot.c, src/chrcmd.c, src/dirseek.c, src/edtcmd.c, src/dspc.c, src/fledit.c, src/flmore.c, src/flnoid.c, src/flprot.c, src/nameheap.c, src/dirent.h, src/pathdown.c, src/strscale.c, src/debrief.c, src/snapshot.c, src/fldlet.c, src/syhour.c, src/fl.c, src/flshow.c, src/syfom.c, src/strform2.c, src/dclchk.c, src/dirent.c, src/rmsio.c, src/scanint.c, src/setprot.c, src/sygetmsg.c, src/sygetsym.c, src/flrnam.c, src/syrename.c, src/cmpprot.c, src/isowner.c, src/syrights.c, src/pathup.c, src/sytrnlog.c, src/sysutils.h, src/dirarg.c, src/flcols.c, src/ttrace.c, src/sybintim.c, src/dclopt.c, src/syasctim.c, src/argvdcl.c:
includes+prototypes
* src/acplook.c: recompiled on AXP
1995-02-18
* src/descrip.mms, src/build.com: deleted repeated FLSHOW
* src/setprot.c: prototypes
* src/sybintim.c, src/dclopt.c, src/flcols.c, src/dirarg.c:
use strutils.h
* src/dircmd.c: prototypes
* src/browse.c: use dspc.h
* src/dspc.c: prototyped
* src/dspc.h: RCS_BASE
* src/strwcmp.c: prototyped
* src/cmdstk.c: use strutils.h
* src/strlcpy.c: prototyped
* src/sytrnlog.c: prototypes
* src/fl.c, src/edtcmd.c: use strutils.h
* src/strucpy.c, src/strskps.c, src/strabbr.c, src/strtrim.c:
prototyped
* src/strutils.h: RCS_BASE
* src/dds.c: renamed 'beep' to avoid conflict
fixed ctype include
* src/dirent.c: port to AXP (DATENT mods)
* src/fl.c: port to AXP (DATENT mods, renamed 'alarm')
* src/getraw.c: removed system-id tests
* src/flsort.c: port to AXP (DATENT mods)
* src/dircmd.c: port to AXP (renamed 'alarm', 'beep')
* src/rmslook.c: port to AXP (DATENT mods)
* src/termsize.c, src/flprot.c, src/browse.c, src/cmdstk.c, src/edtcmd.c:
port to AXP (renamed 'alarm')
* src/snapshot.c: port to AXP with DEC C (renamed 'alarm')
* src/dclwild.c:
change '+' to '|' in mask expression because DEC C on AXP sees that as
an overflowed integer expression.
* src/acplook.c: mods for AXP 64-bit integer date
* src/dirent.h: added macro isOkDate()
* src/getpad.c: rename 'alarm()' to 'sound_alarm()' for DEC C.
* src/dirent.h:
added hacks to cover up 64-bit date detail diffs between VAX and AXP
* src/alarm.c:
renamed entrypoint to 'sound_alarm()', since DEC-C now has UNIX-style 'alarm()'
1995-02-18
* src/RCS, doc/RCS, RCS: PERMIT FILE
1993-04-23
* src/build.com: RCS_BASE
1993-04-23
* src/build.com: rcs-identifiers
1993-04-23
* doc/browse.hlp, doc/flist.hlp, doc/browse.mem: RCS_BASE
1993-04-23
* doc/browse.mem: stripped embedded carriage-returns
1993-04-23
* doc/flist.mem: RCS_BASE
1993-04-23
* doc/flist.mem: stripped embedded carriage-returns
1993-04-23
* doc/build.com: RCS_BASE
1993-04-23
* doc/build.com: rcs identifiers
1993-04-22
* src/descrip.mms: RCS_BASE
1993-04-22
* src/descrip.mms: rcs-identifiers
1993-04-22
* src/version.c: RCS_BASE
1993-04-22
* src/version.c: make program names consistent:FLIST,BROWSE
* src/version.c: rcs-identifiers
1993-04-22
* setup.com: RCS_BASE
1993-04-22
* setup.com: rcs identifiers
1989-12-05
* src/notes: RCS_BASE
1989-12-05
* src/notes: make program names consistent:FLIST,BROWSE
1989-12-05
* src/dirent.c: RCS_BASE
1989-12-05
* src/dirent.c: make program names consistent:FLIST,BROWSE
* src/dirent.c: rcs-identifiers
1989-12-05
* src/dclarg.c: RCS_BASE
1989-12-05
* src/dclarg.c: make program names consistent:FLIST,BROWSE
* src/dclarg.c: rcs-identifiers
1989-12-05
* src/syrights.c: RCS_BASE
1989-12-05
* src/syrights.c: rcs-identifiers
1989-12-05
* src/isowner.c: RCS_BASE
1989-12-05
* src/isowner.c: make program names consistent:FLIST,BROWSE
* src/isowner.c: rcs-identifiers
1989-12-05
* src/cmpprot.c: RCS_BASE
1989-12-05
* src/cmpprot.c: rcs-identifiers
1989-03-06
* src/browse.c: RCS_BASE
1989-03-06
* src/browse.c: make program names consistent:FLIST,BROWSE
* src/browse.c: rcs-identifiers
1989-02-28
* src/rmsio.c: RCS_BASE
1989-02-28
* src/rmsio.c: rcs-identifiers
1989-02-28
* src/fl.c: RCS_BASE
1989-02-28
* src/fl.c: make program names consistent:FLIST,BROWSE
* src/fl.c: rcs-identifiers
1989-02-24
* src/getraw.c: RCS_BASE
1989-02-24
* src/getraw.c: rcs-identifiers
1989-02-23
* src/dds.c: RCS_BASE
1989-02-23
* src/dds.c: make program names consistent:FLIST,BROWSE
* src/dds.c: rcs-identifiers
1989-02-16
* src/fldlet.c: RCS_BASE
1989-02-16
* src/fldlet.c: rcs-identifiers
1989-02-09
* src/flrnam.c: RCS_BASE
1989-02-09
* src/flrnam.c: make program names consistent:FLIST,BROWSE
* src/flrnam.c: rcs-identifiers
1989-02-02
* src/flsort.c: RCS_BASE
1989-02-02
* src/flsort.c: make program names consistent:FLIST,BROWSE
* src/flsort.c: rcs-identifiers
1989-02-02
* src/ctype.h: RCS_BASE
1989-02-02
* src/ctype.h: rcs-identifiers
1988-11-04
* src/flshow.c: RCS_BASE
1988-11-04
* src/flshow.c: make program names consistent:FLIST,BROWSE
* src/flshow.c: rcs-identifiers
1988-11-04
* src/flcols.c: RCS_BASE
1988-11-04
* src/flcols.c: make program names consistent:FLIST,BROWSE
* src/flcols.c: rcs-identifiers
1988-11-04
* src/dircmd.c: RCS_BASE
1988-11-04
* src/dircmd.c: make program names consistent:FLIST,BROWSE
* src/dircmd.c: rcs-identifiers
1988-11-04
* src/rmslook.c: RCS_BASE
1988-11-04
* src/rmslook.c: rcs-identifiers
1988-11-04
* src/acplook.c: RCS_BASE
1988-11-04
* src/acplook.c: make program names consistent:FLIST,BROWSE
* src/acplook.c: rcs-identifiers
1988-11-04
* src/getprot.h: RCS_BASE
1988-11-04
* src/getprot.h: rcs-identifiers
1988-11-04
* src/dirent.h: RCS_BASE
1988-11-04
* src/dirent.h: make program names consistent:FLIST,BROWSE
* src/dirent.h: rcs-identifiers
1988-10-11
* src/dirarg.c: RCS_BASE
1988-10-11
* src/dirarg.c: make program names consistent:FLIST,BROWSE
* src/dirarg.c: rcs-identifiers
1988-08-18
* src/termsize.c: RCS_BASE
1988-08-18
* src/termsize.c: rcs-identifiers
1988-07-01
* src/fledit.c: RCS_BASE
1988-07-01
* src/fledit.c: make program names consistent:FLIST,BROWSE
* src/fledit.c: rcs-identifiers
1988-06-29
* src/crt.c: RCS_BASE
1988-06-29
* src/crt.c: make program names consistent:FLIST,BROWSE
* src/crt.c: rcs-identifiers
1988-06-16
* src/crm.c: RCS_BASE
1985-11-12
* src/flist.bug: RCS_BASE
1985-11-12
* src/flist.bug: make program names consistent:FLIST,BROWSE
1985-10-07
* src/browse.bug: RCS_BASE
1985-10-07
* src/browse.bug: make program names consistent:FLIST,BROWSE
1985-10-05
* src/flprot.c: RCS_BASE
1985-10-05
* src/flprot.c: make program names consistent:FLIST,BROWSE
* src/flprot.c: rcs-identifiers
1985-09-30
* src/whoami.c: RCS_BASE
1985-09-30
* src/whoami.c: rcs-identifiers
1985-09-24
* src/debrief.c: RCS_BASE
1985-09-24
* src/debrief.c: rcs-identifiers
1985-09-19
* src/dirchk.c: RCS_BASE
1985-09-19
* src/dirchk.c: make program names consistent:FLIST,BROWSE
* src/dirchk.c: rcs-identifiers
1985-09-18
* src/dircmd2.h: RCS_BASE
1985-09-18
* src/dircmd2.h: make program names consistent:FLIST,BROWSE
* src/dircmd2.h: rcs-identifiers
1985-09-14
* src/dirfind.c: RCS_BASE
1985-09-14
* src/dirfind.c: make program names consistent:FLIST,BROWSE
* src/dirfind.c: rcs-identifiers
1985-09-14
* src/strwcmp.c: RCS_BASE
1985-09-14
* src/strwcmp.c: rcs-identifiers
1985-09-12
* src/dirpath.c: RCS_BASE
1985-09-12
* src/dirpath.c: make program names consistent:FLIST,BROWSE
* src/dirpath.c: rcs-identifiers
1985-09-10
* src/pathdown.c: RCS_BASE
1985-09-10
* src/pathdown.c: rcs-identifiers
1985-09-09
* src/flread.c: RCS_BASE
1985-09-09
* src/flread.c: make program names consistent:FLIST,BROWSE
* src/flread.c: rcs-identifiers
1985-09-09
* src/fldump.c: RCS_BASE
1985-09-09
* src/fldump.c: make program names consistent:FLIST,BROWSE
* src/fldump.c: rcs-identifiers
1985-08-24
* src/dirhigh.c: RCS_BASE
1985-08-24
* src/dirhigh.c: make program names consistent:FLIST,BROWSE
* src/dirhigh.c: rcs-identifiers
1985-08-24
* src/flcopy.c: RCS_BASE
1985-08-24
* src/flcopy.c: rcs-identifiers
1985-08-15
* src/browse.cld: RCS_BASE
1985-08-15
* src/browse.cld: rcs identifiers
1985-08-15
* src/flfind.c: RCS_BASE
1985-08-15
* src/flfind.c: make program names consistent:FLIST,BROWSE
* src/flfind.c: rcs-identifiers
1985-07-31
* src/flist.hlp, doc/db.rno: RCS_BASE
1985-07-27
* src/flscan.c: RCS_BASE
1985-07-27
* src/flscan.c: make program names consistent:FLIST,BROWSE
* src/flscan.c: rcs-identifiers
1985-07-22
* src/dirdata.c: RCS_BASE
1985-07-22
* src/dirdata.c: make program names consistent:FLIST,BROWSE
* src/dirdata.c: rcs-identifiers
1985-07-14
* src/flist.cld: RCS_BASE
1985-07-14
* src/flist.cld: rcs identifiers
1985-07-06
* src/nameheap.c: RCS_BASE
1985-07-06
* src/nameheap.c: make program names consistent:FLIST,BROWSE
* src/nameheap.c: rcs-identifiers
1985-07-04
* src/textlink.h: RCS_BASE
1985-07-04
* src/textlink.h: rcs-identifiers
1985-07-04
* src/scanint.c: RCS_BASE
1985-07-04
* src/scanint.c: rcs-identifiers
1985-07-03
* src/dclopt.c: RCS_BASE
1985-07-03
* src/dclopt.c: rcs-identifiers
1985-07-03
* src/flpage.c: RCS_BASE
1985-07-03
* src/flpage.c: rcs-identifiers
1985-07-03
* src/flmore.c: RCS_BASE
1985-07-03
* src/flmore.c: make program names consistent:FLIST,BROWSE
* src/flmore.c: rcs-identifiers
1985-06-26
* src/sybintim.c: RCS_BASE
1985-06-26
* src/sybintim.c: rcs-identifiers
1985-06-25
* src/syhour.c: RCS_BASE
1985-06-25
* src/syhour.c: rcs-identifiers
1985-06-23
* src/highver.c: RCS_BASE
1985-06-23
* src/highver.c: rcs-identifiers
1985-06-23
* src/scanver.c: RCS_BASE
1985-06-23
* src/scanver.c: rcs-identifiers
1985-06-16
* src/sharable.opt: RCS_BASE
1985-06-16
* src/sharable.opt: rcs-identifiers
1985-06-16
* src/rabrfa.c: RCS_BASE
1985-06-16
* src/rabrfa.c: rcs-identifiers
1985-06-15
* src/setprot.c: RCS_BASE
1985-06-15
* src/setprot.c: rcs-identifiers
1985-06-15
* src/getprot.c: RCS_BASE
1985-06-15
* src/getprot.c: rcs-identifiers
1985-06-15
* src/xabproui.c: RCS_BASE
1985-06-15
* src/xabproui.c: rcs-identifiers
1985-06-15
* src/inspect.c: RCS_BASE
1985-06-15
* src/inspect.c: rcs-identifiers
1985-06-15
* src/dirread.c: RCS_BASE
1985-06-15
* src/dirread.c: make program names consistent:FLIST,BROWSE
* src/dirread.c: rcs-identifiers
1985-06-15
* src/dirseek.c: RCS_BASE
1985-06-15
* src/dirseek.c: make program names consistent:FLIST,BROWSE
* src/dirseek.c: rcs-identifiers
1985-06-15
* src/dclarea.c: RCS_BASE
1985-06-15
* src/dclarea.c: rcs-identifiers
1985-06-15
* src/acp.h: RCS_BASE
1985-06-15
* src/acp.h: rcs keywords
1985-06-11
* src/flescp.c: RCS_BASE
1985-06-11
* src/flescp.c: make program names consistent:FLIST,BROWSE
* src/flescp.c: rcs-identifiers
1985-06-11
* src/flnoid.c: RCS_BASE
1985-06-11
* src/flnoid.c: rcs-identifiers
1985-05-22
* src/sydelete.c: RCS_BASE
1985-05-22
* src/sydelete.c: rcs-identifiers
1985-05-15
* src/strlcpy.c: RCS_BASE
1985-05-15
* src/strlcpy.c: rcs-identifiers
1985-05-15
* src/strucpy.c: RCS_BASE
1985-05-15
* src/strucpy.c: rcs-identifiers
1985-05-14
* src/cmdstk.c: RCS_BASE
1985-05-14
* src/cmdstk.c: make program names consistent:FLIST,BROWSE
* src/cmdstk.c: rcs-identifiers
1985-05-05
* src/flist.h: RCS_BASE
1985-05-05
* src/flist.h: rcs-identifiers
1985-04-27
* src/edtcmd.c: RCS_BASE
1985-04-27
* src/edtcmd.c: make program names consistent:FLIST,BROWSE
* src/edtcmd.c: rcs-identifiers
1985-04-17
* src/getpad.h: RCS_BASE
1985-04-17
* src/getpad.h: rcs-identifiers
1985-04-16
* src/browse.hlp, doc/ma.rno: RCS_BASE
1985-04-16
* doc/ma.rno: rcs identifiers
1985-04-14
* src/chrcmd.c: RCS_BASE
1985-04-14
* src/chrcmd.c: rcs-identifiers
1985-04-11
* src/pathup.c: RCS_BASE
1985-04-11
* src/pathup.c: rcs-identifiers
1985-04-11
* src/sytrnlog.c: RCS_BASE
1985-04-11
* src/sytrnlog.c: rcs-identifiers
1985-03-28
* src/main.h: RCS_BASE
1985-03-28
* src/main.h: make program names consistent:FLIST,BROWSE
* src/main.h: rcs-identifiers
1985-03-20
* src/help.c: RCS_BASE
1985-03-20
* src/help.c: rcs-identifiers
1985-03-19
* src/credef.h, src/lbrdef.h: RCS_BASE
1985-03-19
* src/lbrdef.h: rcs-identifiers
1985-03-13
* src/normal.opt: RCS_BASE
1985-03-13
* src/normal.opt: rcs-identifiers
1985-02-23
* src/acpcopy.c: RCS_BASE
1985-02-23
* src/acpcopy.c: rcs-identifiers
1985-02-23
* src/pipefunc.c: RCS_BASE
1985-02-23
* src/pipefunc.c: rcs-identifiers
1985-02-23
* src/rmsio.h: RCS_BASE
1985-02-23
* src/rmsio.h: make program names consistent:FLIST,BROWSE
* src/rmsio.h: rcs-identifiers
1985-02-20
* src/rmscc.c: RCS_BASE
1985-02-20
* src/rmscc.c: make program names consistent:FLIST,BROWSE
* src/rmscc.c: rcs-identifiers
1985-02-05
* src/dclarg.h: RCS_BASE
1985-02-05
* src/dclarg.h: rcs-identifiers
1985-02-05
* src/dclinx.c: RCS_BASE
1985-02-05
* src/dclinx.c: rcs-identifiers
1985-02-04
* src/crs.c: RCS_BASE
1985-01-28
* src/ttrace.c: RCS_BASE
1985-01-28
* src/ttrace.c: rcs-identifiers
1985-01-27
* src/snapshot.c: RCS_BASE
1985-01-27
* src/snapshot.c: rcs-identifiers
1985-01-27
* doc/m2.rno: RCS_BASE
1985-01-27
* doc/m2.rno: rcs identifiers
1985-01-27
* doc/m1.rno: RCS_BASE
1985-01-27
* doc/m1.rno: rcs identifiers
1985-01-24
* doc/m3.rno: RCS_BASE
1985-01-24
* doc/m3.rno: rcs identifiers
1985-01-21
* doc/mt.rno: RCS_BASE
1985-01-17
* src/dspc.c: RCS_BASE
1985-01-17
* src/dspc.c: make program names consistent:FLIST,BROWSE
* src/dspc.c: rcs-identifiers
1985-01-14
* src/domore.c: RCS_BASE
1985-01-14
* src/domore.c: rcs-identifiers
1985-01-14
* src/dclopt.h: RCS_BASE
1985-01-14
* src/dclopt.h: rcs-identifiers
1985-01-12
* doc/d3.rno, doc/d2.rno: RCS_BASE
1985-01-12
* doc/d2.rno: rcs identifiers
1985-01-12
* doc/d5.rno: RCS_BASE
1985-01-12
* doc/d5.rno: rcs identifiers
1985-01-12
* src/tabexp.c: RCS_BASE
1985-01-12
* src/tabexp.c: rcs-identifiers
1985-01-11
* doc/m0-parts.rno, doc/m0.rno: RCS_BASE
1985-01-11
* doc/m0-parts.rno, doc/m0.rno: rcs identifiers
1985-01-11
* doc/mp.rno: RCS_BASE
1985-01-11
* doc/mp.rno: rcs identifiers
1985-01-11
* doc/dt.rno: RCS_BASE
1985-01-09
* doc/d1.pic: RCS_BASE
1985-01-09
* doc/d1.pic: rcs identifier
1985-01-09
* doc/d4.rno, doc/da.rno, doc/d0-parts.rno, doc/d0.rno: RCS_BASE
1985-01-09
* doc/d0-parts.rno, doc/d0.rno: rcs identifiers
1985-01-09
* doc/d1.rno: RCS_BASE
1985-01-09
* doc/d1.rno: rcs identifiers
1985-01-07
* doc/dp.rno: RCS_BASE
1985-01-07
* doc/dp.rno: rcs identifiers
1985-01-02
* doc/zap.com: RCS_BASE
1985-01-02
* doc/zap.com: rcs identifiers
1985-01-01
* doc/d0.req: RCS_BASE
1985-01-01
* doc/d0.req: rcs identifiers
1984-12-29
* src/strskps.c: RCS_BASE
1984-12-29
* src/strskps.c: rcs-identifiers
1984-12-26
* src/dclwild.c: RCS_BASE
1984-12-26
* src/dclwild.c: rcs-identifiers
1984-12-21
* src/chprot.c: RCS_BASE
1984-12-21
* src/chprot.c: rcs-identifiers
1984-12-18
* src/setctrl.c: RCS_BASE
1984-12-18
* src/setctrl.c: make program names consistent:FLIST,BROWSE
* src/setctrl.c: rcs-identifiers
1984-12-15
* src/argvdcl.c: RCS_BASE
1984-12-15
* src/argvdcl.c: rcs-identifiers
1984-12-11
* src/bool.h: RCS_BASE
1984-12-11
* src/bool.h: rcs-identifiers
1984-12-11
* src/shoquota.c: RCS_BASE
1984-12-11
* src/shoquota.c: rcs-identifiers
1984-12-07
* src/dqfdef.h: RCS_BASE
1984-12-07
* src/dqfdef.h: rcs-identifiers
1984-12-07
* src/fchdef.h: RCS_BASE
1984-12-07
* src/fchdef.h: rcs-identifiers
1984-12-07
* src/fatdef.h: RCS_BASE
1984-11-12
* src/getpass.c, src/putraw.c: RCS_BASE
1984-11-12
* src/putraw.c: rcs-identifiers
1984-11-06
* src/strvcmp.c: RCS_BASE
1984-11-06
* src/strvcmp.c: rcs-identifiers
1984-11-05
* src/strvcpy.c: RCS_BASE
1984-11-05
* src/strvcpy.c: rcs-identifiers
1984-11-05
* src/trace.c: RCS_BASE
1984-11-05
* src/trace.c: rcs-identifiers
1984-11-02
* src/fibdef.h: RCS_BASE
1984-11-02
* src/fibdef.h: rcs-identifiers
1984-11-02
* src/atrdef.h: RCS_BASE
1984-11-02
* src/atrdef.h: rcs-identifiers
1984-10-24
* src/cmpblk.c: RCS_BASE
1984-10-24
* src/cmpblk.c: rcs-identifiers
1984-09-18
* src/canopen.c: RCS_BASE
1984-09-18
* src/canopen.c: make program names consistent:FLIST,BROWSE
* src/canopen.c: rcs-identifiers
1984-09-18
* src/getpad.c: RCS_BASE
1984-09-18
* src/getpad.c: rcs-identifiers
1984-09-17
* src/fgetr.c: RCS_BASE
1984-09-17
* src/fgetr.c: make program names consistent:FLIST,BROWSE
* src/fgetr.c: rcs-identifiers
1984-09-10
* src/alarm.c: RCS_BASE
1984-09-10
* src/alarm.c: rcs-identifiers
1984-09-08
* src/syrename.c: RCS_BASE
1984-09-08
* src/syrename.c: rcs-identifiers
1984-09-06
* src/rmsinit.c: RCS_BASE
1984-09-06
* src/rmsinit.c: rcs-identifiers
1984-09-01
* src/strabbr.c: RCS_BASE
1984-09-01
* src/strabbr.c: rcs-identifiers
1984-08-29
* src/strtrim.c: RCS_BASE
1984-08-29
* src/strtrim.c: rcs-identifiers
1984-08-26
* src/dclchk.c: RCS_BASE
1984-08-26
* src/dclchk.c: rcs-identifiers
1984-08-25
* src/dirprot.c: RCS_BASE
1984-08-25
* src/dirprot.c: make program names consistent:FLIST,BROWSE
* src/dirprot.c: rcs-identifiers
1984-08-25
* src/diropen.c: RCS_BASE
1984-08-25
* src/diropen.c: make program names consistent:FLIST,BROWSE
* src/diropen.c: rcs-identifiers
1984-08-25
* src/sygetsym.c: RCS_BASE
1984-08-25
* src/sygetsym.c: rcs-identifiers
1984-08-25
* src/names.h: RCS_BASE
1984-08-25
* src/names.h: rcs identifiers
* src/names.h: rcs-identifiers
1984-08-24
* src/crt.h: RCS_BASE
1984-08-24
* src/crt.h: rcs-identifiers
1984-08-02
* src/syasctim.c: RCS_BASE
1984-08-02
* src/syasctim.c: rcs-identifiers
1984-07-16
* src/sygetmsg.c: RCS_BASE
1984-07-16
* src/sygetmsg.c: rcs-identifiers
1984-07-13
* src/strform2.c: RCS_BASE
1984-07-13
* src/strform2.c: rcs-identifiers
1984-06-15
* src/str7.c: RCS_BASE
1984-06-06
* src/strscale.c: RCS_BASE
1984-06-06
* src/strscale.c: rcs-identifiers
1984-05-28
* src/freelist.c: RCS_BASE
1984-05-28
* src/freelist.c: rcs-identifiers
1984-05-14
* src/dds.h: RCS_BASE
1984-05-14
* src/dds.h: make program names consistent:FLIST,BROWSE
* src/dds.h: rcs-identifiers
1983-11-11
* src/strnull.c: RCS_BASE
1983-11-11
* src/strnull.c: rcs-identifiers
1983-10-27
* src/syfom.c: RCS_BASE
1983-10-27
* src/syfom.c: rcs-identifiers
1983-10-12
* src/cpyblk.c: RCS_BASE
1983-10-12
* src/cpyblk.c: rcs-identifiers