summaryrefslogtreecommitdiff
path: root/support/argp-help.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't include <malloc.h>.Tom Tromey1998-07-071-3/+0
| | | | | | | | 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
* don't include malloc.h on freebsd.Chris Toshok1998-07-051-0/+2
| | | | svn path=/trunk/; revision=270
* Removed the bad fix I introduced. I will never make a lvalue cast again.Kjartan Maraas1998-05-121-1/+1
| | | | | | | | | 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-1/+1
| | | | | | | | 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
* Imported new versions from glibc, while preserving local changes.Tom Tromey1998-03-071-41/+59
| | | | | | | | | 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
* Include gnome-argp.h. Include gnome-argp.h.Tom Tromey1998-03-041-1/+5
| | | | | | | | | | | | | | | | | | | | | 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
* This commit was generated by cvs2svn to compensate for changes in r101,Tom Tromey1998-03-041-14/+15
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=102
* Initial revisionTom Tromey1998-03-041-0/+1699
svn path=/trunk/; revision=97