summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright to 2021 in perl.c and README.Steve Hay2021-01-071-2/+3
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-0/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* fixup to free_and_set_cop_warnings()David Mitchell2020-03-201-3/+3
* Add macro to free and set cop_warningsNicolas R2020-03-161-9/+3
* Add thread safety to some environment accessesKarl Williamson2020-03-111-4/+0
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+1
* pp_i_modulo(): remove workaround for ancient glibc bugDagfinn Ilmari Mannsåker2020-02-051-22/+0
* Bump copyright to 2020 in perl.c and README.Nicolas R2020-01-021-2/+2
* Add memCHRs() macro and use itKarl Williamson2019-12-181-1/+1
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-1/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+1
* Note that G_RETHROW is documentedKarl Williamson2019-12-111-0/+1
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-0/+69
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-1/+4
* Add -Dy debugging of tr///, y///Karl Williamson2019-11-171-1/+2
* intrpvar.h: Add variable for use in tr///Karl Williamson2019-11-061-0/+3
* perl.c: Remove obsolete commentKarl Williamson2019-10-311-1/+0
* Note that G_METHOD[_NAMED] are documentedKarl Williamson2019-09-021-0/+3
* Document my_exit()Karl Williamson2019-09-021-0/+9
* Revert "Revert "postpone perl_parse() exit(0) bugfix""Tony Cook2019-08-071-8/+19
* Revert "postpone perl_parse() exit(0) bugfix"Tony Cook2019-07-091-19/+8
* (perl #134177) add G_RETHROW flag to eval_sv()Tony Cook2019-07-081-9/+16
* honour $PERL_DESTRUCT_LEVEL on non-debug buildsDavid Mitchell2019-06-251-4/+0
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-6/+0
* In Perl_eval_pv rethrow error via croak_sv()Pali2019-06-051-2/+1
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-15/+15
* 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