summaryrefslogtreecommitdiff
path: root/examples/ChangeLog
diff options
context:
space:
mode:
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.