This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / perl.c
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
2019-11-27 Karl WilliamsonMove regex global variables to interpreter level
2019-11-18 David Mitchelladd explicit 1-arg and 3-arg sig handler functions
2019-11-17 Karl WilliamsonAdd -Dy debugging of tr///, y///
2019-11-07 Karl Williamsonintrpvar.h: Add variable for use in tr///
2019-11-01 Karl Williamsonperl.c: Remove obsolete comment
2019-09-03 Karl WilliamsonNote that G_METHOD[_NAMED] are documented
2019-09-03 Karl WilliamsonDocument my_exit()
2019-08-07 Tony CookRevert "Revert "postpone perl_parse() exit(0) bugfix""
2019-07-09 Tony CookRevert "postpone perl_parse() exit(0) bugfix"
2019-07-08 Tony Cook(perl #134177) add G_RETHROW flag to eval_sv()
2019-06-25 David Mitchellhonour $PERL_DESTRUCT_LEVEL on non-debug builds
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-06-05 PaliIn Perl_eval_pv rethrow error via croak_sv()
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-03-27 Karl WilliamsonPATCH: [perl #133959] Free BSD broken tests
2019-03-25 David Mitchellfix leak in BEGIN { threads->new(...) }
2019-03-21 Karl WilliamsonAdd, improve some debugging stmts for -DL (locales)
2019-02-15 Karl WilliamsonAdd mutex for dealing with qr/\p{user-defined}/
2019-01-20 AbigailBump copyright to 2019 in perl.c and README.
2019-01-05 James E KeenanUse same mixture of hard-tabs and spaces for indent
2018-11-27 Karl WilliamsonAdd USE_THREAD_SAFE_LOCALE to non-bin-compat options...
2018-10-07 Karl Williamsonperl.c: Silence compiler warning
2018-08-05 Karl Williamsonperl.c: Use TAINT_get, instead of PL_tainting.
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-05-28 David Mitchellrevert perl_run() 0 -> 256 return mapping
2018-04-20 Karl WilliamsonMove inversion lists to utf8.c
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
next