summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* subroutine signaturesZefram2014-02-012-1/+24
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+8
* Avoid unnecessary malformed checkingKarl Williamson2014-01-271-2/+2
* regen/regcharclass.pl: Don't test UV >= 0Karl Williamson2014-01-271-3/+11
* regen/regcharclass.pl: Fix warningKarl Williamson2014-01-271-1/+0
* Move an inversion list generation to mktablesKarl Williamson2014-01-272-6/+5
* reentr.c: Handle systems without getpwentBrian Fraser2014-01-261-0/+2
* [perl #120977] bump $warnings::VERSIONTony Cook2014-01-221-1/+1
* assume "all" in "use warnings 'FATAL';" and relatedHauke D2014-01-221-1/+5
* rename aggref warnings to autoderefRicardo Signes2014-01-142-2/+2
* Increase $warnings::VERSION to 1.21Father Chrysostomos2014-01-141-1/+1
* Make key/push $scalar experimentalFather Chrysostomos2014-01-142-0/+3
* IDStart and IDCont no longer go out to diskKarl Williamson2014-01-091-0/+2
* regen/mk_invlists.pl: White-space onlyKarl Williamson2014-01-091-14/+14
* Rmv PL_Posix_ptrsKarl Williamson2014-01-091-14/+0
* Remove PL_L1Posix_ptrsKarl Williamson2014-01-091-9/+0
* Compile in list of foldable code pointsKarl Williamson2014-01-091-0/+1
* Compile in all POSIX class inversion listsKarl Williamson2014-01-091-0/+10
* regen/warnings.pl: Add commentsKarl Williamson2014-01-011-0/+8
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-5/+19
* mark Perl_my_strftime with format attributeDavid Mitchell2013-11-281-2/+7
* Reënable qr caching for (??{}) retval where possibleFather Chrysostomos2013-11-241-1/+1
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+1
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+1
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+0
* Split ck_open into two functionsFather Chrysostomos2013-11-061-1/+1
* rv2hv does not use its TARGFather Chrysostomos2013-10-241-1/+1
* new warnings category, so bump warnings.pmRicardo Signes2013-10-051-1/+1
* Make postderef experimentalFather Chrysostomos2013-10-051-0/+2
* Add postderef_qq feature featureFather Chrysostomos2013-10-051-0/+1
* Increase $feature::VERSION to 1.34Father Chrysostomos2013-10-051-1/+1
* Add postderef feature featureFather Chrysostomos2013-10-051-0/+1
* Add inversion list for U+80 - U+FFKarl Williamson2013-09-241-0/+9
* Use IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats in pack.Nicholas Clark2013-09-171-4/+3
* index/value array slice operationRuslan Zakirov2013-09-131-0/+1
* key/value hash slice operationRuslan Zakirov2013-09-131-0/+1
* [perl #115928] we don't use drand48_r or random_r any longerTony Cook2013-09-131-44/+1
* Remove no longer necessary constantsKarl Williamson2013-08-291-6/+0
* utf8.h, unicode_constants.h: Add some #defines.Karl Williamson2013-08-291-0/+3
* unicode_constants.h: Add #defines for CR, LFKarl Williamson2013-08-291-0/+2
* regen/regcharclass.pl: Make more EBCDIC-friendlyKarl Williamson2013-08-291-3/+19
* unicode_constants.h: Add #defines for Byte Order MarkKarl Williamson2013-08-291-0/+2
* Don't refer to U+XXXX when mean nativeKarl Williamson2013-08-291-1/+1
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-3/+4
* Generate the lib/ cleanup rules in the Win32 Makefiles from MANIFEST.Nicholas Clark2013-07-241-4/+32
* Generate the lib/ cleanup rules in Makefile.SH automatically from MANIFEST.Nicholas Clark2013-07-241-3/+33
* Generate lib/.gitignore from MANIFEST.Nicholas Clark2013-07-241-0/+122
* On failure, regen_lib.pl now generates diagnostics, not just "not ok".Nicholas Clark2013-07-241-2/+33
* Fix off-by-one error in inversion lists.Karl Williamson2013-07-161-7/+2
* Reinstate "regcomp.c: Make C-array inversion lists const"Karl Williamson2013-07-161-2/+2