Benoît Dejean
77b892ebf7
Removed unused files.
...
* LIBGTOP-VERSION:
* libgtop-mirror.sh: Removed unused files.
* libgtopconfig.h.in: Added.
* Makefile.am:
* configure.in:
* glibtop.h: Added libgtopconfig.h and LIBGTOP_VERSION_CHECK(X, Y, Z).
This can be used in build tests.
2004-11-18 21:25:22 +00:00
Benoît Dejean
7e5ccec8bf
Bumped to 2.9.0
...
* configure.in: Bumped to 2.9.0
* configure.in:
* examples/.cvsignore:
* examples/Makefile.am:
* examples/netlist.c: (main):
* features.def:
* include/glibtop/Makefile.am:
* include/glibtop/command.h:
* include/glibtop/netlist.h:
* include/glibtop/sysdeps.h:
* include/glibtop/union.h:
* include/glibtop/version.h:
* src/daemon/version.c:
* sysdeps/linux/Makefile.am:
* sysdeps/linux/netlist.c: (glibtop_init_netlist_s),
(glibtop_get_netlist_s):
* sysdeps/names/Makefile.am:
* sysdeps/names/netlist.c:
* sysdeps/solaris/Makefile.am:
* sysdeps/solaris/netlist.c: (glibtop_init_netlist_s),
(glibtop_get_netlist_s): Added new function glibtop_get_netlist().
Implemented for linux and solaris. Doc needed.
2004-11-13 00:53:20 +00:00
Benoît Dejean
bbcbe6b67d
Depends on glib 2.4.0
...
* configure.in: Depends on glib 2.4.0
2004-10-09 12:47:10 +00:00
Benoît Dejean
9aae957919
../configure.in Added new example, just like 'df'.
...
* .cvsignore:
* Makefile.am:
* ../configure.in
* df.c: (print_fsusage), (main): Added new example, just like 'df'.
2004-09-24 12:59:29 +00:00
Benoît Dejean
edb1e6a773
CFLAGS: Removed -W, added -Winline.
...
* configure.in: CFLAGS: Removed -W, added -Winline.
2004-09-22 17:39:18 +00:00
Benoît Dejean
c7d323749c
Added new example : pretty prints the result of glibtop_*. Work in
...
* .cvsignore:
* Makefile.am:
* pprint.c: (pprint_get_cpu), (pprint_get_fsusage),
(pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist),
(pprint_get_msg_limits), (main): Added new example : pretty prints
the result of glibtop_*. Work in progress.
Now builds procargs.
* ../configure.in: Added to static list.
2004-09-20 20:14:46 +00:00
Gora Mohanty
89f531cdbc
configure.in: Added 'or' to ALL_LINGUAS.
...
po/or.po: Updated Oriya translation.
2004-09-13 20:42:54 +00:00
Benoît Dejean
35488aef90
bumped to 2.8.1.
...
* configure.in: bumped to 2.8.1.
* sysdeps/common/fsusage.c:
* sysdeps/common/gnuslib.c: (glibtop_make_connection),
(connect_to_unix_server), (glibtop_internet_addr):
* sysdeps/linux/glibtop_server.c: (get_pageshift):
* sysdeps/linux/glibtop_server.h:
* sysdeps/linux/open.c: (glibtop_open_s):
* sysdeps/linux/ppp.c: (is_ISDN_on): Cleanups. Thanks to Kjartan Maraas.
Closes #151557 .
2004-09-13 15:21:54 +00:00
Benoît Dejean
a205458dbe
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:35:13 +00:00
Benoît Dejean
9ccd5cc4cb
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:33:59 +00:00
Benoît Dejean
770e39d2d2
Zeroed all args.
...
* backends/server/command.c: (glibtop_call_i): Zeroed all args.
* configure.in: Bumped soname (thanks to seb128 and Dodji even if i've
fully understand everything.
* include/glibtop/array.h:
* include/glibtop/compat_10.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/interfaces.h:
* include/glibtop/proccwd.h:
* lib/glib-arrays.c:
* sysdeps/names/interfaces.c:
* sysdeps/names/proccwd.c: Got rid of never-used / never-implemented files.
2004-08-28 11:12:02 +00:00
Amila Akagić
49f1de8217
2004-08-28 Akagic Amila <bono@linux.org.ba> * configure.in: Added bs to ALL_LINGUAS.
2004-08-28 10:46:57 +00:00
Benoît Dejean
71c1792637
LibGTop 2.7.91.
...
2004-08-15 Benoît Dejean <tazforever@dlfp.org >
* NEWS:
* configure.in: LibGTop 2.7.91.
2004-08-20 23:25:27 +00:00
Benoît Dejean
878826c871
LibGTop 2.7.91.
...
* NEWS:
* configure.in: LibGTop 2.7.91.
2004-08-16 06:16:27 +00:00
Benoît Dejean
ab2881a412
Added HAVE_IFADDRS_H Disable IPv6 support is ifaddrs.h is not available.
...
* configure.in: Added HAVE_IFADDRS_H
* sysdeps/linux/netload.c: (glibtop_get_netload_s): Disable IPv6
support is ifaddrs.h is not available.
Closes #149376 .
2004-08-09 08:02:54 +00:00
Benoît Dejean
bce095739f
Added -gnu89 to CFLAGS.
...
* configure.in: Added -gnu89 to CFLAGS.
* examples/Makefile.am: Fixed LDFLAGS.
* sysdeps/common/fsusage.c: (glibtop_get_fsusage_s):
* sysdeps/linux/fsusage.c: (linux_2_6_0):
* sysdeps/linux/proctime.c: (glibtop_get_proc_time_s):
* sysdeps/linux/sysinfo.c: (init_sysinfo): Fixed C89 issues.
Closes #149375 .
2004-08-09 07:55:50 +00:00
Benoît Dejean
647f7c7be8
LibGTop 2.7.90.
...
* NEWS:
* configure.in: LibGTop 2.7.90.
2004-08-03 12:12:51 +00:00
Benoît Dejean
e0882a5c68
LibGTop 2.7.5.
...
* configure.in: LibGTop 2.7.5.
2004-07-20 14:10:30 +00:00
Benoît Dejean
eca1b71b75
LibGTop 2.7.4.
...
* NEWS:
* configure.in: LibGTop 2.7.4.
2004-07-20 13:33:24 +00:00
John C Barstow
d8a9aebdf5
Added mi to ALL_LINGUAS.
...
2004-06-26 John C Barstow <jbowtie@amathaine.com >
* configure.in: Added mi to ALL_LINGUAS.
2004-06-26 07:59:09 +00:00
Iñaki Larrañaga Murgoitio
f416087865
2004/04/16 Iñaki Larrañaga <dooteo@euskalgnu.org>
...
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2004-04-16 10:34:29 +00:00
Guntupalli Karunakar
5670749242
added gujarati translation
2004-04-09 15:56:11 +00:00
Bastien Nocera
892c59f8a8
version 2.6.0
...
2004-04-07 Bastien Nocera <hadess@hadess.net >
* configure.in: version 2.6.0
2004-04-07 10:28:35 +00:00
Adam Weinberger
45b69b3277
Added en_CA (Canadian English) to ALL_LINGUAS. Added Canadian English
...
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
* po/en_CA.po: Added Canadian English translation.
2004-03-30 20:55:07 +00:00
Gareth Owen
dc0de7a8c0
Updated British translation
2004-03-22 14:13:56 +00:00
Guntupalli Karunakar
5884e4c6d7
added punjabi translations
2004-03-22 11:35:24 +00:00
Kjartan Maraas
576aed18ba
Up versions etc. Update foo.
...
2004-03-11 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Up versions etc.
* po/am.po: Update foo.
* po/ar.po:
* po/az.po:
* po/be.po:
* po/bg.po:
* po/bn.po:
* po/ca.po:
* po/cs.po:
* po/cy.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/es.po:
* po/et.po:
* po/fa.po:
* po/fi.po:
* po/fr.po:
* po/ga.po:
* po/gl.po:
* po/he.po:
* po/hi.po:
* po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/ko.po:
* po/lt.po:
* po/lv.po:
* po/mk.po:
* po/ml.po:
* po/mn.po:
* po/ms.po:
* po/nl.po:
* po/nn.po:
* po/no.po:
* po/pl.po:
* po/pt.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sr@Latn.po:
* po/sv.po:
* po/ta.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
* po/zh_TW.po:
2004-03-11 Bastien Nocera <hadess@hadess.net>
* NEWS: update the NEWS file for the release
2004-03-11 16:17:53 +00:00
Bastien Nocera
2ae3495a87
remove dependency on libgnome, check for linux/isdn.h for distros using
...
2004-03-04 Bastien Nocera <hadess@hadess.net >
* configure.in:
* include/libgtop-i18n.h:
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* sysdeps/names/cpu.c:
* sysdeps/names/fsusage.c:
* sysdeps/names/loadavg.c:
* sysdeps/names/mem.c:
* sysdeps/names/mountlist.c:
* sysdeps/names/msg_limits.c:
* sysdeps/names/netload.c:
* sysdeps/names/ppp.c:
* sysdeps/names/procargs.c:
* sysdeps/names/prockernel.c:
* sysdeps/names/proclist.c:
* sysdeps/names/procmap.c:
* sysdeps/names/procmem.c:
* sysdeps/names/procsegment.c:
* sysdeps/names/procsignal.c:
* sysdeps/names/procstate.c:
* sysdeps/names/proctime.c:
* sysdeps/names/procuid.c:
* sysdeps/names/sem_limits.c:
* sysdeps/names/shm_limits.c:
* sysdeps/names/swap.c:
* sysdeps/names/sysdeps.c:
* sysdeps/names/uptime.c: remove dependency on libgnome,
check for linux/isdn.h for distros using the 2.6 kernel headers
2004-03-04 15:29:16 +00:00
Kevin Vandersloot
aac28131d8
2004-02-07 Kevin Vandersloot
...
* configure.in: release 2.5.1
2004-02-15 19:13:05 +00:00
Denis Lackovic
e8d4ffed34
*** empty log message ***
2004-01-03 18:34:25 +00:00
Bastien Nocera
f93de2fd0b
remove linking to libgtop and checks for 64-bit integer bytes (fixes
...
2003-12-22 Bastien Nocera <hadess@hadess.net >
* acinclude.m4:
* configure.in: remove linking to libgtop and checks for 64-bit
integer bytes (fixes warning on build on glib 2.0 systems)
2003-12-22 22:55:40 +00:00
Zygimantas Berucka
fc130166dd
Added "lt" to ALL_LINGUAS. Added Lithuanian translation.
...
2003-11-02 Zygimantas Berucka <uid0@tuxfamily.org >
* configure.in: Added "lt" to ALL_LINGUAS.
* po/lt.po: Added Lithuanian translation.
2003-11-02 11:29:00 +00:00
Bastien Nocera
31133cc3dc
install only one library, libgtop-2.0 Fix build-time warnings due to the
...
2003-10-21 Bastien Nocera <hadess@hadess.net >
* Makefile.am:
* configure.in:
* src/inodedb/.cvsignore:
* sysdeps/names/Makefile.am:
install only one library, libgtop-2.0
Fix build-time warnings due to the redefinition of guint64
2003-10-21 21:21:28 +00:00
Bastien Nocera
40a615e1df
fix the library versioning to be hand-made rather than uber-calculated
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* configure.in: fix the library versioning to be hand-made rather
than uber-calculated from some esoteric numbers
2003-10-20 16:11:07 +00:00
Bastien Nocera
532aec1891
updated removed all traces of guile stuff removed
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* .cvsignore: updated
* configure.in: removed all traces of guile stuff
* sysdeps/guile/.cvsignore: removed
2003-10-20 13:02:32 +00:00
Bastien Nocera
21c4e155dd
remove guile and libgnome-support stuff
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* Makefile.am:
* configure.in: remove guile and libgnome-support stuff
2003-10-20 12:55:33 +00:00
Bastien Nocera
45273d9a44
make it compile
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* configure.in: make it compile
2003-10-20 12:13:15 +00:00
Carlos Perelló Marín
bae16b467f
libgtop-GNOME-2-0-branch moved to HEAD.
...
2003-10-19 Carlos Perelló Marín <carlos@gnome.org >
* libgtop-GNOME-2-0-branch moved to HEAD.
2003-10-19 16:10:39 +00:00
Danilo Šegan
09becf3b7d
Added "sr" and "sr@Latn" to ALL_LINGUAS.
...
2003-05-10 Danilo Šegan <dsegan@gmx.net >
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
* po/sr.po, po/sr@Latn.po: Added Serbian translation by Serbian
team (Prevod.org).
2003-05-10 18:06:35 +00:00
Abel Cheung
6e9589702f
Added "id" to ALL_LINGUAS.
...
2003-04-30 Abel Cheung <maddog@linux.org.hk >
* configure.in: Added "id" to ALL_LINGUAS.
2003-04-30 23:21:30 +00:00
Christian Rose
ab7f98d2ff
Added "ml" to ALL_LINGUAS. Added Malayalam translation by FSF-India
...
2003-03-13 Christian Rose <menthos@menthos.com >
* configure.in: Added "ml" to ALL_LINGUAS.
* po/ml.po: Added Malayalam translation by
FSF-India <locale@gnu.org.in >.
2003-03-13 21:59:33 +00:00
Roozbeh Pournader
75b2832076
Added "fa" to ALL_LINGUAS. Added Persian translation.
...
2003-03-10 Roozbeh Pournader <roozbeh@sharif.edu >
* configure.in: Added "fa" to ALL_LINGUAS.
* po/fa.po: Added Persian translation.
2003-03-10 12:01:21 +00:00
Alessio Frusciante
2d4db7f03f
Added Italian translation
2003-01-25 14:55:04 +00:00
Christian Rose
9ff3af644c
Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig Badral
...
2003-01-22 Christian Rose <menthos@menthos.com >
* configure.in: Added "mn" to ALL_LINGUAS.
* po/mn.po: Added Mongolian translation by
Sanlig Badral <badral@chinggis.com >.
2003-01-22 02:20:36 +00:00
Daniel Yacob
ffb5f13711
Adding Amharic translations to HEAD branch.
2003-01-16 16:27:31 +00:00
Yanko Kaneti
7cad52aaa0
Added Bulgarian (bg).
...
2002-06-25 Yanko Kaneti <yaneti@declera.com >
* configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
po/
* bg.po (added): Bulgarian translation by
Borislav Aleksandrov <B.Aleksandrov@cnsys.bg >.
2002-06-25 08:53:52 +00:00
Pablo Saratxaga
f05ee369d5
Added Vietnamese file
2002-05-08 11:53:56 +00:00
Duarte Loreto
1552efa493
Added pt (Portuguese) to ALL_LINGUAS
...
2002-03-11 Duarte Loreto <happyguy_pt@hotmail.com >
* configure.in: Added pt (Portuguese) to ALL_LINGUAS
2002-03-11 23:20:56 +00:00
Kwok-Koon Cheung
40140ad487
Rename simplified Chinese translation
2002-02-05 10:13:10 +00:00
Kevin Vandersloot
4e4cf10334
Put in error message telling people not to use HEAD for the time being
...
2002-01-10 Kevin Vandersloot <kfv101@psu.edu >
* configure.in: Put in error message telling people
not to use HEAD for the time being untill I merger the
porting branch
2002-01-10 21:31:09 +00:00