summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* av_fake() isn't in the public API, and isn't used anywhere, so it canNicholas Clark2008-11-274-36/+0
* [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linuxSteve Peters2008-11-271-3/+4
* Note where (nearly) all the other private non-static functions are used.Nicholas Clark2008-11-262-5/+147
* ywarn() is actually only used inside toke.c, so it can be static.Nicholas Clark2008-11-264-6/+18
* setenv_getix() is not used anywhere other than util.c (and the "specialNicholas Clark2008-11-264-10/+10
* Change 34931 missed a second update to perlintern.podNicholas Clark2008-11-261-1/+1
* sv_add_arena() is now only called from sv.c, so it can be static.Nicholas Clark2008-11-264-6/+15
* Perl_oopsCV() is not part of the public API, not used anywhere, so canNicholas Clark2008-11-264-24/+0
* Upgrade to IPC::SysV 2.00_01Marcus Holland-Moritz2008-11-267-14/+24
* rxres_free() and rxres_restore() are only used in pp_ctl.c, so can beNicholas Clark2008-11-265-16/+31
* Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>Nicholas Clark2008-11-264-10/+10
* pmtrans() and refkids() can be static in op.c.Nicholas Clark2008-11-264-12/+32
* pidgone() is only used in util.c, so it can be static.Nicholas Clark2008-11-264-9/+9
* Merge S_is_gv_magical() into Perl_is_gv_magical_sv().Nicholas Clark2008-11-265-59/+11
* The vestigial PL_pad_reset_pending can actually be bool, rather thanNicholas Clark2008-11-262-6/+5
* pad_reset() is only used in pad.c, so can be static.Nicholas Clark2008-11-264-5/+33
* Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it.Nicholas Clark2008-11-264-20/+5
* is_gv_magical() is only called from within gv.c.Nicholas Clark2008-11-264-5/+17
* ingroup() is only used in doio.c.Nicholas Clark2008-11-264-5/+25
* force_list(), fold_constants() and gen_constant_list() can be static.Nicholas Clark2008-11-264-15/+27
* vdie() isn't used anywhere aside from util.c, so it can be static.Nicholas Clark2008-11-264-5/+5
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-265-18/+0
* Addendum to bug #38809: fix assertion failure, more testsVincent Pit2008-11-262-12/+32
* listkids() can be static in op.cNicholas Clark2008-11-264-5/+6
* Following on from change 34918, scalarkids() and scalarseq() can alsoNicholas Clark2008-11-264-10/+42
* "If it's not private, it's public somehow." states Rafael. The mostNicholas Clark2008-11-264-5/+5
* Replace Perl_my() with a small shell script. er. macro.Nicholas Clark2008-11-265-20/+4
* threads::shared 1.27Jerry D. Hedden2008-11-253-11/+32
* A correction to change 34909 - we want *different* constants.Nicholas Clark2008-11-251-2/+2
* Add Rainer Tammer and Torsten Schönfeld to AUTHORS.Nicholas Clark2008-11-251-0/+2
* Tweak the constants used in testing to constants that Win32 also has.Nicholas Clark2008-11-251-4/+4
* Re: [perl #59280] perlbug AutoReply: PUSH on tied array gives incorrect conte...Luke Ross2008-11-251-2/+6
* [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-254-13/+43
* Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1Andy Dougherty2008-11-251-5/+3
* [perl #7911] no warning for useless /d in tr/0-9//dreneeb2008-11-253-3/+30
* Promote Perl_setdefout() to the public API.Nicholas Clark2008-11-244-5/+33
* Change 34831 missed running autodoc.plNicholas Clark2008-11-241-4/+4
* Respecting inc_version_list while processing PERL_VENDORLIB_STEMMandalemula, Rajesh2008-11-241-1/+2
* [patch@34896] vms readdir() fixes for UNIX/EFS modeJohn E. Malmberg2008-11-241-5/+26
* Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddrTim Bunce2008-11-202-3/+3
* Note where there is a U8 of space.Nicholas Clark2008-11-181-0/+2
* Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to pleaseNicholas Clark2008-11-185-8/+9
* Remove the trailing NUL byte, and (hopefully) convert perforce toNicholas Clark2008-11-181-0/+0
* Improve and restructure t/op/pat.t and split out some unicode related tests i...Abigail2008-11-184-4169/+3834
* Re: 5.8.9 RC1 patches for AIXRainer Tammer2008-11-181-2/+158
* Use only unsigned ints for comparisons to PL_breakable_sub_generationRafael Garcia-Suarez2008-11-181-2/+2
* Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-182-3/+12
* Change LONG_DOUBLESIZE macros to match config (ref change 34823)Gisle Aas2008-11-173-3/+3
* S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-172-6/+11
* No need to str*cpy() a string of known fixed length ("_<(eval )") whenNicholas Clark2008-11-171-5/+8