|
|
|
@1434
|
[1434]
|
08/29/08 17:44:06 |
yendor |
PORT: rgm, print dungeon number if SEED environment variable set (even to … |
|
|
|
@1433
|
[1433]
|
08/29/08 17:19:45 |
yendor |
PORT: rgm, fix previous commit as you can't atoi(NULL).. |
|
|
|
@1432
|
[1432]
|
08/29/08 16:18:28 |
yendor |
PORT: rgm, allow manual seeding of RNG (at cost of not being allowed to … |
|
|
|
@1369
|
[1369]
|
01/16/08 22:33:39 |
yendor |
CLEANUP; remove register type modifiers (let compiler optimize) |
|
|
|
@1368
|
[1368]
|
01/16/08 22:22:41 |
yendor |
PORT: posix; update and revise latest mdport (from 5.4)
PORT: posix; … |
|
|
|
@1363
|
[1363]
|
01/14/08 00:04:44 |
yendor |
PORT: VC2005TS; C6385: Invalid data: accessing X, the readable size is A … |
|
|
|
@1359
|
[1359]
|
01/13/08 23:19:09 |
yendor |
PORT: VC2005TS; C6053: Call to 'strncpy' might not zero-terminate string |
|
|
|
@1357
|
[1357]
|
01/13/08 20:25:20 |
yendor |
PORT: VC2005EE; C4013: function undefined; assuming extern returning int |
|
|
|
@1356
|
[1356]
|
01/13/08 19:01:42 |
yendor |
PORT: VC2005EE; C4716: function must return a value |
|
|
|
@1008
|
[1008]
|
07/13/06 18:39:13 |
yendor |
curses should no longer be active if restore returns (ie fails) |
|
|
|
@997
|
[997]
|
07/09/06 09:51:55 |
yendor |
PORT: md_getusername() now takes a parameter (user id) |
|
|
|
@986
|
[986]
|
07/08/06 18:22:16 |
yendor |
PORT: remove unneeded ifdefs, porting code all handled by mdport.c now |
|
|
|
@975
|
[975]
|
06/28/06 20:39:57 |
yendor |
PORT gcc4; requires <string.h> <stdlib.h> chmsg() protoype and a typo |
|
|
|
@968
|
[968]
|
06/26/06 19:10:03 |
yendor |
FEATURE: add keypad support |
|
|
|
@949
|
[949]
|
06/25/06 17:12:46 |
yendor |
BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes
use md_XXX functions … |
|
|
|
@338
|
[338]
|
02/12/05 10:42:30 |
yendor |
License and copyright corrections |
|
|
|
@334
|
[334]
|
02/11/05 11:45:42 |
yendor |
More accurate copyright statement as far as I know |
|
|
|
@284
|
[284]
|
10/28/04 21:20:50 |
yendor |
Use built in DJGPP for conditional compiles for gcc 3.4.2/DJGPP |
|
|
|
@281
|
[281]
|
10/28/04 20:45:50 |
yendor |
gcc 3.3.3/Cygwin requires utmp rather than utmpx, so we include both now |
|
|
|
@278
|
[278]
|
10/28/04 20:33:44 |
yendor |
switched from utmp.h to utmpx.h to support gcc 3.3/Interix
reverted from … |
|
|
|
@266
|
[266]
|
04/30/00 20:22:28 |
yendor |
Parameter to time() must be of type time_t. |
|
|
|
@257
|
[257]
|
04/30/00 19:08:44 |
yendor |
Removed unused variables to make IRIX compiler happier |
|
|
|
@255
|
[255]
|
04/30/00 18:29:22 |
yendor |
DJGPP port |
|
|
|
@239
|
[239]
|
01/23/00 18:09:11 |
nkissebe |
Use xcrypt() instead of crypt() as not all systems have crypt() by default |
|
|
|
@226
|
[226]
|
01/23/00 00:02:21 |
nkissebe |
Minimize diffs from original file (somewhat pointless here) |
|
|
|
@45
|
[45]
|
10/10/99 23:49:28 |
nkissebe |
POSIX signal handlers take int argument |
|
|
|
@40
|
[40]
|
10/09/99 12:05:30 |
nkissebe |
Include termios.h
Conditionally add signal handlers for some signals Linux … |
|
|
|
@32
|
[32]
|
10/08/99 23:27:40 |
nkissebe |
Use POSIX termios rather than gtty
Removed unused variables
Fixed ucount() … |
|
|
|
@27
|
[27]
|
10/07/99 17:34:42 |
nkissebe |
Machinedep constant check fixes |
|
|
|
@19
|
[19]
|
10/05/99 23:57:59 |
nkissebe |
Misc. changes to improve terminal error checking
Misc. changes to support … |
|
|
|
@5
|
[5]
|
10/05/99 22:07:42 |
nkissebe |
Rogue 3.6 |