-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
164 lines (78 loc) · 3.62 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
0.18 - Mon May 28 2012
Remove references to Server files from Manifest. Fixes build warning (cf. rt.cpan.org #72777)
0.17 - Sun Jul 10 13:39:00 EDT 2011
Fix check of threading enabled so it doesn't load the threading module [brendan@tucows]
Remove Server depreciated in last release
0.16 - dev
Disable the build of GTop::Server, as libgtop 2.0+ has problems
building Server/. Most likely nobody uses it anyway, and if someone does they should let us know...
0.15 - Mon Apr 25 16:43:32 EDT 2005
#include <glibtop/command.h> is needed to build against libgtop 2.9.91
include the autogenerated GTop.pod in the distro, so that
search.cpan.org shows the right docs.
0.14 - Fri Jan 21 17:18:20 EST 2005
added examples/perlbloat.pl
Recent Test::Builder versions share test numbers only if threads.pm is
already loaded: fix the threads test to load threads.pm first. [Ruslan
U. Zakirov <[email protected]>]
0.13 - Wed Apr 28 12:36:59 PDT 2004
Solaris doesn't have a typedef for u_int64_t, try to add one [Pete
Geenhuizen <[email protected]>]
Makefile.PL cleanups by Radoslaw Zielinski <[email protected]>.
adjust the build/source to support glibtop 2.5+. Thanks to Radoslaw
Zielinski <[email protected]> for the help and patches.
include the t/threads.t in the distro [Stas]
0.12 - Mon Dec 22 12:57:34 PST 2003
prepare a basic test suite and threads test [Stas]
Make GTop object fully clone-able under threaded perl and threaded
mod_perl 2.0, by using the CLONE function. [Stas]
deploy PERL_NO_GET_CONTEXT macro in .xs modules for better efficiency,
adjust the code to pass THX around [Stas]
add debug printout of INC and LIBS [Stas]
restore the default LIBS setting removed in 0.11 (suitable for gtop1),
since not all platforms have the config script
(gnome-config/pkg-config) which tells us which libs to use [Stas]
fix "modification of readonly value" which triggered by s/:\w+$//
trying to modify $_ which points to a constant in the autogenerated
test.gtop [Eric Cholet]
declare static variable glibtop_server_config as extern so it'll
compile on MacOSX [Eric Cholet]
tracing is now possible with threaded perls [Stas]
libgtop sources are now can be found at
http://ftp.gnome.org/pub/gnome/sources/libgtop/ [Stas]
0.11 - Jan 27, 2003
Add support to libgtop 2.0 and automate the picking of the right libraries
and include paths. [Stas Bekman]
Backport GTop to perl 5.005_03 using ppport.h [Stas Bekman]
0.10 - January 31, 2000
XS_GTop_field_##type didnt work under solaris,
Makefile.PL will now generate working code
various GTop::Server fixups
0.09 - November 28, 1999
GTop->new now accepts option host,port args for talking to a
GTop::Server
added new GTop::Server module (see examples/server)
plugged a few potential memory leaks
0.08 - November 16, 1999
added proc_uid interface
added proc_args interface (see examples/proclist)
added proclist method and proc_state interface (see examples/proclist)
0.07 - November 10, 1999
added $ENV{GTOP_LIB} and $ENV{GTOP_INCLUDE} options in Makefile.PL
added GTop::size_string function
0.06 - October 14, 1999
added uptime and loadavg interfaces
corrected generated test and docs for several methods (had too many args)
added GTop::Netload::address_string method
0.05 - October 4, 1999
malloc/free glibtop_* objects instead of using a glibtop_union
0.04 - October 4, 1999
added a few examples/
added mountlist, mountentry, proc_map, map_entry interfaces
0.03 - October 3, 1999
added swap, proc_segment, netload, mountlist and fsusage interfaces
0.02 - August 5, 1999
mortalize return value of XS_GTop_field
0.01 - August 5, 1999
first release