2000-11-26 Martin Baulig <martin@home-of-linux.org> * glibtop-backend-private.h: Removed. * backend-common.h: New files. * backend-common.c (_open_common): Don't overwrite `backend->_priv'.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
2000-11-26 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* glibtop-backend-private.h: Removed.
|
|
|
|
* backend-common.h: New files.
|
|
|
|
* backend-common.c (_open_common): Don't overwrite
|
|
`backend->_priv'.
|
|
|
|
2000-11-22 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Link libgtop_backend_common.la against
|
|
$(top_builddir)/sysdeps/common/libgtop_common.la and
|
|
$(top_builddir)/lib/libgtop_server.la.
|
|
|
|
2000-02-22 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* backend-sysdeps.c (LibGTopBackendInfo): Call this
|
|
`LibGTopBackendInfo_Common' when we don't use gmodule.
|
|
|
|
2000-02-22 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Only install the libs in $(LIBGTOP_BACKEND_DIR)
|
|
when we LIBGTOP_USE_GMODULE and in $(libdir) otherwise.
|
|
|
|
2000-01-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Install everything in $(LIBGTOP_BACKEND_DIR).
|
|
|
|
* libgtop-common.backend: New file.
|
|
|
|
* backend-common.c (glibtop_backend_common): Renamed to
|
|
`LibGTopBackendInfo'.
|
|
|
|
2000-01-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
Initial version of the "glibtop-backend-common" backend.
|
|
|
|
* backend-common.c: New file.
|
|
* glibtop-backend-private.h: New file.
|
|
* marshal.pl: New file. Automatically creates `marshal.c'.
|
|
|