2006-05-09 |
Nicholas Clark | Gv_AMupdate() always creates magic, so mg can never...
|
commit | commitdiff | tree |
2006-05-09 |
Nicholas Clark | Two signed array indicies that Coverity spots should...
|
commit | commitdiff | tree |
2006-05-09 |
Nicholas Clark | Ressurect change 27824, which plugs a resource leak...
|
commit | commitdiff | tree |
2006-05-08 |
Nicholas Clark | Tie::RefHash is now dual life, maintained by Yuval...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Remove a variable left unused since change 28065.
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Add a new hash key flag HVhek_UNSHARED, to mark all...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | cumulative totals and list reverse for checkAUTHORS.pl
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | *static* pointers to newXSUB(), dammit!
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Assert that SvMAGIC() isn't being called on PVMGs which...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Change 28063 forgot 1 key line - acutally use the correct...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Fix bug in DynaLoader, which has been passing a filename...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | GvFILE() cannot be a pointer to the memory owned by...
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | Change 28037 broke t/op/each.t when running with TEST.
|
commit | commitdiff | tree |
2006-05-02 |
Nicholas Clark | De-duplicate the code that creates new GPs into Perl_newGP().
|
commit | commitdiff | tree |
2006-05-01 |
Nicholas Clark | Disable SIGRTMAX and SIGRTMIN in POSIX if Configure...
|
commit | commitdiff | tree |
2006-05-01 |
Nicholas Clark | Allow a macro of "0" to mean "#if 0" for convenient...
|
commit | commitdiff | tree |
2006-05-01 |
Nicholas Clark | Re-order one DO_UTF8 to be after the SvPV.
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Fix two errors found by Coverity.
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Add a --percentage option to checkAUTHORS.pl to show...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Replace a STRLEN no_len; with a _nolen macro call.
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Perl_pack_cat() is a mathom too!
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | One part of pp_pack couldn't correctly handle surprises...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | do_vop() couldn't correctly handle surprises from UTF...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | We had no tests that covered the grow paths in pp_uc...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Dave noticed that change 28022 was wrong - should read...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | index and rindex couldn't correctly handle surprises...
|
commit | commitdiff | tree |
2006-04-30 |
Nicholas Clark | Document SvGAMAGIC(), and its significance w.r.t. the...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | Coverity disliked us passing a negative length to vsnprintf().
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | syswrite couldn't correctly handle surprises from UTF...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | More tests for syswrite with UTF-8 data.
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | It should never be possible for SvGMAGICAL() to be...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | print couldn't correctly handle surprises from UTF...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | Add a cross reference to bytes_from_utf8() in the documentat...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | There were more ways to break uc/lc/ucfirst/lcfirst...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | lcfirst/ucfist plus an 8 bit locale could mangle UTF...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | uc plus an 8 bit locale could get confused by UTF-8...
|
commit | commitdiff | tree |
2006-04-29 |
Nicholas Clark | lc plus an 8 bit locale could mangle UTF-8 values returned by
|
commit | commitdiff | tree |
2006-04-28 |
Nicholas Clark | Fix bug 34297 (length of overloaded UTF-8 strings)
|
commit | commitdiff | tree |
2006-04-28 |
Nicholas Clark | Anton Berezin says that on FreeBSD we're wrong to be...
|
commit | commitdiff | tree |
2006-04-25 |
Nicholas Clark | Coverity has started to notice another inconsistency...
|
commit | commitdiff | tree |
2006-04-24 |
Nicholas Clark | Perl_unpack_str() is a mathom!
|
commit | commitdiff | tree |
2006-04-24 |
Nicholas Clark | Change 27947 forgot to remove one now-unneeded cast.
|
commit | commitdiff | tree |
2006-04-24 |
Nicholas Clark | Following change 27942 it's clear that the return type of
|
commit | commitdiff | tree |
2006-04-23 |
Nicholas Clark | Assimilate Test::Harness 2.57_06
|
commit | commitdiff | tree |
2006-04-22 |
Nicholas Clark | "Don't Repeat Yourself" on the "We *really* need to...
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Remove the enable_debugging member from the structure...
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Use a struct to hold the regexp engine state information...
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Merge the install and uninstall routines.
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Refactor re.pm slightly. This has no change to documented...
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Why hide functions (and duplicate them) when you can...
|
commit | commitdiff | tree |
2006-04-21 |
Nicholas Clark | Given that use re 'debug' can turn on DEBUGGING even...
|
commit | commitdiff | tree |
2006-04-20 |
Nicholas Clark | Remove the last traces of explicitly setting HINT_LOCALIZE_H...
|
commit | commitdiff | tree |
2006-04-20 |
Nicholas Clark | Tweak change 23256 to continue passing on 5.8.x
|
commit | commitdiff | tree |
2006-04-20 |
Nicholas Clark | Convert two ok()s to better constructions.
|
commit | commitdiff | tree |
2006-04-20 |
Nicholas Clark | Fix typo in the description of change 21323.
|
commit | commitdiff | tree |
2006-04-19 |
Nicholas Clark | newCONSTSUB needs to be robust in case CopFILE is NULL.
|
commit | commitdiff | tree |
2006-04-19 |
Nicholas Clark | Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
|
commit | commitdiff | tree |
2006-04-19 |
Nicholas Clark | Avoid temporarily writing over the prototype when reporting...
|
commit | commitdiff | tree |
2006-04-19 |
Nicholas Clark | Calling cv_undef() on the CV created by newCONSTSUB...
|
commit | commitdiff | tree |
2006-04-19 |
Nicholas Clark | Fix compilation of microperl, which doesn't have INT_MAX.
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Revert 27869 at Jarkko's request.
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Expand "am I hot or not" into a more general "Profile...
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Note that Rafael has done the first cut of state variables.
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Relocatable @INC and parallel builds pretty much work...
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Coverity still thinks that there is a route through...
|
commit | commitdiff | tree |
2006-04-18 |
Nicholas Clark | Coverity insists that if we deference a pointer without...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Fix an error, spotted by Tim Bunce.
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Coderefs in @INC are done and documented.
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Document all the return values that code references...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Coverity is upset about a signed int in ext/Filter...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Coverity is a persistent beast. Hot on the tails of...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Turn on UTF8 cache assertions with -Ca
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Oops. Change 27826 had an error in the definition of...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Note that PVIOs probably aren't worth shrinking. Note...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | In Change 27764 I forgot to at PL_hints_mutex to the...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Note in av_store() that S_regclass relies on being...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Add assertions to cover cases where the Coverity scanner...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Add Dave's explainations of why certain pointers are...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Revert change 27818, as change 27853 fixes the real...
|
commit | commitdiff | tree |
2006-04-17 |
Nicholas Clark | Revert 27856.
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Fix bug introduced with change 27841. (len + 1, not...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Coverity is flagging a potential problem because it...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | A scalar reference returned from a coderef in @INC...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Perl_do_vop can profitably use Perl_sv_usepvn_flags...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | In Perl_sv_usepvn_flags, assert() that the caller has...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | In Perl_sv_usepvn(), force a move under DEBUGGING to...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Fix htmllink.t to cater for the case where perladmin...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Coverity notes that we might be dereferencing fgv before...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Teach Perl_do_sv_dump how to cope with IOs that have...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity was getting upset about an assignment from...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity reports that Storable can potentially cause...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity notes that resource are leaked in the unfinished...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity correctly reports that gv might (just) be...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Update the assertion to a croak "Out of range special...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | I believe that it makes little sense for the simple...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Fix a bug - the introduction of the caching code means...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Augment the user filter caching code so that if the...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Deep in the bowels of creating new and exciting bugs...
|
commit | commitdiff | tree |
next |