Various cleanup as well as a few fixes for parallel install
This commit is contained in:
@@ -13,7 +13,6 @@ gtopConf.sh
|
|||||||
i386-bsdi
|
i386-bsdi
|
||||||
i686-pc-linux-gnu
|
i686-pc-linux-gnu
|
||||||
intl
|
intl
|
||||||
libgtop-0.01.tar.gz
|
|
||||||
libgtop-mirror.sh.swp
|
libgtop-mirror.sh.swp
|
||||||
libgtopConf.sh
|
libgtopConf.sh
|
||||||
libtool
|
libtool
|
||||||
@@ -30,7 +29,6 @@ i686-pc-linux-gnu-linux
|
|||||||
libgtop-config
|
libgtop-config
|
||||||
ABOUT-NLS
|
ABOUT-NLS
|
||||||
libgtop.spec
|
libgtop.spec
|
||||||
libgtop-0.99.*.tar.gz
|
libgtop*.tar.gz
|
||||||
libgtop-0.99.*
|
|
||||||
*-debstamp
|
*-debstamp
|
||||||
libgtop-1.*.*.tar.gz
|
libgtop*.pc
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
2001-11-26 Abel Cheung <maddog@linux.org.hk>
|
||||||
|
|
||||||
|
* src/inodedb/file_by_inode.c: Rename to file_by_inode2.c
|
||||||
|
* src/inodedb/mkinodedb.c: Rename to mkinodedb2.c
|
||||||
|
|
||||||
|
* po/POTFILES.in: Reflect above change
|
||||||
|
|
||||||
|
* */.cvsignore: Add various files
|
||||||
|
|
||||||
2001-11-25 Kevin Vandersloot <kfv101@psu.edu>
|
2001-11-25 Kevin Vandersloot <kfv101@psu.edu>
|
||||||
|
|
||||||
* port stable libgtop to GNOME 2.0. Too much to detail.
|
* port stable libgtop to GNOME 2.0. Too much to detail.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-26 Abel Cheung <maddog@linux.org.hk>
|
||||||
|
|
||||||
|
* libgtop.texi, Makefile.am: Renamed to libgtop2.texi
|
||||||
|
* about.texi: Very minor update.
|
||||||
|
|
||||||
1999-10-18 Martin Baulig <martin@home-of-linux.org>
|
1999-10-18 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* about.texi: Added a note about LibGTop and GNOME.
|
* about.texi: Added a note about LibGTop and GNOME.
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
info_TEXINFOS = libgtop.texi
|
info_TEXINFOS = libgtop2.texi
|
||||||
|
|
||||||
libgtop_TEXINFOS = libgtop.texi about.texi reference.texi \
|
libgtop2_TEXINFOS = libgtop2.texi about.texi reference.texi \
|
||||||
auto-macros.texi version.texi main.texi \
|
auto-macros.texi version.texi main.texi \
|
||||||
white-paper.texi
|
white-paper.texi
|
||||||
|
|
||||||
MAKEINFO += -I @libgtop_top_builddir@/doc
|
MAKEINFO += -I @libgtop_top_builddir@/doc
|
||||||
|
|
||||||
EXTRA_DIST = auto-macros.texi.in
|
EXTRA_DIST = auto-macros.texi
|
||||||
|
|
||||||
auto-macros.texi: auto-macros.texi.in Makefile
|
auto-macros.texi: auto-macros.texi.in Makefile
|
||||||
## Use sed and then mv to avoid problems if the user interrupts.
|
## Use sed and then mv to avoid problems if the user interrupts.
|
||||||
sed -e 's#\%LIBGTOP_LIBDIR\%#$(libdir)#g' \
|
sed -e 's#\%LIBGTOP_LIBDIR\%#$(libdir)#g' \
|
||||||
-e 's#\%LIBGTOP_INCLUDEDIR\%#$(includedir)#g' \
|
-e 's#\%LIBGTOP_INCLUDEDIR\%#$(includedir)/libgtop-2.0#g' \
|
||||||
-e 's#\%LIBGTOP_DATADIR\%#$(datadir)#g' \
|
-e 's#\%LIBGTOP_DATADIR\%#$(datadir)#g' \
|
||||||
-e 's#\%LIBGTOP_EXTRA_LIBS\%#$(LIBGTOP_EXTRA_LIBS)#g' \
|
-e 's#\%LIBGTOP_EXTRA_LIBS\%#$(LIBGTOP_EXTRA_LIBS)#g' \
|
||||||
-e 's#\%LIBGTOP_LIBS\%#$(LIBGTOP_LIBS)#g' \
|
-e 's#\%LIBGTOP_LIBS\%#$(LIBGTOP_LIBS)#g' \
|
||||||
|
@@ -33,10 +33,10 @@ latest release tarballs from
|
|||||||
@noindent
|
@noindent
|
||||||
or any of its mirror sites.
|
or any of its mirror sites.
|
||||||
|
|
||||||
The latest stable version of LibGTop is 1.0.1 which is also the one that comes
|
The latest stable version of LibGTop is 1.0.12 which is also the one that comes
|
||||||
together with GNOME 1.0. In CVS, there is a @code{LIBGTOP_STABLE_1_0} branch
|
together with GNOME 1.0. It belongs to @code{LIBGTOP_STABLE_1_0} branch in CVS.
|
||||||
which is rooted at the @code{LIBGTOP_1_0_1} tag while actual development occurs
|
Actual development occurs in the @code{libgtop-GNOME-2-0-port} which is
|
||||||
in the @code{HEAD} which currently has version 1.1.0.
|
currently versioned 1.90.0.
|
||||||
|
|
||||||
@node Supported Platforms, Mailing List, Availability, About
|
@node Supported Platforms, Mailing List, Availability, About
|
||||||
@section Supported Platforms
|
@section Supported Platforms
|
||||||
@@ -47,7 +47,7 @@ The stable branch currently supports the following platforms:
|
|||||||
@item All versions of Linux
|
@item All versions of Linux
|
||||||
|
|
||||||
LibGTop was tested under Linux 2.0.x and 2.2.x on the ix86 and the alpha, but
|
LibGTop was tested under Linux 2.0.x and 2.2.x on the ix86 and the alpha, but
|
||||||
it should also work without problems on SparcLinux.
|
it should also work without problems on SparcLinux or Linux 2.4.x.
|
||||||
|
|
||||||
Note: I'm speaking of the Linux kernel here, not the GNU/Linux operating system.
|
Note: I'm speaking of the Linux kernel here, not the GNU/Linux operating system.
|
||||||
|
|
||||||
@@ -116,6 +116,7 @@ me a lot in the early beginning.
|
|||||||
@item Timur Bakeyev for the BSDI port.
|
@item Timur Bakeyev for the BSDI port.
|
||||||
@item Drazen Kacar and the other people on the LibGTop development mailing
|
@item Drazen Kacar and the other people on the LibGTop development mailing
|
||||||
list for the Solaris port.
|
list for the Solaris port.
|
||||||
|
@item Kevin Vandersloot for the effort to port to GNOME 2.0.
|
||||||
@item All people sending me patches, having good ideas, ...
|
@item All people sending me patches, having good ideas, ...
|
||||||
@item Everyone I have forgotten in this list ...
|
@item Everyone I have forgotten in this list ...
|
||||||
@end itemize
|
@end itemize
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
\input texinfo @c -*-texinfo-*-
|
\input texinfo @c -*-texinfo-*-
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename libgtop.info
|
@setfilename libgtop2.info
|
||||||
@settitle LibGTop Reference Manual
|
@settitle LibGTop Reference Manual
|
||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
@@ -41,6 +41,15 @@ under the above conditions for modified versions,
|
|||||||
except that this permission notice may be stated in a
|
except that this permission notice may be stated in a
|
||||||
translation approved by the Free Software Foundation.
|
translation approved by the Free Software Foundation.
|
||||||
|
|
||||||
|
@format
|
||||||
|
@dircategory Libraries:
|
||||||
|
@direntry
|
||||||
|
* LibGTop2: (libgtop2). Library to get system specific data
|
||||||
|
such as cpu and memory usage, active
|
||||||
|
processes
|
||||||
|
@end direntry
|
||||||
|
@end format
|
||||||
|
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
@titlepage
|
@titlepage
|
@@ -8,3 +8,4 @@ libgtop.pot
|
|||||||
Makefile.in.in
|
Makefile.in.in
|
||||||
messages
|
messages
|
||||||
stamp-cat-id
|
stamp-cat-id
|
||||||
|
po2tbl.sed
|
||||||
|
@@ -51,8 +51,8 @@ src/daemon/main.c
|
|||||||
src/daemon/server.c
|
src/daemon/server.c
|
||||||
src/daemon/slave.c
|
src/daemon/slave.c
|
||||||
src/daemon/version.c
|
src/daemon/version.c
|
||||||
src/inodedb/file_by_inode.c
|
src/inodedb/file_by_inode2.c
|
||||||
src/inodedb/mkinodedb.c
|
src/inodedb/mkinodedb2.c
|
||||||
support/easy-vsnprintf.c
|
support/easy-vsnprintf.c
|
||||||
support/error.c
|
support/error.c
|
||||||
support/error.h
|
support/error.h
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
libgtop_daemon
|
libgtop_daemon2
|
||||||
libgtop_server
|
libgtop_server2
|
||||||
server.conf
|
server.conf
|
||||||
.libs
|
.libs
|
||||||
.deps
|
.deps
|
||||||
|
Reference in New Issue
Block a user