Fix for RT #52552.
[p5sagit/p5-mst-13.2.git] / pp_sys.c
2009-05-21 Nicholas Clark Remove all the 5005threads specific mutex macros, which...
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-25 Craig A. Berry Make time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-03-27 Rafael Garcia-Suarez Merge commit 'mauzo/over-X' into blead
2009-03-26 Craig A. Berry Namespace clean-up for time64.
2009-03-25 Ben Morrow -l was missing an SPAGAIN.
2009-03-25 Ben Morrow Stacked overloaded -X.
2009-03-25 Ben Morrow Finish the rest of the -X ops.
2009-03-25 Ben Morrow Move magic logic into tryAMAGICftest macro.
2009-03-25 Ben Morrow Call -X magic from pp_ftread.
2009-03-13 Rafael Garcia-Suarez Ignore the decimal part of any floating point argument...
2009-03-13 Rafael Garcia-Suarez Make overflow warnings in gmtime/localtime only occur...
2009-03-07 David M. Syzdek Fixing the cast for the result of (getgrent())->gr_gid
2009-02-21 Craig A. Berry Skip time64 when there is no 64-bit integer type available.
2009-02-07 Vincent Pit pp_send() doesn't need to allocate 1000 stack slots...
2009-02-04 Niko Tyni setpgrp() should extend the stack before modifying it
2009-01-29 Gisle Aas Revert "do_exec() is a mathom, so call its replacement...
2009-01-29 Gisle Aas do_exec() is a mathom, so call its replacement directly
2009-01-25 Nicholas Clark microperl has no idea about 64 bit types, so don't...
2009-01-18 Robin Barker consting goodness for time64
2009-01-03 Rafael Garcia-Suarez Merge branch 'schwern/y2038' into blead
2009-01-03 Michael G. Schwern Fix gmtime() and localtime() so they can pop times...
2009-01-03 Michael G. Schwern Fix pulling a large time off the stack by using a real...
2009-01-03 Michael G. Schwern Remove the AIX work around code. Instead it should...
2009-01-03 Michael G. Schwern Rename localtime64.[ch] to time64.[ch] to mirror change...
2009-01-03 Michael G Schwern Fix the overflow warning to just check for an error.
2009-01-03 Michael G Schwern Patch in a 64 bit clean gmtime_r() and localtime_r...
2008-12-11 Chip Salzenberg [perl #60978] [PATCH] Tied filehandles can't distinguis...
2008-12-05 Chip Salzenberg standardize save/restore of errno & vaxc$errno
2008-11-24 Nicholas Clark Promote Perl_setdefout() to the public API.
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-30 Rafael Garcia-Suarez The file test operators -s, -A, -C and -M can return...
2008-10-29 Nicholas Clark Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-04-30 Vincent Pit Double magic/warnings with tie $x, $m
2008-04-30 Vincent Pit Double magic/warnings with binmode $fh, undef
2008-04-17 Nicholas Clark Perl_gv_fetchmethod{,_autoload,_flags} are actually...
2008-04-03 Nicholas Clark Clean up some compiler warnings spotted by smokers.
2008-02-22 Craig A. Berry Following 33291, on VMS we need to use the same prototy...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-20 Nicholas Clark Split struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas Clark Extend PUSHFORMAT() to take a second parameter to set...
2008-01-06 pravus@cpan.org [perl #49003] pp_ftrread appears to use the wrong acces...
2008-01-04 Vincent Pit Re: SV leak?
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2007-10-17 josh Fix a few segfaults and a when() bug
2007-09-24 Dave Mitchell sixth attempt to silence S_emulate_eaccess compiler...
2007-09-24 Dave Mitchell fifth attempt to silence S_emulate_eaccess compiler...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-08-18 Rick Delaney Re: t/op/taint.t failed on EBCDIC platform
2007-07-16 Dave Mitchell fourth attempt to silence S_emulate_eaccess compiler...
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-07 Jerry D. Hedden Silence compiler warnings
2007-05-21 Jarkko Hietaniemi pp_sys.c: gethostbyaddr
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-03-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-09 Steve Peters Prefer dirhandles to filehandles when passing a barewor...
2007-03-08 Rafael Garcia-Suarez Need to extend the stack when using warn() without
2007-03-03 Rafael Garcia-Suarez Compilation warnings fixes by Jerry D. Hedden
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-13 Gisle Aas Re: AW: umask handling in File::Temp
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2006-12-23 Rafael Garcia-Suarez syswrite() wasn't reporting a warning when writing...
2006-11-28 Steve Hay Silence VC++ 8 warnings about "possible loss of data"
2006-11-07 Rafael Garcia-Suarez Forbid using tainted formats in printf and sprintf
2006-10-21 Steve Peters Quiet a warning in pp_sys.c on AIX.
2006-10-01 Nicholas Clark In pp_binmode, call mode_from_discipline() once and...
2006-08-21 Jarkko Hietaniemi g++/Tru64: got perl linking once got the linkage right
2006-08-10 Rafael Garcia-Suarez lstat on *GLOB{IO} with warnings on would segfault
2006-08-10 Jarkko Hietaniemi g++: gethostbyaddr, and more Tru64 defines
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-08-03 Jarkko Hietaniemi Tru64 oops
2006-08-03 Jarkko Hietaniemi more g++ in Tru64
2006-07-28 Steve Peters Change stat() and -X filetests so that they treat ...
2006-07-23 Jarkko Hietaniemi z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 Jarkko Hietaniemi various safety/portability tweaks
2006-07-10 Steve Peters Convert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-03 Steve Peters Allow stat() and -X file tests work on dirhandles.
2006-05-22 Andy Lester pp_sys cleanup again
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-12 Andy Lester Proper use of static funcs in toke.c and pp_sys.c
2006-05-03 Jarkko Hietaniemi pp_sys.c: U8* cast
2006-04-30 Nicholas Clark Fix two errors found by Coverity.
2006-04-29 Nicholas Clark syswrite couldn't correctly handle surprises from UTF...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-16 Nicholas Clark Coverity notes that we might be dereferencing fgv befor...
2006-04-15 bah@longitude.com Handle null io in leavewrite (not possible?) (Coverity)
next