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
|
2008-12-19 Jasper Lievisse Adriaanse
reviewed by: Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gtop.c (build_siglist): Bug 560390 – gtop.c fails to compile.
2008-02-16 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
* wscript: Fix waf scripts to build python extensions using the
'plugin' object type. This should fix the python modules for Mac
OS X when using waf 1.3.2.
2006-03-20 Benoît Dejean <benoit@placenet.org>
* gtop.c: (hash_table_to_dict_cb), (gtop_sysinfo):
Added glibtop_get_sysinfo wrapper.
2005-12-30 Benoît Dejean <benoit@placenet.org>
* gtop.c: (map_entry_to_Struct):
Added smap support.
2005-10-29 Benoît Dejean <benoit@placenet.org>
* gtop.c: (struct_dict): Added method to get a copy of struct as
a dict. This is a shortcut for dict(s.items()).
struct remains immutable.
2005-10-25 Benoît Dejean <benoit@placenet.org>
* gtop.c: (map_entry_to_Struct):
Added .size to proc_map to avoid manual (end - start) substraction.
2005-07-03 Benoît Dejean <TazForEver@dlfp.org>
* gtop.c: (gtop_loadavg): Fixed loadavg keys. (5, 10, 15) -> (1, 5, 15).
2005-05-26 Benoît Dejean <TazForEver@dlfp.org>
* gtop.c: (_struct_new), (initgtop): Fixed bad casts.
2005-05-11 Benoît Dejean <TazForEver@dlfp.org>
* gtop.c: (build_siglist): Struct instead of dict.
2005-05-10 Benoît Dejean <TazForEver@dlfp.org>
* gtop.c: (build_siglist), (initgtop): Added siglist.
2005-01-22 Benoît Dejean <TazForEver@dlfp.org>
* gtop.c: (open_files_entry_to_Struct): Updated.
2005-01-18 Benoît Dejean <TazForEver@dlfp.org>
* .cvsignore: Added.
* gtop.c: (gtop_fsusage), (gtop_proc_args), (gtop_netlist),
(hwaddress_format_for_display), (gtop_netload), (get_smp_cpu),
(gtop_cpu), (open_files_entry_to_Struct), (gtop_proc_open_files),
(register_constants): Got rid of the workaround for older libgtop.
|