| Commit message (Expand) | Author | Age | Files | Lines |
* | Following 33291, on VMS we need to use the same prototypes other platforms | Craig A. Berry | 2008-02-22 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+6 |
* | Split struct block_sub into struct block_sub and struct block_format. | Nicholas Clark | 2008-01-20 | 1 | -1/+1 |
* | Extend PUSHFORMAT() to take a second parameter to set retop, to save | Nicholas Clark | 2008-01-20 | 1 | -2/+1 |
* | [perl #49003] pp_ftrread appears to use the wrong access mode for -x when usi... | pravus@cpan.org | 2008-01-06 | 1 | -2/+1 |
* | Re: SV leak? | Vincent Pit | 2008-01-04 | 1 | -1/+1 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -80/+81 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -8/+8 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Fix a few segfaults and a when() bug | josh | 2007-10-17 | 1 | -1/+6 |
* | sixth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 1 | -1/+1 |
* | fifth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 1 | -14/+1 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -1/+1 |
* | Re: t/op/taint.t failed on EBCDIC platform | Rick Delaney | 2007-08-18 | 1 | -1/+1 |
* | fourth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-07-16 | 1 | -3/+1 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -3/+9 |
* | Silence compiler warnings | Jerry D. Hedden | 2007-06-07 | 1 | -2/+2 |
* | pp_sys.c: gethostbyaddr | Jarkko Hietaniemi | 2007-05-21 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -10/+2 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -1/+1 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 1 | -0/+8 |
* | Prefer dirhandles to filehandles when passing a bareword typeglob | Steve Peters | 2007-03-09 | 1 | -4/+3 |
* | Need to extend the stack when using warn() without | Rafael Garcia-Suarez | 2007-03-08 | 1 | -0/+1 |
* | Compilation warnings fixes by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+1 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -2/+2 |
* | Re: AW: umask handling in File::Temp | Gisle Aas | 2007-01-13 | 1 | -2/+6 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -2/+2 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | syswrite() wasn't reporting a warning when writing to a filehandle | Rafael Garcia-Suarez | 2006-12-23 | 1 | -3/+7 |
* | Silence VC++ 8 warnings about "possible loss of data" | Steve Hay | 2006-11-28 | 1 | -3/+3 |
* | Forbid using tainted formats in printf and sprintf | Rafael Garcia-Suarez | 2006-11-07 | 1 | -0/+2 |
* | Quiet a warning in pp_sys.c on AIX. | Steve Peters | 2006-10-21 | 1 | -1/+1 |
* | In pp_binmode, call mode_from_discipline() once and remember the result. | Nicholas Clark | 2006-10-01 | 1 | -15/+16 |
* | g++/Tru64: got perl linking once got the linkage right | Jarkko Hietaniemi | 2006-08-21 | 1 | -5/+0 |
* | lstat on *GLOB{IO} with warnings on would segfault | Rafael Garcia-Suarez | 2006-08-10 | 1 | -1/+1 |
* | g++: gethostbyaddr, and more Tru64 defines | Jarkko Hietaniemi | 2006-08-10 | 1 | -1/+1 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -4/+5 |
* | Tru64 oops | Jarkko Hietaniemi | 2006-08-03 | 1 | -1/+1 |
* | more g++ in Tru64 | Jarkko Hietaniemi | 2006-08-03 | 1 | -0/+5 |
* | Change stat() and -X filetests so that they treat *FILE{IO} | Steve Peters | 2006-07-28 | 1 | -8/+15 |
* | z/OS: pp_sys.c, reg*.c, toke.c, utf8.c | Jarkko Hietaniemi | 2006-07-23 | 1 | -0/+11 |
* | various safety/portability tweaks | Jarkko Hietaniemi | 2006-07-15 | 1 | -1/+2 |
* | Convert some low hanging fruit to my_strlcpy/my_strlcat. | Steve Peters | 2006-07-10 | 1 | -3/+4 |
* | Allow stat() and -X file tests work on dirhandles. | Steve Peters | 2006-07-03 | 1 | -3/+20 |
* | pp_sys cleanup again | Andy Lester | 2006-05-22 | 1 | -137/+136 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Proper use of static funcs in toke.c and pp_sys.c | Andy Lester | 2006-05-12 | 1 | -5/+5 |
* | pp_sys.c: U8* cast | Jarkko Hietaniemi | 2006-05-03 | 1 | -1/+1 |
* | Fix two errors found by Coverity. | Nicholas Clark | 2006-04-30 | 1 | -5/+14 |
* | syswrite couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -37/+91 |