summaryrefslogtreecommitdiff
path: root/examples/ChangeLog
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-20 20:14:46 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-20 20:14:46 +0000
commitc7d323749c97da6220ee7cfae3b9fd893129a299 (patch)
treebd97949ec20022549ba6969b5ca906c4676c11f2 /examples/ChangeLog
parent3d1997ca94bb6d62155c084dce964de3bf38446d (diff)
downloadlibgtop-c7d323749c97da6220ee7cfae3b9fd893129a299.tar.gz
Added new example : pretty prints the result of glibtop_*. Work in
* .cvsignore: * Makefile.am: * pprint.c: (pprint_get_cpu), (pprint_get_fsusage), (pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist), (pprint_get_msg_limits), (main): Added new example : pretty prints the result of glibtop_*. Work in progress. Now builds procargs. * ../configure.in: Added to static list.
Diffstat (limited to 'examples/ChangeLog')
-rw-r--r--examples/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog
index 39420f16..d608db97 100644
--- a/examples/ChangeLog
+++ b/examples/ChangeLog
@@ -1,3 +1,16 @@
+2004-09-20 Benoît Dejean <tazforever@dlfp.org>
+
+ * .cvsignore:
+ * Makefile.am:
+ * pprint.c: (pprint_get_cpu), (pprint_get_fsusage),
+ (pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist),
+ (pprint_get_msg_limits), (main): Added new example : pretty prints
+ the result of glibtop_*. Work in progress.
+
+ Now builds procargs.
+
+ * ../configure.in: Added to static list.
+
2004-07-07 Benoît Dejean <tazforever@dlfp.org>
* procargs.c: Added glibtop_get_proc_argv demo.