Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/larn



Module Name:    src
Committed By:   dholland
Date:           Sun Feb  3 21:24:59 UTC 2008

Modified Files:
        src/games/larn: extern.h global.c help.c io.c main.c monster.c
            moreobj.c object.c store.c

Log Message:
Once upon a time, larn 12.0 had functions named getchar() and putchar()
that conflicted with libc. We changed them to lgetchar() and xputchar()
respectively; larn 12.2 changed them to ttgetch() and ttputch(). After
reflecting on this for a while I've decided to adopt the larn 12.2
names; not so much for compatibility but for consistency going forward.
So, massrename them. Also make ttputch() static.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/games/larn/extern.h
cvs rdiff -r1.10 -r1.11 src/games/larn/global.c
cvs rdiff -r1.6 -r1.7 src/games/larn/help.c
cvs rdiff -r1.22 -r1.23 src/games/larn/io.c src/games/larn/main.c
cvs rdiff -r1.15 -r1.16 src/games/larn/monster.c
cvs rdiff -r1.8 -r1.9 src/games/larn/moreobj.c
cvs rdiff -r1.12 -r1.13 src/games/larn/object.c
cvs rdiff -r1.13 -r1.14 src/games/larn/store.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index