summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-2/+2
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-1915/+1915
* gh18842: fix a pair of sprintf format warningsHugo van der Sanden2021-05-311-2/+2
* Bump copyright to 2021 in perl.c and README.Steve Hay2021-01-071-2/+3
* Consolidate and document all get_cvFOO() variantsKarl Williamson2020-12-131-5/+12
* Remove empty "#ifdef"sTom Hukins2020-12-081-2/+0
* perl - update usage data to match perlrunDan Book2020-11-231-28/+28
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-7/+7
* Non-Configure code required to implement a strict by default optionTodd Rinaldo2020-09-151-0/+4
* Reorganize perlapiKarl Williamson2020-09-041-6/+6
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* perl.c: Convert to use av_count()Karl Williamson2020-08-191-2/+2
* Remove PL_appctx and PL_timesbase interpreter variablesDagfinn Ilmari Mannsåker2020-07-201-7/+0
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-15/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-3/+0
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-9/+2
* 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