2010-04-24 |
Nicholas Clark | In Socket.xs, convert 3 croak()s to use %s and a constant...
|
commit | commitdiff | tree |
2010-04-21 |
Nicholas Clark | Correct spaces in MANIFEST.
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Class::ISA from the core distribution. Get it...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Pod::Plainer from the core distribution. Get...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Shell from the core distribution. Get it from...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Switch from the core distribution. Get it from...
|
commit | commitdiff | tree |
2010-04-19 |
Nicholas Clark | Possible undefined behaviour, spotted by gcc 4.5.0...
|
commit | commitdiff | tree |
2010-04-18 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Note the revised signal dispatch and performance gain...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Dispatch signals in infinite loops such as 1 while 1;
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Fix RT #74290 - regression for labels immediately before...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | In Perl_get_debug_opts(), restructure the message...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | In S_usage(), restructure the storage of the help message...
|
commit | commitdiff | tree |
2010-04-15 |
Nicholas Clark | Fix code before statement error introduced by f410a2119920dd04.
|
commit | commitdiff | tree |
2010-04-15 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from the runloop to control...
|
commit | commitdiff | tree |
2010-03-18 |
Nicholas Clark | Add more internal files and directories to no_index...
|
commit | commitdiff | tree |
2010-03-13 |
Nicholas Clark | In Perl_sv_compile_2op(), remove a suggestion to merge...
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Clarify that patching deprecate.pm is intended to facilitate...
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Describe the limitations and pitfalls of @DB::args.
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Fix stringification assumption bug in overload.t, revealed...
|
commit | commitdiff | tree |
2010-03-08 |
Nicholas Clark | In comments, correct two instances of SVf_PADSTALE...
|
commit | commitdiff | tree |
2010-02-23 |
Nicholas Clark | Regression test for 34394ecd - SVs that were only on...
|
commit | commitdiff | tree |
2010-02-21 |
Nicholas Clark | Since change 9c901649534a1360, vendorlib_stem isn't...
|
commit | commitdiff | tree |
2010-02-18 |
Nicholas Clark | Avoid a panic from the UTF-8 length cache if the length...
|
commit | commitdiff | tree |
2010-02-18 |
Nicholas Clark | In Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in...
|
commit | commitdiff | tree |
2010-02-16 |
Nicholas Clark | Fix #72850 - reading $! shouldn't SEGV if Strerror...
|
commit | commitdiff | tree |
2010-02-15 |
Nicholas Clark | Add our repository URL as a 'repository' key in META...
|
commit | commitdiff | tree |
2010-02-14 |
Nicholas Clark | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().
|
commit | commitdiff | tree |
2010-02-14 |
Nicholas Clark | Remove a vestigial STRLEN case and convert a label...
|
commit | commitdiff | tree |
2010-02-09 |
Nicholas Clark | Fix for non-regexps being upgraded to SVt_REGEXP
|
commit | commitdiff | tree |
2010-02-07 |
Nicholas Clark | Improvements to 31c9a3 - CPAN code did depend on the...
|
commit | commitdiff | tree |
2010-01-28 |
Nicholas Clark | Resort MANIFEST.
|
commit | commitdiff | tree |
2010-01-25 |
Nicholas Clark | Change from a hard coded temporary file name in lib...
|
commit | commitdiff | tree |
2010-01-21 |
Nicholas Clark | Add USE_PERL_ATOF to the list of -V's compile-time...
|
commit | commitdiff | tree |
2010-01-20 |
Nicholas Clark | Remove CPAN's Makefile.PL; let make_ext.pl write one...
|
commit | commitdiff | tree |
2010-01-20 |
Nicholas Clark | make clean deletes runtests, so add a rule and dependency...
|
commit | commitdiff | tree |
2010-01-18 |
Nicholas Clark | Move packagev.t from t/comp to t/op, as it fouls the...
|
commit | commitdiff | tree |
2010-01-15 |
Nicholas Clark | Fix SV leaks in Perl_vnumify() and Perl_vnormal() for...
|
commit | commitdiff | tree |
2010-01-15 |
Nicholas Clark | Avoid a double SV leak in an error state branch of...
|
commit | commitdiff | tree |
2010-01-14 |
Nicholas Clark | Back out the {ENTER,LEAVE}_with_name("sub") part of...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Avoid race conditions with files in /tmp, by explicitly...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Correct errors in the use of multiple targets, which...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Unlink PerlIO's tempfiles for the case of no -T, but...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Sort the initialisers to non_bincompat_options[], and...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Tie::Hash::NamedCapture::* shouldn't abort if passed...
|
commit | commitdiff | tree |
2010-01-04 |
Nicholas Clark | A mechanism for inlineable OP equivalents of XSUBs...
|
commit | commitdiff | tree |
2010-01-04 |
Nicholas Clark | Following fd909433c7437296, check that {sub f} correctly...
|
commit | commitdiff | tree |
2009-12-21 |
Nicholas Clark | expand-macro.pl was printing the header include to...
|
commit | commitdiff | tree |
2009-12-20 |
Nicholas Clark | Fix Pod errors in perl5113delta.pod.
|
commit | commitdiff | tree |
2009-12-19 |
Nicholas Clark | Run t/porting/diag.t from the top-level directory.
|
commit | commitdiff | tree |
2009-12-04 |
Nicholas Clark | Silence Win32 compiler warning
|
commit | commitdiff | tree |
2009-12-03 |
Nicholas Clark | Another C<return NORMAL> needed post bb4c52e023e0,...
|
commit | commitdiff | tree |
2009-12-02 |
Nicholas Clark | Ensure that pp_qr returns a new regexp SV each time...
|
commit | commitdiff | tree |
2009-12-01 |
Nicholas Clark | make regen_perly following 5ca68648d92617d8.
|
commit | commitdiff | tree |
2009-11-29 |
Nicholas Clark | Handle $@ being assigned a read-only value (without...
|
commit | commitdiff | tree |
2009-11-29 |
Nicholas Clark | Fix RT #70862 by converting ERRSV to GvSVn() to ensure...
|
commit | commitdiff | tree |
2009-11-23 |
Nicholas Clark | Move change c35076938c7236fb into embed.fnc, from the...
|
commit | commitdiff | tree |
2009-11-23 |
Nicholas Clark | Fix mktables calls in Win32 makefiles
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Parse embed.fnc first, then cross-check consistency...
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Synchronise "may change"/"experimental" flags between...
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Merge near-duplicate code for 'api' and 'guts'.
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Merge %apidocs and %gutsdocs into $docs{api} and $docs...
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Fix up the NAME in perl5112delta.pod
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Always bless filehandles into IO::Handle:: - don't...
|
commit | commitdiff | tree |
2009-11-19 |
Nicholas Clark | Convert the shell pipeline for the list of committers...
|
commit | commitdiff | tree |
2009-11-19 |
Nicholas Clark | Abolish xio_lines from struct PVIO - store IoLINES...
|
commit | commitdiff | tree |
2009-11-19 |
Nicholas Clark | PVIOs don't use the SvIVX slot.
|
commit | commitdiff | tree |
2009-11-18 |
Nicholas Clark | Skip the scope name checks if PL_scopestack_name is...
|
commit | commitdiff | tree |
2009-11-18 |
Nicholas Clark | PL_scopestack_name needs to be present, -DDEBUGGING...
|
commit | commitdiff | tree |
2009-11-18 |
Nicholas Clark | Correct the arguments to MBTest->tmpdir() to reflect...
|
commit | commitdiff | tree |
2009-11-17 |
Nicholas Clark | Correctly check that functions flagged as documented...
|
commit | commitdiff | tree |
2009-11-17 |
Nicholas Clark | Correct the flags for 3 functions that don't actually...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Inline PL_no_symref_sv into its users. Deprecate the...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Inline PL_no_symref into pp_entersub. Deprecate the...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Make the style of pad_add_name's flags consistent with...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Change S_pad_check_dup()'s arguments from char*/STRLEN...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Convert pad_check_dup() to static linkage, and call...
|
commit | commitdiff | tree |
2009-11-15 |
Nicholas Clark | Refactor common code paths from Perl_pad_add_name(...
|
commit | commitdiff | tree |
2009-11-12 |
Nicholas Clark | As our $_; is forced into main::, it should warn as...
|
commit | commitdiff | tree |
2009-11-12 |
Nicholas Clark | Explicitly check that our $_; is special, and forced...
|
commit | commitdiff | tree |
2009-11-09 |
Nicholas Clark | Add length and flags arguments to Perl_pad_add_name().
|
commit | commitdiff | tree |
2009-11-09 |
Nicholas Clark | Add length and flags arguments to Perl_pad_check_dup().
|
commit | commitdiff | tree |
2009-11-09 |
Nicholas Clark | Add length and flags arguments to Perl_allocmy().
|
commit | commitdiff | tree |
2009-11-09 |
Nicholas Clark | In Perl_pad_check_dup(), use sv rather than name for...
|
commit | commitdiff | tree |
2009-11-08 |
Nicholas Clark | Tweak the GV downgrading of f7461760 to avoid free...
|
commit | commitdiff | tree |
2009-11-07 |
Nicholas Clark | Add length and flags arguments to Perl_pad_findmy(...
|
commit | commitdiff | tree |
2009-11-07 |
Nicholas Clark | Placate a warning from Borland's compiler.
|
commit | commitdiff | tree |
2009-11-04 |
Nicholas Clark | Deprecate use of := to mean an empty attribute list...
|
commit | commitdiff | tree |
2009-11-01 |
Nicholas Clark | S_utf16_textfilter() was not returning EOF correctly...
|
commit | commitdiff | tree |
2009-11-01 |
Nicholas Clark | Tweak the filename regexp in parser.t so that ./TEST...
|
commit | commitdiff | tree |
2009-11-01 |
Nicholas Clark | Remove Perl_pmflag() from the public API, and mark...
|
commit | commitdiff | tree |
2009-10-24 |
Nicholas Clark | Rename to Porting/perldelta_template.pod so that t...
|
commit | commitdiff | tree |
2009-10-24 |
Nicholas Clark | Note that F<ext/> has become F<cpan/>, F<dist/> and...
|
commit | commitdiff | tree |
2009-10-24 |
Nicholas Clark | In S_pending_ident(), only call gv_fetchpvn_flags(...
|
commit | commitdiff | tree |
2009-10-24 |
Nicholas Clark | Make defined %hash on a non-lexical (also) generate...
|
commit | commitdiff | tree |
2009-10-24 |
Nicholas Clark | Add perl5112delta, and change 5111delta from being...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | In Locale::Maketext, avoid using defined @array and...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | In I18N::LangTags::Detect, avoid using defined @array...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Avoid using defined @array in core tests.
|
commit | commitdiff | tree |
next |