|
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta |
|
| #
63a054f8 |
| 18-Apr-2018 |
Philip Prindeville <[email protected]> |
config.h can't be prefixed unconditionally
The script make-event-config.sed was mangling all the symbols by prefixing them with "EVENT__". The problem here is that some symbols aren't for local con
config.h can't be prefixed unconditionally
The script make-event-config.sed was mangling all the symbols by prefixing them with "EVENT__". The problem here is that some symbols aren't for local consumption within libevent, but rather influence other system header files (ex: __USE_FILE_OFFSET64 is used by dozens of header files including <sys/sendfile.h>).
As a workaround, all symbols starting with a capital letter only (with the exception of STDC_HEADERS which must also be left untouched) will be mangled.
Future contributors will need to be aware of this distinction.
(cherry picked from commit 587e9f5828c4eb3c6e79e9eb29f174e4ae0c05bd)
show more ...
|
|
Revision tags: release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta, release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta, release-2.1.4-alpha, release-2.1.3-alpha, release-2.1.2-alpha, release-2.0.21-stable, release-2.0.20-stable, release-2.0.19-stable |
|
| #
5859c235 |
| 27-Apr-2012 |
Zack Weinberg <[email protected]> |
Generate event-config.h with a single sed script
This approach should make the creation of the file more atomic, to fix a bug reported by Dinh.
This patch has one change from Zack's original versio
Generate event-config.h with a single sed script
This approach should make the creation of the file more atomic, to fix a bug reported by Dinh.
This patch has one change from Zack's original version: it avoids $<, since Dave Hart tells me he thinks that's not so portable.
(commit message by nickm)
show more ...
|
| #
30b6f889 |
| 27-Apr-2012 |
Zack Weinberg <[email protected]> |
Generate event-config.h with a single sed script
This approach should make the creation of the file more atomic, to fix a bug reported by Dinh.
This patch has one change from Zack's original versio
Generate event-config.h with a single sed script
This approach should make the creation of the file more atomic, to fix a bug reported by Dinh.
This patch has one change from Zack's original version: it avoids $<, since Dave Hart tells me he thinks that's not so portable.
(commit message by nickm)
show more ...
|