Home | History | Annotate | only in /src/games/backgammon/common_source
History log of /src/games/backgammon/common_source
RevisionDateAuthorComments
 1.12 13-Apr-2021  mrg no longer need -Wno-error=implicit-fallthrough.
don't provide common symbols that are in libterminfo now days.
 1.11 29-Sep-2019  mrg convert HAVE_GCC == 7 to HAVE_GCC >= 7.
 1.10 04-Feb-2019  mrg apply -Wno-error=implicit-fallthrough on files that have fallthru
comments but are missed by the current checker.
 1.9 03-May-2008  lukem branches: 1.9.62;
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
 1.8 25-Feb-2006  simonb branches: 1.8.18;
Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.
 1.7 18-Sep-2002  lukem some makefile de-linting
 1.6 12-Dec-2001  tv MKfoo=no -> NOfoo=
 1.5 13-Mar-1999  lukem set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
 1.4 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.3 11-Oct-1997  mycroft common_source -> common, and GC some garbage variables.
 1.2 11-Oct-1997  veego Don't install this library, we only need this during the build.
 1.1 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.8.18.1 18-May-2008  yamt sync with head.
 1.9.62.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.9.62.1 10-Jun-2019  christos Sync with HEAD
 1.9 22-Aug-2024  rillig backgammon: fix lint warnings
 1.8 13-Oct-2012  dholland branches: 1.8.42;
Pass the move info around instead of using it as a global.
 1.7 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.6 01-Jul-2005  jmc branches: 1.6.42; 1.6.48;
KNF and WARNS=3 fixes
 1.5 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.4 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.3 21-Mar-1995  cgd clean up import
 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.6.48.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.42.1 30-Oct-2012  yamt sync with head
 1.8.42.1 02-Aug-2025  perseant Sync with HEAD
 1.24 22-Aug-2024  rillig backgammon: fix lint warnings
 1.23 12-Dec-2021  andvar branches: 1.23.4;
fix various typos in comments.
 1.22 06-Dec-2020  dholland speed limit 80
 1.21 22-Apr-2020  joerg buffnum is shared between subs.c and fancy.c
 1.20 13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.19 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.18 26-Aug-2011  dholland branches: 1.18.2; 1.18.8;
Use __dead and __printflike instead of __attribute__.
 1.17 22-Mar-2010  mrg rename text() to wrtext(), aligning it with most other output routines,
and avoiding a compile error on powerpc64.

XXX: this tries to make a ".text" symbol, which already exists...
 1.16 12-Aug-2009  dholland sprinkle static
 1.15 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.14 27-Jan-2004  jsm Remove uses of __P.
 1.13 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.12 04-Oct-1999  lukem update after change to return value of tputs() third argument
 1.11 26-Jul-1999  hubertf branches: 1.11.2;
This patch adds to backgammon(6) a couple of noreturn attributes
missed in bin/6144.

Patch submitted in PR 8082 by Joseph Myers <jsm28@cam.ac.uk>
 1.10 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.9 13-Sep-1998  hubertf Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph Myers <jsm28@cam.ac.uk>)
 1.8 14-Oct-1997  lukem define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...
 1.7 14-Oct-1997  lukem use <termcap.h>
 1.6 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.5 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.4 24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 1.3 21-Mar-1995  cgd clean up import
 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.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.18.8.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.18.2.1 30-Oct-2012  yamt sync with head
 1.23.4.1 02-Aug-2025  perseant Sync with HEAD
 1.4 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.3 21-Mar-1995  cgd clean up import
 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.9 12-Aug-2009  dholland sprinkle static
 1.8 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.7 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.6 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.5 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.4 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.3 21-Mar-1995  cgd clean up import
 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.9 18-Feb-2019  christos add fallthrough
 1.8 13-Oct-2012  dholland branches: 1.8.30;
Pass the move info around instead of using it as a global.
 1.7 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.6 01-Jul-2005  jmc branches: 1.6.42; 1.6.48;
KNF and WARNS=3 fixes
 1.5 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.4 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.3 21-Mar-1995  cgd clean up import
 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.6.48.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.42.1 30-Oct-2012  yamt sync with head
 1.8.30.1 10-Jun-2019  christos Sync with HEAD
 1.20 29-Nov-2024  dholland backgammon: fix crash on small terminals. From Aran Clauson.

(add a small tidyup from me as well)

Closes PR 58862.
 1.19 22-Aug-2024  rillig backgammon: fix lint warnings
 1.18 02-Jun-2024  andvar branches: 1.18.2;
Fix various typos, mainly triple letters.
 1.17 02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.16 13-Apr-2021  mrg no longer need -Wno-error=implicit-fallthrough.
don't provide common symbols that are in libterminfo now days.
 1.15 22-Apr-2020  joerg buffnum is shared between subs.c and fancy.c
 1.14 12-Aug-2009  dholland sprinkle static
 1.13 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.12 23-Apr-2004  simonb s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
 1.11 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.10 26-Jul-1999  hubertf This adds a check for memory allocation failure to one place in
