Home | History | Annotate | only in /src/games/fortune/unstr
History log of /src/games/fortune/unstr
RevisionDateAuthorComments
 1.8 26-Sep-2008  apb Install unstr:
* in games/fortune/Makefile, add unstr to SUBDIR;
* in games/fortune/unstr/Makefile, include ../../Makefile.inc;
* in games/fortune/strfile/Makefile, add MLINKS for unstr man page;
* in distrib/sets/lists/games/mi, add new files.
 1.7 18-Sep-2002  lukem some makefile de-linting
 1.6 12-Dec-2001  tv MKfoo=no -> NOfoo=
 1.5 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.4 22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
 1.3 23-Mar-1995  cgd branches: 1.3.4;
merge with Lite, new RCS id conventions, etc.
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 21-Mar-1995  cgd from Lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.3.4.1 08-Nov-1997  lukem pull up rev 1.4 (approved by thorpej)
 1.16 30-Apr-2020  christos Simplify, little KNF
 1.15 29-Apr-2020  nia unstr: Check that the input filename fits in the buffer.
 1.14 19-Jun-2012  dholland branches: 1.14.10; 1.14.12; 1.14.20; 1.14.24; 1.14.34;
WARNS=5, and make WARNS=5 the default for src/games.
 1.13 20-Jul-2008  lukem branches: 1.13.2;
Remove the \n and tabs from the __COPYRIGHT() strings.
 1.12 15-Dec-2007  perry branches: 1.12.6;
convert __attribute__s to applicable cdefs.h macros
 1.11 08-Feb-2004  jsm branches: 1.11.22;
Mark unused parameters, nonreturning functions and format functions in
the few cases not already marked.
 1.10 27-Jan-2004  jsm Remove uses of __P.
 1.9 27-Jan-2004  jsm Include <sys/endian.h> instead of <machine/endian.h>. Include
<stdlib.h>.
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.7 18-Sep-1999  jsm Fix -Wsign-compare warnings.
 1.6 08-Sep-1999  jsm Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate in
the games.
 1.5 21-Aug-1999  simonb Use new endian-specific conversion macros - 64-bit off_t's are now
the stored the same regardess of the byte order of the generating
host.

Note in the strfile(8) man page that all fields are big-endian, not
in network byte order.
 1.4 11-Oct-1997  lukem WARNSify
 1.3 23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 21-Mar-1995  cgd from Lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.11.22.1 09-Jan-2008  matt sync with HEAD
 1.12.6.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.13.2.1 30-Oct-2012  yamt sync with head
 1.14.34.1 30-Apr-2020  martin Pull up following revision(s) (requested by nia in ticket #879):

games/fortune/strfile/strfile.c: revision 1.39
games/fortune/unstr/unstr.c: revision 1.15

strfile: Check that input/output filenames don't exceed the buffer size
unstr: Check that the input filename fits in the buffer.
 1.14.24.1 30-Apr-2020  martin Pull up following revision(s) (requested by nia in ticket #1544):

games/fortune/strfile/strfile.c: revision 1.39
games/fortune/unstr/unstr.c: revision 1.15

strfile: Check that input/output filenames don't exceed the buffer size
unstr: Check that the input filename fits in the buffer.
 1.14.20.1 30-Apr-2020  martin Pull up following revision(s) (requested by nia in ticket #1729):

games/fortune/strfile/strfile.c: revision 1.39
games/fortune/unstr/unstr.c: revision 1.15

strfile: Check that input/output filenames don't exceed the buffer size
unstr: Check that the input filename fits in the buffer.
 1.14.12.1 30-Apr-2020  martin Pull up following revision(s) (requested by nia in ticket #1729):

games/fortune/strfile/strfile.c: revision 1.39
games/fortune/unstr/unstr.c: revision 1.15

strfile: Check that input/output filenames don't exceed the buffer size
unstr: Check that the input filename fits in the buffer.
 1.14.10.1 30-Apr-2020  martin Pull up following revision(s) (requested by nia in ticket #1729):

games/fortune/strfile/strfile.c: revision 1.39
games/fortune/unstr/unstr.c: revision 1.15

strfile: Check that input/output filenames don't exceed the buffer size
unstr: Check that the input filename fits in the buffer.

RSS XML Feed