cpython/Modules/expat
Victor Stinner cf247359d5
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Include <pyconfig.h> ealier in Modules/expat/xmltok.c to define
properly _POSIX_C_SOURCE. Python defines _POSIX_C_SOURCE as 200809L,
whereas <features.h> (included indirectly by <string.h>) defines
_POSIX_C_SOURCE as 199506L.
2018-12-10 11:30:21 +01:00
..
COPYING bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) 2017-06-21 14:39:22 +02:00
ascii.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
asciitab.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
expat.h bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) 2018-09-10 21:04:00 -07:00
expat_config.h remove configure check for memmove (#3716) 2017-09-24 12:08:40 -07:00
expat_external.h bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) 2018-10-17 18:10:46 -07:00
iasciitab.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
internal.h bpo-33956: update vendored expat to 2.2.5 (GH-7925) 2018-06-26 19:25:45 -07:00
latin1tab.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
loadlibrary.c bpo-33956: update vendored expat to 2.2.5 (GH-7925) 2018-06-26 19:25:45 -07:00
nametab.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
pyexpatns.h bpo-31462: Remove trailing whitespaces. (#3564) 2017-09-14 09:38:36 +03:00
siphash.h bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) 2018-09-10 21:04:00 -07:00
utf8tab.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
winconfig.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
xmlparse.c bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) 2018-09-10 21:04:00 -07:00
xmlrole.c bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
xmlrole.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
xmltok.c bpo-31374: Include pyconfig.h earlier in expat (GH-11064) 2018-12-10 11:30:21 +01:00
xmltok.h bpo-33956: update vendored expat to 2.2.5 (GH-7925) 2018-06-26 19:25:45 -07:00
xmltok_impl.c bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) 2018-09-10 21:04:00 -07:00
xmltok_impl.h bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00
xmltok_ns.c bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 01:58:08 +02:00