2010-12-08 |
Nicholas Clark | In Storable.xs fix #80074, caused by the Perl stack... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regexec.c: Fix locale and \s |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regexec.c: Add missing handlers for locale \d |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regcomp.sym: Correct DIGITL, NDIGITL entries |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regcomp.c: Add locale for \d |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | toke.c: Fix EBCDIC problem |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | toke.c: highlight problematic-mentioning comment |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | uni/fold.t: Prevent [] from being optimized out |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regcomp.c: Revert to using regcomp.sym order |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regcomp.sym: Re-order for better grouping |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Karl Williamson | regcomp.sym: Remove misleading comments |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Father Chrysostomos | Avoid setting PL_cv_has_eval unnecessarily |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Father Chrysostomos | [perl #66104] Bugs in extended regexp features |
commit | commitdiff | tree | snapshot |
2010-12-08 |
David Leadbeater | The docs for SvRX and SvRXOK still refered to magic... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jan Dubois | Don't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jan Dubois | Always build with crypt() support on Windows |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Nicholas Clark | Uncomment and fix up tests at the end of Storable's... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Chris 'BinGOs... | Update ExtUtils-CBuilder to CPAN version 0.2800 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Florian Ragwitz | Perldelta for 22a3069 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jan Dubois | Get rid of PERL_MSVCRT_READFIX |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jan Dubois | Remove dead Windows code |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Zefram | stopgap hack for $@ as unwinding reason indicator |
commit | commitdiff | tree | snapshot |
2010-12-06 |
David Golden | Clarify this is the Perl 5 interpreter for manpage... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Karl Williamson | regcomp.c: Fix longjmp-related warnings |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Father Chrysostomos | To-do tests for abnormal exiting from (?{}) |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Father Chrysostomos | Hideous to-do tests for (?{}) scoping issues |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Father Chrysostomos | Un-TODO and un-SKIP the [perl #22354] tests |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Father Chrysostomos | Emit warning for use re "/ul" |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regexec.c: Clean up initialized vars in switch |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regcomp.c: small efficiency, portability fix |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regcomp.c: small efficiency improvement |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regcomp.c: small efficiency gain |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regecomp, regexec: Use mnemonic character names |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | utf8.h: Need to make sure macro result fits in byte |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | utf8.h: Add whitespace for readability |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Karl Williamson | regcomp.c: Move code out of longjump area |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter J. Holzer | [perl #80220] order of hash keys wrong in perlfunc.pod |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Father Chrysostomos | Add Peter Holzer to AUTHORS |
commit | commitdiff | tree | snapshot |
2010-12-04 |
David Leadbeater | perldelta for Storable saving a code reference as UTF-8 |
commit | commitdiff | tree | snapshot |
2010-12-04 |
David Leadbeater | Up Storable version to 2.25 |
commit | commitdiff | tree | snapshot |
2010-12-04 |
David Leadbeater | Up Storable minor version |
commit | commitdiff | tree | snapshot |
2010-12-04 |
David Leadbeater | Make Storable correctly store coderefs with UTF-8 flag |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Yves Orton | make empty string regexp stringify to the same thing... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Yves Orton | make the jump point a little more obvious in a comment |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nicholas Clark | Remove the Makefile command to touch perlmain.c after... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael Breen | [perl #71286] fallback/nomethod failures |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Florian Ragwitz | This commit doesn't really need a delta entry |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Craig A. Berry | Remove lots of unused, VMS-specific variables. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Craig A. Berry | Fix K&R-style function declaration. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Craig A. Berry | Remove unused include file from vms/vms.c. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Document the explicit * in tie *$handle |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | perldelta for the tie $handle changes |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Deprecate tie $handle without * |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Fix up tests to work around tie $handle |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Revert "[perl #77496] tied gets scalars and globs confused" |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Revert "[perl #77688] tie $scalar can tie a handle" |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Father Chrysostomos | Revert "Make untie check the FAKE flag on globs" |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Jan Dubois | Windows 95 Chainsaw Massacre |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Craig A. Berry | Fix some unreachable and return nits in vms/vms.c. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Craig A. Berry | Fix some =/== nits in vms/vms.c |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Father Chrysostomos | [perl #80098] Bleadperl breaks Attribute::Lexical |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris 'BinGOs... | Update Locale-Codes to CPAN version 3.15 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Tony Cook | Fix C++ breakage introduced in d7ef4b73 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | Nit in perluniintro.pod |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | Nit in perlunicode.pod |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | Nit in perlre.pod |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | Document Unicode doc fix |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | Nit in perlunicode.pod |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | re/fold_grind.t: Add tests for NREFFU, REFFU |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: Generate REFFU and NREFFU |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regexec.c: Handle REFFU and NREFFU; refactor |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | re/fold_grind.t: Refactor to test utf8 patterns. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.sym: Add REFFU and NREFFU nodes |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.sym: update comment |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: Use latin1 folding in synthetic start class |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: utf8 pattern defaults to Unicode semantics |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: teach tries about EXACTFU |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: typo in comment |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | re/reg_fold.t: use array size for test counts |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Karl Williamson | regcomp.c: Remove duplicate statement |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | [perl #64792] Document $? in perlfunc/exit |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Florian Ragwitz | Upgrade if from version 0.06 to 0.0601 |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jerry D. Hedden | Fix compiler warning in hv.c on MSWin32 |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jerry D. Hedden | Fix uninit compiler warning in mro.c |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | perldelta up to 6b7c6d959 |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | perldelta for [perl #68654] |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | ++substr $mro'VERSION, -1 |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | [perl #68654] next::method doesn't see UNIVERSAL |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | Make next_edgecases.t easier to deal with |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Nicholas Clark | Avoid two compiler warnings in B::cstring, spotted... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Chris 'BinGOs... | Update Maintainers.pl for the CPAN'd version of Module... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Florian Ragwitz | Fix B test failure introduced in 6b7c6d9 |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | perldelta up to 779bcb7d |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jerry D. Hedden | Skip t/io/eintr.t on Cygwin, too - hangs |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Father Chrysostomos | Fix memory leak in hfreeentries |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Florian Ragwitz | perldelta for mg_findext and sv_unmagicext |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Father Chrysostomos | Suppress warning from t/op/attrs.t |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Father Chrysostomos | [perl #77762] Constant assignment warning |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nicholas Clark | Restore building Encode's subextensions for a static... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nicholas Clark | In S_scan_const(), use my_snprintf() instead of my_spri... |
commit | commitdiff | tree | snapshot |
next |