From 2fd2fd5d4c0e5a67f1b84abe18b54417237b20ab Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 15 Apr 2005 11:47:15 +0000 Subject: 2005-04-15 Paul Jakma * memtypes.c: The new, unified location for memory type definitions. The memtype enum and declarations for memory_lists are built from this automatically and put into memtypes.h. * memtypes.awk: New script to generate memtypes.h from memtypes.c * memory.h: Finally, the enum can banished! * memory.c: Finally, the seperate mtype memory_list definitions can be banished! (log_memstats) Increase width of fields (show_memory_zebra_cmd) display zebra specific memory types. Increase width of fields. * Makefile.am: Add memtypes.{c,h}, add BUILT_SOURCES for memtypes.h Add a rule to build memtypes.h using memtypes.awk. Add memtypes.awk to EXTRA_DIST. --- lib/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 2bacff1e..6f27b8d1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2005-04-15 Paul Jakma + + * memtypes.c: The new, unified location for memory type definitions. + The memtype enum and declarations for memory_lists are built from + this automatically and put into memtypes.h. + * memtypes.awk: New script to generate memtypes.h from memtypes.c + * memory.h: Finally, the enum can banished! + * memory.c: Finally, the seperate mtype memory_list definitions can + be banished! + (log_memstats) Increase width of fields + (show_memory_zebra_cmd) display zebra specific memory types. + Increase width of fields. + * Makefile.am: Add memtypes.{c,h}, add BUILT_SOURCES for memtypes.h + Add a rule to build memtypes.h using memtypes.awk. + Add memtypes.awk to EXTRA_DIST. + 2005-04-11 Andrew J. Schorr * zclient.h (struct zclient): Add two fields to support non-blocking -- cgit v1.2.1