This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-01-14 Father Chrysostomospp_sys.c:pp_fttext: Don’t extend the stack after popping
2012-01-14 Father ChrysostomosSquash repetitititive code in doio.c:my_stat_flags
2012-01-14 Father ChrysostomosMake failed filetests consistent with & w/out fatal...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father Chrysostomosstat $ioref should reset the internal stat type
2012-01-14 Father ChrysostomosSet PL_statgv to null when freed or coerced
2012-01-14 Father ChrysostomosSuppress confusing uninit warning from -T _
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-14 Father ChrysostomosSquash repetititive code in util.c:report_evil_fh
2012-01-13 Karl Williamsonperldelta for Unicode property performance changes
2012-01-13 Karl Williamsonutil.c: Silence compiler warning
2012-01-13 Karl Williamsonregcomp.c: Compile inverted character classes with...
2012-01-13 Karl Williamsonregcomp.c: Prepare for allowing [^\p{...}]
2012-01-13 Karl Williamsonregcomp.c; Use Latin1 \p{} in optimization
2012-01-13 Karl Williamsonregcomp.c: Better optimize [classes] under /aa.
2012-01-13 Karl Williamsonregcomp.c: Avoid unnecessary runtime fold checking
2012-01-13 Karl Williamsonregcomp.c: Change loop variable name, associated changes
2012-01-13 Karl Williamsonregexec.c: Use shared swash in bracketed character...
2012-01-13 Karl Williamsonregexec.c: Allow for returning shared swash
2012-01-13 Karl Williamsonregcomp.c: Clean up comment
2012-01-13 Karl Williamsonperlunicode: Discourage use of is_utf8_char()
2012-01-13 Karl Williamsonperlop: Typos, too long lines, corrections
2012-01-13 Karl Williamsonintrpvar.h: clarification in comment
2012-01-13 Karl Williamsonutf8.c: fix typo in pod
2012-01-13 Karl Williamsonregcomp.c: Avoid leaking a scalar
2012-01-13 Karl Williamsonregcomp.c: truncate long debug dump output
2012-01-13 Karl Williamsonregcomp.c: in debug output, don't duplicate code points
2012-01-13 Karl Williamsonregcomp.c: Change debug dump of bitmap/non-bitmap
2012-01-13 Karl Williamsonregcomp.c: Change \t to a - in debug dumping ranges
2012-01-13 Karl Williamsonregcomp.c: White-space only
2012-01-13 Karl Williamsonregcomp.c: put_byte wants an ord, not a utf8 char
2012-01-13 Karl Williamsonregcomp.c: White-space only
2012-01-13 Karl Williamsonregcomp.c: Don't read beyond input
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-13 Karl WilliamsonMove Unicode property defn processing to compile time
2012-01-13 Karl Williamsonregcomp.c: Pass inversion list directly to regexec.c
2012-01-13 Karl Williamsonregexec.c: Prepare for inversion lists in ANYOF nodes
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_contents() to compactly dump...
2012-01-13 Karl Williamsonutf8.c: White-space only
2012-01-13 Karl Williamsonutf8.c: Add ability to pass inversion list to _core_swa...
2012-01-13 Karl Williamsonutf8.c: Add flag to swash_init() to not croak on error
2012-01-13 Karl Williamsonregcomp.c: Use '*a == b', not 'a == &b'
2012-01-13 Karl Williamsonregcomp.c: decrement ptr ref cnt before invalidating ptr
2012-01-13 Karl Williamsonregcomp.c: Add some assertions
2012-01-13 Karl Williamsonregcomp.c: Don't overallocate space for cloned SV
2012-01-13 Karl Williamsonregcomp.c: Make sure invlist_clone length set correctly
2012-01-13 Karl Williamsonutf8.c: Prevent reading before buffer start
2012-01-13 Karl WilliamsonUtf8.c: Generate and use inversion lists for binary...
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_populate_swatch()
2012-01-13 Karl Williamsonregcomp.c: Add invlist_search()
2012-01-13 Karl Williamsonutf8.c: Refactor code slightly in prep
2012-01-13 Karl Williamsonregcomp.c: Change internal #define name
2012-01-13 Karl Williamsonutf8.c: New function to retrieve non-copy of swash
2012-01-13 Karl Williamsonutf8_heavy.pl: Add inversion status to cache key
2012-01-13 Karl Williamsonuni/cache.t: Fix to handle regex compile time Uni props
2012-01-13 Karl Williamsonembed.fnc: swash_init() return value should not be...
2012-01-13 Karl Williamsonutf8.c: Change name of static function
2012-01-13 Karl Williamsonutf8_heavy: Allow to be called from regcomp.c
2012-01-13 Karl Williamsonutf8_heavy: Add DEBUG statement
2012-01-13 Karl Williamsonutf8.c: Move test out of loops
2012-01-13 Karl Williamsonmktables: Add a little stress to the tests
2012-01-13 Karl Williamsonutf8_heavy: Skip unnecessary operations
2012-01-13 Karl Williamsonuni/class.t: Add test
2012-01-13 Karl Williamsonutf8_heavy: remove unused variable
2012-01-13 Karl WilliamsonComment additions, typos, white-space.
2012-01-13 Karl Williamsonregexec.c: Add some comments to regclass_swash()
2012-01-13 Karl Williamsonregexec.c: Remove unnecessary intermediate values
2012-01-13 Ricardo Signesun-break blead-breakage introduced by Porting/perl5160d...
2012-01-13 Ricardo Signescreate perl5160delta-to-be
2012-01-13 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if svp is NULL...
2012-01-13 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if the backref...
2012-01-13 Nicholas ClarkBetter panic diagnostics in Perl_sv_del_backref()
2012-01-12 Father ChrysostomosMake -T HANDLE set the last stat type
2012-01-12 Father ChrysostomosSimplify logic in pp_sys.c:pp_fttty
2012-01-12 Father Chrysostomos[perl #77388] Make stacked -T and -B work
2012-01-12 Father ChrysostomosMake -t, -T and -B with a handle pop it off the stack
2012-01-12 Father ChrysostomosIn pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOP
2012-01-10 Father Chrysostomos[perl #24237] @& should not stop $& from working
2012-01-10 Ricardo Signesupdate the schedule: rjbs will do 5.16
2012-01-10 Father Chrysostomos[perl #35865, #43011] FETCH after autovivifying
2012-01-10 Father ChrysostomosCorrect bad wording in perlsub
2012-01-10 Father ChrysostomosFix crash in hv_undef
2012-01-10 Joshua ben... [perl #40333] Another test
2012-01-10 Father Chrysostomos[perl #40333] Stop overload::Overloaded from calling...
2012-01-10 Father ChrysostomosDocument that [ah]v_undef/clear may free the [ah]v
2012-01-10 Father ChrysostomosBetter fix for perl #107440
2012-01-09 Father ChrysostomosRemove TODO functionality from assignwarn.t
2012-01-09 Father Chrysostomos[perl #44895] += warning on uninit magic var
2012-01-09 Father ChrysostomosRemove magical dPOPXnnrl_ul dPOPXiirl_ul macros
2012-01-09 Chris 'BinGOs... Merge the POSIX notes in perldelta.
2012-01-09 H.Merijn Brandmissed in prev commit
2012-01-09 H.Merijn Brand'A' is not blank
2012-01-09 H.Merijn BrandAdd probe for isblank() (requested by khw)
2012-01-09 Father ChrysostomosTest for perl #43663
2012-01-09 Father Chrysostomos[perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
2012-01-09 Father Chrysostomosgrep.t: require test.pl in BEGIN block
2012-01-08 Karl Williamsonneed backwards-compatile to_utf8_foo()
2012-01-08 Karl Williamsonembed.fnc: Revise comment
2012-01-08 Karl Williamsonembed.fnc: add comment
next