| Commit message (Expand) | Author | Age | Files | Lines |
* | Add single-term prototype | David Golden | 2010-10-21 | 5 | -5/+72 |
* | Fix the test count in t/re/pat.t | Father Chrysostomos | 2010-10-21 | 1 | -1/+1 |
* | regexec.c: utf8 doesn't match /i nonutf8 self | Karl Williamson | 2010-10-21 | 2 | -30/+83 |
* | Fix a nested package deletion bug | Father Chrysostomos | 2010-10-21 | 2 | -2/+24 |
* | regexec.c: utf8 doesn't match non-utf8 self | Karl Williamson | 2010-10-21 | 2 | -4/+50 |
* | regcomp.c: Get rid of compiler warning. | Karl Williamson | 2010-10-21 | 1 | -1/+1 |
* | mark cophh API as experimental | Zefram | 2010-10-21 | 1 | -16/+16 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 19 | -352/+865 |
* | charnames::viacode returning less correct name | Karl Williamson | 2010-10-21 | 2 | -57/+66 |
* | mktables: Complement variable meaning for clarity | Karl Williamson | 2010-10-21 | 1 | -33/+34 |
* | function to parse Perl code block | Zefram | 2010-10-21 | 14 | -1352/+1692 |
* | fix and test PL_expect in recdescent parsing | Zefram | 2010-10-21 | 8 | -1035/+1192 |
* | [perl #78072] use re '/xism'; | Father Chrysostomos | 2010-10-21 | 6 | -0/+216 |
* | handle bracket stack better in recdescent parsing | Zefram | 2010-10-21 | 10 | -1109/+1311 |
* | [perl #33752] B::Deparse fails with utf8 and our | Father Chrysostomos | 2010-10-21 | 2 | -4/+19 |
* | add lex_start to the API | Zefram | 2010-10-21 | 8 | -20/+33 |
* | avoid side-effecting source held in scalar | Zefram | 2010-10-21 | 3 | -6/+14 |
* | remove redundant lex_end | Zefram | 2010-10-21 | 6 | -20/+0 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 6 | -29/+23 |
* | remove filter inheritance option from lex_start | Zefram | 2010-10-21 | 7 | -14/+10 |
* | [perl #72062] Untaint DATA after it's reopened | Lubomir Rintel | 2010-10-21 | 1 | -1/+3 |
* | SDBM_File::{error,clearerr} can be implemented as XS ALIASes. | Nicholas Clark | 2010-10-21 | 1 | -10/+5 |
* | document slices in scalar context | Moritz Lenz | 2010-10-21 | 1 | -0/+7 |
* | In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct. | Nicholas Clark | 2010-10-21 | 6 | -130/+69 |
* | In SDBM_File.xs, store the 4 filter functions as 1 array in the struct. | Nicholas Clark | 2010-10-21 | 2 | -42/+21 |
* | Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero(). | Nicholas Clark | 2010-10-21 | 4 | -8/+4 |
* | Merge the XS code for Hash::Util::{hidden,legal}_ref_keys. | Nicholas Clark | 2010-10-21 | 1 | -23/+6 |
* | Convert Hash::Util's XS code to use typemaps for dereferencing. | Nicholas Clark | 2010-10-21 | 1 | -54/+21 |
* | Standardise Hash::Util::hv_store's error message. | Nicholas Clark | 2010-10-21 | 1 | -1/+1 |
* | Convert Hash::Util, XS::APItest and XS::Typemap to XSLoader. | Nicholas Clark | 2010-10-21 | 3 | -12/+10 |
* | Convert GDBM_File to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 2 | -12/+2 |
* | Use inlineable proxy constant subs for GDBM_File. | Nicholas Clark | 2010-10-21 | 2 | -1/+2 |
* | Convert File::Glob::bsd_glob to XS. | Nicholas Clark | 2010-10-21 | 2 | -11/+11 |
* | For PROXYSUBS error messages, generate more efficient code for -Uusethreads. | Nicholas Clark | 2010-10-21 | 1 | -4/+21 |
* | Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 8 | -40/+6 |
* | Add an option autoload to PROXYSUBS, to generate an AUTOLOAD subroutine. | Nicholas Clark | 2010-10-21 | 1 | -7/+25 |
* | In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH() | Nicholas Clark | 2010-10-21 | 1 | -0/+2 |
* | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error. | Nicholas Clark | 2010-10-21 | 10 | -55/+19 |
* | Add option croak_on_error to PROXYSUBS, to directly croak() the error message. | Nicholas Clark | 2010-10-21 | 2 | -4/+38 |
* | Change goto_xs.t to use Fcntl::S_IMODE() for testing. | Nicholas Clark | 2010-10-21 | 1 | -13/+10 |
* | [GNO]DBM_File must free any filter CVs in DESTROY. | Nicholas Clark | 2010-10-21 | 3 | -0/+24 |
* | Restore +x to Makefile.SH | Nicholas Clark | 2010-10-21 | 1 | -0/+0 |
* | update TOC for perl5137delta | Tatsuhiko Miyagawa | 2010-10-20 | 8 | -39/+62 |
* | Create perldelta for 5.13.7 | Tatsuhiko Miyagawa | 2010-10-20 | 3 | -587/+961 |
* | epigraph for v5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -0/+19 |
* | updated perlhist.podv5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -0/+1 |
* | Update Module::CoreList for 5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 2 | -12/+650 |
* | make regen; make regen_perly | Tatsuhiko Miyagawa | 2010-10-20 | 2 | -7/+1 |
* | lint perldelta links | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -1/+1 |
* | Updated perldelta to fill in acknowledgements | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -1/+17 |