This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 5.29.8 release to pod/perlhist
[perl5.git] / perlvars.h
2019-02-19 David Mitchellperlvars.h: remove #ifdef DEBUGGING
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-19 David MitchellPL_InBitmap: fix with -DPERL_GLOBAL_STRUCT_PRIVATE
2019-02-19 David Mitchellfoo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATE
2019-02-15 Karl WilliamsonAdd global hash to handle \p{user-defined}
2019-02-15 Karl WilliamsonAdd mutex for dealing with qr/\p{user-defined}/
2019-02-05 Karl Williamsonregen/mk_invlists.pl: Create new inversion list
2018-12-31 Karl Williamsonperlvars.h: A variable was being initialized unnecessarily
2018-12-25 Karl WilliamsonChange name of PL_NonL1NonFinalFold
2018-12-25 Karl WilliamsonChange name of PL_utf8_foldable variable
2018-12-07 Karl Williamsonregen/mk_invlists.pl: Add new table
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-06-25 Karl Williamsonregcomp.c: Simplify
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-14 Karl WilliamsonMake Unicode data structures global
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-03-12 Karl WilliamsonDon't create unneeded mutexes
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl Williamsonmakedef.pl: Use all #ifdefs to decide
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-06-01 Yves OrtonRestore "Add new hashing and "hash with state" infrastr...
2017-04-23 Yves OrtonRevert "Add new hashing and "hash with state" infrastru...
2017-04-23 Yves OrtonAdd new hashing and "hash with state" infrastructure
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-04-09 Karl WilliamsonAdd locale mutex
2015-10-01 Karl Williamsonperlapi: Clarify process of using undocumented globals
2014-09-01 Jarkko HietaniemiStatic initialization using 1/0 or 0/0 not C89.
2014-09-01 Jarkko HietaniemiDo not use HUGE_VAL/VALL for NV_INF.
2014-04-11 David Mitchellinitialise PL_watch_pvx
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-07-12 Nicholas ClarkFix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PR...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2012-11-23 Nicholas ClarkThe size of PL_hash_seed depends on the chosen hash...
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-02-11 Zeframadd wrap_op_checker() API function
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-06-12 Nicholas ClarkRe-order perlvars.h to group related variables, and...
2011-06-12 Nicholas ClarkPL_perlio_mutex is only needed with USE_UIHREADS &...
2011-06-12 Nicholas ClarkChange PL_use_safe_putenv from int to bool.
2011-06-12 Nicholas ClarkMove PL_runops_{std,dbg} to perl.h, and make them const.
2011-06-12 Nicholas ClarkMove PL_global_struct_size, PL_interp_size{,_5_16_0...
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-06-12 Nicholas ClarkMove PL_{revision,version,subversion} to perl.h, making...
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-12 Nicholas ClarkEliminate PL_patleave, unused since perl 5.0 alpha 2.
2011-05-22 Nicholas ClarkRestore building with -DPERL_GLOBAL_STRUCT, broken...
2010-11-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-26 Tony Cookmake PL_charclass available to modules under Win32
2010-08-28 Florian RagwitzFix a typo in the PL_keyword_plugin docs
2009-11-15 Zeframlexer API
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2007-11-11 Craig A. BerryFollowing 32238, change "interpreter_size" to "interp_s...
2007-11-07 Nicholas Clark"Bake" the values of PERL_REVISION, PERL_VERSION and...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-05-25 Dave Mitchelldelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-20 Dave Mitchelldelete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2007-01-15 Dave Mitchellextend threads 'veto cleanup' to perl_free and system...
2006-11-28 Ilya ZakharevichOS/2 compilation fixes by Ilya
2006-10-20 Rafael Garcia-SuarezEnable perlio mutexes under threads (by Jarkko)
2006-10-20 Rafael Garcia-SuarezMore leak fixes, by Jarkko
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-02-03 Nicholas ClarkChange PL_perlio_fd_refcnt from a fixed size static...
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-06-22 Steve HaySilence some bcc32 compiler warnings
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-24 Andy LesterThird consting batch
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2001-11-19 Jarkko HietaniemiRetract #13088: it seems that unless dump.c is extensively
2001-11-19 Jarkko HietaniemiThe runops_dbg should not be needed.
next