platform/upstream/perl.git
2014-02-07 David Mitchellre_intuit_start(): thinko from a few commits ago
2014-02-07 David MitchellPerl_regexec_flags(): use HOP4c in another place
2014-02-07 David Mitchellre_intuit_start(): bias last* vars; revive reghop4
2014-02-07 David Mitchellre_intuit_start(): add some more code comments
2014-02-07 David Mitchellre_intuit_start(): delete srch_(start|end)_shift
2014-02-07 David Mitchellre_intuit_start(): assert substr offsets are >= 0.
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchellre_intuit_start(): document floating code better
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-07 David Mitchellre_intuit_start(): simplify ml_anch evaluation
2014-02-07 David Mitchelltest for single-line ^ within /m
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellre_intuit_start(): add comments to a block of code
2014-02-07 David Mitchellre_intuit_start(): refactor an if/else block
2014-02-07 David Mitchellre_intuit_start(): rationalise ml_anch var
2014-02-07 David Mitchellre_intuit_start(); eliminate max_shift var
2014-02-07 David Mitchellre_intuit_start(): merge two similar code branches
2014-02-07 David Mitchellre_intuit_start(): factor out some common code
2014-02-07 David Mitchellregexp.h: document the fields of reg_substr_datum
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellre_intuit_start(): re-indent a block of code
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-07 Tony Cookperldelta updates
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl Williamsont/run/locale.t: Rmv test that isn't generally valid
2014-02-06 Matthew HorsfallFix typo in perldelta.pod
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-06 Karl WilliamsonAdd tests
2014-02-06 Karl Williamsonutil.c: Add comment.
2014-02-06 Brian FraserDynaLoader: On Android, define DLOPEN_WONT_DO_RELATIVE_...
2014-02-06 Brian FraserCBuilder::Android: fix ->link() to respect wantarray.
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-05 Karl Williamsondquote_static.c: White-space only
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-05 Karl WilliamsonB.pm: Bump version
2014-02-05 Karl WilliamsonAllow blead to compile under some g++
2014-02-05 David Goldenfix Module::CoreList::is_core version comparision
2014-02-05 David Goldenfix Module::CoreList::is_core default perl version
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2014-02-05 Yves OrtonEliminate stupid macro
2014-02-05 Brian FraserFile::Spec: Mopre extensive fix for #120593
2014-02-05 Brian Frasert/uni/fold.t: use &LC_ALL with & to avoid strict errors
2014-02-05 Brian Frasersv,c, sv_cmp_locale_flags: flags is unused if locales...
2014-02-05 Brian Frasersv.c: Remove leftover ifdef from the %vd format
2014-02-05 Brian FraserAdded missing prototypes.
2014-02-05 Brian FraserFix the prototypes of some functions without context
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-05 Brian Fraser.gitignore: Handle cross-compilation files better
2014-02-05 Tony Cookperldelta for 0ecf23179326, none needed for a5368aebf374
2014-02-05 Jerry D. HeddenUpgrade to threads 1.92
2014-02-04 Jerry D. HeddenUpgrade to threads::shared 1.46
2014-02-04 Tom Hukinsperldelta for IO::Socket::IP version 0.27
2014-02-04 Tom HukinsUpgrade IO::Socket::IP to version 0.27
2014-02-04 Tony Cookperldelta for e40f8e806ef
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Steve HayAdd note of blead customizations for previous commit
2014-02-04 Brian Fraservutil.c, vxs.inc: Avoid warnings from -Wmissing-prototy...
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-02-04 Chris 'BinGOs... Add porting test for Module-CoreList
2014-02-04 Steve HayUpgrade libnet from version 1.24 to 1.25
2014-02-04 Tony Cookignore a test data file for a Locale-Codes test we...
2014-02-04 Yves Ortondo not overflow when the pattern is unbounded
2014-02-04 Steve HayExclude new vutil/Makefile.PL in cpan/version/
2014-02-04 John PeacockAnd now the rest of the sync to 0.9908
2014-02-04 Karl WilliamsonAdd -DL option to trace setlocale calls
2014-02-04 Karl WilliamsonRevert "Fix handy.t for systems without $Config{d_isbla...
2014-02-04 Karl WilliamsonRegenerate podcheck db due to recent 79col fixes
2014-02-03 Chris 'BinGOs... Module-CoreList prepared for v5.19.9
2014-02-03 Tony Cook[perl #121028] avoid creating a shell process
2014-02-03 Chris 'BinGOs... Update Pod-Parser to CPAN version 1.62
2014-02-03 Brian FraserDynaLoader: On android, dl_load_flags should always...
2014-02-03 Brian FraserCBuilder, link: On Android, always return absolute...
2014-02-03 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.065
2014-02-03 Karl WilliamsonFix [[:blank:]] handling when no isblank() on platform
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-02-03 Chris 'BinGOs... Bump version version and remove/update customisations
2014-02-03 John PeacockSync bleadperl to version.pm 0.9908
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
2014-02-03 Karl WilliamsonPorting/Glossary: Entries should start with \t not...
2014-02-03 Craig A. BerryFix handy.t for systems without $Config{d_isblank}.
2014-02-03 Tony Cookperldelta for f06c882585
2014-02-03 Tony Cook[perl #77672] avoid a file handle redirection race
2014-02-03 Tony Cook[perl #121134] prevent state variables from being merge...
2014-02-02 Matthew Horsfall... Don't pull state vars into padrange ops
2014-02-02 Matthew HorsfallTest state vars following padranges [Perl #121134]
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-02-02 Zeframmore tests for signatures
2014-02-02 Karl WilliamsonREADME.qnx: Make verbatim line fit in 79 columns
2014-02-02 Chris 'BinGOs... Resolve c++ build fail in core
2014-02-02 Chris 'BinGOs... Update IO-Compress to CPAN version 2.064
2014-02-02 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.064
2014-02-02 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.064
2014-02-01 Brian FraserINSTALL, cross-compile section: It's 2014, stop living...
2014-02-01 Zeframmore torture tests for signatures
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-02-01 Zeframsubroutine signatures
2014-01-31 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.88
next