2007-04-24 |
Nicholas Clark | Ooops. It helps to p4 add the new file.
|
commit | commitdiff | tree |
2007-04-24 |
Nicholas Clark | Make PL_uudmap a constant global. Remove the run time...
|
commit | commitdiff | tree |
2007-04-23 |
Nicholas Clark | Remove the unnecessary allocation of and assignment...
|
commit | commitdiff | tree |
2007-04-23 |
Nicholas Clark | More variable reordering saves another 40 bytes from...
|
commit | commitdiff | tree |
2007-04-22 |
Nicholas Clark | Fix problems caused by downsizing in change 31017....
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Various variables in intrpvar.h and thrdvar.h are considerab...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Fix bug in change 31015 - saving the wrong size of...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Several members of struct yy_parser can go on a diet...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | By re-ordering declarations in interpvar.h and thrdvar...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Remove widesyscalls and numeric_compat1, two unused...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Eliminate Internals::inc_sub_generation, which nothing...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Where possible, use SvIV instead of SvIVX, SvNV instead...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | Storing PL_sv_yes over itself is as cheap as calling...
|
commit | commitdiff | tree |
2007-04-21 |
Nicholas Clark | In Perl_mro_get_linear_isa_dfs(), by treating the local...
|
commit | commitdiff | tree |
2007-04-20 |
Nicholas Clark | Terser source code in Perl_mro_meta_dup()
|
commit | commitdiff | tree |
2007-04-20 |
Nicholas Clark | Make struct mro_meta 4(ish) bytes smaller.
|
commit | commitdiff | tree |
2007-04-16 |
Nicholas Clark | Remove the "performance hack" that suppressed used...
|
commit | commitdiff | tree |
2007-04-15 |
Nicholas Clark | Remove wince/ from checkcfgvar.pl, now that it is gone...
|
commit | commitdiff | tree |
2007-04-12 |
Nicholas Clark | Bump the VERSION of ExtUtils::Constant::Base.
|
commit | commitdiff | tree |
2007-04-12 |
Nicholas Clark | PL_madskills is a bool, so save it as one (else Solaris...
|
commit | commitdiff | tree |
2007-04-12 |
Nicholas Clark | Fix two errors in the OP debugging code. Now all test...
|
commit | commitdiff | tree |
2007-04-12 |
Nicholas Clark | Change 18797 (Patch for [perl #9402], known also as...
|
commit | commitdiff | tree |
2007-04-12 |
Nicholas Clark | When removing the test program source, also remove...
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | For symbolic references test the defined path through...
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | Be a bit more specific in what our second typeglob...
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | Run pod/buildtoc --build-all
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | perl5.9.5delta is about 5, not 4.
|
commit | commitdiff | tree |
2007-04-11 |
Nicholas Clark | Update MANIFEST to include 3 files added in change...
|
commit | commitdiff | tree |
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-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 |
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-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 |
next |