summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'gnome-2-8'.gnome-2-8nobody2004-07-1864-10104/+0
| | | | svn path=/branches/gnome-2-8/; revision=3472
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/reference.texi: * include/glibtop/command.h: * include/glibtop/glib-arrays.h: * include/glibtop/proclist.h: * lib/glib-arrays.c: (glibtop_get_proclist_as_array_l): * lib/lib.pl: * scripts/c_types.pl: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection): * support/mkstemp.c: * sysdeps/aix/proclist.c: (glibtop_get_proclist_s): * sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p): * sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p): * sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p): * sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p): * sysdeps/kernel/proclist.c: (glibtop_get_proclist_s): * sysdeps/linux/proclist.c: (glibtop_get_proclist_s): * sysdeps/osf1/proclist.c: (glibtop_get_proclist_p): * sysdeps/solaris/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p): * sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more. Closes #147618. svn path=/trunk/; revision=3455
* *** empty log message ***Benoît Dejean2004-06-181-12/+12
| | | | svn path=/trunk/; revision=3452
* Add code to check for mkinstalldirs in the shared automake filesRodney Dawes2004-06-102-0/+18
| | | | | | | | | | | | | 2004-06-10 Rodney Dawes <dobey@ximian.com> * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in the shared automake files directory, and copy it in if we are using AM_GLIB_GNU_GETTEXT Fixes #144069 CVS: ---------------------------------------------------------------------- svn path=/trunk/; revision=3451
* whitespace clean up.Benoît Dejean2004-06-0915-53/+53
| | | | | | * *.{c,h} : whitespace clean up. svn path=/trunk/; revision=3450
* Cleaned.Benoît Dejean2004-06-062-5/+2
| | | | | | | | | * lib/parameter.c: * support/popt.c: (poptGetContext): Cleaned. * support/vsnprintf.c: s/strncpy/g_strlcpy svn path=/trunk/; revision=3449
* Many apologies, building from a clean tree generates VERSION andRichard Kinder2004-06-042-7/+2
| | | | | | PACKAGE correctly. Reverting previous commit. svn path=/trunk/; revision=3448
* Make gnome-doc-common work properly.Richard Kinder2004-06-042-2/+7
| | | | svn path=/trunk/; revision=3447
* simplify documentation, and bring it into line with the current stateJames Henstridge2004-05-261-70/+29
| | | | | | of gnome-common. svn path=/trunk/; revision=3446
* remove a few more unused files.James Henstridge2004-05-264-5/+1
| | | | svn path=/trunk/; revision=3445
* delete some files that were unused after the reorganisationJames Henstridge2004-05-264-61/+0
| | | | svn path=/trunk/; revision=3444
* some small cleanups.James Henstridge2004-05-2610-423/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-05-26 James Henstridge <james@daa.com.au> * macros2/gnome-compiler-warnings.m4: some small cleanups. * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is turned off in all recent Autoconfs, it doesn't make sense to use it. Change implementation to instead make sure ${ACLOCAL_FLAGS} gets passed to aclocal when called from the makefile. * macros2/Makefile.am: alter installation so that it puts the macros directly into $(datadir)/aclocal instead of $(datadir)/aclocal/gnome2-macros * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of automake. * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to reduce chance of collisions. * macros2/gnome-autogen.sh: move from autogen.sh * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories. * configure.in: don't create makefiles for bin/ and macros/ directories. Since we don't actually build the support/ directory (since 2001), remove the matching parts from the configure script. svn path=/trunk/; revision=3443
* simplify and update spec file.gnome-2-6-anchorJames Henstridge2004-05-132-64/+25
| | | | | | | | 2004-05-13 James Henstridge <james@daa.com.au> * gnome-common.spec.in: simplify and update spec file. svn path=/trunk/; revision=3440
* Change the order the various tools are called in to match that ofJames Henstridge2004-05-132-18/+35
| | | | | | | | | 2004-05-13 James Henstridge <james@daa.com.au> * autogen.sh: Change the order the various tools are called in to match that of autoconf's autoupdate tool. See bug 138584. svn path=/trunk/; revision=3439
* fix bug #135557Sven Herzberg2004-02-272-1/+5
| | | | svn path=/trunk/; revision=3438
* fix one last occurrence of not using $(DESTDIR).Mark McLoughlin2004-02-172-1/+6
| | | | | | | | | 2004-02-17 Mark McLoughlin <mark@skynet.ie> * doc-build/xmldocs.make: fix one last occurrence of not using $(DESTDIR). svn path=/trunk/; revision=3437
* Use automake-1.8 if available. Patch from alexander.winston@comcast.netMalcolm Tredinnick2004-01-312-3/+9
| | | | | | | * autogen.sh: Use automake-1.8 if available. Patch from alexander.winston@comcast.net (Alexander Winston). Bug #132966. svn path=/trunk/; revision=3436
* Deprecate the use of GNOME2_DIR and allow the use of GNOME2_PATH (bugMalcolm Tredinnick2004-01-252-10/+27
| | | | | | | * autogen.sh: Deprecate the use of GNOME2_DIR and allow the use of GNOME2_PATH (bug #130516). svn path=/trunk/; revision=3435
* Run intltoolize after automake, since intltoolize wants mkinstalldirs now.Malcolm Tredinnick2004-01-022-4/+12
| | | | | | | * autogen.sh: Run intltoolize after automake, since intltoolize wants mkinstalldirs now. Should fix bugs #130309 and #130366. svn path=/trunk/; revision=3434
* Change the use of head to be 'head -n -1', since the GNU version of headMalcolm Tredinnick2003-12-122-1/+8
| | | | | | | | | * autogen.sh: Change the use of head to be 'head -n -1', since the GNU version of head appears to have changed behaviour between version 5.0 and 5.0.9 somewhere. This should be portable across all versions now. Fixed bug #128867. svn path=/trunk/; revision=3433
* Release 0.30.0Carlos Garnacho Parro2003-12-091-0/+4
| | | | | | | | 2003-12-09 Carlos Garnacho Parro <garnacho@tuxerver.net> * Release 0.30.0 svn path=/trunk/; revision=3072
* Update automake checks to check incremental versions in the correct order,Rodney Dawes2003-12-082-2/+7
| | | | | | | | | 2003-12-08 Rodney Dawes <dobey@free.fr> * autogen.sh: Update automake checks to check incremental versions in the correct order, Fixes #128691 svn path=/trunk/; revision=3071
* Replace use of -or in a find command with -o. Makes things work for peopleMalcolm Tredinnick2003-11-192-1/+7
| | | | | | | | * autogen.sh: Replace use of -or in a find command with -o. Makes things work for people with less functional versions of find. Fixes bug #127354 reported by Rolf Sponsel. svn path=/trunk/; revision=3070
* Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.32003-11-032-6/+8
| | | | | | | | | 2003-11-03 <clahey@ximian.com> * gnome-common.m4: Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES. svn path=/trunk/; revision=3069
* Make version checking work, as pointed out by Michael H Schimek in bugMalcolm Tredinnick2003-11-012-1/+6
| | | | | | | * autogen.sh: Make version checking work, as pointed out by Michael H Schimek in bug #125818. svn path=/trunk/; revision=3068
* Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added12003-10-312-5/+13
| | | | | | | | | 2003-10-31 <clahey@ximian.com> * gnome-common.m4: Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR. svn path=/trunk/; revision=3067
* New macro to disable deprecated functions and widgets when maintainer mode12003-10-312-0/+18
| | | | | | | | | 2003-10-31 <clahey@ximian.com> * gnome-common.m4: New macro to disable deprecated functions and widgets when maintainer mode is on. svn path=/trunk/; revision=3066
* make it compileBastien Nocera2003-10-202-4/+10
| | | | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * configure.in: make it compile svn path=/trunk/; revision=3062
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-1910-330/+379
| | | | | | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * support/*: Reverted libgtop changes. It's a common module and I should not modify it. * Added/removed files. Now the move should be done. svn path=/trunk/; revision=3060
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-1910-379/+330
| | | | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD. svn path=/trunk/; revision=3059
* Distribute README in place of the non-existent ChangeLog. Doh!GNOME_COMMON_2_4_0Malcolm Tredinnick2003-10-024-3/+13
| | | | | | | | | | * doc-build/Makefile.am: Distribute README in place of the non-existent ChangeLog. Doh! * autogen.sh: Use the GNOME 2 autogen.sh script by default. * configure.in: Version number bumped. svn path=/trunk/; revision=3057
* Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).Marco Pesenti Gritti2003-08-232-5/+10
| | | | | | | | | | | 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS). svn path=/trunk/; revision=3055
* Show the version found for the various build tools like automake,Malcolm Tredinnick2003-08-102-1/+7
| | | | | | | | * autogen.sh: Show the version found for the various build tools like automake, autoconf, libtool, etc. Patch from Steve Chaplin (bug #119533). svn path=/trunk/; revision=3054
* Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGSMalcolm Tredinnick2003-08-052-1/+8
| | | | | | | | | * compile-flags.m4: Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best attempts, the current set should work for the widest range of g++ versions (see bug #118987 for the discussion). svn path=/trunk/; revision=3053
* Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.Malcolm Tredinnick2003-08-032-1/+6
| | | | | | | * compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug #118987. svn path=/trunk/; revision=3052
* Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". ThisMalcolm Tredinnick2003-07-282-1/+7
| | | | | | | | * compiler-flags.m4: Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug #118479 (another good bit of debugging from Steve Chaplin). svn path=/trunk/; revision=3051
* Remove some redundant options as suggested by Steve Chaplin in bugMalcolm Tredinnick2003-07-202-3/+9
| | | | | | | | * compiler-flags.m4: Remove some redundant options as suggested by Steve Chaplin in bug #115475. The warnings list looks simpler now, but is no less functional. svn path=/trunk/; revision=3050
* Fixed a typo in the debugging output.Malcolm Tredinnick2003-07-152-1/+5
| | | | svn path=/trunk/; revision=3049
* don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3Frédéric Crozat2003-07-042-1/+6
| | | | | | | * macros2/compiler-flags.m4: don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3 when used on C. svn path=/trunk/; revision=3048
* Add third argument to AC_DEFINE.Sebastian Rittau2003-06-282-1/+5
| | | | svn path=/trunk/; revision=2910
* Remove --enable-compile-warnings from the default arguments passed toMarco Pesenti Gritti2003-06-242-1/+9
| | | | | | | | | | | | 2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> * macros2/autogen.sh: Remove --enable-compile-warnings from the default arguments passed to configure because it break GNOME_COMPILE_WARNINGS macro. svn path=/trunk/; revision=2908
* Fix some strangeness in the gnome-doc-common test.Malcolm Tredinnick2003-06-202-2/+6
| | | | | | | | 2003-06-20 Malcolm Tredinnick <malcolm@commsecure.com.au> * autogen.sh: Fix some strangeness in the gnome-doc-common test. svn path=/trunk/; revision=2907
* Inserted missing "cd $dirname" to effectively process subdirectories,Gustavo J. A. M. Carneiro2003-06-202-0/+10
| | | | | | | | | | | | | 2003-06-19 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net> * autogen.sh: Inserted missing "cd $dirname" to effectively process subdirectories, since all it was doing was to process the toplevel dir multiple times. [Editor's note: also reported with patch by Elijah Newren in bug #115481.] svn path=/trunk/; revision=2906
* Bump the version number to 2.3.0Malcolm Tredinnick2003-05-2410-7/+253
| | | | | | | | | | | * configure.in: Bump the version number to 2.3.0 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*: Add in the infrastructure to allow user documentatin to be built from some common files. This will not affect existing packages. The changes required to use this are given in doc-build/README. svn path=/trunk/; revision=2905
* I might as well admit to maintaining this module, since my claims to theMalcolm Tredinnick2003-05-242-0/+5
| | | | | | contrary do not seem to have fooled anybody. :( svn path=/trunk/; revision=2904
* Ignore {arch} subdirectories. Fixes bug #113327.Malcolm Tredinnick2003-05-202-1/+5
| | | | | | * autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327. svn path=/trunk/; revision=2903
* autogen.sh: - Extend the check_m4macros() function to handle CygwinMalcolm Tredinnick2003-05-042-3/+16
| | | | | | | | autogen.sh: - Extend the check_m4macros() function to handle Cygwin environments. Fixes bug #110947. svn path=/trunk/; revision=2900
* Make this portable to Bourne-like shells. Fixes the problems pointed outMalcolm Tredinnick2003-05-042-63/+72
| | | | | | | * autogen.sh: Make this portable to Bourne-like shells. Fixes the problems pointed out by Morten Welinder in bug #110177. svn path=/trunk/; revision=2899
* Allow users to specify the binary to run instead of libtoolize by checkingMalcolm Tredinnick2003-05-032-2/+11
| | | | | | | | * autogen.sh: Allow users to specify the binary to run instead of libtoolize by checking the value of $LIBTOOLIZE. This is apparently an issue sometimes on MacOS X and fixes bug #111917. svn path=/trunk/; revision=2834
* Fix a small typo in the glib-gettext codeRoss Burton2003-04-102-1/+5
| | | | svn path=/trunk/; revision=2833