1 | 2001-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 | |
---|
9 | 1999-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 | |
---|
14 | 1999-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 | |
---|
19 | Fri 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 | |
---|
24 | 1999-03-24 Martin Baulig <martin@home-of-linux.org> |
---|
25 | |
---|
26 | * timings.c: New example. |
---|
27 | |
---|
28 | 1999-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 | |
---|
33 | 1998-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 | |
---|
39 | 1998-11-02 Martin Baulig <martin@home-of-linux.org> |
---|
40 | |
---|
41 | * sysdeps.c: New example. |
---|
42 | |
---|
43 | 1998-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 | |
---|
48 | 1998-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 | |
---|
53 | 1998-10-25 Martin Baulig <martin@home-of-linux.org> |
---|
54 | |
---|
55 | * first.c (glibtop_get_ppp): Get PPP/ISDN statistics. |
---|
56 | |
---|
57 | 1998-09-28 Martin Baulig <martin@home-of-linux.org> |
---|
58 | |
---|
59 | * Makefile.am: Install everything in $(libexecdir)/libgtop. |
---|
60 | |
---|
61 | 1998-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 | |
---|
65 | 1998-08-25 Martin Baulig <martin@home-of-linux.org> |
---|
66 | |
---|
67 | * first.c, second.c, procmap.c: Fixed some compiler warnings. |
---|
68 | |
---|
69 | 1998-08-18 Martin Baulig <martin@home-of-linux.org> |
---|
70 | |
---|
71 | * procmap.c: We now display filenames when compiled |
---|
72 | `--with-libgtop-inodedb'. |
---|
73 | |
---|
74 | 1998-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 | |
---|
80 | 1998-07-22 Martin Baulig <martin@home-of-linux.org> |
---|
81 | |
---|
82 | * mountlist.c: New file. |
---|
83 | |
---|
84 | 1998-06-12 Martin Baulig <martin@home-of-linux.org> |
---|
85 | |
---|
86 | * test.scm: New file. |
---|
87 | |
---|
88 | 1998-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. |
---|