| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | "If it's not private, it's public somehow." states Rafael. The most | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | Replace Perl_my() with a small shell script. er. macro. | Nicholas Clark | 2008-11-26 | 1 | -1/+0 |
* | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 1 | -1/+1 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -3/+4 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -3/+3 |
* | Change 34627 didn't realise that if S_find_uninit_var() takes a | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | SvPV() does not take a const SV*, which means that the pattern argument | Nicholas Clark | 2008-10-30 | 1 | -2/+2 |
* | Perl_cv_const_sv() takes a const CV *const cv argument. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Consting in S_find_uninit_var() and the routines that it calls. | Nicholas Clark | 2008-10-28 | 1 | -5/+9 |
* | Perl_hv_placeholders_get() actually takes a const HV *hv. | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | Bugs revealed by replacing (SV *) casts with something that doesn't | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+7 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -0/+1 |
* | Create a direct lookup hash for ->isa() lookup, by retaining the | Nicholas Clark | 2008-09-12 | 1 | -0/+1 |
* | The stash argument to S_isa_lookup() actually never is NULL. | Nicholas Clark | 2008-09-11 | 1 | -1/+1 |
* | S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we | Nicholas Clark | 2008-09-11 | 1 | -1/+1 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -0/+3 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -1/+1 |
* | Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called with | Nicholas Clark | 2008-04-17 | 1 | -3/+4 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -0/+2 |
* | Perl_store_cop_label() isn't meant to be part of the public API. | Nicholas Clark | 2008-04-14 | 1 | -1/+1 |
* | Split out S_refcounted_he_new_common() from | Nicholas Clark | 2008-04-07 | 1 | -1/+11 |
* | Eliminate cop_label from struct cop by storing a label as the first | Nicholas Clark | 2008-04-07 | 1 | -1/+2 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -2/+3 |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -0/+2 |
* | Repeat change 33508 - change 33561 re-instated the mistake in change | Nicholas Clark | 2008-03-25 | 1 | -1/+1 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-25 | 1 | -9/+10 |
* | Change 33507 had a const too far (Perl_mg_dup()'s mg is assigned to). | Nicholas Clark | 2008-03-13 | 1 | -1/+1 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-13 | 1 | -17/+19 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-12 | 1 | -14/+15 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -12/+14 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -18/+19 |
* | Perl_croak_nocontext() is called with NULL indirectly from | Steve Peters | 2008-03-08 | 1 | -1/+1 |
* | Silence warning introduced by #32703 when building with MYMALLOC | Steve Hay | 2008-03-06 | 1 | -1/+1 |
* | Silence some warnings on Win32 with VC6 | Steve Hay | 2008-03-06 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -12/+12 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -11/+11 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -14/+15 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-01 | 1 | -11/+11 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-29 | 1 | -10/+11 |
* | Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the | Nicholas Clark | 2008-02-27 | 1 | -0/+1 |
* | Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITE | Steve Hay | 2008-02-27 | 1 | -1/+1 |
* | Following 33291, on VMS we need to use the same prototypes other platforms | Craig A. Berry | 2008-02-22 | 1 | -1/+1 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -1/+0 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -6/+6 |
* | pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK" | Steve Hay | 2008-02-13 | 1 | -1/+1 |
* | Drat. #33298 doesn't fix it: need this too. | Steve Hay | 2008-02-13 | 1 | -6/+11 |
* | Correct another variable name in embed.fnc | Steve Hay | 2008-02-13 | 1 | -1/+1 |