This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: implement flock() emulation
[perl5.git] / regcomp.c
2015-09-13 Karl Williamsonregcomp.c: Simplify some code
2015-09-13 Karl Williamsonregcomp.c: Comment changes only
2015-09-13 Karl WilliamsonPATCH: [perl #125892] qr/(?[ ]) regression with '!'
2015-09-13 Karl Williamsonregcomp.c: Add synonym for macro complement
2015-09-11 Karl WilliamsonPATCH: [perl #125990] panic: reg_node overrun
2015-09-11 Karl Williamsonregcomp.c: Split an internal flag into 2
2015-09-11 Karl Williamsonregcomp.c: Reorder a test
2015-09-11 Karl Williamsonregcomp.c: Add assertion and parameter to macro
2015-09-11 Karl Williamsonregcomp.c: Fix, clarify comments
2015-09-08 Karl WilliamsonSlightly shorten most regex patterns
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Aaron CraneQuell compilation warning in regcomp.c
2015-09-03 Karl Williamsonregcomp.[ch]: Comment additions, fixes
2015-08-31 Aaron CraneImprove regex debug output for unbounded curly quantifiers
2015-08-24 Lukas Maiimplicitly anchor .{0,} like .* [perl #125810]
2015-08-24 Karl WilliamsonOutput bad locale warning in regex synthetic start...
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl Williamsonregcomp.c: Add a parameter to static function
2015-08-24 Karl Williamsonregcomp.h: Fold 2 ANYOF flags into a single one
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-08-24 Karl WilliamsonPATCH: [perl #125805] Perl segfaults with a regex_sets...
2015-08-19 Tony Cook[perl #125826] make the buffer large enough in TRIE_STO...
2015-08-03 Daniel DraganSafefree(NULL) reduction
2015-07-29 Karl Williamsonf
2015-07-29 Karl WilliamsonHandle Unicode 3.0.1 /i Turkish "i" rules
2015-07-29 Karl WilliamsonThere are no folds to multiple chars in early Unicode...
2015-07-29 Karl Williamsonregcomp.c: Rmv useless 'continue'
2015-07-29 Karl WilliamsonAllow Perl to compile and work on Unicode releases...
2015-07-27 Karl Williamsonregcomp.c: Add comment
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemistatic inlines from dquote_static.c -> new dquote_inline.h
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-06-27 Jarkko HietaniemiCannot do much if putc fails in debug output.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-04-28 David Mitchellavoid uninit read in re_op_compile()
2015-04-09 Karl WilliamsonFix regression in 5.21: /[A-Z]/ai
2015-03-30 David MitchellPerl_save_re_context(): re-indent after last commit
2015-03-30 David Mitchellsave_re_context(): do "local $n" with no PL_curpm
2015-03-30 David MitchellRevert "Gut Perl_save_re_context"
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-30 David MitchellRevert "Mathomise save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-20 Karl Williamsonregcomp.c: Fix so works on Unicode 5.2
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-18 Karl Williamsonregcomp.c: White-space only
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-10 Hugo van der Sandenfix XXX comment for regcomp.c:S_reg
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Hugo van der Sanden[perl #123814] stricter handling of numbers in regexp...
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl Williamsonregcomp.c: Add assertion
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Revamp #if generation
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
2015-02-15 Yves OrtonAdd comments about how backrefs are parsed
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-10 Hugo van der Sanden[perl #123782] regcomp: check for overflow on /(?123)/
2015-02-10 Hugo van der Sandenregcomp can read past end of string after parsing flags
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-02-02 Karl Williamsonregcomp.c: Fix typos in variable name
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-24 Karl Williamsonregcomp.c: Clarify comment
2015-01-24 Karl Williamsonregcomp.c: Another minor optimization
2015-01-24 Karl Williamsonregcomp.c: Minor optimizations
2015-01-24 Karl Williamsonregexec.c, regcomp.c: White-space only
2015-01-22 Karl Williamsonregcomp.c: Collapse \b, \B cases
2015-01-22 Karl WilliamsonMove inline fcn to #included file
2015-01-22 Karl Williamsonregcomp.c: Reorder two switch cases
2015-01-22 Karl Williamsonregcomp.c: Don't store unnecessary data in \b ops
2015-01-22 Karl Williamsonregcomp.c: Silence Win32 compiler warnings
2015-01-21 Hugo van der Sandenreg: avoid pointing past end of string on short DEFINE
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Move #define, make a function always compiled
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Fix typo in comment
2015-01-20 Karl Williamsonregcomp.c: Refactor a calculation
2015-01-16 Karl Williamsonregcomp.c: White-space only
2015-01-16 Karl Williamsonregcomp.c: Fix bug in /[A-Z]/i
2015-01-16 Karl Williamsonregcomp.c: Fix comment
2015-01-16 Karl Williamsonregcomp.c: Improve generated code for some [:posix...
2015-01-16 Karl Williamsonregcomp.c: Rmv unneeded temporary
2015-01-16 Karl WilliamsonFix regex pattern dump of ANYOF nodes
2015-01-13 Karl Williamsonregcomp.c: Fix comment typos
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-13 Karl Williamsonregcomp.c: Add 'strict' parameter to S_regclass()
2015-01-13 Rostislav Skudnovmake re_intuit_string() return correct string
2015-01-06 Karl Williamsonregcomp.c: Rmv no-longer-used macro and function
2015-01-06 Karl Williamsonregcomp.c: Don't use general macro
2015-01-06 Karl Williamsonregcomp.c: Refactor as a result of [perl #123539]
2015-01-06 Karl WilliamsonPATCH: [perl #123539] regcomp.c node overrun/segfault
2015-01-03 Hugo van der Sandencheck more carefully for empty negative lookahead
next