From 4cb95e1477b039e2227b6286d8fbb6fb8a61ad8d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 7 Jun 1998 20:46:05 +0000 Subject: [PATCH] New file. 1998-06-07 Martin Baulig * examples/ChangeLog: New file. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ee557f6..2d7d3739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 1998-06-07 Martin Baulig + * examples/ChangeLog: New file. + + * macros/gnome-libgtop-sysdeps.m4: Include + `glibtop_machine.h' for Linux. + + * sysdeps/linux/glibtop_machine.h: New file. + + * sysdeps/linux/*.c: Performance optimizations. We now use + `open' and `read' instead of `fopen' and `fscanf'. + * *.[ch]: Using single underscore instead of two underscores for function prefixes (regexp: ``s,__([rspl])\b,_$1,g'') to avoid ambiguity with mangled C++ names.