LOGONLY mark 3a1937 NODOC since it's just a test addition
[p5sagit/p5-mst-13.2.git] / pp_sys.c
2010-06-14 Nicholas Clark Note why pp_tie can't use call_method() for a package...
2010-06-13 Nicholas Clark Merge flags and argc parameters to S_tied_handle_method().
2010-06-13 Nicholas Clark In S_tied_handle_method() default to mortalizing extra...
2010-06-13 Nicholas Clark Add a gimme parameter to S_tied_handle_method().
2010-06-13 Nicholas Clark Change S_tied_handle_method() to varargs to allow extra...
2010-06-13 Nicholas Clark Merge simple tied handle method calls into S_tied_handl...
2010-06-13 Nicholas Clark For tied file handle calls, use PUSH* when we know...
2010-06-13 Nicholas Clark Remove unecessary EXTEND()s from pp_sys.c
2010-06-13 Nicholas Clark In pp_eof, ensure stack space for the second argument...
2010-06-12 Nicholas Clark Fix edge case in pp_eof where the stack extent was...
2010-06-12 Nicholas Clark Fix edge cases in pp_getc and pp_tell where the stack...
2010-05-21 David Mitchell make overload respect get magic
2010-05-17 Tony Cook use the correct format codes in warnings from gmtime...
2010-04-23 Zefram SV-based interfaces for dieing and warning
2010-03-30 David Mitchell PL_defoutgv isn't always a GV.
2010-02-05 Michael G. Schwern Don't try to calculate a time over the conservative...
2009-11-13 Jerry D. Hedden Fix compiler warnings:
2009-11-13 Jan Dubois flock() should return EWOULDBLOCK instead of EAGAIN.
2009-11-12 Gerard Goossen Add ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-08 Vincent Pit SvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-06 Gerard Goossen Add a "return NORMAL" to a DIE at the end of a function...
2009-11-06 Gerard Goossen move JMPENV_JUMP to die_where and mark it as "noreturn"
2009-10-29 Gisle Aas Allow syswrite with offset same as length of string...
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-08 Rafael Garcia-Suarez Let tell() report warnings on unopened filehandles
2009-10-08 Rafael Garcia-Suarez Make tell() fail properly if called without an argument...
2009-07-27 chromatic syswrite prints garbage if called with empty scalar...
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
next