summaryrefslogtreecommitdiff
path: root/examples/ChangeLog
diff options
context:
space:
mode:
authorCarlos Perelló Marín <carlos@gnome.org>2003-10-19 16:55:56 +0000
committerCarlos Perelló Marín <carlos@src.gnome.org>2003-10-19 16:55:56 +0000
commit4c8ae9e25c1940d8876ca3f2330426863cae4737 (patch)
treec43f97bc0647546b0ed87022db0749c137f24edc /examples/ChangeLog
parentbae16b467f90df94d80feae41dceb7e816f16c61 (diff)
downloadlibgtop-4c8ae9e25c1940d8876ca3f2330426863cae4737.tar.gz
Reverted libgtop changes. It's a common module and I should not modify it.
2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * support/*: Reverted libgtop changes. It's a common module and I should not modify it. * Added/removed files. Now the move should be done.
Diffstat (limited to 'examples/ChangeLog')
-rw-r--r--examples/ChangeLog94
1 files changed, 94 insertions, 0 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog
new file mode 100644
index 00000000..b3378fe2
--- /dev/null
+++ b/examples/ChangeLog
@@ -0,0 +1,94 @@
+2001-01-14 Abel Cheung <maddog@linux.org.hk>
+
+ * \*.c: bindtextdomain and textdomain uses GETTEXT_PACKAGE.
+
+ * Makefile.am, first.c, second.c, sysdeps.c: Make them at least
+ compile for now, by disabling chunks which should belong to
+ HEAD branch.
+
+1999-05-28 Martin Baulig <martin@home-of-linux.org>
+
+ * first.c, second.c, sysdeps.c: Use LibGTop version conditionals
+ so we can more easily merge the code into LIBGTOP_STABLE_1_0.
+
+1999-05-07 Martin Baulig <martin@home-of-linux.org>
+
+ * timings.c (timersub): Renamed this to `libgtop_timersub' and define
+ it on all systems.
+
+Fri Apr 9 00:14:52 1999 Timur Bakeyev <timur@gnu.org>
+
+ * timings.c: Added timersub defenition, to make code compilable on
+ BSDI.
+
+1999-03-24 Martin Baulig <martin@home-of-linux.org>
+
+ * timings.c: New example.
+
+1999-03-17 Martin Baulig <martin@home-of-linux.org>
+
+ * first.c, second.c: Fixed a bug that caused a core dump when
+ the sysdeps code does not return all data.
+
+1998-11-22 Martin Baulig <baulig@taurus.uni-trier.de>
+
+ * netload.c: Call inet_ntoa () to get address and subnet
+ in quatted dot notation (like 136.199.14.201) and not just
+ as a number (like 0xc90ec788).
+
+1998-11-02 Martin Baulig <martin@home-of-linux.org>
+
+ * sysdeps.c: New example.
+
+1998-10-26 Martin Baulig <martin@home-of-linux.org>
+
+ * netload.c: New file. Gets network load for the interface
+ given as command line argument.
+
+1998-10-26 Martin Baulig <martin@home-of-linux.org>
+
+ * first.c (glibtop_get_proc_args): Get command line arguments.
+ * second.c: Likewise.
+
+1998-10-25 Martin Baulig <martin@home-of-linux.org>
+
+ * first.c (glibtop_get_ppp): Get PPP/ISDN statistics.
+
+1998-09-28 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Install everything in $(libexecdir)/libgtop.
+
+1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
+
+ * smp.c: New file. Nice tool to show CPU statistics on SMP systems.
+
+1998-08-25 Martin Baulig <martin@home-of-linux.org>
+
+ * first.c, second.c, procmap.c: Fixed some compiler warnings.
+
+1998-08-18 Martin Baulig <martin@home-of-linux.org>
+
+ * procmap.c: We now display filenames when compiled
+ `--with-libgtop-inodedb'.
+
+1998-08-12 Martin Baulig <martin@home-of-linux.org>
+
+ * second.c: Works a little bit more like `ps' - you can
+ give an optional command line argument to get information
+ about a single process.
+
+1998-07-22 Martin Baulig <martin@home-of-linux.org>
+
+ * mountlist.c: New file.
+
+1998-06-12 Martin Baulig <martin@home-of-linux.org>
+
+ * test.scm: New file.
+
+1998-06-07 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am (CFLAGS): Disable optimize.
+
+ * first.c (PROFILE_COUNT): Number of times each function
+ should be called. Defaults to 1; to profile the code, you
+ can increase this when compiling.