summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #133959] Free BSD broken testsKarl Williamson2019-03-271-1/+5
* fix leak in BEGIN { threads->new(...) }David Mitchell2019-03-251-0/+15
* Add, improve some debugging stmts for -DL (locales)Karl Williamson2019-03-211-0/+5
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+1
* Bump copyright to 2019 in perl.c and README.Abigail2019-01-201-2/+2
* Use same mixture of hard-tabs and spaces for indentJames E Keenan2019-01-051-1/+1
* Add USE_THREAD_SAFE_LOCALE to non-bin-compat options listKarl Williamson2018-11-271-0/+3
* perl.c: Silence compiler warningKarl Williamson2018-10-071-2/+2
* perl.c: Use TAINT_get, instead of PL_tainting.Karl Williamson2018-08-051-1/+1
* Make global two interpreter variablesKarl Williamson2018-07-141-6/+0
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-251-1/+2
* 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