2007-03-18 |
Nicholas Clark | The test case applied in change 29502 really should...
|
commit | commitdiff | tree |
2007-03-17 |
Nicholas Clark | PerlIO_importFILE() should increase the reference count...
|
commit | commitdiff | tree |
2007-03-17 |
Nicholas Clark | Test case from Karl Chen in RT #41831
|
commit | commitdiff | tree |
2007-03-17 |
Nicholas Clark | Remove the other 4 bits of MAD code designed to abort...
|
commit | commitdiff | tree |
2007-03-17 |
Nicholas Clark | The code in newCONDOP can be made visibly simpler by...
|
commit | commitdiff | tree |
2007-03-16 |
Nicholas Clark | Under -Dmad, free the ops representing the dead code...
|
commit | commitdiff | tree |
2007-03-16 |
Nicholas Clark | Remove the abort() trap, which Larry said was actually...
|
commit | commitdiff | tree |
2007-03-15 |
Nicholas Clark | Seems that 5.6.x needs the same fix as 5.005_xx for...
|
commit | commitdiff | tree |
2007-03-15 |
Nicholas Clark | Tweak to Storable to make dclone.t pass on 5.005_03.
|
commit | commitdiff | tree |
2007-03-14 |
Nicholas Clark | Changes needed to get Storable to compile on 5.005_03.
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | The dMY_CXT added in change 27938 isn't needed when...
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | Check that stat and -X favours the file handle over...
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | Check that stat and -X on barewords favour the file...
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | Bump versions of modules that are currently on "dev...
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | 5.8's B.xs exports AVf_REAL, so need to jiggle the...
|
commit | commitdiff | tree |
2007-03-13 |
Nicholas Clark | Get B compiling and passing all tests on both 5.9.x...
|
commit | commitdiff | tree |
2007-03-12 |
Nicholas Clark | Fix the partially passing TODO test in optree_constants...
|
commit | commitdiff | tree |
2007-03-12 |
Nicholas Clark | With the demise of ByteLoader in blead, unshare_hek...
|
commit | commitdiff | tree |
2007-03-12 |
Nicholas Clark | Bitten again by the snakes in the MANIFEST spec - tabs...
|
commit | commitdiff | tree |
2007-03-10 |
Nicholas Clark | Test that format references can't be wrongly dereferenced.
|
commit | commitdiff | tree |
2007-03-10 |
Nicholas Clark | Bump Exporter's $VERSION.
|
commit | commitdiff | tree |
2007-03-10 |
Nicholas Clark | A test case for change 30527 (chdir bareword ambiguity...
|
commit | commitdiff | tree |
2007-03-10 |
Nicholas Clark | Refactor the "has fchdir" and "has dirfd" logic to...
|
commit | commitdiff | tree |
2007-03-09 |
Nicholas Clark | Don't swallow up other warnings in Exporter's test...
|
commit | commitdiff | tree |
2007-03-09 |
Nicholas Clark | Make Exporter::Heavy correctly not warn when exporting...
|
commit | commitdiff | tree |
2007-03-05 |
Nicholas Clark | As SvUPGRADE() is a macro wrapping a call to sv_upgrade...
|
commit | commitdiff | tree |
2007-03-05 |
Nicholas Clark | Change 30461 was wrong. As ext/re (re)builds the regexp...
|
commit | commitdiff | tree |
2007-03-04 |
Nicholas Clark | It seems that change 30451 should also have arranged...
|
commit | commitdiff | tree |
2007-03-04 |
Nicholas Clark | Rename exception() to apitest_exception() in XS/APItest...
|
commit | commitdiff | tree |
2007-03-03 |
Nicholas Clark | Must only use dynamic extensions in the Dynaloader...
|
commit | commitdiff | tree |
2007-03-03 |
Nicholas Clark | As the test is about the parser, not actually running...
|
commit | commitdiff | tree |
2007-03-03 |
Nicholas Clark | Define and initialise reg_name only once.
|
commit | commitdiff | tree |
2007-03-02 |
Nicholas Clark | Avoid an assertion failure when overloading readpipe.
|
commit | commitdiff | tree |
2007-03-02 |
Nicholas Clark | More assertion failures, found by auditing the code.
|
commit | commitdiff | tree |
2007-03-02 |
Nicholas Clark | Don't crash if the symbol table entry for ISA isn't...
|
commit | commitdiff | tree |
2007-03-01 |
Nicholas Clark | The bug fixed by change 29610 would have been avoided...
|
commit | commitdiff | tree |
2007-03-01 |
Nicholas Clark | Don't SEGV when dumping an undefined typeglob. The...
|
commit | commitdiff | tree |
2007-02-26 |
Nicholas Clark | Update the FSF's address. Plus some other whitespace...
|
commit | commitdiff | tree |
2007-02-26 |
Nicholas Clark | Fix bug #41550 - AUTOLOAD :lvalue not working the...
|
commit | commitdiff | tree |
2007-02-26 |
Nicholas Clark | Convert t/op/sub_lval.t to test.pl
|
commit | commitdiff | tree |
2007-02-19 |
Nicholas Clark | Avoid *some* g++ errors. (But not all yet)
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | More efficient to call newSV_type() then SvGROW() instead...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | Add a new API function newSV_type, to replace the idiom:
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | Properly handle the differences in hints in the optree...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | newHV doesn't need to turn off POK or NOK, as they...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | test.pl should locally increase $Level, rather than...
|
commit | commitdiff | tree |
2007-02-17 |
Nicholas Clark | Missed an aTHX_ in B's call to Perl_emulate_cop_io.
|
commit | commitdiff | tree |
2007-02-17 |
Nicholas Clark | Split the storage of the layers specificied by open...
|
commit | commitdiff | tree |
2007-02-16 |
Nicholas Clark | Move all the cut&paste open TODO logic into OptreeCheck...
|
commit | commitdiff | tree |
2007-02-14 |
Nicholas Clark | There's no need to special case SVt_NULL in the print...
|
commit | commitdiff | tree |
2007-02-14 |
Nicholas Clark | Change 30276 wasn't meant do mess with t/lib/common...
|
commit | commitdiff | tree |
2007-02-13 |
Nicholas Clark | Invoke minitrue to ensure that my spelling had always...
|
commit | commitdiff | tree |
2007-02-13 |
Nicholas Clark | Change 26487 left some debugging code in, and through...
|
commit | commitdiff | tree |
2007-02-12 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-02-12 |
Nicholas Clark | Note why storing a reference as an integer in %^H is...
|
commit | commitdiff | tree |
2007-02-10 |
Nicholas Clark | These casts to GV are no longer needed.
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Fix Pod errors.
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Unknown formatting code U<> spotted by Jesse - presumably...
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Update the lists of files that makerel needs to process...
|
commit | commitdiff | tree |
2007-02-07 |
Nicholas Clark | opening $0 doesn't work if you change directory. So...
|
commit | commitdiff | tree |
2007-02-07 |
Nicholas Clark | TODO tests for eval of tainted scalars. (change 29193...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | t/lib/common.pl can be warnings clean.
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Upgrade to ExtUtils-ParseXS-2.18
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Use the new conditional TODOs to mark as TODO the warning...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Enhance t/lib/common.pl to provide conditional TODOs...
|
commit | commitdiff | tree |
2007-02-04 |
Nicholas Clark | Change 23753 wasn't quite a perfect refactoring, as...
|
commit | commitdiff | tree |
2007-02-04 |
Nicholas Clark | Currently Changes is in ISO-8859-1, not UTF-8, so correct...
|
commit | commitdiff | tree |
2007-02-03 |
Nicholas Clark | Purge all references to 5005 threads variables in the...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | A few more places where we know the length for sv_setpv...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Testing every pattern by also upgrading to UTF-8 would...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Change 29502 wasn't perfect - you need to remove any...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Better dump reporting of "PVBM"s.
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Allow regexp.t to take a command line argument for...
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t warnings clean.
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t run under use strict; including...
|
commit | commitdiff | tree |
2007-01-31 |
Nicholas Clark | You can't have special blocks if the subroutine has...
|
commit | commitdiff | tree |
2007-01-30 |
Nicholas Clark | Refactor the code used to check/execute BEGIN/UNITCHECK...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | UNITCHECK for XS code. Turned out to be harder that...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | BEGIN blocks in XS should work. (Given that CHECK,...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | Add av_create_and_push() and av_create_and_unshift_one...
|
commit | commitdiff | tree |
2007-01-28 |
Nicholas Clark | Convert ext/B/t/debug.t to Test::More. (Diagnostics...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | As we're not using UVf in the core, don't even define...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | Change 30034 wasn't enough to silence the warnings...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | newPADOP()'s sv parameter is never NULL, so mark it...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | newPADOP is only used under ithreads, so don't waste...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | One last gv_fetchpv() that should be GV_ADD rather...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | Using gv_stashsv() and sv_setsv() in Perl_package reduces...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | A test to exercise the smallbuf overflow code in S_incline...
|
commit | commitdiff | tree |
2007-01-26 |
Nicholas Clark | Stop S_incline needing to temporarily write a '\0'...
|
commit | commitdiff | tree |
2007-01-26 |
Nicholas Clark | As we're not passing over (or copying in) a NUL, don...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Convert the last remaining 256 byte "small"bufs to...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Display the process id as part of the trace output...
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Fix typo in the description of change 27911
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Wrap the macro arguments for ck_proto in ().
|
commit | commitdiff | tree |
next |