Files
nethack/win/X11
PatR 687e7c12f7 implement realloc() for MONITOR_HEAP or vice versa
Add new routine 're_alloc()' that functions as MONITOR_HEAP-aware
libc realloc().  'nhrealloc()' is the version that passes source
file and line info if built with MONITOR_HEAP enabled.  The heaplog
data might now contain '<' (freed by realloc), '>' (replacement
allocation by realloc), and '*' (resized by realloc) entries in
addition to the previous '+' (allocated) and '-' (freed) entries.
heaputil has already been updated in the NHinternal repository.

Move FITSint_() and FITSuint_() from hacklib.c to alloc.c so that
they can be accessed by miscellaneous utility programs.

Remove three or four copies of FITSint_() that were duplicated in
utility programs like dlb and tile2bmp due to those not having
access to src/hacklib.o.  They do have access to src/alloc.o (and
util/panic.o).
2022-05-30 23:19:35 -07:00
..
2018-11-11 10:29:52 -05:00
2021-01-26 21:06:16 -05:00
2002-01-05 21:06:02 +00:00
2018-11-14 17:23:28 -08:00
2018-04-25 16:54:50 -04:00
2002-01-05 21:06:03 +00:00
2020-08-09 12:36:13 -07:00
2020-08-09 12:36:13 -07: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
2021-01-26 21:06:16 -05:00
2022-05-07 10:25:13 -04:00
2022-04-10 16:09:43 +03:00
2021-01-26 21:06:16 -05:00
2022-04-16 01:52:12 -07:00
2022-04-06 11:18:51 -07:00
2022-01-04 22:28:16 +02:00
2021-01-26 21:06:16 -05:00
2022-01-29 16:28:06 -05:00
2022-01-28 17:28:54 +02:00