2011-07-01 |
Nicholas Clark | Store C<study>'s data in in mg_ptr instead of interpret... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Nicholas Clark | Merge PL_scream{first,next} into one allocated buffer. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Nicholas Clark | Change PL_screamnext to store absolute positions. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Nicholas Clark | Split out study magic from pos magic. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Father Chrysostomos | Stop podcheck.t --add-link from chomping a new line |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Father Chrysostomos | Add another address for Claes Jakobsson |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Claes Jakobsson | Report a better error when trying to use negative versi... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jesse Vincent | Change the example in the Changes file to be more generic. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Nicholas Clark | The regex engine can't assume that SvSCREAM() remains... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Karl Williamson | charnames.pm: Nits in pod |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chris 'BinGOs... | Updated Locale-Codes to CPAN version 3.17 |
commit | commitdiff | tree | snapshot |
2011-06-28 |
David Mitchell | RT 64804: tainting with index() of a constant |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Niko Tyni | TODO test for index() of a tainted constant |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Karl Williamson | perlrun: reflow to fit vertabims in 80 cols |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Chris 'BinGOs... | Push the atime and mtime of generated Makefile.PLs... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Vincent Pit | Fix context propagation below return() |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Vincent Pit | Test taintedness of values returned by given/when |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Vincent Pit | In leavewhen, put the SP back when returning |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Vincent Pit | Make sure break() resets the sp at its original level |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Vincent Pit | Correctly preserve the stack on an implicit break. |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Vincent Pit | Convert pp_leave() to adjust_stack_on_leave() |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Vincent Pit | Move pp_enter() and pp_leave() with their friends in... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Vincent Pit | Factor stack adjustments on leave in a new static function |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Karl Williamson | fold_grind.t: Add comments |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Karl Williamson | autodoc.pl: Don't list experimental functions in API |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Craig A. Berry | Don't quote target name in make_ext.pl. |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Nicholas Clark | Fix two podchecker errors on perlunicode.pod |
commit | commitdiff | tree | snapshot |
2011-06-25 |
David Mitchell | add do_ncmp fn and make pp_ncmp, pp_eq etc use it |
commit | commitdiff | tree | snapshot |
2011-06-25 |
David Mitchell | pp_ncmp: favour the non- Perl_isnan route |
commit | commitdiff | tree | snapshot |
2011-06-25 |
David Mitchell | remove unreachable code from various compare ops |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Leon Brocard | Expand bump RT version number in Porting/release_manage... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Alan Haggai... | fix `perldoc -v '$0'` |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Father Chrysostomos | Increase $Pod::Perldoc::VERSION |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Father Chrysostomos | perldelta entry for #93454 |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Father Chrysostomos | Tiny comment typo fix in handy.h |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Father Chrysostomos | Correct comment that 903fd87c missed |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Karl Williamson | perlunicode: Nits |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Robin Barker | cast unsigned to avoid warning |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | [perl #93454] Free deleted iterator when freeing hash |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Bypass a switch in gv_fetchpvn for 2-char symbols |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Update proto docs after prev commit |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Allow the \$ proto to accept any scalar lvalue [perl... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Make Perl_op_lvalue_flags provide a no-croak option |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | op_lvalue .= _flags |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | proto.t: Test \$ with subcall()->[elem] |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Remove two tests from proto.t |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Father Chrysostomos | Make pp_leavesublv use S_return_lvalues |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Craig A. Berry | realclean clean-up on VMS. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Craig A. Berry | preplibrary needs an explicit action in descrip_mms... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Fix explicit return of pad var in list lv context |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Collapse the list context code in pp_leavesublv |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Remove now-redundant check from pp_ctl.c:S_return_lvalues |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Leon Brocard | Mention bump-perl-version's inplace mode in Porting... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Leon Brocard | Seeing as Porting/bump-perl-version is run in a git... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Leon Brocard | Move Porting/bump-perl-version to use autodie |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Leon Brocard | Extract the code the maps from an author/distribution... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Nicholas Clark | Test studied scalars with s///ge. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Nicholas Clark | study now passes REXEC_SCREAM to the regex engine when... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Fix up some tests in sub_lval.t |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Make lvalue return make the same checks as leavesublv |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | pp_leavesublv: Put the deref code inside if(scalar) |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Make pp_leavesublv switch based on gimme |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Removed unused label from pp_leavesublv |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Father Chrysostomos | Copy PADTMPs explicitly returned from lv subs |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Craig A. Berry | Duplicate in list of .h files on VMS. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Nicholas Clark | For s///r, avoid copying the source early only to edit... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Two small tidying refactors for TestInit.pm |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Fix a (back)slash bug in a regex, added with the regex... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In TestInit, eliminate @new_inc, by assigning to @INC... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In TestInit, inline new_inc() and set_opt() into import... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In find_git_or_skip(), also check whether we have a... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | find_git_or_skip() will now follow symlinks and chdir... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Use find_git_or_skip() in porting{authors,cmp_version... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Add find_git_or_skip(), which skips if we are not in... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | use TestInit 'T' in porting{authors,cmp_version,manifes... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Add an import option 'T' to TestInit, for tests that... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In TestInit.pm, move the default chdir and @INC code... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In TestInit.pm, merge two substitutions into one. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | Remove another CvLVALUE check from pp_leavesublv |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | Move pp_leavesublv from pp_hot.c to pp_ctl.c |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | Remove the CvLVALUE check from pp_leavesub |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.037 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.037 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.037 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris 'BinGOs... | Update IPC-Cmd to CPAN version 0.72 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | attrs.t: Test for something I almost broke |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | attributes.pm: warn & don’t apply :lvalue to defined... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Father Chrysostomos | Increase $attributes::version to 0.15 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In Cwd.xs, swap to defaulting to disabled prototypes. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Merge the implementation of Cwd::{fastcwd,getcwd} using... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In Cwd.xs on VMS, don't compile bsd_realpath() at all. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Cwd. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | In Cwd::_win32_cwd() avoid a string eval when checking... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | Trim multiple blank lines above =item in pod files. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Nicholas Clark | The podchecker much prefers a forward slash in F<symbia... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.036 |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.036 |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.036 |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Father Chrysostomos | podcheck.t: ignore buildtoc output |
commit | commitdiff | tree | snapshot |
next |