2010-03-22 |
mrg | rename text() to wrtext(), aligning it with most other... |
tree | commitdiff |
2010-02-03 |
roy | Userland now builds and uses terminfo instead of termcap. |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2009-08-12 |
dholland | looks as if "ospeed" here was meant to be extern. |
tree | commitdiff |
2008-07-21 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2008-07-20 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2008-05-03 |
lukem | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer... |
tree | commitdiff |
2008-04-28 |
martin | Remove clause 3 and 4 from TNF licenses |
tree | commitdiff |
2008-01-31 |
dholland | Pedanticism about time_t (not really a bug, but now... |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-04-24 |
snj | It's "its." |
tree | commitdiff |
2006-03-22 |
christos | Coverity CID 558: && should be obviously || |
tree | commitdiff |
2006-03-18 |
christos | Coverity CID 1230: Remove spurious close(). |
tree | commitdiff |
2006-03-18 |
christos | Coverity CID 1294: Avoid negative variable used as... |
tree | commitdiff |
2006-02-25 |
simonb | Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2005-07-01 |
jmc | KNF and WARNS=3 fixes |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2004-04-23 |
simonb | s/the the/the/ (only in sources that aren't regularly... |
tree | commitdiff |
2004-02-08 |
jsm | Mark unused parameters, nonreturning functions and... |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-01 |
jsm | Only score as a Gammon or a Backgammon if the opponent... |
tree | commitdiff |
2004-01-01 |
jsm | Make tutorial text match actual moves. From FreeBSD... |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-04-26 |
wiz | Grammar and punctuation fixes, from jmc@openbsd. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-18 |
lukem | some makefile de-linting |
tree | commitdiff |
2001-12-12 |
tv | MKfoo=no -> NOfoo= |
tree | commitdiff |
2001-09-18 |
wiz | Give initiali[sz]e all the "i"s it deserves. |
tree | commitdiff |
2001-04-06 |
wiz | Negative exit code cleanup: Replace exit(-x) with exit(x). |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decl |
tree | commitdiff |
2001-01-09 |
lukem | convert to using .WAIT |
tree | commitdiff |
2000-12-30 |
sommerfeld | ${PRINTOBJDIR}ify |
tree | commitdiff |
2000-05-08 |
mycroft | Use setgid(), not setregid(). |
tree | commitdiff |
1999-10-04 |
lukem | update after change to return value of tputs() third... |
tree | commitdiff |
1999-09-17 |
jsm | Fix some uses of NULL as non-pointer and 0 for null... |
tree | commitdiff |
1999-09-09 |
jsm | Include <time.h> in various places in the games where... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-08-14 |
tron | Adapt to change of "termcap.h". |
tree | commitdiff |
1999-07-28 |
hubertf | This is a trivial fix to backgammon(6): '\a' is cleaner... |
tree | commitdiff |
1999-07-28 |
hubertf | This patch fixes a remaining relic of the backgammon... |
tree | commitdiff |
1999-07-26 |
hubertf | This patch adds to backgammon(6) a couple of noreturn... |
tree | commitdiff |
1999-07-26 |
hubertf | This patch makes backgammon(6) check that, if you use... |
tree | commitdiff |
1999-07-26 |
hubertf | This adds a check for memory allocation failure to... |
tree | commitdiff |
1999-07-25 |
hubertf | Hardcore const poisoning |
tree | commitdiff |
1999-07-19 |
hubertf | As in previously sent patches: backgammon(6) does not... |
tree | commitdiff |
1999-07-14 |
hubertf | Fix scoring, submitted in PR 7992 by Joseph Myers ... |
tree | commitdiff |
1999-03-13 |
lukem | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh... |
tree | commitdiff |
1999-02-13 |
lukem | convert from NOxxx= to MKxxx=no. |
tree | commitdiff |
1999-02-10 |
hubertf | tgetent() handles const correctly in current |
tree | commitdiff |
1999-02-10 |
hubertf | The patch below makes the game backgammon(6) use `const... |
tree | commitdiff |
1998-09-15 |
frueauf | Fix args processing of backgammon and teachgammon,... |
tree | commitdiff |
1998-09-13 |
hubertf | remove x bit from save files (PR#6077) |
tree | commitdiff |
1998-09-13 |
hubertf | Remove unused function and mark non-returning ones... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-13 |
hubertf | Saved games can NOT be restored by executing the save... |
tree | commitdiff |
1998-09-13 |
hubertf | Remove unused function (PR#6076 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-09-11 |
hubertf | fix typo, as per PR#5867 |
tree | commitdiff |
1998-08-29 |
hubertf | Use symbolic names for signals(!), open(2)-constants... |
tree | commitdiff |
1998-03-29 |
mrg | - really make extern char's extern. |
tree | commitdiff |
1998-02-02 |
christos | Does not need -lcompat |
tree | commitdiff |
1997-11-05 |
ragge | Must have the correct library link order to be able... |
tree | commitdiff |
1997-10-22 |
lukem | use CPPFLAGS instead of CFLAGS |
tree | commitdiff |
1997-10-16 |
lukem | fix race condition when building libcommon with make -j |
tree | commitdiff |
1997-10-14 |
lukem | define global vars with `extern' in "back.h", and only... |
tree | commitdiff |
1997-10-14 |
lukem | use <termcap.h> |
tree | commitdiff |
1997-10-11 |
mycroft | common_source -> common, and GC some garbage variables. |
tree | commitdiff |
1997-10-11 |
veego | Don't install this library, we only need this during... |
tree | commitdiff |
1997-10-10 |
lukem | KNF & WARNSify, and only compile common_source once... |
tree | commitdiff |
1997-05-08 |
gwr | Back out the .PATH.c changes. The .depend problem... |
tree | commitdiff |
1997-05-06 |
gwr | Use .PATH.c: ... |
tree | commitdiff |
1996-11-12 |
mikel | /etc/termcap -> /usr/share/misc/termcap. Fixes misc... |
tree | commitdiff |
1995-04-29 |
mycroft | Use POSIX tty semantics. |
tree | commitdiff |
1995-04-24 |
cgd | Various changes to make games compile w/o warnings... |
tree | commitdiff |
1995-03-21 |
cgd | clean up import |
tree | commitdiff |
1995-03-21 |
cgd | from Lite |
tree | commitdiff |
1994-12-22 |
cgd | specify man pages the new way. |
tree | commitdiff |
1994-05-23 |
cgd | need -lcompat |
tree | commitdiff |
1993-12-03 |
mycroft | nextfree() was not returning a value when it pulled... |
tree | commitdiff |
1993-08-05 |
jtc | Update to -mandoc macros. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS indentifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-03-23 |
cgd | got rid of unnecessary -lcompat and associated dependency |
tree | commitdiff |
1993-03-21 |
cgd | initial import of 386bsd-0.1 sources |
tree | commitdiff |
|