summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor whitespace change.Raja R Harinath1998-06-251-1/+1
| | | | svn path=/trunk/; revision=259
* Add `gnomesupport.awk'.Raja R Harinath1998-06-114-285/+88
| | | | | | | | | * Makefile.am (EXTRA_DIST): Add `gnomesupport.awk'. Also, simplied `gnomesupport.awk', and really removed `gnomesupport-h.c'. svn path=/trunk/; revision=251
* Fix couple of typos.Raja R Harinath1998-06-111-2/+2
| | | | svn path=/trunk/; revision=250
* Build with `gnomesupport.awk'. (CROSS_COMPILING): Remove. New file, toRaja R Harinath1998-06-113-9/+158
| | | | | | | | | * 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-082-0/+11
| | | | | | | | | | | 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-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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* don't read ~/.popt in setuid appsErik Troan1998-03-231-0/+2
| | | | svn path=/trunk/; revision=156
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-201-4/+0
| | | | | | | | | 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
* Imported from glibc. Added argp.texi.Tom Tromey1998-03-142-1/+6
| | | | | | | | | 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
* Initial revisionTom Tromey1998-03-141-0/+1161
| | | | svn path=/trunk/; revision=144
* Don't install argp-fmtstream.h and argp-namefrob.h. They are used only toRaja R Harinath1998-03-122-2/+11
| | | | | | | | | | * Makefile.am (noinst_HEADERS): Don't install argp-fmtstream.h and argp-namefrob.h. They are used only to compile `argp' and not for general usage. - Hari svn path=/trunk/; revision=142
* Added a note on `cvs import' and multiple "vendors". -- HariRaja R Harinath1998-03-121-0/+57
| | | | svn path=/trunk/; revision=141
* Don't mention getopt() for C++. (Local fix).Raja R Harinath1998-03-112-5/+7
| | | | | | | | * getopt.h: Don't mention getopt() for C++. (Local fix). This is IMHO better than my previous commit. -- Hari svn path=/trunk/; revision=140
* Prototype getopt() for C++ too. (Local fix).Raja R Harinath1998-03-112-2/+6
| | | | | | | | * getopt.h: Prototype getopt() for C++ too. (Local fix). - Hari svn path=/trunk/; revision=139
* Update to somewhat newer version from glibc-980226 -- HariRaja R Harinath1998-03-111-14/+15
| | | | svn path=/trunk/; revision=138
* Put it back in. And use `cvs import' now, to get it right -- HariRaja R Harinath1998-03-111-3/+149
| | | | svn path=/trunk/; revision=135
* Remove vsnprintf implementation - bad license, and did not check to see if ↵Elliot Lee1998-03-111-148/+3
| | | | | | libc has it already. It should work fine on most systems, now, but if your libc does not define vsnprintf, please send in a patch for an LGPLd implementation :) svn path=/trunk/; revision=131
* Actually fill it in. It is fromRaja R Harinath1998-03-112-1/+156
| | | | | | | | | | * vsnprintf.c: Actually fill it in. It is from <URL:http://theos.com/~deraadt/snprintf.c>, with one small fix to actually make it compile. - Hari svn path=/trunk/; revision=130
* Add gnome-argp.h to the Makefile.amArturo Espinosa1998-03-101-1/+1
| | | | svn path=/trunk/; revision=129
* New file. Provides (v)snprintf as simple wrappers to `__vsnprintf'. NewRaja R Harinath1998-03-103-0/+37
| | | | | | | | | | * easy-vsnprintf.c: New file. Provides (v)snprintf as simple wrappers to `__vsnprintf'. * vsnprintf.c: New file. Empty for now. - Hari svn path=/trunk/; revision=124
* updated .cvsignoreTom Tromey1998-03-091-0/+3
| | | | svn path=/trunk/; revision=122
* Rewrote. Library now named libgnomesupport, now installed if Gnome supportTom Tromey1998-03-092-6/+18
| | | | | | | | | Sun Mar 8 17:13:33 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am: Rewrote. Library now named libgnomesupport, now installed if Gnome support code is built. svn path=/trunk/; revision=121
* New define.Tom Tromey1998-03-072-0/+4
| | | | | | | | Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com> * gnome-argp.h (__mempcpy): New define. svn path=/trunk/; revision=120
* New file from glibc; needed by strndup.c.Tom Tromey1998-03-071-0/+4
| | | | | | | | Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com> * strnlen.c: New file from glibc; needed by strndup.c. svn path=/trunk/; revision=118
* Initial revisionTom Tromey1998-03-071-0/+30
| | | | svn path=/trunk/; revision=114
* Define unless using gcc. Define unless using gcc.Tom Tromey1998-03-073-0/+13
| | | | | | | | | Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com> * argp-fmtstream.h (__attribute__): Define unless using gcc. * argp.h (__attribute__): Define unless using gcc. svn path=/trunk/; revision=113
* Imported new versions from glibc, while preserving local changes.Tom Tromey1998-03-073-49/+74
| | | | | | | | | Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com> * argp-help.c, argp-parse.c, argp.h: Imported new versions from glibc, while preserving local changes. svn path=/trunk/; revision=112
* This commit was generated by cvs2svn to compensate for changes in r110,Tom Tromey1998-03-071-1/+6
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=111
* include alloca.h if presentErik Troan1998-03-041-1/+6
| | | | svn path=/trunk/; revision=108
* Forgot to cvs add this file. - tromey@cygnus.comTom Tromey1998-03-041-0/+12
| | | | svn path=/trunk/; revision=107
* Added gnome-argp.c. New file.Tom Tromey1998-03-042-1/+4
| | | | | | | | | Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (libsupport_a_SOURCES): Added gnome-argp.c. * gnome-argp.c: New file. svn path=/trunk/; revision=106
* Include gnome-argp.h. Include gnome-argp.h.Tom Tromey1998-03-046-3/+67
| | | | | | | | | | | | | | | | | | | | | Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com> * argp-parse.c: Include gnome-argp.h. * argp-help.c: Include gnome-argp.h. * README-gnome, gnome-argp.h: New files. * argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h, argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c, argp-pv.c, argp-pvh.c, argp-test.c, argp-xinl.c, argp.h, strndup.c: New files, imported from glibc. Please use "cvs import" if you import new versions. * Makefile.am (noinst_HEADERS): Added argp-fmtstream.h, argp-namefrob.h, argp.h, gnome-argp.h. (EXTRA_DIST): New macro. svn path=/trunk/; revision=104