platform/upstream/perl.git
2013-06-07 Father Chrysostomoshv.c: Clarify uvar comment
2013-06-07 Father ChrysostomosDon’t leak when compiling /(?[\d\d])/
2013-06-07 Father ChrysostomosFree operand when encountering unmatched ')' in (?[])
2013-06-07 Father ChrysostomosStop /(?[\p{...}])/ compilation from leaking
2013-06-06 Steve HayAdd a note to Win32's BUILD_STATIC configuration to...
2013-06-06 Steve HayExclude Compress/Raw/Bzip2 from ALL_STATIC extensions...
2013-06-06 Steve HaySimplify recipes for making perl-static.exe on Win32
2013-06-06 Steve HayFix creation of libperl519s.a on Win32 with MinGW
2013-06-06 Steve HayRemove /PDB:NONE linker option from Win32 makefiles
2013-06-06 Steve HayEnsure Win32 [nd]make builds the 'static' target when...
2013-06-06 Father ChrysostomosStop (?[]) operators from leaking
2013-06-06 Father Chrysostomosperldiag: Document ‘Expecting '(?flags:(?[...'’
2013-06-06 Father Chrysostomosperldiag: Clarify why ‘False [] range’ can be F
2013-06-06 H.Merijn BrandMerge remote-tracking branch 'remotes/origin/smoke...
2013-06-06 Father Chrysostomosperldiag: Correct severity/category for ‘False [] range’
2013-06-06 Father Chrysostomosdiag.t: Don’t confuse the two exception listse
2013-06-06 Father Chrysostomosdiag.t: Remove commented obsoleted by 62f5f54dc2d
2013-06-06 Father ChrysostomosAlphabetize perltrap
2013-06-06 Nicholas ClarkIn regcomp.c, Set_Node_Cur_Length() uses parse_start...
2013-06-06 Nicholas ClarkIn S_regatom, declare parse_start when RE_TRACK_PATTERN...
2013-06-06 Father ChrysostomosDon’t leak the /(?[])/ parsing stack on error
2013-06-06 Father Chrysostomosperldelta for #114576 (XS lvalue subs)
2013-06-06 Father Chrysostomosperldelta: typo
2013-06-05 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.131560
2013-06-05 H.Merijn Branduse 'env' instead of 'echo' for %ENV tests in magic.t
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-06-05 David Mitchellmake some tests TODO under -DPERL_NO_COW
2013-06-05 Nicholas ClarkRemove the unused env parameter from a2p's main, and...
2013-06-05 Father Chrysostomosdtrace.t: Don’t rely on installed strict.pm
2013-06-05 Dagfinn Ilmari... [perl #118297] Fix interpolating downgraded variables...
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-06-04 Chris 'BinGOs... Interix seems to have multi-arch so ask gcc where stuff is
2013-06-04 Daniel Draganremove obsolete STRUCT_MGVTBL_DEFINITION from mg.h
2013-06-04 Shlomi Fishperlipc: remove some confusing text.
2013-06-04 Tony Cook[perl #115112] avoid repeated calls to path_is_absolute...
2013-06-04 Eric BrineTypo fix in perlfunc [RT#118093]
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-06-04 Father Chrysostomos[perl #117531] Deparse elements of %# correctly
2013-06-04 Father ChrysostomosTraps for the unwary JS programmer (perltrap.pod)
2013-06-04 Father Chrysostomosdeparse.t: Fix test count
2013-06-04 Paul Greenadd a special case for VOS handling of argv[0] in magic.t
2013-06-04 Paul Greenremove an obsolete special case for VOS handling of...
2013-06-04 Paul Greenadd a special case for VOS handling of file position...
2013-06-04 Paul Greenremove an obsolete VOS special case and add a new one...
2013-06-04 Paul Greenchange svpeek.t to append the VOS executable suffix...
2013-06-04 Paul Greenchange DynaLoader.t to know VOS has no libc library
2013-06-04 Paul Greenremove obsolete VOS special cases from eu_command.t
2013-06-04 Father ChrysostomosAdd Heiko Eissfeldt to AUTHORS
2013-06-04 hexcoder[perl #117311] B::Deparse with option -l leaves formfee...
2013-06-04 Father Chrysostomosop.h: Corrent comment about entersub strictures
2013-06-03 Eric BrineFix internal inconsistencies in style in utf8.pm docs
2013-06-03 Eric BrineFAIL_OK looks too much like a constant [RT##118279]
2013-06-03 Sullivan BeckPATCH: Bump Locale-Codes from 3.25 to 3.26
2013-06-03 Eric BrineAdjust documentation for removal of splice warning
2013-06-03 David Mitchellavoid undeflow in regex poscache count
2013-06-03 Tony Cookperldelta for 285a3ca13
2013-06-03 Tony Cook[perl #118175] avoid making pointers outside of objects
2013-06-03 Tony Cook[perl #118175] avoid making a pointer outside a string
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for CANY
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for POSIXA
2013-06-03 Tony Cook[perl #118175] avoid overflowing a pointer for repeated...
2013-06-03 Tony Cookeliminate an unused variable
2013-06-03 David Mitchellperldelta: changed intuit API
2013-06-02 David Mitchell[MERGE] get rid of (most) regex engine global state
2013-06-02 David Mitchelldocument fields of regmatch_info struct
2013-06-02 David Mitchelltidy up init code in regexec() and intuit_start()
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 MitchellEliminate PL_reg_starttry
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchellbetter document the regex super-linear pos cache
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelluse new cleanup for PL_regmatch_state
2013-06-02 David Mitchellunify regmatch_info data
2013-06-02 David Mitchellmove eval_state init from regtry() to regexec()
2013-06-02 David Mitchellmove savestack restore from regmatch to regexec
2013-06-02 David Mitchelleliminate PL_reg_maxiter, PL_reg_leftiter
2013-06-02 David MitchellRationalise RX_MATCH_UTF8_set()
2013-06-02 David MitchellS_setup_eval_state: save subcoffset, not suboffset
2013-06-02 David MitchellEliminate PL_reg_match_utf8
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David MitchellS_setup_eval_state(): always set up destructor
2013-06-02 David MitchellS_regtry(): move eval setup code into separate fn
2013-06-02 David Mitchellremove unused reginfo->bol field
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-06-02 David Mitchellfind_byclass, regrepeat: remove is_utf8_pat arg
2013-06-02 David Mitchelleliminiate PL_regeol
2013-06-02 David Mitchellmake more use of regmatch_info struct.
2013-06-02 Father ChrysostomosFix crashes after syntax errors in lexical subs
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-02 Father ChrysostomosName lexical constants
2013-06-02 Father Chrysostomoslexsub.t: To-do tests for citing lex subs after errors
2013-06-02 Chris 'BinGOs... Update Pod-Usage to CPAN version 1.63
2013-06-02 Father Chrysostomos[perl #118237] Fix coreamp.t’s rand test
2013-06-02 Father ChrysostomosStop constant inlining from countermanding ‘use subs’
2013-06-01 Chris 'BinGOs... Update Filter-Util-Call to CPAN version 1.49
next