backgammon(6). The use of write(2) for the message may seem odd, but
is used in another place in this game. (Actually, a lot of
backgammon(6) could do with being substantially cleaned up.)

Patch submitted in PR 8080 by Joseph Myers <jsm28@cam.ac.uk>
 1.9 10-Feb-1999  hubertf tgetent() handles const correctly in current
 1.8 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.7 13-Sep-1998  hubertf Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)
 1.6 14-Oct-1997  lukem use <termcap.h>
 1.5 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.4 24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 1.3 21-Mar-1995  cgd clean up import
 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.18.2.1 02-Aug-2025  perseant Sync with HEAD
 1.11 22-Aug-2024  rillig backgammon: fix lint warnings
 1.10 13-Oct-2012  dholland branches: 1.10.42;
Pass the move info around instead of using it as a global.
 1.9 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.8 07-Aug-2003  agc branches: 1.8.54; 1.8.60;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.7 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.6 14-Oct-1997  lukem define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...
 1.5 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.4 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.3 21-Mar-1995  cgd clean up import
 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.8.60.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.54.1 30-Oct-2012  yamt sync with head
 1.10.42.1 02-Aug-2025  perseant Sync with HEAD
 1.7 22-Mar-2006  christos Coverity CID 558: && should be obviously ||
 1.6 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.5 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.4 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.3 21-Mar-1995  cgd clean up import
 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.9 13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.8 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.7 12-Aug-2009  dholland branches: 1.7.6; 1.7.12;
sprinkle static
 1.6 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.5 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.4 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.3 21-Mar-1995  cgd clean up import
 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.7.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.7.6.1 30-Oct-2012  yamt sync with head
 1.16 13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.15 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.14 26-Aug-2011  dholland branches: 1.14.2; 1.14.8;
Use __dead and __printflike instead of __attribute__.
 1.13 12-Aug-2009  dholland sprinkle static
 1.12 18-Mar-2006  christos Coverity CID 1230: Remove spurious close().
 1.11 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.10 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.9 28-Jul-1999  hubertf This patch fixes a remaining relic of the backgammon(6) "execute
saved game to continue playing" problem described in bin/6077.

Patch contributed by Joseph Myers <jsm28@cam.ac.uk> in PR 8092.
 1.8 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.7 13-Sep-1998  hubertf remove x bit from save files (PR#6077)
 1.6 29-Aug-1998  hubertf Use symbolic names for signals(!), open(2)-constants, ...
Fix applied as per PR 6058 by Joseph Myers <jsm28@cam.ac.uk>
 1.5 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.4 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.3 21-Mar-1995  cgd clean up import
 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.14.8.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.14.2.1 30-Oct-2012  yamt sync with head
 1.21 02-Apr-2024  christos Fix DEBUG build.
 1.20 13-Sep-2013  joerg GC descr and helpm.
 1.19 13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.18 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.17 12-Aug-2009  dholland branches: 1.17.6; 1.17.12;
sprinkle static
 1.16 15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.15 01-Jul-2005  jmc branches: 1.15.10;
KNF and WARNS=3 fixes
 1.14 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.13 04-Oct-1999  lukem update after change to return value of tputs() third argument
 1.12 08-Sep-1999  jsm branches: 1.12.2;
Add `__noreturn__' and `__unused__' attributes where appropriate to
the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Most noreturn attributes were previously added in bin/6144, with some
others that were missed then in bin/8082. Previous `unused'
attributes were covered in bin/6557, bin/8058 and other PRs (all these
PRs have already been handled and closed).
 1.11 26-Jul-1999  hubertf This patch makes backgammon(6) check that, if you use the -s option to
recover a saved game, then you specify a file name.

Patch submitted in PR 8081 by Joseph Myers <jsm28@cam.ac.uk>
 1.10 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.9 15-Sep-1998  frueauf Fix args processing of backgammon and teachgammon, closes pr 5345 by
David Brownlee.
 1.8 13-Sep-1998  hubertf Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)
 1.7 11-Sep-1998  hubertf fix typo, as per PR#5867
 1.6 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.5 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.4 24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 1.3 21-Mar-1995  cgd clean up import
 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.12.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.15.10.1 09-Jan-2008  matt sync with HEAD
 1.17.12.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.17.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.17.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.17.6.1 30-Oct-2012  yamt sync with head
 1.13 13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.12 13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.11 22-Mar-2010  mrg branches: 1.11.6; 1.11.12;
rename text() to wrtext(), aligning it with most other output routines,
and avoiding a compile error on powerpc64.

XXX: this tries to make a ".text" symbol, which already exists...
 1.10 12-Aug-2009  dholland sprinkle static
 1.9 18-Mar-2006  christos Coverity CID 1294: Avoid negative variable used as index.
 1.8 01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.7 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.6 10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.5 10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.4 29-Apr-1995  mycroft Use POSIX tty semantics.
 1.3 21-Mar-1995  cgd clean up import
 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.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.11.6.1 30-Oct-2012  yamt sync with head

RSS XML Feed