This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to v5.22.0 with Porting/bump-perl-version
[perl5.git] / intrpvar.h
2015-05-09 Ricardo Signesbump version to v5.22.0 with Porting/bump-perl-version
2015-04-20 Steve HayBump version for 5.21.12 (although it's unlikely to...
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-07 Karl WilliamsonSkip PL_warn_locale use unless compiled in
2015-02-21 Sawyer Xadded link to announcement
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-11-30 Father ChrysostomosAdd ‘immortal’ pad name intrp vars
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.21.7
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-10-20 AbigailBump the perl version in various places for 5.21.6
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-09-20 Steve HayBump version to 5.21.5
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-08-28 Father Chrysostomosintrpvar.h: Correct comment
2014-08-21 Peter MartiniBump version number from 5.21.3 to 5.21.4
2014-07-20 AbigailBump version number from 5.21.2 to 5.21.3
2014-06-20 Matthew Horsfall... Bump the perl version in various places for 5.21.2
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-05 Karl WilliamsonAllow dynamic lock of LC_NUMERIC
2014-05-30 Karl WilliamsonRemove deprecated 'PL_sv_objcount'
2014-05-27 Ricardo Signesbump version to 5.21.1
2014-05-27 Ricardo Signesbump version to 5.21.0
2014-05-13 Ricardo Signesbump version to 5.20.0, install 5.20 perldelta
2014-04-20 Steve HayBump version for 5.19.12 (not that it's expected to...
2014-04-01 Karl WilliamsonFix comments and pod that mention 5.20 erroneously
2014-03-20 Aaron CraneBump to Perl version 5.19.11
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-27 David Mitchellmove PL_defgv nearer the top of intrvar.h
2014-02-20 Tony Cookbump to version 5.19.10 and fix the version number...
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-20 Ricardo Signesbump version to 5.19.9!
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-20 AbigailBump version number from 5.19.7 to 5.19.8.
2013-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.19.7
2013-10-20 Steve HayBump version for Perl 5.19.6
2013-09-24 Karl WilliamsonRemove PL_ASCII; use existing array slots for it
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-09-20 Steve HayBump version for 5.19.5
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-20 Steve HayBump version for 5.19.4
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-22 Aristotle Pagaltzisbump version to v5.19.3
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-21 David Goldenbump version to v5.19.2
2013-06-02 David Mitchellbetter comment the remaining PL_ regex vars
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-05-20 Ricardo Signesbump version to 5.19.1
2013-05-18 Ricardo Signesbump version to 5.19.0
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-20 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-09 David Mitchellreorder intrpvar.h
2013-03-06 Steffen MuellerPrepare PL_sv_objcount removal
2013-02-27 Steffen MuellerUse native-size integers for some global counters
2013-02-19 Nicholas ClarkRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
2013-02-19 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-22 Karl Williamsonintrpvar.h: #include handy.h
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-10 Father ChrysostomosZap PL_glob_index
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-09 Karl Williamsonintrpvar.h: Add comment
2012-12-09 Karl Williamsonintrpvar.h: Use #define instead of hard-coded number
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-09-20 Nicholas ClarkEliminate the vestigial comment "magical thingies"...
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-08 David MitchellPL_sawampersand: use 3 bit flags rather than bool
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
next