| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
C++, and this allows gperf to be compiled for C++11 without a warning
about it.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
explicitly define the logic
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
for a ptrdiff_t.
MFC after: 1 week
|
|
|
|
|
| |
Reported by: flo
Approved by: cognet
|
|
|
|
|
| |
Reviewed by: cognet
Approved by: cognet
|
|
|
|
| |
Approved by: philip (mentor)
|
|
|
|
| |
Approved by: philip (mentor)
|
| |
|
|
|
|
| |
gperf. This version coresponds to the gerpf 2.7.2 import.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
|/ |
|
|
(to be imported soon).
|