summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchMC_4_1_STABLEnobody1998-05-2414-862/+0
| | | | | | 'MC_4_1_STABLE'. svn path=/branches/MC_4_1_STABLE/; revision=234
* *** empty log message ***Martin Baulig1998-05-241-0/+5
| | | | svn path=/trunk/; revision=230
* Set this to true on SunOS.Martin Baulig1998-05-231-1/+1
| | | | | | | * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK): (libgtop_use_machine_h): Set this to true on SunOS. svn path=/trunk/; revision=229
* *** empty log message ***Martin Baulig1998-05-221-0/+6
| | | | svn path=/trunk/; revision=228
* New file. Imported from `configure.in' in GNU fileutils 3.16. It does allMartin Baulig1998-05-221-409/+255
| | | | | | | | * gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file. Imported from `configure.in' in GNU fileutils 3.16. It does all the checks that are needed for the diskusage applet. svn path=/trunk/; revision=227
* Initial revisionMartin Baulig1998-05-221-0/+574
| | | | svn path=/trunk/; revision=223
* Unconditionally declare program_invocation_name andTom Tromey1998-05-222-5/+8
| | | | | | | | | | Thu May 21 21:21:12 1998 Tom Tromey <tromey@cygnus.com> * gnome-argp.h: Unconditionally declare program_invocation_name and program_invocation_short_name; some systems define these but don't declare them. svn path=/trunk/; revision=222
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-222-0/+90
| | | | | | | | | * gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file. Checks whether libgtop is installed and reads its `libgtopConf.sh' file if it can be found. Defines HAVE_LIBGTOP on success and provides HAVE_LIBGTOP automake conditional. svn path=/trunk/; revision=221
* Removed unwanted AC_WITH(sysdeps).Martin Baulig1998-05-221-35/+19
| | | | svn path=/trunk/; revision=220
* Fixed typo.Martin Baulig1998-05-211-1/+1
| | | | svn path=/trunk/; revision=219
* New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.Martin Baulig1998-05-211-0/+79
| | | | | | | | | | | | * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses. (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this is `yes'. (libgtop_need_server): we only need the libgtop server, when this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP automake conditional. svn path=/trunk/; revision=218
* fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf()Martin Baulig1998-05-211-3/+4
| | | | | | | | * vsnprintf.c: fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf() yesterday, I just changed its actual declaration on systems defining __STDC__ to avoid a clash with the prototype in some system header file. svn path=/trunk/; revision=217
* Define _GNU_SOURCE.Raja R Harinath1998-05-202-0/+5
| | | | | | * Makefile.am (INCLUDES): Define _GNU_SOURCE. svn path=/trunk/; revision=216
* Added missing '#endif'.Martin Baulig1998-05-201-0/+1
| | | | svn path=/trunk/; revision=215
* Emit declaration.Raja R Harinath1998-05-202-6/+14
| | | | | | * gnomesupport-h.c (strerror): Emit declaration. svn path=/trunk/; revision=214
* Fix typo.Raja R Harinath1998-05-201-1/+1
| | | | svn path=/trunk/; revision=213
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-202-15/+40
| | | | | | | | | * gnome-support.m4 (strerror): New check. (sys_errlist): Check for this variable, needed for `strerror'. (program_invocation_name, program_invocation_short_name): Change method used to check for these. svn path=/trunk/; revision=212
* New file. Imported from GNU libiberty.Raja R Harinath1998-05-202-3/+12
| | | | | | * strerror.c: New file. Imported from GNU libiberty. svn path=/trunk/; revision=211
* Initial revisionRaja R Harinath1998-05-191-0/+831
| | | | svn path=/trunk/; revision=207
* Added prototype for systems defining __STDC__.Martin Baulig1998-05-192-20/+35
| | | | | | | | | | | * vsnprintf.c (vsnprintf): Added prototype for systems defining __STDC__. * vsnprintf.c (snprintf): Moved toward the end of the file, that the compiler gets correct prototype for vsnprintf(). svn path=/trunk/; revision=206
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-131-0/+4
| | | | svn path=/trunk/; revision=204
* Removed the bad fix I introduced. I will never make a lvalue cast again.Kjartan Maraas1998-05-122-1/+6
| | | | | | | | | 1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no> * argp-help.c: Removed the bad fix I introduced. I will never make a lvalue cast again. :) svn path=/trunk/; revision=203
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-102-18/+5
| | | | | | * autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=202
* Removed a compiler warning in gnome-libs/support/argp-help.cKjartan Maraas1998-05-092-1/+5
| | | | | | | | 1998-05-09 Kjartan Maraas <kmaraas@fib.hl.no> * Removed a compiler warning in gnome-libs/support/argp-help.c svn path=/trunk/; revision=201
* Declare variable buf in gnome-help.cManish Singh1998-04-271-0/+2
| | | | | | | | updated some .cvsignores. -Yosh svn path=/trunk/; revision=199
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-242-1/+8
| | | | | | | | | | | Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org> * autogen.sh: Pass the results of the environment variable ACLOCAL_FLAGS to aclocal. This allows, for instance, ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh svn path=/trunk/; revision=198
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-221-1/+1
| | | | svn path=/trunk/; revision=197
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
| | | | svn path=/trunk/; revision=196
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
| | | | | | | | Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net> * ee/doc/.cvsignore: added to ignore generated files. svn path=/trunk/; revision=195
* Updated the gtk check to check for 1.0.0EDT 1998 Gregory McLean1998-04-191-1/+1
| | | | | | | | Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0 svn path=/trunk/; revision=194
* Make gnomesupport.h include stddef.h unconditionally.Raja R Harinath1998-04-142-0/+7
| | | | | | | * gnomesupport-h.c (main): Make gnomesupport.h include stddef.h unconditionally. svn path=/trunk/; revision=193
* Include. Do all the `dirent' wrangling only if `scandir' is needed. Also,Raja R Harinath1998-04-133-9/+30
| | | | | | | | | * scandir.c (<sys/types.h>): Include. * gnomesupport-h.c (!HAVE_SCANDIR): Do all the `dirent' wrangling only if `scandir' is needed. Also, include <sys/types.h> in all cases. svn path=/trunk/; revision=192
* freebsd needs types.h before dirent.hSeth Alves1998-04-131-0/+3
| | | | svn path=/trunk/; revision=191
* Is now $(pkglibdir)/include. `gnomesupport.h' is a generated fileRaja R Harinath1998-04-124-1/+190
| | | | | | | | | | | | | | | | | | | | * Makefile.am (supportincludedir): Is now $(pkglibdir)/include. `gnomesupport.h' is a generated file dependent on the configure process. So, this seems a good place. The rest of the headers are also here just because I'm too lazy to maintain two separate include directories to search in for `libgnomesupport' stuff ;-) (supportinclude_DATA): New var. Has `gnomesupport.h'. (BUILT_SOURCES): Generate `gnomesupport.h'. * gnomesupport-h.c: New file. Used to generate `gnomesupport.h', which contains prototypes for many of the functions in `libgnomesupport'. This method is used to ensure that prototypes appear only for those functions that are provided by `libgnomesupport'. * scandir.c (alphasort): New utility function. svn path=/trunk/; revision=190
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-092-1/+4
| | | | | | * gnome-support.m4: Also run AC_HEADER_DIRENT. svn path=/trunk/; revision=188
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-083-4/+9
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=187
* Import from GNU libc. Remove assumptions that this file is compiled insideRaja R Harinath1998-04-082-10/+58
| | | | | | | | | | | | | | | | | | | | | | * scandir.c: Import from GNU libc. Remove assumptions that this file is compiled inside GLIBC. Here are the ChangeLog entries when I imported it originally into `gwp': 1998-02-08 Raja R Harinath <harinath@cs.umn.edu> * scandir.c (scandir): Revert change of `1998-02-07'. Don't use d_reclen, but fix the expression used to figure out the length. 1998-02-07 Raja R Harinath <harinath@cs.umn.edu> * scandir.c (scandir): Use `d_reclen' field to get length of record. 1998-02-06 Raja R Harinath <harinath@cs.umn.edu> * scandir.c: New file. Replacement function copied from glibc, edited to not step on implementation namespace. svn path=/trunk/; revision=186
* Initial revisionRaja R Harinath1998-04-081-0/+96
| | | | svn path=/trunk/; revision=182
* Look for vasprintf.Raja R Harinath1998-04-012-1/+5
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=181
* Added missing filesArturo Espinosa1998-03-312-0/+222
| | | | svn path=/trunk/; revision=177
* Imported from GNU libit-0.4. Applied a change that appears in `libiberty'.Raja R Harinath1998-03-293-1/+30
| | | | | | | * vasprintf.c (int_vasprintf): Imported from GNU libit-0.4. Applied a change that appears in `libiberty'. svn path=/trunk/; revision=175
* Initial revisionRaja R Harinath1998-03-291-0/+193
| | | | svn path=/trunk/; revision=171
* gratious last time fixes to the i18n code -migArturo Espinosa1998-03-251-0/+7
| | | | svn path=/trunk/; revision=169
* don't read ~/.popt in setuid appsErik Troan1998-03-231-0/+2
| | | | svn path=/trunk/; revision=156
* ignore a bunch more irrelevant piecesElliot Lee1998-03-231-0/+7
| | | | svn path=/trunk/; revision=155
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-202-2/+9
| | | | | | | | | | Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com> * gnome.m4: An empty true branch of an `if' statement is not valid sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":" instead. svn path=/trunk/; revision=154
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome ↵Arturo Espinosa1998-03-202-5/+30
| | | | | | installation - mig svn path=/trunk/; revision=153
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-202-5/+1
| | | | | | | | | 1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * gnome-app.c (gnome_app_add): Add support for gtk_container_add to GnomeApp widget. svn path=/trunk/; revision=152
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-192-7/+27
| | | | | | | | | | Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Cache results of check for program_invocation_short_name, program_invocation_name. Check to make sure argp functions are in a library. svn path=/trunk/; revision=151
* Cache results of argp check.Tom Tromey1998-03-192-4/+16
| | | | | | | | Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Cache results of argp check. svn path=/trunk/; revision=150