summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* revert perl_run() 0 -> 256 return mappingDavid Mitchell2018-05-281-10/+3
* Move inversion lists to utf8.cKarl Williamson2018-04-201-41/+1
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-2/+1
* Remove obsolete variablesKarl Williamson2018-03-311-4/+0
* Use charnames inversion listsKarl Williamson2018-03-311-0/+2
* Move init of 2 inversion lists to perl.cKarl Williamson2018-03-311-0/+2
* Move some inversion list init to perl.cKarl Williamson2018-03-261-1/+8
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-10/+0
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-0/+8
* Fix locale failures introduced 5 hours agoKarl Williamson2018-03-191-6/+0
* perl.c: Free some locale stuff on exitKarl Williamson2018-03-191-9/+22
* Make Unicode data structures globalKarl Williamson2018-03-141-25/+0
* Don't create locale object unless threadedKarl Williamson2018-03-121-1/+1
* move init_i18nl10n(1) to after the ENTER in perl_constructYves Orton2018-02-261-1/+1
* Add thread-safe locale handlingKarl Williamson2018-02-181-1/+8
* Add Perl_setlocale()Karl Williamson2018-02-181-0/+5
* Use proper #define to see if need PLnumeric underlying_objKarl Williamson2018-02-181-10/+6
* Avoid changing locale when finding radix charKarl Williamson2018-01-301-0/+13
* perl.c: Move initialization of inversion listsKarl Williamson2018-01-301-22/+23
* Update Copyright years in README and perl.c.Abigail2018-01-191-2/+2
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-3/+1
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-1/+3
* document that argv strings must be writable for $0Zefram2018-01-171-0/+3
* Add missing newline to the "Unable to flush stdout" diagnosticNiko Tyni2018-01-021-1/+1
* postpone perl_parse() exit(0) bugfixZefram2017-12-271-8/+19
* Add script_run regex featureKarl Williamson2017-12-241-0/+2
* set FD_CLOEXEC on debug-leaking-scalars socketsZefram2017-12-221-1/+1
* make PerlIO handle FD_CLOEXECZefram2017-12-221-3/+1
* use O_CLOEXEC when making fake empty deviceZefram2017-12-221-1/+1
* use Perl_my_mkstemp() where appropriateZefram2017-12-221-5/+1
* factor out remaining fcntl F_SETFD callsZefram2017-12-221-9/+2
* assert well-formedness of argv in perl_parse()Zefram2017-12-101-0/+7
* remove incorrect doc para about exit from BEGINZefram2017-12-101-7/+0
* properly define perl_parse() return valueZefram2017-12-101-12/+135
* RT#132545: memory leak in S_init_main_stash()Aaron Crane2017-12-081-1/+2
* Introduce macros to simplify @INC settingNicolas R2017-11-131-124/+14
* fix sysconf panicZefram2017-11-131-7/+2
* avoid reading errno twice in a rowZefram2017-11-111-2/+3
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+1
* Allow custom PL_strtab hash in perl_construct.Nicolas R2017-11-081-9/+14
* perl.c: Use memchr instead of strchrKarl Williamson2017-11-061-2/+3
* Use memBEGINs() in coreKarl Williamson2017-11-061-2/+2
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-3/+3
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-2/+2
* Add comment to explain why we want to probe for statfs() et alAaron Crane2017-11-041-2/+10
* Add my_memrchr() implementation of memrchr()Karl Williamson2017-11-011-6/+6
* fix Perl_get_cvn_flags() return valueDavid Mitchell2017-11-011-1/+1
* Make get_cv cope with subrefsFather Chrysostomos2017-10-311-0/+3
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-4/+0
* perl.c: simplify cpp conditionalsAaron Crane2017-10-211-14/+6