2007-12-27 |
Nicholas Clark | Proper $TODO support in &ok() and &iseq() in pat.t
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Localize $\ before changing it, so as not to affect...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Test that we can clone regexps into new threads, and...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | "Automate" change 32648 (ensure that -E always loads...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | You can't coerce a typeglob to a string. (Restore the...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | assert() that the sv_unmagic() in S_regmatch() is unneeded.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | You don't need $(DYNALOADER) to make $(nonxs_ext)
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Regexps are now orange.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Remove the last Null(...) from x2p/*
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Tweak Perl_sv_upgrade() so that references can upgrade...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Take code that occurs in three places to take a scalar...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Remove two warnings (sub diag() was redefined, and...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Eliminate SVt_RV, and use SVt_IV to store plain references.
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Better diagnostics by removing an && from an ok() and...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Use print rather than diag(), as these routine messages...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Swap SVt_RV and SVt_NV in the SV ordering.
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | A test for upgrading scalars. Curiously, before this...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Correct the correction. This one is both a correcly...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Fix my typo in a comment.
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | In SvPV_free(), assert() that no-one is trying to free...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | { my $a; } not warning about being used only once is...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Add an assert() to verify my assumption that no-one...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Remove warning about casting integer to different sized...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Replace our assert-which-can-be-caught-by-eval with...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Remove the definitions of Null(), Nullch, Nullfp, Nullsv...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Hateful software that sends my cursor keys as packets...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Add a Configure probe for <assert.h>
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Exterminate PL_na! Exterminate! Exterminate! Exterminate!
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | By moving the "can't upgrade downwards" croak() in...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Correct the minor mistake of changes 32675 and 32676...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-12-21 |
Nicholas Clark | Document each/keys/values @array
|
commit | commitdiff | tree |
2007-12-21 |
Nicholas Clark | Update the hash documentation to reflect the changes...
|
commit | commitdiff | tree |
2007-12-21 |
Nicholas Clark | Deparse each @array and friends.
|
commit | commitdiff | tree |
2007-12-21 |
Nicholas Clark | For 5.12 we can simply exterminate! the private function
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Implement each @array.
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Correct the embed.fnc descriptions of newAV() and newHV...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | With change 32676 moving the HvSHAREKEYS_on() into...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Change 32676 missed embed.h. Oops. Avert any more black...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Similiarly Perl_newHV() can become a mathom by making...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Perl_newAV() can become a mathom by making newAV()...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | The test needs to be on defined $ENV{PERL_UNICODE}...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Perl_magic_setglob() is a mathom.
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | char can be unsigned, so i8 needs to be signed char.
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Oops. Change 32669 didn't mean to add ssp to the libswanted...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | A new try at getting -fstack-protector working, by...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Merge the duplicated code for the tests for -fno-strict...
|
commit | commitdiff | tree |
2007-12-20 |
Nicholas Clark | Correct the test count in lib/File/Temp/t/lock.t
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Extraneous test files that change 32659 failed to delete...
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Missing files from Test::Harness 3.05
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Upgrade to Test::Harness 3.05
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Add perl5110delta, and change 5100delta so that it...
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Bump the version number to 5.11.0
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | feature.pm needs to cope with the version not being...
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Update Changes and reinstante the DEVEL tag.
|
commit | commitdiff | tree |
2007-12-19 |
Nicholas Clark | Record all the changes up to 5.10.0, and ready a new...
|
commit | commitdiff | tree |
2007-12-06 |
Nicholas Clark | Note that Larry has clarified the reasons for the Perl...
|
commit | commitdiff | tree |
2007-12-04 |
Nicholas Clark | Refactor test code to remove duplication is a TODO.
|
commit | commitdiff | tree |
2007-12-03 |
Nicholas Clark | mod_perl is special, and assigns meaning to a perl_destruct_...
|
commit | commitdiff | tree |
2007-11-30 |
Nicholas Clark | Change uconfig.h to read/write inside the perforce...
|
commit | commitdiff | tree |
2007-11-28 |
Nicholas Clark | Fix bless/readonly failure spotted by Jerry Hedden.
|
commit | commitdiff | tree |
2007-11-24 |
Nicholas Clark | Nick's a muppet (*and* perforce branching is hard,...
|
commit | commitdiff | tree |
2007-11-24 |
Nicholas Clark | Create a branch for code changes to XS code that 5...
|
commit | commitdiff | tree |
2007-11-24 |
Nicholas Clark | Eliminating the duplicate logic in S_method_common...
|
commit | commitdiff | tree |
2007-11-24 |
Nicholas Clark | Remove (probably) the last vestige of the assertions...
|
commit | commitdiff | tree |
2007-11-22 |
Nicholas Clark | Fix my typo in change 32137.
|
commit | commitdiff | tree |
2007-11-21 |
Nicholas Clark | Make genlog 'unexpand -a' all the spaces into tabs...
|
commit | commitdiff | tree |
2007-11-21 |
Nicholas Clark | Run unexpand -a on all the Changes files, which were...
|
commit | commitdiff | tree |
2007-11-20 |
Nicholas Clark | Update the files that need to be read/write in makerel...
|
commit | commitdiff | tree |
2007-11-20 |
Nicholas Clark | Note that traces of PL_na cling on in dark corners...
|
commit | commitdiff | tree |
2007-11-18 |
Nicholas Clark | Re-indent erroneous changelogs. [Software that pastes...
|
commit | commitdiff | tree |
2007-11-17 |
Nicholas Clark | 0777 is 512, not 522. (A typo.)
|
commit | commitdiff | tree |
2007-11-17 |
Nicholas Clark | Placate the black box index parser on search.cpan.org.
|
commit | commitdiff | tree |
2007-11-16 |
Nicholas Clark | Decode the subject header encoding of Ævar's name.
|
commit | commitdiff | tree |
2007-11-16 |
Nicholas Clark | Fix a typo in the description of change 31295.
|
commit | commitdiff | tree |
2007-11-16 |
Nicholas Clark | UNITCHECK is only a keyword post 5.009, so to allow...
|
commit | commitdiff | tree |
2007-11-15 |
Nicholas Clark | Bump the VERSION on ExtUtils::Embed.
|
commit | commitdiff | tree |
2007-11-12 |
Nicholas Clark | Porting/Maintainers.pm uses a _ prototype, which is...
|
commit | commitdiff | tree |
2007-11-10 |
Nicholas Clark | Arrange for buildtoc to remove the svn Revision keyword...
|
commit | commitdiff | tree |
2007-11-10 |
Nicholas Clark | Regenerate perltoc.pod
|
commit | commitdiff | tree |
2007-11-09 |
Nicholas Clark | Propagating const outwards from Perl_moreswitches(...
|
commit | commitdiff | tree |
2007-11-09 |
Nicholas Clark | Following change 31410, also re-align the column title.
|
commit | commitdiff | tree |
2007-11-09 |
Nicholas Clark | Note that investigating PADTMP hash pessimisation is...
|
commit | commitdiff | tree |
2007-11-08 |
Nicholas Clark | Remove CLONE_SKIP (5.8.7). Remove -dt (5.8.6, and Brainbench...
|
commit | commitdiff | tree |
2007-11-08 |
Nicholas Clark | Add UNITCHECK to the list of keywords in pl2pm
|
commit | commitdiff | tree |
2007-11-08 |
Nicholas Clark | One definite grammar fix, and one sort-of-grammar fix...
|
commit | commitdiff | tree |
2007-11-07 |
Nicholas Clark | "Bake" the values of PERL_REVISION, PERL_VERSION and...
|
commit | commitdiff | tree |
2007-11-07 |
Nicholas Clark | Fix up copyright years for files modified in 2007.
|
commit | commitdiff | tree |
2007-11-07 |
Nicholas Clark | Note that there is common code in installperl and installman...
|
commit | commitdiff | tree |
2007-11-06 |
Nicholas Clark | Add a TODO test for bug #47195
|
commit | commitdiff | tree |
2007-11-05 |
Nicholas Clark | Adjust the skip count for t/io/dup.t for the -Uuseperlio...
|
commit | commitdiff | tree |
2007-11-05 |
Nicholas Clark | As reported in bug #46207, change 30633 to PerlIO_exportFILE...
|
commit | commitdiff | tree |
2007-11-05 |
Nicholas Clark | Allow (pedantically correct) C pre-processor comments...
|
commit | commitdiff | tree |
2007-10-31 |
Nicholas Clark | Now that ExtUtils::ParseXS requires 5.006, we can replace...
|
commit | commitdiff | tree |
2007-10-23 |
Nicholas Clark | Silly Nick. If you see a nextstate op, then it may...
|
commit | commitdiff | tree |
2007-10-22 |
Nicholas Clark | SQL::Translator triggered a subtle piece of wrongness...
|
commit | commitdiff | tree |
2007-10-22 |
Nicholas Clark | Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
|
commit | commitdiff | tree |
2007-10-22 |
Nicholas Clark | hv_iterkeysv() actually creates a mortal SV for every...
|
commit | commitdiff | tree |
2007-10-22 |
Nicholas Clark | In Perl_mro_isa_changed_in(), no need to call an RVALUE...
|
commit | commitdiff | tree |
next |