| Commit message (Expand) | Author | Age | Files | Lines |
* | duplicate -F switches would overwrite PL_splitstr without freeing | Tony Cook | 2022-11-02 | 1 | -0/+1 |
* | We freed PL_splitstr in each thread, allocate it in each thread too | Tony Cook | 2022-11-02 | 1 | -3/+5 |
* | op.c - use refcounted pv pointers for cop_warnings | Yves Orton | 2022-11-01 | 1 | -0/+1 |
* | cop.h - add support for refcounted filenames in cops under threads | Yves Orton | 2022-11-01 | 1 | -0/+4 |
* | mg.c/perl.c/scope.c - fixup mangled indentation and whitespace | Yves Orton | 2022-11-01 | 1 | -2/+2 |
* | pp_ctl.c - in try_yyparse do not leak PL_restartop from compile that dies | Yves Orton | 2022-10-24 | 1 | -0/+5 |
* | perl.c - add debug output to show when the run_body() continues after eval fail | Yves Orton | 2022-10-24 | 1 | -0/+8 |
* | Some locale operations need to be done in proper thread | Karl Williamson | 2022-10-18 | 1 | -8/+10 |
* | locale: Create special variable to hold current LC_ALL | Karl Williamson | 2022-10-18 | 1 | -0/+11 |
* | locale.c: Move #define to perl.h; use it elsewhere | Karl Williamson | 2022-09-09 | 1 | -1/+1 |
* | intrpvar.h,sv.c,perl.c: Remove unnecessary cpp condition | Karl Williamson | 2022-09-09 | 1 | -3/+1 |
* | Stop parsing on first syntax error. | Yves Orton | 2022-09-09 | 1 | -1/+1 |
* | Move PERL_WAIT_FOR_CHILDREN till after we handle END blocks during destruct | Yves Orton | 2022-09-03 | 1 | -3/+4 |
* | Revert "postpone perl_parse() exit(0) bugfix" | Yves Orton | 2022-09-03 | 1 | -15/+11 |
* | locale.c: Save underlying radix character | Karl Williamson | 2022-09-01 | 1 | -0/+2 |
* | locale.c: Cache the current LC_CTYPE locale name | Karl Williamson | 2022-08-31 | 1 | -0/+4 |
* | perl.c: Rm redundant initialization of PL_C_locale_obj | Karl Williamson | 2022-08-17 | 1 | -4/+0 |
* | Add a new env var PERL_RAND_SEED | Yves Orton | 2022-08-12 | 1 | -4/+33 |
* | locale.c: Add fcn to hide edge case undefined behavior | Karl Williamson | 2022-08-09 | 1 | -0/+4 |
* | locale.c: Generalize stdize_locale() | Karl Williamson | 2022-08-09 | 1 | -0/+5 |
* | perl.[ch] - hash related setup affects binary compatibility | Yves Orton | 2022-08-09 | 1 | -13/+2 |
* | perl.c - remove code for reporting state of non-existent defines in -V | Yves Orton | 2022-08-09 | 1 | -22/+10 |
* | Unixish.h, doshish.h: Reorder terminations; simplify | Karl Williamson | 2022-07-25 | 1 | -0/+28 |
* | Reword VMS-specific comment on my_failure_exit | Craig A. Berry | 2022-07-15 | 1 | -2/+2 |
* | Remove a stray period from the usage output | Ed Sabol | 2022-06-19 | 1 | -1/+1 |
* | Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8 | Karl Williamson | 2022-06-18 | 1 | -2/+2 |
* | Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE | Karl Williamson | 2022-06-16 | 1 | -1/+1 |
* | Change handy.h macro names to be C standard conformant | Karl Williamson | 2022-06-12 | 1 | -1/+1 |
* | Minor update to perl -h to display newly added -g option. | Mohammad S Anwar | 2022-06-12 | 1 | -0/+1 |
* | perlapi: Document my_failure_exit() | Karl Williamson | 2022-06-06 | 1 | -0/+13 |
* | perl.c: Add missing cast | Karl Williamson | 2022-05-29 | 1 | -1/+1 |
* | make PL_origenviron global | Tomasz Konojacki | 2022-05-29 | 1 | -1/+2 |
* | don't use environ on Windows | Tomasz Konojacki | 2022-05-29 | 1 | -1/+1 |
* | make PERL_USE_SAFE_PUTENV the default and the only option | Tomasz Konojacki | 2022-05-29 | 1 | -39/+3 |
* | perl.c: duplicate environ when PERL_USE_SAFE_PUTENV is defined | Tomasz Konojacki | 2022-05-29 | 1 | -4/+50 |
* | perl.c, pp_hot.c: Fix typos in comments | Karl Williamson | 2022-05-19 | 1 | -1/+1 |
* | perlapi: Document call_atexit | Karl Williamson | 2022-05-18 | 1 | -0/+13 |
* | perlapi: Properly link to gv_fetchpv | Karl Williamson | 2022-05-17 | 1 | -1/+1 |
* | hv.* - disable unshared keys except when requested | Yves Orton | 2022-04-19 | 1 | -0/+3 |
* | perl.c: www.perl.org uses https | Richard Leach | 2022-03-13 | 1 | -1/+1 |
* | hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug mode | Yves Orton | 2022-03-10 | 1 | -24/+16 |
* | perl.c: Remove run time docs and redundant support for -DH | Yves Orton | 2022-03-05 | 1 | -2/+7 |
* | perl.c: zero stacks on creation | Yves Orton | 2022-03-02 | 1 | -5/+5 |
* | implement a new command-line flag, -g | Tomasz Konojacki | 2022-02-19 | 1 | -0/+6 |
* | Remove PERL_BOOL_AS_CHAR uses; always define HAS_BOOL | Karl Williamson | 2022-02-06 | 1 | -3/+0 |
* | Update Perl copyright for 2022 | Nicolas R | 2022-01-20 | 1 | -3/+3 |
* | Add option '-?' as a synonym to -h | Karl Williamson | 2021-12-24 | 1 | -0/+4 |
* | Add a builtin:: namespace, with true/false/isbool | Paul "LeoNerd" Evans | 2021-11-29 | 1 | -0/+1 |
* | newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0)) | Richard Leach | 2021-11-29 | 1 | -3/+6 |
* | Remove DOS/DJGPP support | Dagfinn Ilmari Mannsåker | 2021-11-02 | 1 | -20/+2 |