Files
nethack/sys
PatR cf74f1cfd8 regex lint
For the POSIX regexp interface, move local declaration to beginning
of block to avoid requiring C99.  Also switch to alloc() from bare
malloc() so that MONITOR_HEAP won't log a free which doesn't match
up to any allocation.  This results in a change in behavior:  if
the allocation fails, nethack will panic rather than report an
option parsing error.  In practice there will be no difference
because nethack is not going to run out of dynamic memory during
initial options processing.
2015-04-13 17:21:59 -07:00
..
2015-03-31 09:50:02 -04:00
2015-03-17 18:46:17 +02:00
2015-03-31 09:50:02 -04:00
2015-03-31 09:50:02 -04:00
2015-03-31 09:50:02 -04:00
2015-04-13 17:21:59 -07:00
2015-04-12 11:46:56 -04:00
2015-03-31 09:50:02 -04:00
2015-03-31 09:50:02 -04:00
2015-04-12 12:16:59 -04:00