Benoît Dejean
d52fc3f868
Build examples only when needed. Patch by dmacks@netspace.org. Closes
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
Build examples only when needed.
Patch by dmacks@netspace.org .
Closes #342863 .
2006-06-24 17:54:41 +00:00
Benoît Dejean
bc79bf010a
Updated the GLIBTOP_SOLARIS_RELEASE
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
* sysdeps/solaris/glibtop_machine.h:
Updated the GLIBTOP_SOLARIS_RELEASE
Patch by hua.zhang@sun.com .
Closes #345821 .
2006-06-24 17:52:28 +00:00
Benoît Dejean
8c7e0e6f2e
Don't use kvm on newer solaris. Patch by hua.zhang@sun.com. Closes
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* configure.in:
Don't use kvm on newer solaris.
Patch by hua.zhang@sun.com .
Closes #345811 .
2006-06-24 17:20:22 +00:00
Benoît Dejean
8d60c52922
Removed undefined LIBGTOP_HACKER_TESTS. Closes #342890 .
...
2006-06-04 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
Removed undefined LIBGTOP_HACKER_TESTS.
Closes #342890 .
2006-06-03 22:06:53 +00:00
Benoît Dejean
21f74a6427
Use po/LINGUAS. Closes #337902 .
...
2006-06-03 Benoît Dejean <benoit@placenet.org >
* .cvsignore:
* Makefile.am:
* configure.in:
* po/LINGUAS:
Use po/LINGUAS.
Closes #337902 .
2006-06-03 17:03:47 +00:00
German Poo-Caaman~o
05b94bd263
Changed struct's definitions to be one type-one member. To avoid problems
...
2006-04-18 German Poo-Caaman~o <gpoo@ubiobio.cl >
* /include/glibtop/cpu.h:
* /include/glibtop/fsusage.h:
* /include/glibtop/loadavg.h:
* /include/glibtop/mem.h:
* /include/glibtop/mountlist.h:
* /include/glibtop/msg_limits.h:
* /include/glibtop/netload.h:
* /include/glibtop/ppp.h:
* /include/glibtop/procargs.h:
* /include/glibtop/prockernel.h:
* /include/glibtop/proclist.h:
* /include/glibtop/procmap.h:
* /include/glibtop/procmem.h:
* /include/glibtop/procopenfiles.h:
* /include/glibtop/procsegment.h:
* /include/glibtop/procsignal.h:
* /include/glibtop/procstate.h:
* /include/glibtop/proctime.h:
* /include/glibtop/procuid.h:
* /include/glibtop/sem_limits.h:
* /include/glibtop/shm_limits.h:
* /include/glibtop/swap.h:
* /include/glibtop/sysdeps.h:
* /include/glibtop/uptime.h:
Changed struct's definitions to be one type-one member. To
avoid problems with any further gtk-doc's implementation.
2006-04-18 20:17:25 +00:00
Kjartan Maraas
956527cb57
Remove obsolete entry for no_NO And the translation.
...
2006-04-18 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Remove obsolete entry for no_NO
* po/no.po: And the translation.
2006-04-18 09:11:53 +00:00
Benoît Dejean
d8f9e265cf
Released 2.14.1.
...
2006-04-10 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.1.
2006-04-10 10:18:12 +00:00
Benoît Dejean
64fe5d591b
Fixed a bunch of signedness warnings.
...
2006-04-10 Benoît Dejean <benoit@placenet.org >
* lib/open.c: (glibtop_open_l):
* lib/read.c: (glibtop_read_l):
* lib/write.c: (glibtop_write_l):
Fixed a bunch of signedness warnings.
2006-04-10 08:41:46 +00:00
Julio M. Merino Vidal
3c21c70b64
Use configure checks to detect whether we need to define either KERNEL or
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* libgtop-sysdeps.m4:
* sysdeps/freebsd/msg_limits.c:
Use configure checks to detect whether we need to define either
KERNEL or _KERNEL to get the definition of 'struct msginfo' in a
BSD system. This replaces the previous checks in the code that
relied on __FreeBSD__ and similar macros.
Before this change, the explicit definition of _KERNEL in the
msg_limits.c file broke the build in NetBSD because it made the
system headers pull in stuff unavailable to userland.
Fixes bug #337207 .
2006-04-09 10:50:43 +00:00
Julio M. Merino Vidal
9e6115f322
Check for the kvm library and use it to link the suid freebsd sysdeps code
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* libgtop-sysdeps.m4:
* sysdeps/freebsd/Makefile.am:
Check for the kvm library and use it to link the suid freebsd
sysdeps code (only if available). This library provides all the
kvm_* functions used in it and is needed, at least, under NetBSD.
Fixes bug #337247 .
2006-04-09 10:12:17 +00:00
Julio M. Merino Vidal
3558c4d5c3
Synch the list of GLIBTOP_SUID_* constants with those expected by the
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* sysdeps/aix/glibtop_server.h:
* sysdeps/freebsd/glibtop_server.h:
* sysdeps/osf1/glibtop_server.h:
* sysdeps/stub/glibtop_server.h:
* sysdeps/stub_suid/glibtop_server.h:
Synch the list of GLIBTOP_SUID_* constants with those expected by
the lib/sysdeps.c file. Fixes the build under, at least, NetBSD
and FreeBSD.
Fixes bug #337246 .
2006-04-04 20:06:14 +00:00
Benoît Dejean
3c173b95b4
Bumped version to 2.14.1. Removed no longer needed gcc flag.
...
* configure.in:
Bumped version to 2.14.1.
Removed no longer needed gcc flag.
2006-04-02 09:27:48 +00:00
Benoît Dejean
a7cf016d67
Reverted. See #336837
...
* configure.in:
* src/daemon/daemon.h:
* src/daemon/gnuserv.c: (main):
Reverted. See #336837
2006-04-02 09:09:41 +00:00
Vladimer Sichinava
6226594f04
Update Georgian translation
2006-03-18 02:32:28 +00:00
Benoît Dejean
580558333e
Released 2.14.0.
...
* NEWS:
* configure.in:
Released 2.14.0.
2006-03-13 09:14:52 +00:00
Benoît Dejean
a956784797
Released 2.13.92.
...
* NEWS:
* configure.in:
Released 2.13.92.
2006-02-27 08:26:56 +00:00
Benoît Dejean
35030c878b
Bump version to 2.13.4. Reordered libs. Closes #329153 .
...
* configure.in:
Bump version to 2.13.4.
Reordered libs. Closes #329153 .
2006-02-20 18:58:41 +00:00
Benoît Dejean
9b916ee402
Released 2.13.3.
...
* configure.in:
* NEW:
Released 2.13.3.
2006-01-23 18:02:22 +00:00
Benoît Dejean
9d2131a4b5
Released 2.13.2.
...
* NEWS:
* configure.in:
Released 2.13.2.
2006-01-02 13:13:11 +00:00
James Henstridge
7d3059e732
add quotes around symbol definition.
...
2006-01-02 James Henstridge <james@jamesh.id.au >
* configure.in (LT_VERSION_INFO): add quotes around symbol definition.
2006-01-02 11:30:32 +00:00
Benoît Dejean
d3add9e115
Released 2.13.1.
...
* configure.in:
* NEWS:
Released 2.13.1.
2005-12-15 13:10:53 +00:00
Benoît Dejean
2f3120d6c9
Released 2.13.0.
...
* NEWS:
Released 2.13.0.
2005-12-13 09:23:02 +00:00
James Henstridge
aa5ac8fc10
remove unused file.
...
2005-12-12 James Henstridge <james@jamesh.id.au >
* doc/auto-macros.texi.in: remove unused file.
* doc/libgtop2.texi: don't include auto-macros.texi.
* doc/Makefile.am: don't build auto-macros.texi, since none of its
macros are used in the documentation any more.
* include/glibtop/global.h: don't include <config.h> from headers.
* .../*.c: make sure <config.h> is the first thing included.
* acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than
inlining it.
* acinclude.m4, libgtop-sysdeps.m4: use third argument to
AC_DEFINE() to set the comment.
* configure.in: modernise a bit.
* acconfig.h: remove file, since it is deprecated
* autogen.sh: require automake 1.9 instead of 1.4.
2005-12-12 09:38:15 +00:00
Benoît Dejean
a7db1f4dfd
Increased GLIBTOP_NCPU to 32. Added real_ncpu to struct glibtop. Added
...
* configure.in:
* glibtop.h:
* include/glibtop/cpu.h:
* include/glibtop/procmap.h:
Increased GLIBTOP_NCPU to 32.
Added real_ncpu to struct glibtop.
Added smaps members to glibtop_map_entry.
Bumped version number to 2.13.0
Broke ABI again. Sorry.
2005-12-09 16:15:44 +00:00
Benoît Dejean
91a312768d
Dropped unused file and updated documentation.
...
* doc/reference.texi:
* include/glibtop/limits.h:
Dropped unused file and updated documentation.
2005-12-08 10:25:56 +00:00
Benoît Dejean
d9a666470c
Bumped version number.
...
* configure.in:
Bumped version number.
2005-12-07 09:52:36 +00:00
Theppitak Karoonboonyanan
532f5ceb4f
Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
...
2005-12-04 Theppitak Karoonboonyanan <thep@linux.thai.net >
* configure.in: Added 'th' (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation.
2005-12-04 10:08:56 +00:00
Benoît Dejean
a326e2dcac
Released 2.12.2. No 2.12.1.
...
* NEWS:
* configure.in:
Released 2.12.2.
No 2.12.1.
2005-11-29 11:04:28 +00:00
Timur Jamakeev
8a626d9f97
Added 'ky' to ALL_LINGUAS.
...
2005-11-17 Timur Jamakeev <timurj@cvs.gnome.org >
* configure.in: Added 'ky' to ALL_LINGUAS.
2005-11-17 11:50:34 +00:00
Benoît Dejean
95b2dfa326
Dropped many dead files. Bumped release number. I guess this closes
...
* configure.in:
* include/glibtop/glibtop-backend-info.h:
* include/glibtop/glibtop-backend.h:
* include/glibtop/glibtop-client.h:
* lib/glibtop-backend-info.c:
* lib/glibtop-backend.c:
* lib/glibtop-client-private.h:
* lib/glibtop-client.c:
* lib/test-backends.c:
* sysdeps/common/backend.c:
* sysdeps/common/libgtop-common.backend:
Dropped many dead files.
Bumped release number.
I guess this closes #320250 .
2005-10-30 18:46:27 +00:00
Erdal Ronahi
4186c9a956
Added Kurdish translation
2005-10-28 21:45:43 +00:00
Benoît Dejean
2930c9f092
Released 2.12.0.
...
* NEWS:
* configure.in:
Released 2.12.0.
2005-09-04 22:31:58 +00:00
Benoît Dejean
b43a1e01c0
Hum hum, it's better if release number is 2.11.92 too.
...
* configure.in:
Hum hum, it's better if release number is 2.11.92 too.
2005-08-22 17:06:23 +00:00
Benoît Dejean
88d606d814
Released 2.11.92.
...
* NEWS:
Released 2.11.92.
2005-08-22 17:02:57 +00:00
Benoît Dejean
da4dc46b7a
Released 2.11.91.
...
* NEWS:
Released 2.11.91.
2005-08-07 23:12:39 +00:00
Benoît Dejean
03bcc48da6
Removed static examples.
...
* configure.in:
* examples/Makefile.am:
Removed static examples.
2005-08-03 22:47:19 +00:00
Benoît Dejean
78cb7832c5
Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.
...
* configure.in:
* include/glibtop/Makefile.am:
* include/glibtop/glibtop-server.h:
* include/glibtop/init_hooks.h:
* include/glibtop/sysdeps.h:
* lib/init.c: (glibtop_init_s):
* lib/sysdeps.c:
* sysdeps/aix/open.c: (glibtop_init_p):
* sysdeps/common/sysdeps_suid.c:
* sysdeps/freebsd/open.c: (glibtop_init_p):
* sysdeps/osf1/open_suid.c: (glibtop_init_p):
* sysdeps/solaris/open_suid.c: (glibtop_init_p):
* sysdeps/stub_suid/open.c: (glibtop_init_p):
Moved _glibtop_init_hook_[sp] declaration to private
glibtop/init_hooks.h. Marked them const.
Fixed GLIBTOP_SUID_NETLIST issues.
2005-08-02 09:47:21 +00:00
Benoît Dejean
7e506a6c83
Released 2.11.90.
...
* NEWS:
* configure.in: Released 2.11.90.
2005-07-25 13:20:08 +00:00
Benoît Dejean
8e656af060
2.11.3 post release version bump.
...
* configure.in: 2.11.3 post release version bump.
2005-07-22 19:24:40 +00:00
Benoît Dejean
84e45a6519
Released 2.11.2.
...
* NEWS: Released 2.11.2.
2005-07-13 14:50:16 +00:00
Benoît Dejean
efeca4a865
2.11.2 post release version bump.
...
* configure.in: 2.11.2 post release version bump.
2005-07-05 23:02:46 +00:00
Benoît Dejean
d499bd3761
Released 2.11.1.
...
* NEWS: Released 2.11.1.
2005-07-03 10:08:38 +00:00
Benoît Dejean
c81e055427
Removed LT_VERSION_INFO from LDFLAGS when unused.
...
* sysdeps/common/Makefile.am:
* sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS
when unused.
2005-06-14 22:21:06 +00:00
Benoît Dejean
c19ba1af03
2.11.1 post release version bump.
...
* configure.in: 2.11.1 post release version bump.
2005-06-08 08:55:03 +00:00
Benoît Dejean
c1e5bdfb16
Released 2.11.0.
...
* NEWS: Released 2.11.0.
2005-06-08 08:41:13 +00:00
Benoît Dejean
be7dabf75d
Added a lot of new functions to replace dirty macros. Every macro
...
* configure.in:
* glibtop.h:
* include/glibtop/close.h:
* include/glibtop/cpu.h:
* include/glibtop/fsusage.h:
* include/glibtop/loadavg.h:
* include/glibtop/mem.h:
* include/glibtop/mountlist.h:
* include/glibtop/msg_limits.h:
* include/glibtop/netlist.h:
* include/glibtop/netload.h:
* include/glibtop/ppp.h:
* include/glibtop/procargs.h:
* include/glibtop/prockernel.h:
* include/glibtop/proclist.h:
* include/glibtop/procmap.h:
* include/glibtop/procmem.h:
* include/glibtop/procopenfiles.h:
* include/glibtop/procsegment.h:
* include/glibtop/procsignal.h:
* include/glibtop/procstate.h:
* include/glibtop/proctime.h:
* include/glibtop/procuid.h:
* include/glibtop/sem_limits.h:
* include/glibtop/shm_limits.h:
* include/glibtop/swap.h:
* include/glibtop/sysdeps.h:
* include/glibtop/sysinfo.h:
* include/glibtop/uptime.h:
* sysdeps/common/Makefile.am:
* sysdeps/common/default.c: (glibtop_close), (glibtop_init),
(glibtop_get_cpu), (glibtop_get_fsusage), (glibtop_get_uptime),
(glibtop_get_sysinfo), (glibtop_get_swap), (glibtop_get_proc_uid),
(glibtop_get_proc_time), (glibtop_get_proc_state),
(glibtop_get_proc_signal), (glibtop_get_proc_segment),
(glibtop_get_proc_open_files), (glibtop_get_proc_mem),
(glibtop_get_proc_map), (glibtop_get_proc_args),
(glibtop_get_proc_argv), (glibtop_get_proclist),
(glibtop_get_proc_kernel), (glibtop_get_ppp),
(glibtop_get_netlist), (glibtop_get_netload),
(glibtop_get_mountlist), (glibtop_get_mem), (glibtop_get_loadavg),
(glibtop_get_msg_limits), (glibtop_get_sem_limits),
(glibtop_get_shm_limits), (glibtop_get_sysdeps):
Added a lot of new functions to replace dirty macros.
Every macro glibtop_get_*(buf[, args]) has been turned to a function.
2005-06-07 09:54:44 +00:00
Benoît Dejean
d37b1b9a2e
Bye bye.
...
* dtd/: Bye bye.
2005-06-06 12:42:41 +00:00
Benoît Dejean
6f755a5ca7
Removed useless files.
...
* backends/: Removed useless files.
2005-06-06 12:40:47 +00:00
Benoît Dejean
4cd022b315
Removed translation.
...
* examples/smp.c: (main): Removed translation.
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* src/daemon/gnuserv.c: s/gi18n.h/gi18n-lib.h.
2005-06-06 12:33:42 +00:00