This website requires JavaScript.
6b3d52ff0e
Moved 8 static error functions to sysdeps/common/error.c. This is the end
Benoît Dejean
2004-06-18 07:38:37 +00:00
bb01063e93
These functions are now globally defined.
Benoît Dejean
2004-06-18 07:33:23 +00:00
e12ac5f40c
Whitespace cleanup.
Benoît Dejean
2004-06-18 07:24:58 +00:00
34e322e7c2
Added IPv6 feature : provides address, prefix and scope. This breaks the
Benoît Dejean
2004-06-18 06:52:09 +00:00
559f481354
Implemented new IPv6 feature.
Benoît Dejean
2004-06-18 06:51:45 +00:00
bb4397aec8
Replaced by g_file_get_contents.
Benoît Dejean
2004-06-13 09:55:38 +00:00
7eeae24a4a
Replaced by g_file_get_contents.
Benoît Dejean
2004-06-13 09:47:24 +00:00
7fe2ca8cd7
*** empty log message ***
Benoît Dejean
2004-06-13 08:19:59 +00:00
16bcad422c
Re-implemented. Fixed segfault on SMP. Stores keys in cpuinfo->labels
Benoît Dejean
2004-06-13 08:19:28 +00:00
3881c09b51
Added missing const qualifier.
Benoît Dejean
2004-06-12 23:32:29 +00:00
cd8b43e1d1
Fixed segfault on SMP.
Benoît Dejean
2004-06-12 23:21:29 +00:00
6a10d1ada9
Fixed segfault on SMP.
Benoît Dejean
2004-06-12 22:55:20 +00:00
a415d909a2
Changed get_sysinfo prototype so that it returns a const pointer. Added
Benoît Dejean
2004-06-12 22:39:14 +00:00
09febbf67d
Cleaned. (proc_file_to_buffer): Uninlined.
Benoît Dejean
2004-06-12 22:37:35 +00:00
d5b8a71e5b
block_size is now defined as a guint32 instead of a fuzzy gint.
Benoît Dejean
2004-06-12 15:39:31 +00:00
f03e2d3c11
Removed files.
Benoît Dejean
2004-06-12 15:37:44 +00:00
ac2b8285ab
Added missing initializer.
Benoît Dejean
2004-06-12 12:50:01 +00:00
4de267e394
Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned.
Benoît Dejean
2004-06-12 12:48:37 +00:00
10d56bd5fc
Added to repository.
Benoît Dejean
2004-06-12 12:05:49 +00:00
3b915fb854
Update some descriptions to use GNOME instead of Gnome.
Marc Brockschmidt
2004-06-10 12:48:02 +00:00
70b0925a82
whitespace clean up.
Benoît Dejean
2004-06-09 18:52:22 +00:00
b0edf88ff7
Whitespace clean up.
Benoît Dejean
2004-06-08 21:12:10 +00:00
4fe066a430
Small clean up.
Benoît Dejean
2004-06-08 08:41:53 +00:00
95d39a87c8
Cleaned.
Benoît Dejean
2004-06-06 22:10:29 +00:00
54fb1482ba
Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.
Benoît Dejean
2004-06-06 22:07:44 +00:00
2f87aa4479
s/strncpy/g_strlcpy/.
Benoît Dejean
2004-06-06 22:03:57 +00:00
31e8abe019
Used g_memdup.
Benoît Dejean
2004-06-06 21:59:59 +00:00
d8cb4ccdf7
Cleaned. Replaced multiple strcpy/cat by g_strdup_printf. Replaced strncpy
Benoît Dejean
2004-06-06 21:58:51 +00:00
45f2f19c3a
Removed duplicated memset. Replaced strncpy by g_strlcpy.
Benoît Dejean
2004-06-06 21:25:24 +00:00
fe494bc846
Removed useless tests. Replace g_malloc + memset by g_malloc0 Replace
Benoît Dejean
2004-06-06 21:23:56 +00:00
7de929d2d7
Removed never executed if statements. Used g_strlcpy instead of strncpy.
Benoît Dejean
2004-06-06 21:21:27 +00:00
0ef547a0f7
Actually commit this:
Gustavo Noronha
2004-05-29 05:24:27 +00:00
c922df7af0
* debian/patches/10_relibtoolize.patch: - remade patch to help fix dpkg-shlibdeps problem * debian/libgtop2-2.shlibs: - removed, should be auto-generated, which definately fixes the problem of dpkg-shlibdeps not being able to find information about this library
Gustavo Noronha
2004-05-29 05:15:00 +00:00
36d0a6f525
updating svn with latest modifications done for the unstable upload
Gustavo Noronha
2004-05-29 02:30:28 +00:00
bc4a882c4a
Converted to UTF-8.
Benoît Dejean
2004-05-28 05:30:39 +00:00
75291a665c
Added missing #include. Converted to UTF-8.
Benoît Dejean
2004-05-28 05:30:20 +00:00
5af13a2a6a
Cleaned whitespaces.
Benoît Dejean
2004-05-26 16:52:32 +00:00
0cdaaf1f62
Moved LINUX_VERSION macro to glibtop_server.h.
Benoît Dejean
2004-05-26 11:51:09 +00:00
0a761f37f2
Removed Linux related code.
Benoît Dejean
2004-05-26 11:44:00 +00:00
dc3027c438
Added missing const qualifiers.
Benoît Dejean
2004-05-25 17:12:39 +00:00
74453855aa
Added missing const qualifiers.
Benoît Dejean
2004-05-25 17:07:20 +00:00
b15f542bfc
Added boot_time. Added missing #include.
Benoît Dejean
2004-05-25 14:44:45 +00:00
1faa40ce18
Added boot_time.
Benoît Dejean
2004-05-25 14:42:51 +00:00
4e4a2bcbed
Cast to size_t to remove warning. Cvs:
Benoît Dejean
2004-05-25 14:39:13 +00:00
0de7c96d2a
Added test for end of string. (get_scaled): Cleaned.
Benoît Dejean
2004-05-25 14:33:46 +00:00
f070fea744
Updated Turkish Translation
Baris Cicek
2004-05-14 17:03:48 +00:00
b50bc3bd9a
Version 2.6.0-2 Added texinfo to build-depends, fixing a timestamp problem (#244010 ) Added Conflicts && Replaces to libgtop2 package (#241471 )
Jose Carlos Garcia Sogo
2004-05-01 12:53:14 +00:00
0c923e744f
- Version 2.6.0-1
Jose Carlos Garcia Sogo
2004-04-18 15:19:53 +00:00
0afcfd83fe
upgraded to 2.6.0 release
Rob Taylor
2004-04-17 06:14:50 +00:00
f416087865
2004/04/16 Iñaki Larrañaga <dooteo@euskalgnu.org >
Iñaki Larrañaga Murgoitio
2004-04-16 10:34:29 +00:00
cc8b169a8e
Added Basque translation.
Iñaki Larrañaga
2004-04-16 10:33:59 +00:00
31eb5d64cc
Updated Hungarian translation.
Andras Timar
2004-04-14 22:31:12 +00:00
044c2d9827
- Added a Conflicts & Replaces to libgtop2 - Install .info file in -dev package
Jose Carlos Garcia Sogo
2004-04-14 19:40:29 +00:00
5670749242
added gujarati translation
Guntupalli Karunakar
2004-04-09 15:56:11 +00:00
892c59f8a8
version 2.6.0
Bastien Nocera
2004-04-07 10:28:35 +00:00
07ec479243
fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benot Dejean
Bastien Nocera
2004-04-07 10:05:51 +00:00
afb269a7e5
- Added proper shlibs info: libgtop2.0 2 libgtop2-2 (>= 2.5.2) - Removed dpatch from Build-Depends as it's no longer needed.
Jose Carlos Garcia Sogo
2004-04-06 16:28:58 +00:00
45b69b3277
Added en_CA (Canadian English) to ALL_LINGUAS. Added Canadian English
Adam Weinberger
2004-03-30 20:55:07 +00:00
dc1456987b
Version 2.5.2-2
Jose Carlos Garcia Sogo
2004-03-28 15:59:44 +00:00
c2c229f61d
Version 2.5.2-1
Jose Carlos Garcia Sogo
2004-03-28 15:22:05 +00:00
ec1f5a9101
Added version 2.0.8-7 to repository.
Jose Carlos Garcia Sogo
2004-03-27 12:24:05 +00:00
ea9147a717
Updated Norwegian Nynorsk translation.
Åsmund Skjæveland
2004-03-23 11:03:08 +00:00
dc0de7a8c0
Updated British translation
Gareth Owen
2004-03-22 14:13:56 +00:00
5884e4c6d7
added punjabi translations
Guntupalli Karunakar
2004-03-22 11:35:24 +00:00
0ef0f65d95
Added Hungarian translation.
Andras Timar
2004-03-21 14:44:40 +00:00
355a8dd9b9
Updated Romanian translation by Misu Moldovan <dumol@go.ro >
Mugurel Tudor
2004-03-18 21:26:31 +00:00
2b221cbb1f
set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of int
Bastien Nocera
2004-03-16 10:10:41 +00:00
1cffda35ec
Updated Welsh translation.
Dafydd Harries
2004-03-16 02:49:27 +00:00
64b86ef8e3
Updated Italian translation.
Alessio Frusciante
2004-03-15 20:05:17 +00:00
aa7d624aca
Updated Ukrainian translation
Yuri Syrota
2004-03-15 10:27:25 +00:00
bb174b24e9
Updated Belarusian translation.
Ales Nyakhaychyk
2004-03-13 17:27:44 +00:00
1d00248f3d
added Plural-Forms field in header and missing empty entries.
Tomasz Kłoczko
2004-03-12 07:34:17 +00:00
c2895a9aa0
Updated Brazilian Portuguese translation done by Medina
Gustavo Maciel Dias Vieira
2004-03-11 16:29:56 +00:00
576aed18ba
Up versions etc. Update foo.
Kjartan Maraas
2004-03-11 16:17:53 +00:00
a4ee15727c
update the NEWS file for the release
Bastien Nocera
2004-03-11 15:39:13 +00:00
6cd93d82a0
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org >.
Dmitry Mastrukov
2004-03-11 13:34:54 +00:00
1d73fbed99
fix distchecking
Bastien Nocera
2004-03-11 12:13:54 +00:00
89e79ee51f
fixup CPU usage calculation on 2.6 kernels (patch by Benoit Dejean
Benoît Dejean
2004-03-10 00:15:39 +00:00
f3be4b50a9
fixup CPU usage calculation on 2.6 kernels (patch by Benoit Dejean
Bastien Nocera
2004-03-09 23:44:12 +00:00
ab1d1077d6
fix build (we don't have "full-read.h" here)
Bastien Nocera
2004-03-09 23:32:08 +00:00
3c7c79944c
- oopsie, forgot some files
Bastien Nocera
2004-03-09 23:29:48 +00:00
897db07104
Added block_size field. (Closes : #125049 )
Ole Laursen
2004-03-09 23:28:48 +00:00
4bd9752d52
implement NetBSD support, and some build problems on FreeBSD (Closes:
Bastien Nocera
2004-03-09 23:13:31 +00:00
a795ff4847
fix g_malloc usage on non-Linux platforms (patch by Benoit Dejean
Bastien Nocera
2004-03-09 23:02:06 +00:00
58c15ceeda
Updated Italian translation.
Alessio Frusciante
2004-03-09 23:00:11 +00:00
f3e89490d4
Updated Simplified Chinese translation
Funda Wang
2004-03-07 11:12:58 +00:00
10e619439e
Translation updated.
Mətin Əmirov
2004-03-06 20:39:07 +00:00
05f3377934
patch by Benoit Dejean <bnet@ifrance.com > to break the API, I mean, to
Bastien Nocera
2004-03-05 19:50:41 +00:00
2ae3495a87
remove dependency on libgnome, check for linux/isdn.h for distros using
Bastien Nocera
2004-03-04 15:29:16 +00:00
bbea6f3e16
updated hindi translation
Guntupalli Karunakar
2004-02-26 12:52:39 +00:00
74afd1c1d1
Fixed Albanian translation
Laurent Dhima
2004-02-23 14:35:50 +00:00
1c57c82637
Korrigjime
Laurent Dhima
2004-02-23 14:32:31 +00:00
857b940e93
Updated Greek translation
Nikos Charonitakis
2004-02-21 10:49:33 +00:00
aac28131d8
2004-02-07 Kevin Vandersloot
Kevin Vandersloot
2004-02-15 19:13:05 +00:00
a3c4323de4
Move entries between Changelog..
Frédéric Crozat
2004-02-11 15:30:38 +00:00
6ae17d92b2
Updated Korean translation.
Changwoo Ryu
2004-02-07 16:03:29 +00:00
0fa183a762
*** empty log message ***
Denis Lackovic
2004-02-07 08:03:47 +00:00
567da04f9c
Updated Finnish translation.
Pauli Virtanen
2004-02-05 22:11:49 +00:00
a046e42f3f
patch from Benot Dejean <bnet@ifrance.com > to fix libtop_mem.used and
Sebastien Bacher
2004-02-02 20:02:02 +00:00
c881020dc3
Updated Albanian translation
Laurent Dhima
2004-02-02 12:46:23 +00:00