summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-177-1/+57
* Fix a missing single quote in hints/solaris_2.shAndy Dougherty2008-11-171-1/+1
* [perl #58428][PATCH] Unicode::UCD::charinfo() does not work on 21 Han codepointsRenee Baecker2008-11-171-4/+32
* Skip two tests under ithreads, where the constant lives in the pad.Rafael Garcia-Suarez2008-11-171-0/+3
* Upgrade to Attribute::Handlers 0.81Rafael Garcia-Suarez2008-11-173-3/+10
* Re: 5.8.9 RC1 reportRainer Tammer2008-11-171-0/+5
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-172-8/+20
* Add a $VERSION, strict and some documentation to Tie::StdHandle.Nicholas Clark2008-11-161-2/+33
* Integrate:Nicholas Clark2008-11-161-1/+1
* Sync up with Digest-MD5-2.38 from CPANGisle Aas2008-11-165-11/+30
* Re: 5.8.9 RC1 reportRainer Tammer2008-11-161-1/+1
* Make B::walksymtable not recurse into packages that are actually main::, but ...Florian Ragwitz2008-11-161-2/+2
* Deparse inlined constants.Florian Ragwitz2008-11-163-29/+57
* Add Tom Wyant to AUTHORS.Nicholas Clark2008-11-161-0/+1
* TODO for fixing lvalue subs in the debugger is now to-done. PointedSteve Peters2008-11-161-5/+0
* MRO tests for isa() and package aliasesTorsten Schoenfeld2008-11-162-0/+34