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 |
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 |
2012-07-19 |
Karl Williamson | Only generate above-Uni warning for \p{}, \P{} |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.c: Refactor code into a function |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.c: set local flag in pass1 of charclass inversion |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.c: Keep separate list for [:word:] from \p... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.c: Convert boolean variable from a UV |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | utf8.c: Create API so internals can be hidden |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.h: Free up bit; downside is makes locale ANYOF... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.h: Fix up comment |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | regcomp.c: Clarify, update comments, white-space reflow |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Karl Williamson | perlapi: Clarify hv_fetch() docs |
commit | commitdiff | tree | snapshot |
2012-07-19 |
David Mitchell | op/join.t: don't use done_testing |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jan Dubois | Fixup indentation |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Daniel Dragan | Adding support for Visual C's __declspec(noreturn)... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Tony Cook | perldelta updates |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Tony Cook | sync() on a read-only file handle doesn't work on cygwi... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Chip Salzenberg | perldelta description of magic flags patch |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Chip Salzenberg | mark blead-only modifications of Compress::Raw::{Bzip2... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Chip Salzenberg | Magic flags harmonization. |
commit | commitdiff | tree | snapshot |
next |