summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hv.* - disable unshared keys except when requestedYves Orton2022-04-191-0/+3
* perl.c: www.perl.org uses httpsRichard Leach2022-03-131-1/+1
* hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug modeYves Orton2022-03-101-24/+16
* perl.c: Remove run time docs and redundant support for -DHYves Orton2022-03-051-2/+7
* perl.c: zero stacks on creationYves Orton2022-03-021-5/+5
* implement a new command-line flag, -gTomasz Konojacki2022-02-191-0/+6
* Remove PERL_BOOL_AS_CHAR uses; always define HAS_BOOLKarl Williamson2022-02-061-3/+0
* 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