| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add regression test for change 25062 | Steve Hay | 2005-07-04 | 1 | -1/+9 |
* | Use void, not void *, to suppress RETVAL (and compiler warning) | Steve Hay | 2005-07-04 | 1 | -2/+2 |
* | Perl_share_hek needs exporting for change 25070 on Win32 | Steve Hay | 2005-07-04 | 3 | -1/+6 |
* | Regen after change 25067 | Steve Hay | 2005-07-04 | 1 | -18/+63 |
* | Implement hv_delayfree_ent in terms of hv_free_ent | Nicholas Clark | 2005-07-04 | 1 | -10/+4 |
* | Skip nit in t/op/lfs.t | Steve Peters | 2005-07-04 | 1 | -1/+1 |
* | Tests for hv_delayfree_ent and hv_free_ent | Nicholas Clark | 2005-07-04 | 3 | -1/+73 |
* | Provide a macro version of S_new_body to inline it within the hot code. | Nicholas Clark | 2005-07-04 | 1 | -16/+26 |
* | Borland's .pdb files are called .tds | Steve Hay | 2005-07-04 | 1 | -1/+2 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 7 | -62/+54 |
* | Inlining del_HE is actually a space optimisation. | Nicholas Clark | 2005-07-04 | 4 | -22/+15 |
* | perlglossary.pod: add jump points | Yitzchak Scott-Thoennes | 2005-07-04 | 1 | -1/+51 |
* | sv_setuv_mg is so rarely called that the IV optimisation test is not | Nicholas Clark | 2005-07-04 | 1 | -15/+3 |
* | Re: How to suppress warnings when building Errno with gcc | Yitzchak Scott-Thoennes | 2005-07-04 | 1 | -2/+2 |
* | Fix change 25045 | Steve Hay | 2005-07-04 | 1 | -0/+1 |
* | Here's the rest of change 25058 ;-) | Steve Hay | 2005-07-04 | 2 | -2/+2 |
* | Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64 | Jarkko Hietaniemi | 2005-07-04 | 1 | -1/+3 |
* | Stop reentr.pl changing EOL on the files it writes on Win32 | Steve Hay | 2005-07-04 | 1 | -0/+3 |
* | Perl_ckwarn (added by change 25050) needs exporting on Win32 | Steve Hay | 2005-07-04 | 1 | -2/+2 |
* | Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up | Nicholas Clark | 2005-07-02 | 1 | -1/+1 |
* | Convert bless.t to test.pl | Nicholas Clark | 2005-07-02 | 1 | -42/+41 |
* | Copying the first parameter in the macro del_body seems to reduce | Nicholas Clark | 2005-07-02 | 1 | -2/+3 |
* | do just-in-time loading of Carp.pm in some modules | Tels | 2005-07-02 | 7 | -29/+59 |
* | Unwrap the del_Xfoo() macros by explicitly noting the arena to free | Nicholas Clark | 2005-07-02 | 1 | -57/+45 |
* | replace ckWARN macros with functions | Dave Mitchell | 2005-07-02 | 7 | -111/+82 |
* | Given that the GV no longer owns a reference on the symbol table, we | Nicholas Clark | 2005-07-02 | 1 | -16/+9 |
* | Passing gvtype as char rather than char * to S_varname generates | Nicholas Clark | 2005-07-02 | 3 | -21/+20 |
* | Don't inline offer_nice_chunk, as it's rarely called. | Nicholas Clark | 2005-07-02 | 5 | -20/+33 |
* | missed one PAD_SET_CUR | Dave Mitchell | 2005-07-02 | 1 | -1/+2 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 8 | -50/+26 |
* | Upgrade to Time::HiRes 1.72 | Rafael Garcia-Suarez | 2005-07-02 | 4 | -20/+23 |
* | Make Archive::Tar clean up its test files on Win32 | Steve Hay | 2005-07-01 | 2 | -1/+2 |
* | the PAD_SET_CUR macro expanded too much for AIX compilers | Dave Mitchell | 2005-07-01 | 4 | -5/+14 |
* | Silence MinGW warning about "'noreturn' function does return" | Steve Hay | 2005-07-01 | 1 | -2/+4 |
* | Install perlglossary on VMS and Windows | Rafael Garcia-Suarez | 2005-07-01 | 2 | -1/+9 |
* | undo some excessive Carp.pm minimalisation | Dave Mitchell | 2005-07-01 | 1 | -12/+11 |
* | Remove unreferenced local variable (and the warning about it) | Steve Hay | 2005-07-01 | 1 | -1/+1 |
* | Add the perlglossary man page | Yitzchak Scott-Thoennes | 2005-07-01 | 6 | -100/+4054 |
* | Make Exporter.t warnings clean | Michael G. Schwern | 2005-07-01 | 1 | -8/+8 |
* | silence a warning in Perl_sv_compile_2op | Dave Mitchell | 2005-07-01 | 1 | -1/+1 |
* | silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK | Dave Mitchell | 2005-07-01 | 1 | -1/+1 |
* | Silence some cast warnings from bcc32 on Win32 | Steve Hay | 2005-07-01 | 1 | -0/+12 |
* | [perl #36434] assigning shared consts (eg __PACKAGE__) to magic vars | Dave Mitchell | 2005-06-30 | 2 | -4/+12 |
* | By grabbing the length, we can use sv_setpvn here. | Nicholas Clark | 2005-06-30 | 1 | -2/+3 |
* | Use sv_setpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -1/+1 |
* | A terser way of implementing require_pv. | Nicholas Clark | 2005-06-30 | 1 | -5/+2 |
* | We know the length, so use sv_setpvn rather than sv_setpv. | Nicholas Clark | 2005-06-30 | 1 | -4/+6 |
* | Avoid using PL_Sv in the -V argument processing. | Nicholas Clark | 2005-06-30 | 1 | -65/+79 |
* | Use Perl_sv_catpvf to shorten the code (source and object) needed for | Nicholas Clark | 2005-06-30 | 1 | -6/+2 |
* | Add TODO tests for bug #36434 | Rafael Garcia-Suarez | 2005-06-30 | 1 | -1/+13 |