*** empty log message ***

This commit is contained in:
Benoît Dejean
2004-06-18 20:33:01 +00:00
parent 99723e15ba
commit b279819639
11 changed files with 134 additions and 140 deletions

View File

@@ -3,8 +3,6 @@
* include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using * include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using
functions. functions.
2004-06-18 Benoît Dejean <tazforever@dlfp.org>
* include/glibtop/error.h: Moved 8 static error functions to * include/glibtop/error.h: Moved 8 static error functions to
sysdeps/common/error.c. This is the end of an big useless code sysdeps/common/error.c. This is the end of an big useless code
bloat : expect ~8KB of object size reduction. bloat : expect ~8KB of object size reduction.
@@ -15,8 +13,6 @@
* lib/read.c: (do_read), (glibtop_read_l): * lib/read.c: (do_read), (glibtop_read_l):
* lib/read_data.c: (glibtop_read_data_l): Minor cleanups. * lib/read_data.c: (glibtop_read_data_l): Minor cleanups.
2004-06-18 Benoît Dejean <tazforever@dlfp.org>
* sysdeps/names/netload.c: * sysdeps/names/netload.c:
* include/glibtop/netload.h: Added IPv6 feature : provides address, * include/glibtop/netload.h: Added IPv6 feature : provides address,
prefix and scope. This breaks the ABI. Not documented yet : check prefix and scope. This breaks the ABI. Not documented yet : check
@@ -34,8 +30,6 @@
* lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup. * lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
* lib/init.c: Added missing initializer. * lib/init.c: Added missing initializer.
2004-06-09 Benoît Dejean <TazForEver@dlfp.org> 2004-06-09 Benoît Dejean <TazForEver@dlfp.org>