Files
nethack/win/X11
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
..
2016-01-21 23:13:49 -08:00
2002-01-05 21:06:02 +00:00
2015-06-09 19:59:38 +03:00
2015-05-25 09:21:31 +09:00
2002-01-05 21:06:03 +00:00
2015-11-02 01:51:58 -08:00
2015-11-02 01:51:58 -08:00
2015-11-02 01:51:58 -08:00
2002-01-05 21:06:03 +00:00
2002-01-05 21:06:03 +00:00
2015-06-09 19:59:38 +03:00
2002-01-05 21:06:03 +00:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2016-02-02 15:19:31 -08:00
2015-05-25 09:21:31 +09:00
2016-02-03 23:39:24 -08:00
2016-01-15 20:56:12 -08:00
2015-12-18 07:42:23 -08:00
2015-05-25 09:21:31 +09:00
2016-02-04 17:55:20 -08:00