| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | 2003-08-07 | 23 | -158/+66 |
| * | Grammar and punctuation fixes, from jmc@openbsd. | wiz | 2003-04-26 | 1 | -5/+5 |
| * | Lots of minor fixes resulting from reading these man pages in detail. | wiz | 2002-09-26 | 1 | -6/+4 |
| * | some makefile de-linting | lukem | 2002-09-18 | 2 | -7/+8 |
| * | MKfoo=no -> NOfoo= | tv | 2001-12-12 | 2 | -14/+12 |
| * | Give initiali[sz]e all the "i"s it deserves. | wiz | 2001-09-18 | 1 | -3/+3 |
| * | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz | 2001-04-06 | 1 | -3/+3 |
| * | Whitespace and/or punctuation fixes. | wiz | 2001-04-02 | 1 | -6/+6 |
| * | remove redundant decl | christos | 2001-02-05 | 1 | -4/+2 |
| * | convert to using .WAIT | lukem | 2001-01-09 | 1 | -4/+2 |
| * | ${PRINTOBJDIR}ify | sommerfeld | 2000-12-30 | 1 | -3/+3 |
| * | Use setgid(), not setregid(). | mycroft | 2000-05-08 | 2 | -6/+6 |
| * | update after change to return value of tputs() third argument | lukem | 1999-10-04 | 2 | -5/+6 |
| * | Fix some uses of NULL as non-pointer and 0 for null pointer. | jsm | 1999-09-17 | 1 | -3/+3 |
| * | Include <time.h> in various places in the games where time() or time_t | jsm | 1999-09-09 | 1 | -2/+4 |
| * | Add `__noreturn__' and `__unused__' attributes where appropriate to | jsm | 1999-09-08 | 1 | -3/+3 |
| * | Adapt to change of "termcap.h". | tron | 1999-08-14 | 2 | -6/+6 |
| * | This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'. | hubertf | 1999-07-28 | 1 | -3/+3 |
| * | This patch fixes a remaining relic of the backgammon(6) "execute | hubertf | 1999-07-28 | 1 | -3/+3 |
| * | This patch adds to backgammon(6) a couple of noreturn attributes | hubertf | 1999-07-26 | 1 | -3/+3 |
| * | This patch makes backgammon(6) check that, if you use the -s option to | hubertf | 1999-07-26 | 1 | -3/+7 |
| * | This adds a check for memory allocation failure to one place in | hubertf | 1999-07-26 | 1 | -2/+6 |
| * | Hardcore const poisoning | hubertf | 1999-07-25 | 1 | -4/+4 |
| * | As in previously sent patches: backgammon(6) does not need setgid | hubertf | 1999-07-19 | 2 | -4/+10 |
| * | Fix scoring, submitted in PR 7992 by Joseph Myers <jsm28@cam.ac.uk> | hubertf | 1999-07-14 | 1 | -8/+7 |
| * | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | lukem | 1999-03-13 | 1 | -2/+3 |
| * | convert from NOxxx= to MKxxx=no. | lukem | 1999-02-13 | 2 | -5/+5 |
| * | tgetent() handles const correctly in current | hubertf | 1999-02-10 | 1 | -3/+3 |
| * | The patch below makes the game backgammon(6) use `const' where | hubertf | 1999-02-10 | 16 | -195/+162 |
| * | Fix args processing of backgammon and teachgammon, closes pr 5345 by | frueauf | 1998-09-15 | 3 | -9/+9 |
| * | remove x bit from save files (PR#6077) | hubertf | 1998-09-13 | 1 | -3/+3 |
| * | Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph M... | hubertf | 1998-09-13 | 1 | -3/+2 |
| * | mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf | 1998-09-13 | 1 | -3/+3 |
| * | Saved games can NOT be restored by executing the save file (PR#6077) | hubertf | 1998-09-13 | 1 | -3/+1 |
| * | Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf | 1998-09-13 | 2 | -18/+4 |
| * | fix typo, as per PR#5867 | hubertf | 1998-09-11 | 1 | -3/+3 |
| * | Use symbolic names for signals(!), open(2)-constants, ... | hubertf | 1998-08-29 | 3 | -13/+13 |
| * | - really make extern char's extern. | mrg | 1998-03-29 | 1 | -4/+4 |
| * | Does not need -lcompat | christos | 1998-02-02 | 1 | -3/+3 |
| * | Must have the correct library link order to be able to link | ragge | 1997-11-05 | 1 | -2/+2 |
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-22 | 1 | -2/+2 |
| * | fix race condition when building libcommon with make -j | lukem | 1997-10-16 | 1 | -1/+3 |
| * | define global vars with `extern' in "back.h", and only define once in | lukem | 1997-10-14 | 2 | -50/+84 |
| * | use <termcap.h> | lukem | 1997-10-14 | 2 | -9/+4 |
| * | common_source -> common, and GC some garbage variables. | mycroft | 1997-10-11 | 2 | -7/+5 |
| * | Don't install this library, we only need this during the build. | veego | 1997-10-11 | 1 | -1/+4 |
| * | KNF & WARNSify, and only compile common_source once/* (compiles 25% faster) | lukem | 1997-10-10 | 30 | -3095/+2512 |
| * | Back out the .PATH.c changes. The .depend problem (and others) | gwr | 1997-05-08 | 2 | -4/+4 |
| * | Use .PATH.c: ... | gwr | 1997-05-06 | 2 | -4/+4 |
| * | /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. | mikel | 1996-11-12 | 1 | -5/+6 |