summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added sample spec file for libgtop.GNOME_0_20aGNOME_0_20Martin Baulig1998-06-031-0/+89
|
* New file.Martin Baulig1998-06-033-1/+15
| | | | | | | | | | * libgtop.spec: New file. * Makefile.am (EXTRA_DIST): Added `autogen.sh' and `libgtop.spec'. * configure.in (LIBGTOP_INCS): is now identically to `LIBGTOP_GUILE_INCS'.
* only including intl headers while compiling libgtop.Martin Baulig1998-06-031-0/+2
| | | | | * include/glibtop/global.h: only including intl headers while compiling libgtop.
* Committing Federico's changes into the stable branch.Martin Baulig1998-06-035-0/+11
|
* *** empty log message ***Martin Baulig1998-06-023-43/+0
|
* Fixed `broken pipe' error when server is running SUID; accidentally usesMartin Baulig1998-05-251-1/+1
| | | | | | * src/server/main.c: Fixed `broken pipe' error when server is running SUID; accidentally uses setreuid () instead of setregid ().
* added memory statistics.Martin Baulig1998-05-244-1/+108
| | | | | * sysdeps/sun4/{open.c, mem.c, glibtop_machine.h}: added memory statistics.
* added `locked' member to this structure for SunOS.Martin Baulig1998-05-244-8/+13
| | | | | * include/glibtop/mem.h (_glibtop_mem): added `locked' member to this structure for SunOS.
* *** empty log message ***Martin Baulig1998-05-231-0/+7
|
* Started porting. Getting CPU usage now working. Took a lot of code fromMartin Baulig1998-05-232-0/+217
| | | | | | * sysdeps/sun4/{open.c, cpu.c}: Started porting. Getting CPU usage now working. Took a lot of code from top-3.4.
* New file. System dependend header file for SunOS.Martin Baulig1998-05-231-0/+97
| | | | | * sysdeps/sun4/glibtop_machine.h: New file. System dependend header file for SunOS.
* Added 'machine_incs' again.Martin Baulig1998-05-231-0/+6
|
* Fixed 'need_gnome_support' typo.Martin Baulig1998-05-231-2/+2
|
* *** empty log message ***Martin Baulig1998-05-234-8/+27
|
* removed -I$(includedir).Martin Baulig1998-05-2311-11/+11
| | | | * */Makefile.am (INCLUDES): removed -I$(includedir).
* added -D_IN_LIBGTOPMartin Baulig1998-05-231-0/+2
| | | | * configure.in (CFLAGS): added -D_IN_LIBGTOP
* Added information about struct fields.Martin Baulig1998-05-221-3/+43
|
* Fixed typo.Martin Baulig1998-05-222-3/+3
|
* *** empty log message ***Martin Baulig1998-05-224-1/+21
|
* New files. This is a reference manual that gets automatically build fromMartin Baulig1998-05-222-0/+72
| | | | | | * doc/{libgtop-ref.sgml, libgtop-ref.dsl}: New files. This is a reference manual that gets automatically build from make-docbook.scm.
* Small bugfixes.Martin Baulig1998-05-222-1/+7
|
* New file. Uses the guile interface of libgtop to create docbookMartin Baulig1998-05-221-0/+266
| | | | | | * guile/make-docbook.scm: New file. Uses the guile interface of libgtop to create docbook documentation for all functions.
* *** empty log message ***Martin Baulig1998-05-222-7/+15
|
* *** empty log message ***Martin Baulig1998-05-212-23/+115
|
* 'gtopConf.sh' has been renamed to 'libgtopConf.sh'; variables in thisMartin Baulig1998-05-211-21/+21
| | | | | * Makefile.am: 'gtopConf.sh' has been renamed to 'libgtopConf.sh'; variables in this script have changed.
* uses '@LIBGTOP_SERVER@' instead of '@GTOP_SERVER@'.Martin Baulig1998-05-211-1/+1
| | | | | * lib/Makefile.am: uses '@LIBGTOP_SERVER@' instead of '@GTOP_SERVER@'.
* renamed variables for 'libgtopConf.sh.in'.Martin Baulig1998-05-211-46/+41
| | | | * configure.in: renamed variables for 'libgtopConf.sh.in'.
* added 'NEED_LIBGTOP'.Martin Baulig1998-05-211-0/+2
| | | | * acconfig.h: added 'NEED_LIBGTOP'.
* rewrote that macro - moved some of the code toMartin Baulig1998-05-211-75/+31
| | | | | | | * acinclude.m4 (AC_LC_SYSDEPS): rewrote that macro - moved some of the code to 'macros/gnome-libgtop-sysdeps.m4'; renamed variables: look at the ChangeLog entry for the new 'libgtopConf.sh.in' for details.
* renamed from 'gtopConf.sh.in'; we now define 'LIBGTOP_LIBDIR',Martin Baulig1998-05-212-25/+25
| | | | | | | | | | | | | * libgtopConf.sh.in: renamed from 'gtopConf.sh.in'; we now define 'LIBGTOP_LIBDIR', 'LIBGTOP_INCLUDEDIR', 'LIBGTOP_LIBS', 'LIBGTOP_INCS', 'LIBGTOP_GUILE_LIBS', 'LIBGTOP_GUILE_INCS', 'LIBGTOP_BINDIR', 'LIBGTOP_SERVER', 'libgtop_sysdeps_dir', 'libgtop_need_server', 'libgtop_use_machine_h', 'libgtop_guile_found', 'libgtop_want_names', 'libgtop_want_guile_names', 'libgtop_want_examples'. * gtopConf.sh.in: renamed to 'libgtopConf.sh.in'.
* *** empty log message ***Martin Baulig1998-05-214-2/+36
|
* added information about latest changes in 'acinclude.m4' andMartin Baulig1998-05-211-1/+50
| | | | | * doc/gnome-hackers.sgml: added information about latest changes in 'acinclude.m4' and 'gtopConf.sh.in'.
* conditionally building 'examples' subdir, added 'copyright.txt' toMartin Baulig1998-05-211-4/+14
| | | | | * Makefile.am: conditionally building 'examples' subdir, added 'copyright.txt' to EXTRA_DIST.
* added 'gtop_guile_found', 'gtop_want_names', 'gtop_want_guile_names' andMartin Baulig1998-05-211-0/+20
| | | | | | * configure.in: added 'gtop_guile_found', 'gtop_want_names', 'gtop_want_guile_names' and 'gtop_want_examples' for use in 'gtopConf.sh.in'; added 'include' and 'include/glibtop' subdirs.
* added 'GLIBTOP_EXAMPLES'.Martin Baulig1998-05-211-1/+1
| | | | * acconfig.h: added 'GLIBTOP_EXAMPLES'.
* define 'GLIBTOP_NAMES' when building libgtop and a new conditionalMartin Baulig1998-05-211-3/+21
| | | | | | | * acinclude.m4 (AC_LC_SYSDEPS): define 'GLIBTOP_NAMES' when building libgtop and a new conditional 'GLIBTOP_NAMES'; added new parameter '--without-examples'; define 'GLIBTOP_EXAMPLES' and conditional 'GLIBTOP_EXAMPLES'.
* added 'GTOP_GUILE_FOUND', 'GTOP_WANT_NAMES', 'GTOP_WANT_GUILE_NAMES' andMartin Baulig1998-05-211-0/+5
| | | | | * gtopConf.sh.in: added 'GTOP_GUILE_FOUND', 'GTOP_WANT_NAMES', 'GTOP_WANT_GUILE_NAMES' and 'GTOP_WANT_EXAMPLES'.
* new file - header file now get properly installed and go into theMartin Baulig1998-05-211-0/+8
| | | | | * include/glibtop/Makefile.am: new file - header file now get properly installed and go into the distribution.
* new fileMartin Baulig1998-05-211-0/+2
| | | | * include/Makefile.am: new file
* added 'DIST_SUBDIRS'Martin Baulig1998-05-211-0/+2
| | | | * sysdeps/guile/Makefile.am: added 'DIST_SUBDIRS'
* added 'DIST_SUBDIRS'Martin Baulig1998-05-211-0/+2
| | | | * sysdeps/Makefile.am: added 'DIST_SUBDIRS'
* new file - currently emptyMartin Baulig1998-05-211-0/+4
| | | | * ChangeLog: new file - currently empty
* added note about 'doc/gnome-hackers.sgml'.Martin Baulig1998-05-214-3/+49
| | | | * NEWS: added note about 'doc/gnome-hackers.sgml'.
* new file - short intro on how to use libgtop in the gnome project;Martin Baulig1998-05-211-0/+271
| | | | | | * doc/gnome-hackers.sgml: new file - short intro on how to use libgtop in the gnome project; especially 'configure' and 'gtopConf.sh'.
* new file - sets output filename and directory for 'gnome-hackers.sgml'.Martin Baulig1998-05-213-1618/+1642
| | | | | | | | | | | | * doc/gnome-hackers.dsl: new file - sets output filename and directory for 'gnome-hackers.sgml'. * doc/libgtop.dsl: most stuff from this file has moved to 'dbtohtml.dsl', it now only overrides the output filename and directory. * doc/dbtohtml.dsl: new file - contains most that was formerly in 'libgtop.dsl'.
* 'GTOP_INCS' and 'GTOP_LIBS' now really point to the places whereMartin Baulig1998-05-211-9/+1
| | | | | | | * configure.in: 'GTOP_INCS' and 'GTOP_LIBS' now really point to the places where everything gets installed and no longer to the build directory, so that they can be used in 'gtopConf.sh'.
* added 'machine_incs' which is used in 'INCLUDES' in severalMartin Baulig1998-05-211-1/+7
| | | | | | | * acinclude.m4 (AC_LC_SYSDEPS): added 'machine_incs' which is used in 'INCLUDES' in several 'Makefile.am's; fixed typo 'ac_cv_want_names'; added missing AC_SUBST of 'use_glibtop_machine_h'.
* INCLUDES no longer uses @GTOP_INCS@ which now points to where theMartin Baulig1998-05-2111-16/+33
| | | | | | stuff gets installed and now longer to the build directories. Added '-D_GNU_SOURCE' to INCLUDES.
* added more detailed description of today's changes.Martin Baulig1998-05-202-0/+59
| | | | | * NEWS: added more detailed description of today's changes.
* added required check for 'GLIBGTOP_GUILE_NAMES'.Martin Baulig1998-05-202-4/+9
| | | | | * examples/third.c: added required check for 'GLIBGTOP_GUILE_NAMES'.