summaryrefslogtreecommitdiffstats
path: root/contrib/gperf
Commit message (Collapse)AuthorAgeFilesLines
* MFC r259756:dim2013-12-281-1/+1
| | | | | | Get rid of register keyword usage in gperf, it is totally obsolete for C++, and this allows gperf to be compiled for C++11 without a warning about it.
* MFC r258115 (partial);pfg2013-12-131-4/+5
| | | | | | | | | | | | | | gperf: bring a small update from Apple Developers tools 4.4 From [1] offset.patch Makes use the C offsetof() macro. We are not merging the size_type.patch as it raises some (apparently) bogus warnings and is not really used. [1] http://opensource.apple.com/source/gperf/gperf-9/patches/
* 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