summaryrefslogtreecommitdiff
path: root/contrib/gperf/src
Commit message (Collapse)AuthorAgeFilesLines
* remove contrib/gperfEd Maste2020-02-2931-13602/+0
| | | | | | | | | | gperf was used only as a build tool for GCC, and is not needed after r358454. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358464
* gperf: reverse size_type patch from r258115.Pedro F. Giffuni2014-01-074-45/+14
| | | | | | | | | | | | Silencing the broken warning as done in r258139 renders the code unreacheable. An option could've been to turn off the warnings in gperf but given that the code is not being used it is better to just revert the original change altogether. This code was never MFC'd. Notes: svn path=/head/; revision=260386
* Repair build after svn r258115Sean Bruno2013-11-141-2/+2
| | | | | | | | | | | options.get_size_type() appears to return a const char *, so assume that its a string as oppose to *nothing*. I have no idea what apple's code is trying to do here: http://opensource.apple.com/source/gperf/gperf-9/patches/size_type.patch Notes: svn path=/head/; revision=258139
* gperf: bring small update from Apple Developers tools 4.4Pedro F. Giffuni2013-11-144-18/+50
| | | | | | | | | | | | | | | | | From [1] offset.patch Makes use the C offsetof() macro. size_type.patch Lets you specify the type for length parameters. [1] http://opensource.apple.com/source/gperf/gperf-9/patches/ MFC after: 3 weeks Notes: svn path=/head/; revision=258115
* Queisce warnings for gperf -Wlogical-op-parentheses with parens toSean Bruno2013-10-261-2/+4
| | | | | | | explicitly define the logic Notes: svn path=/head/; revision=257160
* Queisce quite a few clang warnings -Wdangling-else due to this work aroundSean Bruno2013-10-251-1/+4
| | | | | | | | | | for compiling gperf under Visual Studio from 1998. ref. http://msdn.microsoft.com/en-us/library/b80153d8%28v=vs.90%29.aspx ref. http://stackoverflow.com/questions/984878/what-is-the-possible-use-for-define-for-if-false-else-for Notes: svn path=/head/; revision=257085
* In contrib/gperf/src/output.cc, use the correct printf length modifierDimitry Andric2011-12-161-1/+1
| | | | | | | | | for a ptrdiff_t. MFC after: 1 week Notes: svn path=/head/; revision=228604
* upgrade gperf to the last GPLv2 version (3.0.3)Baptiste Daroussin2011-11-2847-5468/+12246
| | | | | | | | Reviewed by: cognet Approved by: cognet Notes: svn path=/head/; revision=228060
* Fix clang warnings.Ben Laurie2011-06-182-2/+2
| | | | | | | Approved by: philip (mentor) Notes: svn path=/head/; revision=223262
* Fix clang warnings.Ben Laurie2011-05-183-27/+25
| | | | | | | Approved by: philip (mentor) Notes: svn path=/head/; revision=222084
* This commit was generated by cvs2svn to compensate for changes in r67064,David E. O'Brien2000-10-1316-273/+686
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=67065
| * Virgin import of gperf v2.7.2.David E. O'Brien2000-10-1316-273/+686
| | | | | | | | Notes: svn path=/vendor/gperf/dist/; revision=67064
* | Zap old files no longer included in gperf 2.7Kris Kennaway2000-03-2523-3459/+0
| | | | | | | | Notes: svn path=/head/; revision=58555
* | This commit was generated by cvs2svn to compensate for changes in r58551,Kris Kennaway2000-03-2531-123/+6330
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=58552
| * Virgin import of gperf v2.7Kris Kennaway2000-03-2531-123/+6330
| | | | | | | | Notes: svn path=/vendor/gperf/dist/; revision=58551
* | NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.John Birrell1998-01-091-0/+1
| | | | | | | | Notes: svn path=/head/; revision=32376
* | Make this compile. they use a variable "abort" which is prototyped.Peter Wemm1996-09-101-3/+8
|/ | | | Notes: svn path=/head/; revision=18217
* Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1vendor/gperf/2.1aPeter Wemm1996-09-1025-0/+3653
(to be imported soon). Notes: svn path=/vendor/gperf/dist/; revision=18214 svn path=/vendor/gperf/2.1a/; revision=18216; tag=vendor/gperf/2.1a