| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 5 | -16/+28 |
* | For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR. | Nicholas Clark | 2008-12-01 | 3 | -9/+9 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 5 | -25/+8 |
* | Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix | Rainer Tammer | 2008-12-01 | 1 | -3/+8 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 5 | -11/+9 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 4 | -23/+25 |
* | Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNINGS(), | Nicholas Clark | 2008-11-30 | 1 | -18/+3 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 4 | -56/+43 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 7 | -67/+65 |
* | This feels like a more robust location than that of change 34954. | Nicholas Clark | 2008-11-30 | 1 | -2/+2 |
* | Proposed fix for -T -d:NYTProf regression. Probably this is a "missing" | Nicholas Clark | 2008-11-30 | 1 | -0/+2 |
* | Upgrade to IPC::SysV 2.00_02 | Marcus Holland-Moritz | 2008-11-29 | 9 | -19/+27 |
* | And (hopefully) the actual change for 34951. Sigh. | Craig A. Berry | 2008-11-28 | 1 | -0/+1 |
* | [patch@34950]configure.com fix usedevel | John E. Malmberg | 2008-11-28 | 0 | -0/+0 |
* | could we add usedevel to config.h? | H.Merijn Brand | 2008-11-28 | 16 | -2/+37 |
* | Errors to STDERR please | H.Merijn Brand | 2008-11-28 | 1 | -1/+1 |
* | S_mro_get_linear_isa_*() should have an *un*signed level. | Nicholas Clark | 2008-11-27 | 3 | -7/+7 |
* | av_fake is undead. :-( | Nicholas Clark | 2008-11-27 | 1 | -1/+0 |
* | Note (hopefully) all the use cases of all the rest of the non-public but | Nicholas Clark | 2008-11-27 | 1 | -14/+39 |
* | Small eval documentation tweak | Bo Lindbergh | 2008-11-27 | 1 | -1/+2 |
* | av_fake() isn't in the public API, and isn't used anywhere, so it can | Nicholas Clark | 2008-11-27 | 4 | -36/+0 |
* | [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linux | Steve Peters | 2008-11-27 | 1 | -3/+4 |
* | Note where (nearly) all the other private non-static functions are used. | Nicholas Clark | 2008-11-26 | 2 | -5/+147 |
* | ywarn() is actually only used inside toke.c, so it can be static. | Nicholas Clark | 2008-11-26 | 4 | -6/+18 |
* | setenv_getix() is not used anywhere other than util.c (and the "special | Nicholas Clark | 2008-11-26 | 4 | -10/+10 |
* | Change 34931 missed a second update to perlintern.pod | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | sv_add_arena() is now only called from sv.c, so it can be static. | Nicholas Clark | 2008-11-26 | 4 | -6/+15 |
* | Perl_oopsCV() is not part of the public API, not used anywhere, so can | Nicholas Clark | 2008-11-26 | 4 | -24/+0 |
* | Upgrade to IPC::SysV 2.00_01 | Marcus Holland-Moritz | 2008-11-26 | 7 | -14/+24 |
* | rxres_free() and rxres_restore() are only used in pp_ctl.c, so can be | Nicholas Clark | 2008-11-26 | 5 | -16/+31 |
* | Just s/Perl_/S_/ isn't good enough - you also need to add the C<static> | Nicholas Clark | 2008-11-26 | 4 | -10/+10 |
* | pmtrans() and refkids() can be static in op.c. | Nicholas Clark | 2008-11-26 | 4 | -12/+32 |
* | pidgone() is only used in util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 4 | -9/+9 |
* | Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). | Nicholas Clark | 2008-11-26 | 5 | -59/+11 |
* | The vestigial PL_pad_reset_pending can actually be bool, rather than | Nicholas Clark | 2008-11-26 | 2 | -6/+5 |
* | pad_reset() is only used in pad.c, so can be static. | Nicholas Clark | 2008-11-26 | 4 | -5/+33 |
* | Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it. | Nicholas Clark | 2008-11-26 | 4 | -20/+5 |
* | is_gv_magical() is only called from within gv.c. | Nicholas Clark | 2008-11-26 | 4 | -5/+17 |
* | ingroup() is only used in doio.c. | Nicholas Clark | 2008-11-26 | 4 | -5/+25 |
* | force_list(), fold_constants() and gen_constant_list() can be static. | Nicholas Clark | 2008-11-26 | 4 | -15/+27 |
* | vdie() isn't used anywhere aside from util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 4 | -5/+5 |
* | Perl_cv_ckproto() is not part of the public API, and not used anywhere | Nicholas Clark | 2008-11-26 | 5 | -18/+0 |
* | Addendum to bug #38809: fix assertion failure, more tests | Vincent Pit | 2008-11-26 | 2 | -12/+32 |
* | listkids() can be static in op.c | Nicholas Clark | 2008-11-26 | 4 | -5/+6 |
* | Following on from change 34918, scalarkids() and scalarseq() can also | Nicholas Clark | 2008-11-26 | 4 | -10/+42 |
* | "If it's not private, it's public somehow." states Rafael. The most | Nicholas Clark | 2008-11-26 | 4 | -5/+5 |
* | Replace Perl_my() with a small shell script. er. macro. | Nicholas Clark | 2008-11-26 | 5 | -20/+4 |
* | threads::shared 1.27 | Jerry D. Hedden | 2008-11-25 | 3 | -11/+32 |
* | A correction to change 34909 - we want *different* constants. | Nicholas Clark | 2008-11-25 | 1 | -2/+2 |
* | Add Rainer Tammer and Torsten Schönfeld to AUTHORS. | Nicholas Clark | 2008-11-25 | 1 | -0/+2 |