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 |
2009-10-11 |
Nicholas Clark | Correct the name of subtest.t, added in 2c4d5b9bac4cc261
|
commit | commitdiff | tree |
2009-10-11 |
Nicholas Clark | Correct the listed names of the two files uudecoded...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Make _quote_args() return a result, rather than passing...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Avoid using ++, op= and anon hash constructors in the...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Refactoring tests to use test.pl is a TODO.
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Add a test for the bootstrap rules for tests in t/
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/fold.t, as require isn't...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Give names to all tests in t/comp/fold.t
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Move the require './test.pl' to the end of t/comp/hints.t
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/multiline.t, as require isn...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/opsubs.t, as require isn...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/our.t, as require isn't tested...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/parser.t, as require isn...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/retainedlines.t, as require...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Avoid relying on prototypes working for tests to pass...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/uproto.t, as require isn...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | In opt(), use is(..., undef) rather than ok(!defined...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Move the test for require 5.11.0 not loading strictures...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Don't use require in comp/utf.t, as require isn't tested...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Use require.t's bytes_to_utf() in place of PerlIO layers...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Print the encoding name as part of the test, rather...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Refactor bytes_to_utf16() into a more generic routine...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Replace longhand invocations of test() with 3 nested...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Test utf8 with BOMs, like we already test utf16be and...
|
commit | commitdiff | tree |
2009-10-09 |
Nicholas Clark | Move tests for use for "new style version numbers"...
|
commit | commitdiff | tree |
2009-10-08 |
Nicholas Clark | Move &do_require to the top of require.t, so that ...
|
commit | commitdiff | tree |
2009-10-08 |
Nicholas Clark | Move the test for RT #49472 to op/attrs.t from comp...
|
commit | commitdiff | tree |
2009-10-08 |
Nicholas Clark | Avoid using bytes in require.t, as pack "C0U" does...
|
commit | commitdiff | tree |
2009-10-08 |
Nicholas Clark | Avoid using the strict pragma in retainedlines.t -...
|
commit | commitdiff | tree |
next |