2006-02-24 |
Nicholas Clark | Redo previous sv.h change.
|
commit | commitdiff | tree |
2006-02-24 |
Nicholas Clark | As SVs can't both be in a pad, and the name of a variable...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Replace direct flags tests & manipulations for SVpad_TYPED and
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Document a sixth use for SVf_FAKE
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | We have sufficient spare bits to store the SV type...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Shrink struct body_details and hence sv.o slightly...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Using U8 rather than size type shrinks the body_details...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Remove set magic from typeglobs. Remove typeglob magic...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | In XS_attributes__guess_stash, attempting to call Gv...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Recalculate dstr in Perl_sv_setsv_flags, as dstr may...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Remove get magic from typeglobs. This means that PVGVs...
|
commit | commitdiff | tree |
2006-02-23 |
Nicholas Clark | Fix the copy sizes for PVFM and PVCV back to sanity.
|
commit | commitdiff | tree |
2006-02-22 |
Nicholas Clark | Fix typos and a missing bracket.
|
commit | commitdiff | tree |
2006-02-22 |
Nicholas Clark | Avoid C<study>ing any strings that might change underneath...
|
commit | commitdiff | tree |
2006-02-22 |
Nicholas Clark | sv_dump should report the PV for PVGVs, as it can get...
|
commit | commitdiff | tree |
2006-02-22 |
Nicholas Clark | Test warnings for converting globs to other forms.
|
commit | commitdiff | tree |
2006-02-22 |
Nicholas Clark | Change 24643 made the mistake of assuming that CvCONST...
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Can merge the two arms of Perl_magic_getglob to save...
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Reorder the SV flags so that SVp_?OK and SVf_?OK occupy...
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | PL_body_arenas should be set to NULL when the interpreter...
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Teach B about CVf_ISXSUB
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Goodbye PERL_XSUB_OLDSTYLE.
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Re-order the definitions of the private bits in SvFLAGS...
|
commit | commitdiff | tree |
2006-02-21 |
Nicholas Clark | Document the many uses of SVf_FAKE.
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | PVCVs don't need XNVs either.
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Fix sv_dump to dump formats without the (non-existent...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | xcv_root and xcv_xsub can also be merged into a union...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | xcv_start and xcv_xsubany can be merged into a union...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Need to clear CvXSUBANY() too to turn a constant sub...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Add a new CvISXSUB() macro, for abstracting the test...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Abolish BROKEN_UNION_INIT in B::C, as it works around...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | utftaint.t won't be able to run tests with -T if you...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Remove the last (U16) cast for CV depths, missed by...
|
commit | commitdiff | tree |
2006-02-20 |
Nicholas Clark | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | Ministry of Truth removes typo in description of Change...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | Shave sizeof(NV) bytes from formats, by using the same...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | AVs and HVs don't have IVXs or NVXs, so assert this...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | To make arithmetic on tainted dualvars work properly...
|
commit | commitdiff | tree |
2006-02-19 |
Nicholas Clark | SvROK(sv) will never be true when SvIOKp() or SvNOKp...
|
commit | commitdiff | tree |
2006-02-18 |
Nicholas Clark | save_re_context() and even errsv_save = newSVsv(ERRSV...
|
commit | commitdiff | tree |
2006-02-18 |
Nicholas Clark | Turn of tainting locally inside swash_init(), as the...
|
commit | commitdiff | tree |
2006-02-18 |
Nicholas Clark | Assume that if runperl is called under tainting, that...
|
commit | commitdiff | tree |
2006-02-18 |
Nicholas Clark | Convert utftaint.t to test.pl (from Test.pm) and provide...
|
commit | commitdiff | tree |
2006-02-14 |
Nicholas Clark | Back out change change 10214 (drop SVp_IOK from >>...
|
commit | commitdiff | tree |
2006-02-13 |
Nicholas Clark | Ensure that public I, N and P flags are off when SvTAINT...
|
commit | commitdiff | tree |
2006-02-13 |
Nicholas Clark | All the bits of clone_params.flags need to be initialised...
|
commit | commitdiff | tree |
2006-02-12 |
Nicholas Clark | Fix change 27059 so that it actually works with >16...
|
commit | commitdiff | tree |
2006-02-11 |
Nicholas Clark | In perldiag.pod add an entry for the error message...
|
commit | commitdiff | tree |
2006-02-11 |
Nicholas Clark | Remove SOFT_CAST() as it no longer does anything useful.
|
commit | commitdiff | tree |
2006-02-11 |
Nicholas Clark | Coalesce 2 if blocks with duplicated conditions in...
|
commit | commitdiff | tree |
2006-02-11 |
Nicholas Clark | assert() that we can't reach two unreachable code paths
|
commit | commitdiff | tree |
2006-02-10 |
Nicholas Clark | The return value from S_hv_auxinit can be ignored,...
|
commit | commitdiff | tree |
2006-02-10 |
Nicholas Clark | With PERL_POISON defined, ensure freshly malloc()ed...
|
commit | commitdiff | tree |
2006-02-09 |
Nicholas Clark | Change 27136 seems to have inadvertently upset some...
|
commit | commitdiff | tree |
2006-02-09 |
Nicholas Clark | Avoid calling all the scanning code in gv_fetchpvn_flags...
|
commit | commitdiff | tree |
2006-02-08 |
Nicholas Clark | lastparen in the regexp structure is never initialised...
|
commit | commitdiff | tree |
2006-02-08 |
Nicholas Clark | Borland's C compiler warns that the & is unnecessary.
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Merging pp_bit_or and pp_bit_xor shrinks the object...
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | All the trancendental unary operators can be merged...
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Avoid gcc warning about possibly uninitialised variables.
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Create new macros AMG_CALLun_var, AMG_CALLun_var and...
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | pp_pop can be implemented by pp_shift.
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | pp_hex can be implemented trivially by pp_oct, making...
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Merge pp_index and pp_rindex - we have another mathom.
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Some refactoring to converge pp_index and pp_rindex
|
commit | commitdiff | tree |
2006-02-07 |
Nicholas Clark | Fix bug 38454 (rindex corrects for $[ on bytes rather...
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Optimise index so that if the big string is ISO-8859...
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Given that the memory allocated in Perl_bytes_from_utf8 and
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Rename S_glob_assign to S_glob_assign_glob
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | In Perl_sv_upgrade, the assignment to new_type_details...
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Remove a duplicate flag copy line from Perl_sv_setsv_flags.
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Expunge USE_5005THREADS from perl.c
|
commit | commitdiff | tree |
2006-02-06 |
Nicholas Clark | Fix bug #38439 - reference to typeglob assignment needs...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Merge the PVCV case into the common code in S_pvgv_assign.
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Merge the PVAV and PVHV clauses into the common code...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Merge the default case (GvSV) with the common code...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Start to merge the 6 arms of S_pvgv_assign into one.
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | The message "Can't upgrade that kind of scalar" can...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | new_body_type doesn't need to subtract the offset,...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Yes, I broke Win32 with change 27089 by having a {...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Remove "Can't upgrade to undef" from perldiag, as the...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade...
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Eliminate a croak we can't get to.
|
commit | commitdiff | tree |
2006-02-05 |
Nicholas Clark | Without this Windows and Netware compilers should be...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | bcc was issuing a warning about this line in Perl_sv_2cv...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Add regression tests to lib/charnames.t to ensure that...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Enhance PERL_TRACK_MEMPOOL so that it also emulates...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | The TODO 'Tidy up global variables' can go, replaced...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | I believe that mathoms have been completely TODOne.
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Rejig the definition of ARENAS_PER_SET to maximise...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Tweak arena sets to avoid assignment between different...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | warnings.h does some evil(*) pointer arithmetic on...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Remove obsolete comment.
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | S_find_beginning is only called from one place, so...
|
commit | commitdiff | tree |
next |