| Commit message (Expand) | Author | Age | Files | Lines |
* | Perl_croak_nocontext() is called with NULL indirectly from | Steve Peters | 2008-03-08 | 1 | -1/+0 |
* | Re: interrupting system() with signal depends on signal handler | Steffen Ullrich | 2008-03-02 | 1 | -0/+1 |
* | Do the memory debug header fixup earlier to avoid valgrind screaming | Nicholas Clark | 2008-02-27 | 1 | -4/+14 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -10/+0 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+120 |
* | util.c: some consting | Steven Schubiger | 2008-01-28 | 1 | -3/+3 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -1/+1 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -2/+1 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -1/+1 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -4/+2 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -1/+1 |
* | Nullch and others were still alive and well in some of the operating | Steve Peters | 2007-12-23 | 1 | -1/+1 |
* | With change 32676 moving the HvSHAREKEYS_on() into Perl_sv_upgrade() | Nicholas Clark | 2007-12-20 | 1 | -7/+0 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+20 |
* | Bring version.pm core into compliance with CPAN release | John Peacock | 2007-10-25 | 1 | -2/+2 |
* | In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't use | Nicholas Clark | 2007-10-17 | 1 | -1/+2 |
* | hv_stores() on a literal string is now fractionally more efficient than | Nicholas Clark | 2007-09-21 | 1 | -13/+13 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -13/+13 |
* | version-0.73 (was Re: Change 31920: Don't use ~0 as a version | John Peacock | 2007-09-21 | 1 | -9/+35 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -0/+20 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -4/+20 |
* | miscellanea | Jarkko Hietaniemi | 2007-06-15 | 1 | -3/+6 |
* | Re: vsprintf | Andy Dougherty | 2007-06-15 | 1 | -2/+29 |
* | eliminate PL_bufend from util.c (missed from #30820) | Dave Mitchell | 2007-05-04 | 1 | -5/+6 |
* | Fix threaded builds (broken by change #31112) | Steve Hay | 2007-05-02 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -0/+17 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -8/+35 |
* | stop the cargo cult of (MEM_SIZE)~0 | Jarkko Hietaniemi | 2007-03-27 | 1 | -2/+2 |
* | util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) | Jarkko Hietaniemi | 2007-03-27 | 1 | -9/+18 |
* | Silence compiler warning in util.c | Jerry D. Hedden | 2007-03-23 | 1 | -6/+6 |
* | Change 30661 could result in undefined variable | Jerry D. Hedden | 2007-03-21 | 1 | -1/+1 |
* | Remove the (sometimes) unused variable from change 30652. | Nicholas Clark | 2007-03-21 | 1 | -1/+3 |
* | In safecalloc, use the system calloc() for the non-DEBUGGING case, as | Nicholas Clark | 2007-03-20 | 1 | -8/+17 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -7/+36 |
* | Fix a couple of typos in internal docs | Rafael Garcia-Suarez | 2007-02-28 | 1 | -2/+2 |
* | [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null | Devin Heitmueller | 2007-02-25 | 1 | -1/+4 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -11/+16 |
* | Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz | John Peacock | 2007-02-13 | 1 | -0/+3 |
* | Change 29502 wasn't perfect - you need to remove any extra trailing | Nicholas Clark | 2007-02-02 | 1 | -1/+1 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -0/+21 |
* | Silence various VC6 warnings | Steve Hay | 2007-01-05 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | Re: [PATCH] Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-04 | 1 | -0/+6 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -2/+66 |
* | In Perl_fbm_compile, really rarest should be U32 not I32, as it is | Nicholas Clark | 2006-12-29 | 1 | -1/+1 |
* | Eliminate BmPREVIOUS_set - with the complexity gone from how the datum | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |