This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
deparse-skips.txt: skip undef.t, opcount.t for now
[perl5.git] / perl.c
2023-03-30 Yves Ortont/porting/bincompat.t - test the code itself not just...
2023-03-29 Yves Ortonperl.c - show HAS_LONG_DOUBLE and HAS_STRTOLD as well...
2023-03-29 Yves Ortonsv.c - don't cast SVTYPEMASK to svtype, use SvIS_FREED...
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-01 David Mitchelleval_sv(): improve code comment
2023-02-28 David Mitchelleval_sv(): call pp_entereval() via runops
2023-02-28 David Mitchellcall_sv, amagic_call: call pp_entersub via runops
2023-01-20 reneebUpdate copyright years
2023-01-14 Paul "LeoNerd" Evansget_{av,hv} should ignore SVf_UTF8 when testing if...
2022-12-29 James E KeenanCorrect typos as per GH 20435
2022-11-30 Yves Ortonperl.c - move PL_restartop assert out of perl_run()
2022-11-30 Richard LeachReplace SvGROW with sv_grow_fresh in perl.c, pp_sys...
2022-11-01 Tony Cookduplicate -F switches would overwrite PL_splitstr witho...
2022-11-01 Tony CookWe freed PL_splitstr in each thread, allocate it in...
2022-11-01 Yves Ortonop.c - use refcounted pv pointers for cop_warnings
2022-11-01 Yves Ortoncop.h - add support for refcounted filenames in cops...
2022-11-01 Yves Ortonmg.c/perl.c/scope.c - fixup mangled indentation and...
2022-10-24 Yves Ortonpp_ctl.c - in try_yyparse do not leak PL_restartop...
2022-10-24 Yves Ortonperl.c - add debug output to show when the run_body...
2022-10-18 Karl WilliamsonSome locale operations need to be done in proper thread
2022-10-18 Karl Williamsonlocale: Create special variable to hold current LC_ALL
2022-09-09 Karl Williamsonlocale.c: Move #define to perl.h; use it elsewhere
2022-09-09 Karl Williamsonintrpvar.h,sv.c,perl.c: Remove unnecessary cpp condition
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-09-03 Yves OrtonMove PERL_WAIT_FOR_CHILDREN till after we handle END...
2022-09-03 Yves OrtonRevert "postpone perl_parse() exit(0) bugfix"
2022-09-01 Karl Williamsonlocale.c: Save underlying radix character
2022-08-31 Karl Williamsonlocale.c: Cache the current LC_CTYPE locale name
2022-08-18 Karl Williamsonperl.c: Rm redundant initialization of PL_C_locale_obj
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-10 Karl Williamsonlocale.c: Add fcn to hide edge case undefined behavior
2022-08-10 Karl Williamsonlocale.c: Generalize stdize_locale()
2022-08-09 Yves Ortonperl.[ch] - hash related setup affects binary compatibility
2022-08-09 Yves Ortonperl.c - remove code for reporting state of non-existen...
2022-07-25 Karl WilliamsonUnixish.h, doshish.h: Reorder terminations; simplify
2022-07-15 Craig A. BerryReword VMS-specific comment on my_failure_exit
2022-06-19 Ed SabolRemove a stray period from the usage output
2022-06-18 Karl WilliamsonFollow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
2022-06-16 Karl WilliamsonRegularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
2022-06-12 Karl WilliamsonChange handy.h macro names to be C standard conformant
2022-06-12 Mohammad S AnwarMinor update to perl -h to display newly added -g option.
2022-06-06 Karl Williamsonperlapi: Document my_failure_exit()
2022-05-29 Karl Williamsonperl.c: Add missing cast
2022-05-28 Tomasz Konojackimake PL_origenviron global
2022-05-28 Tomasz Konojackidon't use environ on Windows
2022-05-28 Tomasz Konojackimake PERL_USE_SAFE_PUTENV the default and the only...
2022-05-28 Tomasz Konojackiperl.c: duplicate environ when PERL_USE_SAFE_PUTENV...
2022-05-20 Karl Williamsonperl.c, pp_hot.c: Fix typos in comments
2022-05-18 Karl Williamsonperlapi: Document call_atexit
2022-05-17 Karl Williamsonperlapi: Properly link to gv_fetchpv
2022-04-19 Yves Ortonhv.* - disable unshared keys except when requested
2022-03-13 Richard Leachperl.c: www.perl.org uses https
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-05 Yves Ortonperl.c: Remove run time docs and redundant support...
2022-03-02 Yves Ortonperl.c: zero stacks on creation
2022-02-19 Tomasz Konojackiimplement a new command-line flag, -g
2022-02-06 Karl WilliamsonRemove PERL_BOOL_AS_CHAR uses; always define HAS_BOOL
2022-01-20 Nicolas RUpdate Perl copyright for 2022
2021-12-24 Karl WilliamsonAdd option '-?' as a synonym to -h
2021-11-29 Paul "LeoNerd" EvansAdd a builtin:: namespace, with true/false/isbool
2021-11-28 Richard LeachnewSVpvn_flags(x, .. ,SVs_TEMP) more efficient than...
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-28 Nicholas ClarkReplace "Grandfather" with a description of the relevan...
2021-09-28 Nicholas Clarkperl_alloc_using() should use ->pCalloc
2021-09-28 Nicholas ClarkNo need to wrap INIT_TRACK_MEMPOOL with #ifdef PERL_TRA...
2021-09-28 Nicholas Clarkperl_alloc() wants zeroed memory so should use calloc()
2021-08-23 Nicholas ClarkUse sv_inc() for the env de-dup hash in S_init_postdump...
2021-08-23 Nicholas ClarkComment about some subtleties in S_init_postdump_symbols().
2021-08-23 Nicholas ClarkMove some variables in S_init_postdump_symbols() to...
2021-08-23 Nicholas ClarkPre-size the %ENV hash before populating it from environ.
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-05-31 Hugo van der Sandengh18842: fix a pair of sprintf format warnings
2021-01-07 Steve HayBump copyright to 2021 in perl.c and README.
2020-12-13 Karl WilliamsonConsolidate and document all get_cvFOO() variants
2020-12-08 Tom HukinsRemove empty "#ifdef"s
2020-11-23 Dan Bookperl - update usage data to match perlrun
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-09-15 Todd RinaldoNon-Configure code required to implement a strict by...
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-19 Karl Williamsonperl.c: Convert to use av_count()
2020-07-20 Dagfinn Ilmari Man... Remove PL_appctx and PL_timesbase interpreter variables
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-06-02 Karl WilliamsonMake PL_utf8_foldclosures interpreter level
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-20 David Mitchellfixup to free_and_set_cop_warnings()
2020-03-15 Nicolas RAdd macro to free and set cop_warnings
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-03-11 Karl WilliamsonAdd mutex for accessing ENV
2020-02-05 Dagfinn Ilmari Man... pp_i_modulo(): remove workaround for ancient glibc bug
2020-01-03 Nicolas RBump copyright to 2020 in perl.c and README.
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-12-11 Karl WilliamsonNote that G_RETHROW is documented
next