| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move all the FBM data fields from the table into a struct xbm_s which | Nicholas Clark | 2006-12-28 | 1 | -5/+6 |
* | OS/2-specific fixes, round II | Ilya Zakharevich | 2006-12-18 | 1 | -0/+4 |
* | Text mode wrongly set on pipe file descriptors | Ilya Zakharevich | 2006-12-13 | 1 | -0/+8 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -3/+4 |
* | Silence VC warnings about possible operator precedence problems | Steve Hay | 2006-12-12 | 1 | -1/+1 |
* | Fix allocation bug in change 29524. | Nicholas Clark | 2006-12-11 | 1 | -0/+2 |
* | Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is | Nicholas Clark | 2006-12-11 | 1 | -1/+1 |
* | Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h | Nicholas Clark | 2006-12-11 | 1 | -3/+0 |
* | Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE. | Nicholas Clark | 2006-12-11 | 1 | -2/+4 |
* | Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it | Nicholas Clark | 2006-12-11 | 1 | -5/+7 |
* | Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true. | Nicholas Clark | 2006-12-11 | 1 | -0/+1 |
* | In Perl_fbm_instr(), no need to calculate the address of the table if | Nicholas Clark | 2006-12-08 | 1 | -3/+5 |
* | Perl_screaminstr() must be called with littlestr as a PVBM. | Nicholas Clark | 2006-12-08 | 1 | -0/+2 |
* | No need to upgrade if all we're going to do is return. | Nicholas Clark | 2006-12-08 | 1 | -1/+1 |
* | Move Perl_get_db_sub() from pp_hot.c to util.c | Nicholas Clark | 2006-12-04 | 1 | -0/+36 |
* | Fix infinite loop in Perl_my_strftime() for failing strftime() | Steve Hay | 2006-11-22 | 1 | -2/+3 |