lukem 544a5e3331 Yet Another Monster Commit:
- WARNSify
- getopt returns -1 not EOF
- select() uses an fd_set, not int/long; modify code to use FD_* et al
  instead of direct bitwise operations
- in otto.c::look (renamed to ottolook() to prevent name clash), the
  case WEST section had a 'goto cont_east', instead of 'goto cont_west'.
  (picked up by WARNS=1, because cont_west was an unused label because
  of this typo). probably meant that otto got lost in the maze :-/
- deprecate register, convert bcmp() -> memcmp()
1997-10-10 16:32:15 +00:00
..
1997-10-10 11:49:44 +00:00
1997-10-10 09:48:47 +00:00
1997-10-10 11:39:08 +00:00
1997-10-10 09:54:16 +00:00
1997-10-10 12:04:23 +00:00
1997-10-10 12:04:23 +00:00
1997-10-10 12:26:34 +00:00
1997-10-10 12:26:34 +00:00
1997-10-10 12:49:45 +00:00
1997-10-10 12:49:45 +00:00
1997-10-10 12:58:29 +00:00
1997-10-10 13:04:33 +00:00
1997-10-10 13:36:01 +00:00
1997-10-10 16:32:15 +00:00
1997-05-29 00:40:03 +00:00
1997-04-19 07:20:13 +00:00
1997-01-07 11:56:32 +00:00
1997-01-07 12:24:57 +00:00
1997-09-20 14:28:16 +00:00
1997-01-07 12:24:57 +00:00
1997-05-17 19:24:44 +00:00
1997-03-24 22:15:37 +00:00
1997-10-10 09:39:04 +00:00