| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -13/+13 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -8/+4 |
* | Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass | Nicholas Clark | 2005-06-29 | 1 | -1/+1 |
* | Oops! Change 24946 wasn't quite right | Steve Hay | 2005-06-23 | 1 | -1/+1 |
* | More bcc32 compiler warnings to silence | Steve Hay | 2005-06-23 | 1 | -1/+1 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -13/+0 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -11/+4 |
* | Move SvPV consting, remove an n_a, and correct one error in Move() | Nicholas Clark | 2005-06-10 | 1 | -17/+18 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -15/+11 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -5/+5 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -2/+2 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+3 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | VMS build update for blead | Craig A. Berry | 2005-05-29 | 1 | -2/+2 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -10/+10 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -1/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |