summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/src
Commit message (Collapse)AuthorAgeFilesLines
* gperf: reverse size_type patch from r258115.pfg2014-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.
* Repair build after svn r258115sbruno2013-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
* gperf: bring small update from Apple Developers tools 4.4pfg2013-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
* Queisce warnings for gperf -Wlogical-op-parentheses with parens tosbruno2013-10-261-2/+4
| | | | explicitly define the logic
* Queisce quite a few clang warnings -Wdangling-else due to this work aroundsbruno2013-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
* In contrib/gperf/src/output.cc, use the correct printf length modifierdim2011-12-161-1/+1
| | | | | | for a ptrdiff_t. MFC after: 1 week
* upgrade gperf to the last GPLv2 version (3.0.3)bapt2011-11-2847-5468/+12246
| | | | | Reviewed by: cognet Approved by: cognet
* Fix clang warnings.benl2011-06-182-2/+2
| | | | Approved by: philip (mentor)
* Fix clang warnings.benl2011-05-183-27/+25
| | | | Approved by: philip (mentor)
* This commit was generated by cvs2svn to compensate for changes in r67064,obrien2000-10-1316-273/+686
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gperf v2.7.2.obrien2000-10-1316-273/+686
| |
* | Zap old files no longer included in gperf 2.7kris2000-03-2523-3459/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r58551,kris2000-03-2531-123/+6330
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gperf v2.7kris2000-03-2531-123/+6330
| |
* | NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.jb1998-01-091-0/+1
| |
* | Make this compile. they use a variable "abort" which is prototyped.peter1996-09-101-3/+8
|/
* Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1peter1996-09-1025-0/+3653
(to be imported soon).
OpenPOWER on IntegriCloud