| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Tweak the constants used in testing to constants that Win32 also has. | Nicholas Clark | 2008-11-25 | 1 | -4/+4 |
* | Re: [perl #59280] perlbug AutoReply: PUSH on tied array gives incorrect conte... | Luke Ross | 2008-11-25 | 1 | -2/+6 |
* | [perl #38809] return do { } : take 3 (or 4...) | Vincent Pit | 2008-11-25 | 4 | -13/+43 |
* | Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1 | Andy Dougherty | 2008-11-25 | 1 | -5/+3 |
* | [perl #7911] no warning for useless /d in tr/0-9//d | reneeb | 2008-11-25 | 3 | -3/+30 |
* | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 4 | -5/+33 |
* | Change 34831 missed running autodoc.pl | Nicholas Clark | 2008-11-24 | 1 | -4/+4 |
* | Respecting inc_version_list while processing PERL_VENDORLIB_STEM | Mandalemula, Rajesh | 2008-11-24 | 1 | -1/+2 |
* | [patch@34896] vms readdir() fixes for UNIX/EFS mode | John E. Malmberg | 2008-11-24 | 1 | -5/+26 |
* | Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr | Tim Bunce | 2008-11-20 | 2 | -3/+3 |
* | Note where there is a U8 of space. | Nicholas Clark | 2008-11-18 | 1 | -0/+2 |
* | Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please | Nicholas Clark | 2008-11-18 | 5 | -8/+9 |
* | Remove the trailing NUL byte, and (hopefully) convert perforce to | Nicholas Clark | 2008-11-18 | 1 | -0/+0 |
* | Improve and restructure t/op/pat.t and split out some unicode related tests i... | Abigail | 2008-11-18 | 4 | -4169/+3834 |
* | Re: 5.8.9 RC1 patches for AIX | Rainer Tammer | 2008-11-18 | 1 | -2/+158 |
* | Use only unsigned ints for comparisons to PL_breakable_sub_generation | Rafael Garcia-Suarez | 2008-11-18 | 1 | -2/+2 |
* | Rafael noticed a bug in 34873 - I was comparing against the wrong | Nicholas Clark | 2008-11-18 | 2 | -3/+12 |
* | Change LONG_DOUBLESIZE macros to match config (ref change 34823) | Gisle Aas | 2008-11-17 | 3 | -3/+3 |
* | S_save_lines() was using strchr() when it should have been using | Nicholas Clark | 2008-11-17 | 2 | -6/+11 |
* | No need to str*cpy() a string of known fixed length ("_<(eval )") when | Nicholas Clark | 2008-11-17 | 1 | -5/+8 |