root/rogue3.6/trunk/command.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1428 [1428] 08/28/08 14:34:35 yendor BUGFIX: rgm, fix failure to run AFTER daemons in some cases while hasted
(edit) @1372 [1372] 01/17/08 10:43:43 yendor CLEANUP; remove more register type modifiers (let compiler …
(edit) @1370 [1370] 01/16/08 22:39:29 yendor CLEANUP: replace usage of type bool with type int
(edit) @1369 [1369] 01/16/08 22:33:39 yendor CLEANUP; remove register type modifiers (let compiler optimize)
(edit) @1365 [1365] 01/14/08 00:17:55 yendor PORT: VC2005TS; C6328: 'char' passed as parameter '1' when 'unsigned char' …
(edit) @1358 [1358] 01/13/08 22:53:50 yendor PORT: VC2005EE; C4244: op : conversion from X to Y, possible loss of data
(edit) @1357 [1357] 01/13/08 20:25:20 yendor PORT: VC2005EE; C4013: function undefined; assuming extern returning int
(edit) @1356 [1356] 01/13/08 19:01:42 yendor PORT: VC2005EE; C4716: function must return a value
(edit) @1355 [1355] 01/13/08 18:38:18 yendor PORT: VC2005EE; C4033
(edit) @1003 [1003] 07/13/06 18:34:05 yendor exit curses before calling score() if quitting
(edit) @983 [983] 07/01/06 14:38:19 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes direct curses input …
(edit) @977 [977] 06/28/06 20:45:53 yendor PORT gcc4; requires <string.h>
(edit) @941 [941] 06/23/06 23:40:28 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Don't save …
(edit) @338 [338] 02/12/05 10:42:30 yendor License and copyright corrections
(edit) @286 [286] 10/28/04 21:25:56 yendor add #include <stdlib.h> to pull in malloc() declaration for gcc …
(edit) @283 [283] 10/28/04 21:18:34 yendor removed conflicting declaration of malloc() for gcc 3.4.2/DJGPP
(edit) @277 [277] 10/28/04 20:31:10 yendor replaced cfree() with free() for gcc 3.3/Interix
(edit) @224 [224] 01/22/00 23:52:37 nkissebe minimize diffs from original
(edit) @45 [45] 10/10/99 23:49:28 nkissebe POSIX signal handlers take int argument
(edit) @38 [38] 10/09/99 12:04:10 nkissebe First "when" in a switch statement converted to "case" to make gcc happier
(edit) @29 [29] 10/08/99 23:22:53 nkissebe signal() functions changed to POSIX return type removed unused variables
(edit) @14 [14] 10/05/99 23:49:34 nkissebe Convert CTRL(c) to CTRL('c') Module static variables made global for new …
(add) @5 [5] 10/05/99 22:07:42 nkissebe Rogue 3.6
Note: See TracRevisionLog for help on using the revision log.