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 | Enable deprecation warnings by default.
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | locked is deprecated, so use :lvalue instead.
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Can't use C<shift INC> to avoid @ in a commandline...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | shift with barewords is deprecated, so this test from...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | push and pop on barewords are deprecated, so need no...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Opening dirhandle DIR also as a file needs no warnings...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | defined @array and defined %hash need no warnings ...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | localisation of $[ is deprecated, so needs no warnings...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | :locked is deprecated, so use :lvalue instead.
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Tests for barewords and hash operators need no warnings...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | do subname() is deprecated, so tests for it need no...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | do subname() is deprecated, so update this hunk of...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Bracket deprecated features with no warnings 'deprecated';
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | do subname() is deprecated, so this test from perl...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Move tests for $[ from comp/hints.t to op/array_base.t
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Move tests for $[ from comp/parser.t to op/array_base.t
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | do subname() is deprecated, so this test from perl...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Move the test for the deprecated feature <<; out of...
|
commit | commitdiff | tree |
2009-10-16 |
Nicholas Clark | Add no warnings 'deprecated' to a test that assigns...
|
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 |
2009-10-15 |
Nicholas Clark | Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | In strftime(), save a malloc()/free() by using sv_usepvn_fla...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | POSIX::strftime() should be able to handle Unicode...
|
commit | commitdiff | tree |
2009-10-15 |
Nicholas Clark | Move the boolkeys op to the group of hash ops.
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Sort MANIFEST following commit 9bc662c9c4c134e4.
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Note that a test that regen.pl was run is TODO.
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Minor podification nit. *2 legs bad* B<4 legs good>.
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Change S_ckwarn_common() to looping over the packed...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Migrate common code in Perl_ckwarn() and Perl_ckwarn_d...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | In Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Replace Perl_deprecate() with a macro that calls Perl_ck_war...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Move the code related to deprecate("comma-less variable...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Remove category 'syntax' from 5 warnings that should...
|
commit | commitdiff | tree |
2009-10-13 |
Nicholas Clark | Use deprecate() in place of deprecate_old(), and remove...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | ckWARNreg() and ckWARNregdep() now use string concatenation...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | Replace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | In regcomp.c, where possible replace vWARN* with ckWARN...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner(), which combines Perl_ckwarn()...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | Normalise 3 fatal pack/unpack error messages to "panic...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | In uni_to_bytes(), fix ckWARN() anomaly.
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | Re-order a conditional with ckWARN() last, as it is...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | deprecate_old() is not public, and only used within...
|
commit | commitdiff | tree |
2009-10-12 |
Nicholas Clark | In Perl_ckwarn(), simplify the check of isLEXWARN_on...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | porting/manifest.t now tests that all files listed...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Default to running tests in cpan/ with relative paths...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Run tests in ext/ and dist/ with relative paths for...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Swap the chdir and the call to perl_lib(), to work...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | MakeMaker::Test::Utils::perl_lib now copes with relative...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Remove core @INC setting and chdir boilerplate from...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Remove core @INC setting and chdir boilerplate from...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Remove core @INC setting and chdir boilerplate from...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Remove core @INC setting boilerplate from lib's test.
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Correct the location of the DISTRIBUTION tarball for...
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Exclude CGI/t/fast.t from the core, as it relies on...
|
commit | commitdiff | tree |
next |