source: trunk/third/libgtop/examples/ChangeLog @ 18272

Revision 18272, 2.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18271, which included commits to RCS files with non-trunk default branches.
Line 
12001-01-14  Abel Cheung  <maddog@linux.org.hk>
2
3        * \*.c: bindtextdomain and textdomain uses GETTEXT_PACKAGE.
4
5        * Makefile.am, first.c, second.c, sysdeps.c: Make them at least
6        compile for now, by disabling chunks which should belong to
7        HEAD branch.
8
91999-05-28  Martin Baulig  <martin@home-of-linux.org>
10
11        * first.c, second.c, sysdeps.c: Use LibGTop version conditionals
12        so we can more easily merge the code into LIBGTOP_STABLE_1_0.
13
141999-05-07  Martin Baulig  <martin@home-of-linux.org>
15
16        * timings.c (timersub): Renamed this to `libgtop_timersub' and define
17        it on all systems.
18
19Fri Apr  9 00:14:52 1999 Timur Bakeyev  <timur@gnu.org>
20
21        * timings.c: Added timersub defenition, to make code compilable on
22        BSDI.
23
241999-03-24  Martin Baulig  <martin@home-of-linux.org>
25
26        * timings.c: New example.
27
281999-03-17  Martin Baulig  <martin@home-of-linux.org>
29
30        * first.c, second.c: Fixed a bug that caused a core dump when
31        the sysdeps code does not return all data.
32
331998-11-22  Martin Baulig  <baulig@taurus.uni-trier.de>
34
35        * netload.c: Call inet_ntoa () to get address and subnet
36        in quatted dot notation (like 136.199.14.201) and not just
37        as a number (like 0xc90ec788).
38
391998-11-02  Martin Baulig  <martin@home-of-linux.org>
40
41        * sysdeps.c: New example.
42
431998-10-26  Martin Baulig  <martin@home-of-linux.org>
44
45        * netload.c: New file. Gets network load for the interface
46        given as command line argument.
47
481998-10-26  Martin Baulig  <martin@home-of-linux.org>
49
50        * first.c (glibtop_get_proc_args): Get command line arguments.
51        * second.c: Likewise.
52
531998-10-25  Martin Baulig  <martin@home-of-linux.org>
54
55        * first.c (glibtop_get_ppp): Get PPP/ISDN statistics.
56
571998-09-28  Martin Baulig  <martin@home-of-linux.org>
58
59        * Makefile.am: Install everything in $(libexecdir)/libgtop.
60
611998-09-09  Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
62
63        * smp.c: New file. Nice tool to show CPU statistics on SMP systems.
64
651998-08-25  Martin Baulig  <martin@home-of-linux.org>
66
67        * first.c, second.c, procmap.c: Fixed some compiler warnings.
68
691998-08-18  Martin Baulig  <martin@home-of-linux.org>
70
71        * procmap.c: We now display filenames when compiled
72        `--with-libgtop-inodedb'.
73
741998-08-12  Martin Baulig  <martin@home-of-linux.org>
75
76        * second.c: Works a little bit more like `ps' - you can
77        give an optional command line argument to get information
78        about a single process.
79
801998-07-22  Martin Baulig  <martin@home-of-linux.org>
81
82        * mountlist.c: New file.
83
841998-06-12  Martin Baulig  <martin@home-of-linux.org>
85
86        * test.scm: New file.
87       
881998-06-07  Martin Baulig  <martin@home-of-linux.org>
89
90        * Makefile.am (CFLAGS): Disable optimize.
91       
92        * first.c (PROFILE_COUNT): Number of times each function
93        should be called. Defaults to 1; to profile the code, you
94        can increase this when compiling.
Note: See TracBrowser for help on using the repository browser.