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-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-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 |
2009-10-23 |
Nicholas Clark | Avoid using defined %hash in core code and tests.
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Convert the 2 Storable tests that use Test to use Test...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Convert the Pod::Perldoc tests from Test to Test::More.
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Convert the odd Locale::Maketext test out from Test...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Convert File/CheckTree.t from Test to Test::More.
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | Convert tests in ext/ from Test to Test::More.
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | S_run_user_filter() can use the filter GV itself for...
|
commit | commitdiff | tree |
2009-10-23 |
Nicholas Clark | S_utf16_textfilter() can use the filter GV itself for...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | In S_utf16_textfilter() replace sv_chop() with code...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | S_utf16_textfilter() needs to avoid splitting UTF-16...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | Test requiring files with non-BMP characters (encoded...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | Tests for UTF-16 characters > 256, including those...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | Perl_utf16_to_utf8() should treat "\0" like any every...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | Re-write S_utf16_textfilter() to correctly handle partial...
|
commit | commitdiff | tree |
2009-10-22 |
Nicholas Clark | Remove the "hack" that removes SVt_UTF8 in the UTF16...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | Refactor S_utf16_textfilter() to use a second SV for...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | Perl_utf16_to_utf8() should return the correct length...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | Remove the PERLIO * argument to S_filter_gets(), as...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | S_utf16_textfilter() needs FILTER_DATA() to get the...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | S_utf16_textfilter() was failing honour error returns...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | panic if S_utf16_textfilter() is called in block mode.
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | Make filter_read() in block mode create a well-formed...
|
commit | commitdiff | tree |
2009-10-21 |
Nicholas Clark | Fix precedence error in Module::CoreList's test, which...
|
commit | commitdiff | tree |
2009-10-20 |
Nicholas Clark | Pull out filter setup code from S_swallow_bom() into...
|
commit | commitdiff | tree |
2009-10-20 |
Nicholas Clark | MAD-only code in S_swallow_bom() duplicated the actions...
|
commit | commitdiff | tree |
2009-10-19 |
Nicholas Clark | Remove the entry about removing Perl_deprecate()
|
commit | commitdiff | tree |
2009-10-19 |
Nicholas Clark | Fix minor pod formatting error in perl5111delta.pod
|
commit | commitdiff | tree |
2009-10-19 |
Nicholas Clark | Add two (U8 *) casts to placate C++.
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | In utf16_to_utf8(), fix off-by-one errors for the range...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | utf16_to_utf8() should croak on encountering a bare...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | utf16_to_utf8() should croak if the buffer ends without...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | utf16_to_utf8_reversed() should croak early when passed...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | Expose utf16_to_utf8{,reversed} via XS::APItest, and...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | Merge S_utf16_textfilter and S_utf16rev_textfilter().
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | Note why S_pending_ident's prototype can't be generated...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | Generate prototypes for utf16_textfilter and utf16rev_textfi...
|
commit | commitdiff | tree |
2009-10-18 |
Nicholas Clark | Use gmtime() instead of localtime(), as timezones hinder...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Convert sv_2mortal(newSVpvn()) to newSVpvn_flags()...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Convert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags()
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | Skip testing the be_BY.CP1131 locale on Darwin 10,...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | Use gv_stashsv() and gv_fetchpvs(), the later with...
|
commit | commitdiff | tree |
next |