| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: threads and VMS | John E. Malmberg | 2006-03-05 | 1 | -1/+1 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -1/+1 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -83/+8 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -14/+14 |
* | Handle unused args | Andy Lester | 2006-02-08 | 1 | -1/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -6/+6 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -3/+4 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -3/+3 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -1/+1 |
* | Call gv_fetchpvn_flags where we already know the length. | Nicholas Clark | 2006-01-28 | 1 | -1/+2 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | Suppress "statement not reached" warning from the Sun C compiler. | Gisle Aas | 2006-01-18 | 1 | -1/+2 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -12/+10 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+20 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -3/+3 |
* | chg 26486 removes last use of NGROUPS, so remove the macro-def | Jim Cromie | 2005-12-26 | 1 | -3/+0 |
* | Obviously, Perl_ingroup() is also using 256k of stack memory on Linux. | Steve Peters | 2005-12-26 | 1 | -4/+12 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | Move and const some definitions of variables used to save errno. | Nicholas Clark | 2005-12-17 | 1 | -11/+11 |
* | In Perl_apply, the name of the op can be found from PL_op_name, instead | Nicholas Clark | 2005-12-15 | 1 | -8/+3 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+1 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -44/+32 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -1/+1 |
* | 3 calls to strlen() we can avoid. | Nicholas Clark | 2005-11-08 | 1 | -3/+3 |
* | s/Nick Clark/Nicholas Clark/ | Nicholas Clark | 2005-11-07 | 1 | -1/+1 |
* | Symbian update blead@26025 | Jarkko Hietaniemi | 2005-11-07 | 1 | -2/+2 |
* | Patch 3945 was a bit overkeen - the effective parameter to cando() and | Nicholas Clark | 2005-11-03 | 1 | -4/+5 |
* | Move the conditonal compiles that report absence of kill and chown | Nicholas Clark | 2005-11-02 | 1 | -0/+13 |
* | futimes [PATCH] | Gisle Aas | 2005-10-31 | 1 | -7/+43 |
* | I think we have a winner. do_pipe hasn't been called since 4.036. | Nicholas Clark | 2005-10-30 | 1 | -46/+0 |
* | Replace do_aexec() with a macro to call do_aexec5() with the two extra | Nicholas Clark | 2005-10-30 | 1 | -8/+0 |
* | Replace do_exec() with a macro to call do_exec3() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -7/+1 |
* | Replace do_open() with a macro to call do_openn() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -8/+0 |
* | Additional mathoms from doio.c | Steve Peters | 2005-10-29 | 1 | -24/+0 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -2/+2 |
* | Re: $^CHILD_ERROR_NATIVE issues (with attachment) | Gisle Aas | 2005-10-04 | 1 | -1/+1 |
* | AW: [perl #36291] incorrect $! from open ">&nr" with too many open files | Peter Dintelmann | 2005-09-27 | 1 | -1/+1 |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -2/+1 |
* | patch@25279 VMS error handling and const fixes | John E. Malmberg | 2005-08-10 | 1 | -10/+21 |
* | Various patches by John E. Malmberg to fix data | Rafael Garcia-Suarez | 2005-08-01 | 1 | -2/+2 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -4/+4 |
* | Re: blead@25210 on OpenVMS (not good) | Craig A. Berry | 2005-07-24 | 1 | -2/+2 |
* | Silence compiler warning following change 25157 | Steve Hay | 2005-07-18 | 1 | -2/+2 |
* | change #25129 was overzealous in delaying the call to ckWARN | Dave Mitchell | 2005-07-17 | 1 | -3/+4 |
* | Re: fchmod, fchown, fchdir | Gisle Aas | 2005-07-16 | 1 | -8/+54 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -5/+7 |
* | no code before declarations! | Dave Mitchell | 2005-07-10 | 1 | -2/+3 |