Files
nethack/win
PatR ea21f384ba more X11 memory management
Free askname's widgets after use and free getlin's and yn_function's
persistent widgets at end of game.

When loading an entire text file into one long string in memory,
use strcpy on a pointer to the end of the string instead of having
strcat repeatedly churn through the entire string as it grows for
each line.  [Since that's only used for small help files (biggest
is dat/history), this optimization is probably not noticeable.]

Also, a handful of new comments and quite a bit of reformatting.
2016-02-04 17:55:20 -08:00
..
2015-12-18 07:42:23 -08:00
2015-12-18 07:42:23 -08:00
2015-12-16 17:52:34 -05:00
2016-01-22 18:09:05 -08:00
2016-01-14 23:02:09 -05:00
2016-02-04 17:55:20 -08:00