summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Update Perl copyright for 2022Nicolas R2022-01-201-3/+3
* Add option '-?' as a synonym to -hKarl Williamson2021-12-241-0/+4
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-0/+1
* newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0))Richard Leach2021-11-291-3/+6
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-20/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-17/+7
* Replace "Grandfather" with a description of the relevant heuristicNicholas Clark2021-09-281-1/+10
* perl_alloc_using() should use ->pCallocNicholas Clark2021-09-281-2/+1
* No need to wrap INIT_TRACK_MEMPOOL with #ifdef PERL_TRACK_MEMPOOLNicholas Clark2021-09-281-2/+0
* perl_alloc() wants zeroed memory so should use calloc()Nicholas Clark2021-09-281-9/+3
* Use sv_inc() for the env de-dup hash in S_init_postdump_symbols().Nicholas Clark2021-08-231-4/+5
* Comment about some subtleties in S_init_postdump_symbols().Nicholas Clark2021-08-231-0/+11
* Move some variables in S_init_postdump_symbols() to a tighter scope.Nicholas Clark2021-08-231-10/+11
* Pre-size the %ENV hash before populating it from environ.Nicholas Clark2021-08-231-1/+20
* 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