2012-07-28 |
Father Chrysostomos | doop.c: Simplify do_trans’ un-cow logic |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Father Chrysostomos | Fix C++ build broken by 1f039d60d3 |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Father Chrysostomos | Flatten vstrings modified in place |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Father Chrysostomos | pp.c:pp_trans: avoid redundant sv in transr |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Eric Brine | Document return to be exempt from the looks-like-a... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | perlfunc: document last/next EXPR |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | B::Deparse: loopexes have assignment prec |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.16 |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | [perl #113684] Make redo/last/next/dump accept expr |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | pp.h: Make [TP]OPp and [TP]OPpx identical |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | op.c: apidoc typo |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | [perl #113684] Document actual prec of loop exits |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | Fix CvOUTSIDE assert/refcnt bugs with sub redefinition |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Father Chrysostomos | Fix CvGV assertion bug with sub redefinition |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Nicholas Clark | Restore microperl, which has been unable to build since... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Chip Salzenberg | When setting environment variables via %ENV, force... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Chip Salzenberg | Make all the SvPV*force* macros always return sv with... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Karl Williamson | mktables: Change \w definition to match new Unicode's |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Chris 'BinGOs... | Make Module::CoreList install into 'site' >= 5.012 |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | [perl #113872] Fix leavewrite’s stack handling |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | op.c: op_clear is tempting fate |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | Don’t let ?: folding affect truncate |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | Stop truncate(word) from falling back to file name |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | Don’t let ?: folding affect stat |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Father Chrysostomos | Merge ck_trunc and ck_chdir |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Father Chrysostomos | op.c: dump LABEL leaks its label |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Father Chrysostomos | op.c:op_free: Rmv dead code; simplify cop_free logic |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | Merge branch 'blead' of ssh://perl5.git.perl.org/perl... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | Merge branch 'khw/invlist' into blead |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Revise bracketed char class optimizations |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Fix <if> condition |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Add _invlist_contains_cp |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | utf8.c: Add a get_() method to hide internal details |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Optimize /[[:blank:]]/u into \h |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Properly count elements in [] for false... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Use POSIXA, NPOSIXA |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.sym: Add new node types POSIXA and NPOSIXA |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.h: Use handy.h constants |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Free up bits in PL_charclass[] |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Add intermediate internal macro |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Relax some restrictions on optimizations... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Add func to test 2 inversion lists for equality |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | utf8.c: Add info to commented-out -DU lines |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Reverse order of setting, for speed |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | perllocale: Mention that \n doesn't change for locales |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Remove duplicated test |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: White space only |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Move table to wider scope |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Silence compiler warning |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Change macro name to better indicate its... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | Optimize a single character [class] into EXACTish |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Extract some code into an inline function |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: shrink some optimized [class] nodes |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Delay some initialization until needed |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Remove duplicate assignments |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Move bit shifting into base macro |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Renumber character class bits |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: Reorder some #defines |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: l1_charclass.h: Add bit for matching ASCII |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | handy.h: refactor some macros to use a new one in common. |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Extract code to inline function |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.sym: Correct and add comments |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regen/regcomp.pl: Allow ';' in comments |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Optimize [^\n] into \N |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: White-space, comments only |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Refactor new charclass optimizations |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Use data structure properties to remove... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Use macro for clarity |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Only try to fold foldable chars |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | mktables: Generate new table for foldable chars |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Correct outdated comment |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | regcomp.c: Change and comment a problematic #define |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | embed.fnc: Remove duplicate entry |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | utf8.h, regcomp.c: Use mnemonics for Unicode chars |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Karl Williamson | embed.fnc: Add const to remove compiler warning |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | In Perl_magic_setenv() s/ptr/key/ in two pieces of... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
David Mitchell | lex_grow_linestr(): update re_eval_start |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dave Rolsky | Update core to Time::Local 1.2300 from CPAN |
commit | commitdiff | tree | snapshot |
2012-07-24 |
David Mitchell | [perl #114248] Newxz? doc wrong in perlclib.pod |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | Merge B 1.37 to blead (more SV flag constants exposed). |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | Bump B's VERSION and note the changes in perldelta... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | Expose all GV flags matching qr/GVf_/ as constants... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | Expose all CV flags matching qr/CVf_/ as constants... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | Expose all SV flags matching qr/SV(?:[fps]|pad)_/ as... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Nicholas Clark | In ext/B/Makefile.PL, order the list of files to scan... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Chip Salzenberg | ensure that the env var SV after C<{FOO}='x'> is PV... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Chip Salzenberg | reduce magic overhead of tainting (maybe other magic... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Chip Salzenberg | Unify code that initializes constants yes, no, and... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Chris 'BinGOs... | Sync Module-CoreList version in Maintainers.pl with... |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Karl Williamson | re_tests: Add tests for [perl #114220] |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Chip Salzenberg | in sv_chop(), add use SvPOK_only_UTF8() to clear obsole... |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Chip Salzenberg | make SvOOK_offset macro safer, with parens and underscores |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Robin Barker | rewrite a regex in lib/DB.t using \Q |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | bump to version 5.17.3 |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | new perldelta |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | update epigraphs.pod |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | add releaase 5.17.2 to perlhist v5.17.2 |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | update Module::CoreList for 5.17.2 |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | Porting/corelist.pl didn't handle newlines in the pod... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tony Cook | finalize perldelta |
commit | commitdiff | tree | snapshot |
next |