| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 7 | -1/+57 |
* | Fix a missing single quote in hints/solaris_2.sh | Andy Dougherty | 2008-11-17 | 1 | -1/+1 |
* | [perl #58428][PATCH] Unicode::UCD::charinfo() does not work on 21 Han codepoints | Renee Baecker | 2008-11-17 | 1 | -4/+32 |
* | Skip two tests under ithreads, where the constant lives in the pad. | Rafael Garcia-Suarez | 2008-11-17 | 1 | -0/+3 |
* | Upgrade to Attribute::Handlers 0.81 | Rafael Garcia-Suarez | 2008-11-17 | 3 | -3/+10 |
* | Re: 5.8.9 RC1 report | Rainer Tammer | 2008-11-17 | 1 | -0/+5 |
* | Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string... | Chip Salzenberg | 2008-11-17 | 2 | -8/+20 |
* | Add a $VERSION, strict and some documentation to Tie::StdHandle. | Nicholas Clark | 2008-11-16 | 1 | -2/+33 |
* | Integrate: | Nicholas Clark | 2008-11-16 | 1 | -1/+1 |
* | Sync up with Digest-MD5-2.38 from CPAN | Gisle Aas | 2008-11-16 | 5 | -11/+30 |
* | Re: 5.8.9 RC1 report | Rainer Tammer | 2008-11-16 | 1 | -1/+1 |
* | Make B::walksymtable not recurse into packages that are actually main::, but ... | Florian Ragwitz | 2008-11-16 | 1 | -2/+2 |
* | Deparse inlined constants. | Florian Ragwitz | 2008-11-16 | 3 | -29/+57 |
* | Add Tom Wyant to AUTHORS. | Nicholas Clark | 2008-11-16 | 1 | -0/+1 |
* | TODO for fixing lvalue subs in the debugger is now to-done. Pointed | Steve Peters | 2008-11-16 | 1 | -5/+0 |
* | MRO tests for isa() and package aliases | Torsten Schoenfeld | 2008-11-16 | 2 | -0/+34 |