This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix typo in comment
[perl5.git] / regen /
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-19 David Mitchellregen/op_private: tidy up rv2cv entry
2014-09-19 David Mitchellmove OPpTARGET_MY comments from opcode.pl
2014-09-19 David Mitchellregen/op_private: update TARGLEX comments.
2014-09-19 David Mitchellregen/op_private: fix assorted typos
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2014-09-17 Yves Ortonsilence diagnostics in regen/regcomp.pl for now
2014-09-17 Yves Ortononly produce diagnostic warnings in regen/regcomp.pl...
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-11 Father ChrysostomosUpdate rv2cv flags comment following 211a4342c9
2014-09-10 Father ChrysostomosNote where B::Op_private’s pod is to be edited
2014-09-10 Father ChrysostomosWrap long lines in B::Op_private pod
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags
2014-09-10 David Mitchellbetter document OA_ flags
2014-09-07 Karl Williamsonregcomp.c: Make macro a lookup
2014-08-25 Karl Williamsonregen/unicode_constants.pl: Find max ascii print cp
2014-08-21 Karl Williamsonunicode_constants.h: Add definitions for ESC and VT
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-06-21 Ævar Arnfjörð Bjar... Split up the fake "missing" warning category into an...
2014-06-18 Tony Cookavoid copying the while ebcidic mapping to the stack...
2014-06-18 Tony Cookavoid copying the whole map to the stack on each call...
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-01 Karl Williamsonregcomp.c: Skip work that is a no-op
2014-05-31 Karl WilliamsonAdd some (UN)?LIKELY() to UTF8 handling
2014-05-31 Karl Williamsonutf8.h: Use new macro type from previous commit
2014-05-31 Karl Williamsonregen/regcharclass.pl: Add new macro type with intermed...
2014-05-31 Karl Williamsonregen/regcharclass.pl: Comment, white-space only
2014-05-31 Karl Williamsonregen/regcharclass.pl: Update to use EBCDIC utilities
2014-05-31 Karl Williamsonregen/regcharclass.pl: make a 'do' into a 'require'
2014-05-31 Karl WilliamsonRevert "regen/regcharclass.pl: Make more EBCDIC-friendly"
2014-05-31 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Don't do unnece...
2014-05-31 Karl Williamsonregen/mk_invlists.pl: Remove unnecessary #if's
2014-05-31 Karl Williamsonregen/mk_invlists.pl: White-space only
2014-05-31 Karl Williamsonregen/mk_invlists.pl: Update to use EBCDIC utilities
2014-05-31 Karl Williamsonregen/unicode_constants.pl: White-space only
2014-05-31 Karl Williamsonregen/unicode_constants.pl: Update to use EBCDIC utilities
2014-05-31 Karl Williamsonregen/mk_PL_charclass.pl: White-space only
2014-05-31 Karl Williamsonregen/mk_PL_charclass.pl: Update to use EBCDIC utilities
2014-05-31 Karl WilliamsonMake many EBCDIC tables generated instead of hand-coded
2014-05-31 Karl WilliamsonAdd utilities for dealing with EBCDIC
2014-05-31 Karl Williamsonregen/unicode_constants.pl: White-space only
2014-05-31 Karl Williamsonregen/unicode_constants.pl: Rearrange code order
2014-05-31 Karl Williamsonregen/mk_PL_charclass.pl: Rmv hard-coded char names
2014-05-30 Karl Williamsonregen/regcharclass.pl: Improve the generated code
2014-05-30 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Add some comments
2014-05-30 Karl Williamsonregen/regcharclass.pl: Don't generate macro twice
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-27 Ricardo Signesadd a 5.21 feature bundle
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2014-03-18 Ricardo Signeswarnings.pm: improve awkward sentence in pod
2014-03-18 Ricardo Signesbump the version of warnings.pm
2014-03-18 Ricardo Signesremove references to perllexwarn from warnings.pm
2014-03-18 Ricardo Signesregen/warnings.pl no longer touches perllexwarn
2014-03-18 Ricardo Signesmerge most of perllexwarn into warnings
2014-03-18 Ricardo Signesreplace printTree with warningsTree
2014-03-18 Ricardo Signesenclose warnings.h generation in a block
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-12 Karl Williamsonregen/regcharclass.pl: Generate correct macro instead...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Forbid non-safe macros for multi...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-03-02 Karl Williamsonregen/regcharclass.pl: White-space; comment nits only
2014-03-02 Karl Williamsonregen/regcharclass.pl: Simplify generated safe macros
2014-03-02 Karl Williamsonregen/regcharclass.pl: Warn that macros are internal...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-01 Zeframsubroutine signatures
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-27 Karl Williamsonregen/regcharclass.pl: Don't test UV >= 0
2014-01-27 Karl Williamsonregen/regcharclass.pl: Fix warning
2014-01-27 Karl WilliamsonMove an inversion list generation to mktables
2014-01-26 Brian Fraserreentr.c: Handle systems without getpwent
2014-01-22 Tony Cook[perl #120977] bump $warnings::VERSION
2014-01-22 Hauke Dassume "all" in "use warnings 'FATAL';" and related
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosIncrease $warnings::VERSION to 1.21
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-09 Karl WilliamsonIDStart and IDCont no longer go out to disk
2014-01-09 Karl Williamsonregen/mk_invlists.pl: White-space only
2014-01-09 Karl WilliamsonRmv PL_Posix_ptrs
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2014-01-09 Karl WilliamsonCompile in list of foldable code points
2014-01-09 Karl WilliamsonCompile in all POSIX class inversion lists
2014-01-01 Karl Williamsonregen/warnings.pl: Add comments
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 David Mitchellmark Perl_my_strftime with format attribute
2013-11-25 Father ChrysostomosReënable qr caching for (??{}) retval where possible
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-06 Father ChrysostomosSplit ck_open into two functions
next