summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* t/porting/bincompat.t - test the code itself not just the outputYves Orton2023-03-301-7/+8
* perl.c - show HAS_LONG_DOUBLE and HAS_STRTOLD as well as USE_LONG_DOUBLEYves Orton2023-03-291-0/+6
* sv.c - don't cast SVTYPEMASK to svtype, use SvIS_FREED() instead.Yves Orton2023-03-291-1/+1
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+4
* eval_sv(): improve code commentDavid Mitchell2023-03-011-1/+8
* eval_sv(): call pp_entereval() via runopsDavid Mitchell2023-02-281-9/+20
* call_sv, amagic_call: call pp_entersub via runopsDavid Mitchell2023-02-281-10/+4
* Update copyright yearsreneeb2023-01-201-2/+2
* get_{av,hv} should ignore SVf_UTF8 when testing if flags == 0Paul "LeoNerd" Evans2023-01-141-4/+6
* Correct typos as per GH 20435James E Keenan2022-12-291-2/+2
* perl.c - move PL_restartop assert out of perl_run()Yves Orton2022-11-301-5/+0
* Replace SvGROW with sv_grow_fresh in perl.c, pp_sys.c, toke.cRichard Leach2022-11-301-2/+2
* duplicate -F switches would overwrite PL_splitstr without freeingTony Cook2022-11-021-0/+1
* We freed PL_splitstr in each thread, allocate it in each thread tooTony Cook2022-11-021-3/+5
* op.c - use refcounted pv pointers for cop_warningsYves Orton2022-11-011-0/+1
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-0/+4
* mg.c/perl.c/scope.c - fixup mangled indentation and whitespaceYves Orton2022-11-011-2/+2
* pp_ctl.c - in try_yyparse do not leak PL_restartop from compile that diesYves Orton2022-10-241-0/+5
* perl.c - add debug output to show when the run_body() continues after eval failYves Orton2022-10-241-0/+8
* Some locale operations need to be done in proper threadKarl Williamson2022-10-181-8/+10
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-181-0/+11
* locale.c: Move #define to perl.h; use it elsewhereKarl Williamson2022-09-091-1/+1
* intrpvar.h,sv.c,perl.c: Remove unnecessary cpp conditionKarl Williamson2022-09-091-3/+1
* Stop parsing on first syntax error.Yves Orton2022-09-091-1/+1
* Move PERL_WAIT_FOR_CHILDREN till after we handle END blocks during destructYves Orton2022-09-031-3/+4
* Revert "postpone perl_parse() exit(0) bugfix"Yves Orton2022-09-031-15/+11
* locale.c: Save underlying radix characterKarl Williamson2022-09-011-0/+2
* locale.c: Cache the current LC_CTYPE locale nameKarl Williamson2022-08-311-0/+4
* perl.c: Rm redundant initialization of PL_C_locale_objKarl Williamson2022-08-171-4/+0
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-4/+33
* locale.c: Add fcn to hide edge case undefined behaviorKarl Williamson2022-08-091-0/+4
* locale.c: Generalize stdize_locale()Karl Williamson2022-08-091-0/+5
* perl.[ch] - hash related setup affects binary compatibilityYves Orton2022-08-091-13/+2
* perl.c - remove code for reporting state of non-existent defines in -VYves Orton2022-08-091-22/+10
* Unixish.h, doshish.h: Reorder terminations; simplifyKarl Williamson2022-07-251-0/+28
* Reword VMS-specific comment on my_failure_exitCraig A. Berry2022-07-151-2/+2
* Remove a stray period from the usage outputEd Sabol2022-06-191-1/+1
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-2/+2
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-1/+1
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-1/+1
* Minor update to perl -h to display newly added -g option.Mohammad S Anwar2022-06-121-0/+1
* perlapi: Document my_failure_exit()Karl Williamson2022-06-061-0/+13
* perl.c: Add missing castKarl Williamson2022-05-291-1/+1
* make PL_origenviron globalTomasz Konojacki2022-05-291-1/+2
* don't use environ on WindowsTomasz Konojacki2022-05-291-1/+1
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-39/+3
* perl.c: duplicate environ when PERL_USE_SAFE_PUTENV is definedTomasz Konojacki2022-05-291-4/+50
* perl.c, pp_hot.c: Fix typos in commentsKarl Williamson2022-05-191-1/+1
* perlapi: Document call_atexitKarl Williamson2022-05-181-0/+13
* perlapi: Properly link to gv_fetchpvKarl Williamson2022-05-171-1/+1