2007-04-11 |
Nicholas Clark | If the test programs for strtoul(), strtoull() or strtouq...
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | Work round what appears to be a bug in Sun C++ 5.8...
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | Silence the g++ warnings "right-hand operand of comma...
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | Cast needed to get POSIX compiling with g++ on FreeBSD.
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | Make the don't-use-nm symbol table probes work under...
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | Undo the non-maint part of change 30816. Silly Nicholas.
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | S_forget_pmop() only needs a flags argument for the...
|
commit | commitdiff | tree |
2007-04-10 |
Nicholas Clark | If PL_curpm is pointing to an op that is getting freed...
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Upgrade to Module-Pluggable 3.6
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Ensure PL_last_in_gv doesn't end up pointing to garbage...
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Under PERL_DEBUG_READONLY_OPS don't panic if you can...
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Upgrade to Encode 2.19
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Turn op_pmreplroot in struct pmop into a real union.
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Remove a now un-needed goto from Perl_peep().
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Rejig Perl_peep() to assume that ops are optimised...
|
commit | commitdiff | tree |
2007-04-07 |
Nicholas Clark | Re-ordering OP_STUB in the switch statement in Perl_peep...
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | assert() that OP_QR and OP_MATCH never set op_pmreplstart...
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Add editor block.
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Only append ?? match ops to the list used by reset...
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Avoid accessing free()d memory when calling reset in...
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Give accurate failure diagnostics when unlike() fails.
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Ooops. Forgot to update proto.h in change 30853.
|
commit | commitdiff | tree |
2007-04-06 |
Nicholas Clark | Remove op_pmnext from PMOPs, and instead store the...
|
commit | commitdiff | tree |
2007-04-05 |
Nicholas Clark | S_op_destroy() was not static. Also tidy all other...
|
commit | commitdiff | tree |
2007-04-04 |
Nicholas Clark | Add TODO tests for the (sometimes) crashing threads...
|
commit | commitdiff | tree |
2007-04-04 |
Nicholas Clark | A test for reset.
|
commit | commitdiff | tree |
2007-04-04 |
Nicholas Clark | Get further through the build with read-only optrees...
|
commit | commitdiff | tree |
2007-04-02 |
Nicholas Clark | We may not even have a list of slabs when Perl_Slab_Free...
|
commit | commitdiff | tree |
2007-04-02 |
Nicholas Clark | Cleanups for PERL_DEBUG_READONLY_OPS debugging code...
|
commit | commitdiff | tree |
2007-04-02 |
Nicholas Clark | For Perl_Slab_Alloc(), eliminate the unused parameter...
|
commit | commitdiff | tree |
2007-04-02 |
Nicholas Clark | The op slab allocator can call calloc() instead of...
|
commit | commitdiff | tree |
2007-04-02 |
Nicholas Clark | Add a new compile option PERL_DEBUG_READONLY_OPS which...
|
commit | commitdiff | tree |
2007-03-31 |
Nicholas Clark | Rearrange members of structures to reduce memory size...
|
commit | commitdiff | tree |
2007-03-31 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-03-31 |
Nicholas Clark | Reorder the members of various regexp structs to reduce...
|
commit | commitdiff | tree |
2007-03-31 |
Nicholas Clark | precomp in struct regexp can be const char *.
|
commit | commitdiff | tree |
2007-03-30 |
Nicholas Clark | Bump File::Glob's VERSION to go with change 30103.
|
commit | commitdiff | tree |
2007-03-30 |
Nicholas Clark | Remove the never-used numeric and character switch...
|
commit | commitdiff | tree |
2007-03-30 |
Nicholas Clark | A logical rearrangement of ops, to get the post 5.005...
|
commit | commitdiff | tree |
2007-03-30 |
Nicholas Clark | Oops. Failed to remove the now obsolete comment about...
|
commit | commitdiff | tree |
2007-03-30 |
Nicholas Clark | Remove the restriction that op_custom has to be the...
|
commit | commitdiff | tree |
2007-03-26 |
Nicholas Clark | In struct regexp replace the two arrays of I32s accessed...
|
commit | commitdiff | tree |
2007-03-26 |
Nicholas Clark | Move the declaration of two variables into the only...
|
commit | commitdiff | tree |
2007-03-26 |
Nicholas Clark | Simplify the logic in Perl_re_dup() - copy the structure...
|
commit | commitdiff | tree |
2007-03-25 |
Nicholas Clark | Change 30753 forgot to remove 2 now unused variables.
|
commit | commitdiff | tree |
2007-03-25 |
Nicholas Clark | Looks like re_dup has been leaking references on 2...
|
commit | commitdiff | tree |
2007-03-25 |
Nicholas Clark | A more efficient copy in Perl_reg_temp_copy()
|
commit | commitdiff | tree |
2007-03-25 |
Marcus Holland-Moritz | Re: The performance problem of 30678
|
commit | commitdiff | tree |
2007-03-24 |
Nicholas Clark | startp and endp can allocate their array of I32s from...
|
commit | commitdiff | tree |
2007-03-23 |
Nicholas Clark | It's possible to write the dup of struct reg_substr_datum...
|
commit | commitdiff | tree |
2007-03-23 |
Nicholas Clark | Move CHECK_WORD in regcomp.c to a more generic memEQs...
|
commit | commitdiff | tree |
2007-03-23 |
Nicholas Clark | Change 30080 was wrong to swap the BEGIN test to memEQ
|
commit | commitdiff | tree |
2007-03-22 |
Nicholas Clark | Can use memEQ instead of strnEQ in CHECK_WORD()
|
commit | commitdiff | tree |
2007-03-22 |
Nicholas Clark | Re-order the flags values for struct refcounted_he...
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | Adjust test count for 5.8.x
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | Only use proxy constant subroutines for 5.9.x.
|
commit | commitdiff | tree |
2007-03-21 |
Jerry D. Hedden | Change 30661 could result in undefined variable
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | Add some PERL_MEM* defines to the -V output that were...
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | Remove the (sometimes) unused variable from change...
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | Don't try to set the NV on a typeglob-in-action. Should...
|
commit | commitdiff | tree |
2007-03-21 |
Nicholas Clark | AVs and HVs never had the NV slot. (Not that this error...
|
commit | commitdiff | tree |
2007-03-20 |
Nicholas Clark | In safecalloc, use the system calloc() for the non...
|
commit | commitdiff | tree |
2007-03-19 |
Nicholas Clark | PerlIO_exportFILE() and PerlIO_releaseFILE() should...
|
commit | commitdiff | tree |
2007-03-18 |
Nicholas Clark | The test case applied in change 29502 really should...
|
commit | commitdiff | tree |
2007-03-18 |
Andreas J. Koenig | 29044 broke Fatal.pm
|
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 |
Sébastien Aperghis... | Re: [Patch] Fix some of the tests of Storable on Perl...
|
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-15 |
Rick Delaney | Re: What is this MAD stuff all about?
|
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 |
Tels | Math::BigInt::FastCalc 0.12 (plug leaks)
|
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 |
next |