Benoît Dejean
f03e2d3c11
Removed files.
...
* Makefile.am:
* fsusage-frontend.c:
* fsusage.h: Removed files.
* fsusage.c: (glibtop_get_fsusage_s), (statfs): Merged and cleaned.
2004-06-12 15:37:44 +00:00
Benoît Dejean
ac2b8285ab
Added missing initializer.
...
* lib/init.c: Added missing initializer.
2004-06-12 12:50:01 +00:00
Benoît Dejean
4de267e394
Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned.
...
* mountlist.c: (xatoi) Removed, replaced by ISO strtoull.
(fstype_to_string): Cleaned.
(read_filesystem_list) : Changed prototype. Cleaned and secured.
Replaced broken free by g_free.
(ignore_mount_entry): Added.
(glibtop_get_mountlist_s): Cleaned. Better allocation algorithm.
@all_fs has now a real meaning, see the documentation.
2004-06-12 12:48:37 +00:00
Benoît Dejean
10d56bd5fc
Added to repository.
...
* Makefile.am:
* glibtop_server.c: Added to repository.
* glibtop_server.h: (get_scaled): Uninlined and moved it to glibtop_server.c.
(skip_token) : Fixed indentation.
* procmap.c: (glibtop_get_proc_map_s): Big cleanup. Better allocation
algorithm.
* procmem.c:
* procsegment.c: Added missing initializations.
* sem_limits.c:
* shm_limits.c: (glibtop_get_shm_limits_s):
* swap.c:
* uptime.c: Added missing const qualifiers.
* sysinfo.c: (init_sysinfo): Added missing 0 initialization.
Saved 1 gboolean :D.
2004-06-12 12:05:49 +00:00
Benoît Dejean
70b0925a82
whitespace clean up.
...
* *.{c,h} : whitespace clean up.
2004-06-09 18:52:22 +00:00
Benoît Dejean
b0edf88ff7
Whitespace clean up.
...
* procuid.c: (glibtop_get_proc_uid_s): Whitespace clean up.
2004-06-08 21:12:10 +00:00
Benoît Dejean
4fe066a430
Small clean up.
...
* glibtop_server.h: Small clean up.
2004-06-08 08:41:53 +00:00
Benoît Dejean
95d39a87c8
Cleaned.
...
* lib/parameter.c:
* support/popt.c: (poptGetContext): Cleaned.
* support/vsnprintf.c: s/strncpy/g_strlcpy
2004-06-06 22:10:29 +00:00
Benoît Dejean
54fb1482ba
Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.
...
* glibtop_machine.h (skip_token): Removed.
* glibtop_server.h (skip_multiple_token): Cleaned.
* netload.c: (glibtop_get_netload_s): Replaced unsafe strcpy by g_strlcpy.
* procmap.c: (glibtop_get_proc_map_s): s/strncpy/g_strlcpy/.
* procstate.c: (glibtop_get_proc_state_s): Likewise.
* sysinfo.c: (init_sysinfo): Cleaned.
2004-06-06 22:07:44 +00:00
Benoît Dejean
2f87aa4479
s/strncpy/g_strlcpy/.
...
* netload.c: (glibtop_get_netload_p):
* procstate.c: (glibtop_get_proc_state_p):
* prockernel.c: (glibtop_get_proc_kernel_p): s/strncpy/g_strlcpy/.
* procargs.c: (glibtop_get_proc_args_p):
* procmap.c: (glibtop_get_proc_map_p): Cleaned.
2004-06-06 22:03:57 +00:00
Benoît Dejean
31e8abe019
Used g_memdup.
...
* proclist.c: (glibtop_get_proclist_s): Used g_memdup.
2004-06-06 21:59:59 +00:00
Benoît Dejean
d8cb4ccdf7
Cleaned. Replaced multiple strcpy/cat by g_strdup_printf. Replaced strncpy
...
* gnuslib.c: (connect_to_internet_server): Cleaned.
* mountlist.c: (glibtop_get_mountlist_s): Replaced multiple strcpy/cat by
g_strdup_printf. Replaced strncpy by g_strlcpy.
2004-06-06 21:58:51 +00:00
Benoît Dejean
45f2f19c3a
Removed duplicated memset. Replaced strncpy by g_strlcpy.
...
* procdata.c: (glibtop_get_procdata_r): Removed duplicated memset.
* procstate.c: (glibtop_get_proc_state_p): Replaced strncpy by g_strlcpy.
2004-06-06 21:25:24 +00:00
Benoît Dejean
fe494bc846
Removed useless tests. Replace g_malloc + memset by g_malloc0 Replace
...
* proclist.c: (glibtop_get_proclist_s): Removed useless tests.
* procmap.c: (glibtop_get_proc_map_s): Replace g_malloc + memset
by g_malloc0
* procstate.c: (glibtop_get_proc_state_s): Replace strncpy by g_strlcpy.
2004-06-06 21:23:56 +00:00
Benoît Dejean
7de929d2d7
Removed never executed if statements. Used g_strlcpy instead of strncpy.
...
* procargs.c: (glibtop_get_proc_args_s): Removed never executed if statements.
* procstate.c: (glibtop_get_proc_state_s): Used g_strlcpy instead of
strncpy.
2004-06-06 21:21:27 +00:00
Benoît Dejean
bc4a882c4a
Converted to UTF-8.
...
* ChangeLog: Converted to UTF-8.
2004-05-28 05:30:39 +00:00
Benoît Dejean
75291a665c
Added missing #include. Converted to UTF-8.
...
* examples/*: Added missing #include.
* ChangeLog: Converted to UTF-8.
2004-05-28 05:30:20 +00:00
Benoît Dejean
5af13a2a6a
Cleaned whitespaces.
...
* cpu.c: (glibtop_get_cpu_s): Cleaned whitespaces.
* open.c: (get_linux_version), (glibtop_open_s): Removed get_linux_version()
Cleaned. Remove static struct utsname.
2004-05-26 16:52:32 +00:00
Benoît Dejean
0cdaaf1f62
Moved LINUX_VERSION macro to glibtop_server.h.
...
* glibtop_server.h:
* open.c:
* procuid.c: Moved LINUX_VERSION macro to glibtop_server.h.
* Changelog: Converted to UTF-8.
2004-05-26 11:51:09 +00:00
Benoît Dejean
0a761f37f2
Removed Linux related code.
...
* procdata.c: (glibtop_get_procdata_s): Removed Linux related code.
2004-05-26 11:44:00 +00:00
Benoît Dejean
dc3027c438
Added missing const qualifiers.
...
* sem_limits.c:
* shm_limits.c:
* swap.c: Added missing const qualifiers.
* uptime.c: (glibtop_get_uptime_s): Cleaned up. Added boot_time.
2004-05-25 17:12:39 +00:00
Benoît Dejean
74453855aa
Added missing const qualifiers.
...
* loadavg.c: (glibtop_get_loadavg_s):
* msg_limits.c:
* sem_limits.c:
* shm_limits.c: Added missing const qualifiers.
2004-05-25 17:07:20 +00:00
Benoît Dejean
b15f542bfc
Added boot_time. Added missing #include.
...
* uptime.c: (glibtop_get_uptime_p): Added boot_time.
Added missing #include.
2004-05-25 14:44:45 +00:00
Benoît Dejean
1faa40ce18
Added boot_time.
...
* uptime.c: (glibtop_get_uptime_p): Added boot_time.
2004-05-25 14:42:51 +00:00
Benoît Dejean
4e4a2bcbed
Cast to size_t to remove warning. Cvs:
...
* gnuserv.c: (permitted): Cast to size_t to remove warning.
Cvs: ----------------------------------------------------------------------
2004-05-25 14:39:13 +00:00
Benoît Dejean
0de7c96d2a
Added test for end of string. (get_scaled): Cleaned.
...
* glibtop_server.h (skip_line): Added test for end of string.
(get_scaled): Cleaned.
* cpu.c (glibtop_get_cpu_s):
* open.c (glibtop_open_s): Fixed SMP detection. Closes #142597 .
* uptime.c (glibtop_get_uptime_s): Added boot_time.
2004-05-25 14:33:46 +00:00
Baris Cicek
f070fea744
Updated Turkish Translation
2004-05-14 17:03:48 +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
Iñaki Larrañaga
cc8b169a8e
Added Basque translation.
...
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org >
* eu.po: Added Basque translation.
2004-04-16 10:33:59 +00:00
Andras Timar
31eb5d64cc
Updated Hungarian translation.
...
2004-04-15 Andras Timar <timar@gnome.hu >
* hu.po: Updated Hungarian translation.
2004-04-14 22:31:12 +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
LIBGTOP_2_6_0
2004-04-07 10:28:35 +00:00
Bastien Nocera
07ec479243
fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benot Dejean
...
2004-04-07 Bastien Nocera <hadess@hadess.net >
* include/glibtop/fsusage.h: fix typo in the #defines for
FSUSAGE_BLOCK_SIZE (patch by Benot Dejean <TazForEver@free.fr >)
2004-04-07 Bastien Nocera <hadess@hadess.net >
* prockernel.c: (glibtop_get_proc_kernel_p): patch for NetBSD/AMD64
support (Julio M. Merino Vidal <jmmv@menta.net >)
2004-04-07 10:05:51 +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
Åsmund Skjæveland
ea9147a717
Updated Norwegian Nynorsk translation.
...
2004-03-23 Åsmund Skjæveland <aasmunds@fys.uio.no >
* nn.po: Updated Norwegian Nynorsk translation.
2004-03-23 11:03:08 +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
Andras Timar
0ef0f65d95
Added Hungarian translation.
...
2004-03-21 Andras Timar <timar@gnome.hu >
* hu.po: Added Hungarian translation.
2004-03-21 14:44:40 +00:00
Mugurel Tudor
355a8dd9b9
Updated Romanian translation by Misu Moldovan <dumol@go.ro>
...
2004-03-18 Mugurel Tudor <mugurelu@go.ro >
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@go.ro >
2004-03-18 21:26:31 +00:00
Bastien Nocera
2b221cbb1f
set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of int
...
2004-03-15 Bastien Nocera <hadess@hadess.net >
* include/glibtop/fsusage.h: set GLIBTOP_MAX_FSUSAGE properly,
use gint in the headers instead of int (Closes : #125049 )
2004-03-15 Bastien Nocera <hadess@hadess.net >
* fsusage.c:
* fsusage.h: remove use of uintmax_t
2004-03-16 10:10:41 +00:00
Dafydd Harries
1cffda35ec
Updated Welsh translation.
2004-03-16 02:49:27 +00:00
Alessio Frusciante
64b86ef8e3
Updated Italian translation.
2004-03-15 20:05:17 +00:00
Yuri Syrota
aa7d624aca
Updated Ukrainian translation
2004-03-15 10:27:25 +00:00
Ales Nyakhaychyk
bb174b24e9
Updated Belarusian translation.
2004-03-13 17:27:44 +00:00
Tomasz Kłoczko
1d00248f3d
added Plural-Forms field in header and missing empty entries.
...
* hr.po: added Plural-Forms field in header and missing empty entries.
2004-03-12 07:34:17 +00:00
Gustavo Maciel Dias Vieira
c2895a9aa0
Updated Brazilian Portuguese translation done by Medina
...
2004-03-11 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br >
* pt_BR.po: Updated Brazilian Portuguese translation done by
Medina <afmedina@uol.com.br >.
2004-03-11 16:29:56 +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
a4ee15727c
update the NEWS file for the release
...
2004-03-11 Bastien Nocera <hadess@hadess.net >
* NEWS: update the NEWS file for the release
2004-03-11 15:39:13 +00:00
Dmitry Mastrukov
6cd93d82a0
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
2004-03-11 13:34:54 +00:00
Bastien Nocera
1d73fbed99
fix distchecking
...
2004-03-11 Bastien Nocera <hadess@hadess.net >
* include/Makefile.am: fix distchecking
2004-03-11 12:13:54 +00:00