summaryrefslogtreecommitdiff
path: root/support/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchgnome-games-1-0nobody1999-09-271-378/+0
| | | | | | 'gnome-games-1-0'. svn path=/branches/gnome-games-1-0/; revision=968
* Put c++ guards after #includes.Raja R Harinath1999-05-271-0/+7
| | | | | | | | | * gnomesupport.awk: Put c++ guards after #includes. * gnomesupport-fake.h: Remove dependence on `gnome-argp.h'. Move relevant declarations here. svn path=/trunk/; revision=810
* Use `set_errno' instead of `__set_errno' and define `set_errno' here.Martin Baulig1999-05-121-0/+5
| | | | | | | | | 1999-05-12 Martin Baulig <martin@home-of-linux.org> * canonicalize.c: Use `set_errno' instead of `__set_errno' and define `set_errno' here. svn path=/trunk/; revision=808
* Rename from supportincludedir so that `gnomesupport.h' can be installedRaja R Harinath1999-03-271-0/+10
| | | | | | | | | | | | * Makefile.am (supportexecincludedir): Rename from supportincludedir so that `gnomesupport.h' can be installed with `make install-exec'. (supportinclude_HEADERS): Remove. Don't install popt-gnome.h twice. (error.o): Change `error.c: gnomesupport.h' dependency to `error.o: gnomesupport.h' to reflect actual dependency. svn path=/trunk/; revision=726
* Include <gnome-argp.h> instead of the removed <argp-namefrob.h>.Martin Baulig1999-02-191-0/+5
| | | | | | | | | 1999-02-19 Martin Baulig <martin@home-of-linux.org> * canonicalize.c: Include <gnome-argp.h> instead of the removed <argp-namefrob.h>. svn path=/trunk/; revision=641
* Removed the suspicious `#ifdef HAVE_DGETTEXT...' switch. Now `prognameChangwoo Ryu1999-02-171-0/+5
| | | | | | | | | 1999-02-17 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * poptint.h: Removed the suspicious `#ifdef HAVE_DGETTEXT...' switch. Now `progname --help' messages should be translated. svn path=/trunk/; revision=637
* poptParseArgvString cleanups...Jeff Garzik1998-12-241-0/+8
| | | | | | | | | | x Added array grow increment constant. Remove unnecessary 'dst' init. Remove unnecessary strcpy(). Make arg 's' and var 'src' const-correct. svn path=/trunk/; revision=543
* fix pointer assignmentMatt Wilson1998-12-211-0/+4
| | | | | | | | 1998-12-21 Matt Wilson <msw@redhat.com> * poptparse.c: fix pointer assignment svn path=/trunk/; revision=540
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-171-0/+7
| | | | | | | | Merge the changes from GNOME_STABLE into HEAD. Miguel. svn path=/trunk/; revision=535
* Add all source and header files here.Martin Baulig1998-12-151-0/+4
| | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * Makefile.am (EXTRA_DIST): Add all source and header files here. svn path=/trunk/; revision=525
* Add back `gnomesupport.awk' and `README-gnome'.Raja R Harinath1998-12-031-1/+6
| | | | | | | * Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and `README-gnome'. svn path=/trunk/; revision=497
* Include. Define POPT_() and _() i18n markers based on this.Raja R Harinath1998-11-061-0/+6
| | | | | | | | * popt.c (gnomesupport-fake.h): Include. * poptint.h (ENABLE_NLS): Define POPT_() and _() i18n markers based on this. svn path=/trunk/; revision=466
* Include gnomesupport.h unconditionally. Build libgnomesupport.laRaja R Harinath1998-11-041-0/+18
| | | | | | | | | | | | | | | | | | | | * gnomesupport-fake.h: Include gnomesupport.h unconditionally. * Makefile.am: Build libgnomesupport.la unconditionally. (popt_sources): List `popt' sources. (libgnomesupport_la_SOURCES): Include $popt_sources. (include_HEADERS): Install `popt.h'. (noinst_HEADERSS): Don't install poptint.h and findme.h. * popt.c: New file. From the POPT package. Replacement for argp/getopt. * poptparse.c: Likewise. * popthelp.c: Likewise. * poptconfig.c: Likewise. * findme.c: Likewise. * findme.h: Likewise. * popt.h: Likewise. * poptint.h: Likewise. svn path=/trunk/; revision=464
* Remove `weak_alias'. (canonicalize_file_name): Comment out.Raja R Harinath1998-09-031-0/+8
| | | | | | | | | | * canonicalize.c (realpath): Remove `weak_alias'. (canonicalize_file_name): Comment out. * gnomesupport.awk: Remove `canonicalize_file_name', and correct the comment for `realpath'. svn path=/trunk/; revision=376
* Emit declarations if required.Martin Baulig1998-09-021-0/+10
| | | | | | | | | | | | | | 1998-09-02 Martin Baulig <martin@home-of-linux.org> * gnomesupport.awk (canonicalize_file_name, realpath): Emit declarations if required. * canonicalize.c (canonicalize_file_name, realpath): New file. Imported from GLibC 2.0.7. * libc-symbols.h: New file. Imported from GLibC 2.0.7. svn path=/trunk/; revision=373
* Emit declarations for `setreuid', `setregid' and `getpagesize' if requiredMartin Baulig1998-08-241-0/+5
| | | | | | | | | 1998-08-24 Martin Baulig <martin@home-of-linux.org> * gnomesupport.awk: Emit declarations for `setreuid', `setregid' and `getpagesize' if required (GCC_NEED_DECLARATIONS). svn path=/trunk/; revision=350
* Reword log-entry to be less misleading.Raja R Harinath1998-08-211-1/+1
| | | | svn path=/trunk/; revision=341
* Added explicit dependency `error.c: gnomesupport.h'.Martin Baulig1998-08-181-0/+5
| | | | | | | | | | | 1998-08-18 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Added explicit dependency `error.c: gnomesupport.h'. * gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under FreeBSD. svn path=/trunk/; revision=335
* Include `gnomesupport.h' only if we really `NEED_GNOMESUPPORT_H'.Martin Baulig1998-08-171-0/+5
| | | | | | | | | 1998-08-18 Martin Baulig <martin@home-of-linux.org> * gnomesupport-fake.h: Include `gnomesupport.h' only if we really `NEED_GNOMESUPPORT_H'. svn path=/trunk/; revision=334
* Added all source and header files that are in CVS to make sure everythingMartin Baulig1998-08-161-0/+6
| | | | | | | | | | 1998-08-16 Martin Baulig <martin@home-of-linux.org> * Makefile.am (EXTRA_DIST): Added all source and header files that are in CVS to make sure everything is included in the distribution no matter which files are used on the build system. svn path=/trunk/; revision=331
* List `gnomesupport.h' here to ensure that it is built.Raja R Harinath1998-08-151-0/+5
| | | | | | | | | | * Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h' here to ensure that it is built. This should explain why `gnomesupport.h' isn't being built for all those people building out of the tarballs. svn path=/trunk/; revision=330
* Add `gnomesupport-fake.h'.Raja R Harinath1998-08-061-0/+4
| | | | | | * Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'. svn path=/trunk/; revision=325
* Clean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementationRaja R Harinath1998-08-021-0/+5
| | | | | | | * error.c (program_name): Clean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementation namespace only if _LIBC. svn path=/trunk/; revision=316
* Making weak alias `__error' and `__error_at_line' only if `_LIBC' isMartin Baulig1998-07-301-0/+4
| | | | | | | | | | 1998-07-30 Martin Baulig <martin@home-of-linux.org> * error.c: Making weak alias `__error' and `__error_at_line' only if `_LIBC' is defined and not if we only HAVE_PROGRAM_INVOCATION_NAME. svn path=/trunk/; revision=313
* Include gnome-argp.h to get `program_invocation_name'.Martin Baulig1998-07-301-0/+5
| | | | | | | | | 1998-07-30 Martin Baulig <martin@home-of-linux.org> * gnomesupport-fake.h: Include gnome-argp.h to get `program_invocation_name'. svn path=/trunk/; revision=308
* New file. Fake in HAVE_* for functions that are provided by `gnomesupport'Raja R Harinath1998-07-291-0/+8
| | | | | | | | | | * gnomesupport-fake.h: New file. Fake in HAVE_* for functions that are provided by `gnomesupport' rather than `libc'. * error.c: Include gnomesupport-fake.h. (program_name): Define to `program_invocation_name' if HAVE_PROGRAM_INVOCATION_NAME. svn path=/trunk/; revision=305
* New files. Imported from glibc.Martin Baulig1998-07-291-0/+6
| | | | | | | | | | 1998-07-29 Martin Baulig <martin@home-of-linux.org> * error.c, error.h: New files. Imported from glibc. * Makefile.am (supportinclude_HEADERS): Added `error.h'. svn path=/trunk/; revision=301
* Removed. Using `const' instead of `CONST'.Martin Baulig1998-07-171-0/+5
| | | | | | | | | 1998-07-17 Martin Baulig <martin@home-of-linux.org> * strtol.c, strtoul.c (<ansidecl.h>): Removed. Using `const' instead of `CONST'. svn path=/trunk/; revision=283
* Emit declaration.Raja R Harinath1998-07-151-1/+5
| | | | | | * gnomesupport.awk (gethostname): Emit declaration. svn path=/trunk/; revision=282
* Emit declarations.Martin Baulig1998-07-151-0/+10
| | | | | | | | | | | | | | 1998-07-15 Martin Baulig <baulig@Stud.Informatik.uni-trier.de> * gnomesupport-h.c (memmove strtod strtol strtoul): Emit declarations. * memmove.c: New file. Imported from GNU libiberty. * strtod.c, strtol.c, strtoul.c: New files. Imported from GNU libiberty. svn path=/trunk/; revision=279
* Systems that don't have `mkstemp' probably don't have <stdint.h> either.Raja R Harinath1998-07-141-0/+6
| | | | | | | | * mkstemp.c (<stdint.h>): Systems that don't have `mkstemp' probably don't have <stdint.h> either. Will fix it with a proper autoconf test later. svn path=/trunk/; revision=274
* Define to `extern __inline__', rather that `extern inline'. Since thisRaja R Harinath1998-07-131-0/+9
| | | | | | | | | | | * argp.h (ARGP_EI): Define to `extern __inline__', rather that `extern inline'. Since this code is inside an __OPTIMIZE__ check, I assume this is GCC, and __inline__ will work. * mkstemp.c: New file. * gnomesupport.awk: Conditionally emit prototype for `mkstemp'. svn path=/trunk/; revision=273
* Don't include <malloc.h>.Tom Tromey1998-07-071-0/+4
| | | | | | | | Tue Jul 7 00:02:51 1998 Tom Tromey <tromey@cygnus.com> * argp-help.c: Don't include <malloc.h>. svn path=/trunk/; revision=271
* Add `gnomesupport.awk'.Raja R Harinath1998-06-111-0/+2
| | | | | | | | | * Makefile.am (EXTRA_DIST): Add `gnomesupport.awk'. Also, simplied `gnomesupport.awk', and really removed `gnomesupport-h.c'. svn path=/trunk/; revision=251
* Build with `gnomesupport.awk'. (CROSS_COMPILING): Remove. New file, toRaja R Harinath1998-06-111-0/+7
| | | | | | | | | * Makefile.am (gnomesupport.h): Build with `gnomesupport.awk'. (CROSS_COMPILING): Remove. * gnomesupport.awk: New file, to replace `gnomesupport-h.c'. * gnomesupport-h.c: Removed. Doesn't work well in cross-compiles. svn path=/trunk/; revision=249
* When cross-compiling, this is build using `$(build_CC)' because it needsMartin Baulig1998-06-081-0/+7
| | | | | | | | | | | 1998-06-08 Martin Baulig <martin@home-of-linux.org> * Makefile.am (gnomesupport-h): When cross-compiling, this is build using `$(build_CC)' because it needs to run on the build system. Look at gnome-libs/configure.in to see how to get `build_CC'. svn path=/trunk/; revision=242
* Unconditionally declare program_invocation_name andTom Tromey1998-05-221-0/+6
| | | | | | | | | | 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
* 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-201-0/+4
| | | | | | * Makefile.am (INCLUDES): Define _GNU_SOURCE. svn path=/trunk/; revision=216
* Emit declaration.Raja R Harinath1998-05-201-0/+1
| | | | | | * gnomesupport-h.c (strerror): Emit declaration. svn path=/trunk/; revision=214
* New file. Imported from GNU libiberty.Raja R Harinath1998-05-201-0/+4
| | | | | | * strerror.c: New file. Imported from GNU libiberty. svn path=/trunk/; revision=211
* Added prototype for systems defining __STDC__.Martin Baulig1998-05-191-0/+9
| | | | | | | | | | | * 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
* Removed the bad fix I introduced. I will never make a lvalue cast again.Kjartan Maraas1998-05-121-0/+5
| | | | | | | | | 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
* Removed a compiler warning in gnome-libs/support/argp-help.cKjartan Maraas1998-05-091-0/+4
| | | | | | | | 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
* Make gnomesupport.h include stddef.h unconditionally.Raja R Harinath1998-04-141-0/+5
| | | | | | | * 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-131-0/+12
| | | | | | | | | * 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
* Is now $(pkglibdir)/include. `gnomesupport.h' is a generated fileRaja R Harinath1998-04-121-0/+18
| | | | | | | | | | | | | | | | | | | | * 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
* Import from GNU libc. Remove assumptions that this file is compiled insideRaja R Harinath1998-04-081-0/+20
| | | | | | | | | | | | | | | | | | | | | | * 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
* Imported from GNU libit-0.4. Applied a change that appears in `libiberty'.Raja R Harinath1998-03-291-0/+5
| | | | | | | * vasprintf.c (int_vasprintf): Imported from GNU libit-0.4. Applied a change that appears in `libiberty'. svn path=/trunk/; revision=175
* Imported from glibc. Added argp.texi.Tom Tromey1998-03-141-0/+5
| | | | | | | | | Fri Mar 13 21:30:34 1998 Tom Tromey <tromey@cygnus.com> * argp.texi: Imported from glibc. * Makefile.am (EXTRA_DIST): Added argp.texi. svn path=/trunk/; revision=148