summaryrefslogtreecommitdiffstats
path: root/contrib/gperf
Commit message (Collapse)AuthorAgeFilesLines
* gperf: reverse size_type patch from r258115.pfg2014-01-075-51/+16
| | | | | | | | | 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.
* Get rid of register keyword usage in gperf, it is totally obsolete fordim2013-12-231-1/+1
| | | | | | | C++, and this allows gperf to be compiled for C++11 without a warning about it. MFC after: 3 days
* 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-145-20/+56
| | | | | | | | | | | | | | 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
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-3/+3
| | | | | | | | | | | | share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand <erik@cederstrand.dk> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks
* In contrib/gperf/src/output.cc, use the correct printf length modifierdim2011-12-161-1/+1
| | | | | | for a ptrdiff_t. MFC after: 1 week
* Reimport .texi and .texinfo necessary to build the info documentation.bapt2011-11-283-2/+1768
| | | | | Reported by: flo Approved by: cognet
* upgrade gperf to the last GPLv2 version (3.0.3)bapt2011-11-28108-18985/+23151
| | | | | 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)
* Remove unneded filesache2004-02-176-1463/+1
|
* Helper to trim extracted files for use when importing new versions ofobrien2000-10-131-0/+7
| | | | gperf. This version coresponds to the gerpf 2.7.2 import.
* This commit was generated by cvs2svn to compensate for changes in r67064,obrien2000-10-1339-1110/+8894
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gperf v2.7.2.obrien2000-10-1339-1110/+8894
| |
* | Zap old files no longer included in gperf 2.7kris2000-03-2529-4779/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r58551,kris2000-03-2582-300/+17737
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gperf v2.7kris2000-03-2582-300/+17737
| |
* | 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-1044-0/+6163
(to be imported soon).
OpenPOWER on IntegriCloud