2012-01-14 |
Father Chrysostomos | magic.t: Correct miniperl skip count |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | -T "unreadable file" should set stat info consistently |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | stat.t: Add bug number |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Don’t emit unopened warning for other stat(HANDLE)... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Make -T BADHANDLE set errno with fatal warnings |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Make -l HANDLE set PL_laststatval with fatal warnings |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Make -T HANDLE and -B HANDLE always set last stat type |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_st... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Make -T _ and -B _ always set PL_laststatval |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | pp_sys.c: Remove space from lstat($ioref) warning |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | pp_sys.c:pp_fttext: Don’t extend the stack after popping |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Squash repetitititive code in doio.c:my_stat_flags |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Make failed filetests consistent with & w/out fatal... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | stat $ioref should record the handle for -T _ |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | stat $ioref should reset the internal stat type |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Set PL_statgv to null when freed or coerced |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Suppress confusing uninit warning from -T _ |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | defined *{"+"} should not stop %+ from working |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | defined *{"!"} should not stop %! from working |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Father Chrysostomos | Squash repetititive code in util.c:report_evil_fh |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | perldelta for Unicode property performance changes |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | util.c: Silence compiler warning |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Compile inverted character classes with... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c: Prepare for allowing [^\p{...}] |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Karl Williamson | regcomp.c; Use Latin1 \p{} in optimization |
commit | commitdiff | tree | snapshot |
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 |
next |