2012-01-13 |
Karl Williamson | regcomp.c: Better optimize [classes] under /aa. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Avoid unnecessary runtime fold checking |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Change loop variable name, associated changes |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regexec.c: Use shared swash in bracketed character... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regexec.c: Allow for returning shared swash |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Clean up comment |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | perlunicode: Discourage use of is_utf8_char() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | perlop: Typos, too long lines, corrections |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | intrpvar.h: clarification in comment |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: fix typo in pod |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Avoid leaking a scalar |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: truncate long debug dump output |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: in debug output, don't duplicate code points |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Change debug dump of bitmap/non-bitmap |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Change \t to a - in debug dumping ranges |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: put_byte wants an ord, not a utf8 char |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Don't read beyond input |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Optimize a single Unicode property in a... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | Move Unicode property defn processing to compile time |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Pass inversion list directly to regexec.c |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regexec.c: Prepare for inversion lists in ANYOF nodes |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Add _invlist_contents() to compactly dump... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: White-space only |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Add ability to pass inversion list to _core_swa... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Add flag to swash_init() to not croak on error |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Use '*a == b', not 'a == &b' |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: decrement ptr ref cnt before invalidating ptr |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Add some assertions |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Don't overallocate space for cloned SV |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Make sure invlist_clone length set correctly |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Prevent reading before buffer start |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | Utf8.c: Generate and use inversion lists for binary... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Add _invlist_populate_swatch() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Add invlist_search() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Refactor code slightly in prep |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Change internal #define name |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: New function to retrieve non-copy of swash |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8_heavy.pl: Add inversion status to cache key |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | uni/cache.t: Fix to handle regex compile time Uni props |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | embed.fnc: swash_init() return value should not be... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Change name of static function |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8_heavy: Allow to be called from regcomp.c |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8_heavy: Add DEBUG statement |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8.c: Move test out of loops |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | mktables: Add a little stress to the tests |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8_heavy: Skip unnecessary operations |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | uni/class.t: Add test |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | utf8_heavy: remove unused variable |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | Comment additions, typos, white-space. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regexec.c: Add some comments to regclass_swash() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regexec.c: Remove unnecessary intermediate values |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ricardo Signes | un-break blead-breakage introduced by Porting/perl5160d... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ricardo Signes | create perl5160delta-to-be |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if svp is NULL... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if the backref... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Nicholas Clark | Better panic diagnostics in Perl_sv_del_backref() |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Father Chrysostomos | Make -T HANDLE set the last stat type |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Father Chrysostomos | Simplify logic in pp_sys.c:pp_fttty |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Father Chrysostomos | [perl #77388] Make stacked -T and -B work |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Father Chrysostomos | Make -t, -T and -B with a handle pop it off the stack |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Father Chrysostomos | In pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOP |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | [perl #24237] @& should not stop $& from working |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Ricardo Signes | update the schedule: rjbs will do 5.16 |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | [perl #35865, #43011] FETCH after autovivifying |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | Correct bad wording in perlsub |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | Fix crash in hv_undef |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Joshua ben... | [perl #40333] Another test |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | [perl #40333] Stop overload::Overloaded from calling... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | Document that [ah]v_undef/clear may free the [ah]v |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Father Chrysostomos | Better fix for perl #107440 |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | Remove TODO functionality from assignwarn.t |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | [perl #44895] += warning on uninit magic var |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | Remove magical dPOPXnnrl_ul dPOPXiirl_ul macros |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Chris 'BinGOs... | Merge the POSIX notes in perldelta. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
H.Merijn Brand | missed in prev commit |
commit | commitdiff | tree | snapshot |
2012-01-09 |
H.Merijn Brand | 'A' is not blank |
commit | commitdiff | tree | snapshot |
2012-01-09 |
H.Merijn Brand | Add probe for isblank() (requested by khw) |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | Test for perl #43663 |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | [perl #92254, #92256] Fix SAVE_DEFSV to do refcounting |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Father Chrysostomos | grep.t: require test.pl in BEGIN block |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Karl Williamson | need backwards-compatile to_utf8_foo() |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Karl Williamson | embed.fnc: Revise comment |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Karl Williamson | embed.fnc: add comment |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Chris 'BinGOs... | Update perlfaq to CPAN version 5.0150037 |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Father Chrysostomos | [perl #67490] Don’t call DELETE on scalar-tied elem |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Father Chrysostomos | Simplify magic logic in av.c:av_store |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Mitchell | clarify how $SIG{__DIE__} can return |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Father Chrysostomos | perlfunc: spaces after dots |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Tom Hukins | Make localtime()' s documentation more succinct |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Father Chrysostomos | [perl #85670] Copy magic to ary elems properly |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Father Chrysostomos | [perl #107440] Save av/hv on mortals stack when clearing |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Michael Witten | [perl #90632] perlfunc: Rewrite `split' |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ricardo Signes | document the upgrade of Perldoc |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ricardo Signes | Pod-Perldoc now includes test documents |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ricardo Signes | Upgrade Pod-Perldoc to CPAN version 3.15_15 |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Father Chrysostomos | Uncomment evals in sort.t |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Father Chrysostomos | PerlIO::scalar: allow writing to SvIOK SVs |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Father Chrysostomos | In PerlIO::Scalar’s write, stringify refs |
commit | commitdiff | tree | snapshot |
next |