| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+10 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -14/+16 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -9/+11 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -2/+2 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+2 |
* | Using savesvpv() here is terser and produces smaller object code. | Nicholas Clark | 2005-04-05 | 1 | -4/+1 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -23/+26 |
* | Fix PerlLIO_chsize() for platforms that don't have chsize() | Steve Hay | 2005-03-29 | 1 | -5/+10 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -8/+7 |
* | Make the return value of close() depend not only on the success of the | Rafael Garcia-Suarez | 2005-03-10 | 1 | -3/+6 |
* | Use strl* functions in doio.c when available | Steve Peters | 2005-02-15 | 1 | -4/+52 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -4/+4 |
* | Doing the strnEQ char by char for 2 and 3 character strings | Nicholas Clark | 2004-12-31 | 1 | -2/+2 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+5 |
* | Perl_mode_from_discipline must update len. (else SEGV) | Nicholas Clark | 2004-07-10 | 1 | -0/+1 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -1/+1 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | [perl #24521] make test breaks permissions on /dev/tty | Dave Mitchell | 2004-02-29 | 1 | -1/+3 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -1/+9 |
* | Remove incorrect guards around inclusion of <signal.h> | Alan Burlison | 2003-12-15 | 1 | -2/+0 |
* | Modify the common guard for the signal.h header, because | Alan Burlison | 2003-12-12 | 1 | -1/+1 |
* | casting bug in VMS part of Perl_start_glob | Craig A. Berry | 2003-12-06 | 1 | -2/+3 |
* | dup2() not going through PerlLIO abstraction layer | Jan Dubois | 2003-10-23 | 1 | -1/+1 |
* | Two OS/2 portability patches from Ilya. | Ilya Zakharevich | 2003-10-21 | 1 | -2/+2 |
* | Apparently at some point doing 3-arg open with | Jarkko Hietaniemi | 2003-09-13 | 1 | -0/+4 |
* | Minuscule code cleanup. | Jarkko Hietaniemi | 2003-09-13 | 1 | -10/+11 |