This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make qw(...) first-class syntax
[perl5.git] / pp_sys.c
2010-09-01 Nicholas ClarkMove the call to Perl_cv_clone() into S_doform(), from...
2010-08-28 Robin BarkerSilence g++ compatibility warning
2010-08-20 Jan DuboisFix stack corruption by unsupported filetests
2010-08-17 Andy ArmstrongMake sure the stack is balanced in the case that we...
2010-07-08 Jerry D. HeddenSilence compiler warning
2010-07-03 David Mitchellavoid multiple FETCH/stringify on filetest ops
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-27 Nicholas ClarkReturn DIE(...) to *return*ing Perl_die(...).
2010-06-14 Nicholas ClarkNote why pp_tie can't use call_method() for a package...
2010-06-13 Nicholas ClarkMerge flags and argc parameters to S_tied_handle_method().
2010-06-13 Nicholas ClarkIn S_tied_handle_method() default to mortalizing extra...
2010-06-13 Nicholas ClarkAdd a gimme parameter to S_tied_handle_method().
2010-06-13 Nicholas ClarkChange S_tied_handle_method() to varargs to allow extra...
2010-06-13 Nicholas ClarkMerge simple tied handle method calls into S_tied_handl...
2010-06-13 Nicholas ClarkFor tied file handle calls, use PUSH* when we know...
2010-06-13 Nicholas ClarkRemove unecessary EXTEND()s from pp_sys.c
2010-06-13 Nicholas ClarkIn pp_eof, ensure stack space for the second argument...
2010-06-12 Nicholas ClarkFix edge case in pp_eof where the stack extent was...
2010-06-12 Nicholas ClarkFix edge cases in pp_getc and pp_tell where the stack...
2010-05-21 David Mitchellmake overload respect get magic
2010-05-17 Tony Cookuse the correct format codes in warnings from gmtime...
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2009-11-13 Jerry D. HeddenFix compiler warnings:
2009-11-13 Jan Duboisflock() should return EWOULDBLOCK instead of EAGAIN.
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-06 Gerard GoossenAdd a "return NORMAL" to a DIE at the end of a function...
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-10-29 Gisle AasAllow syswrite with offset same as length of string...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-08 Rafael Garcia-SuarezLet tell() report warnings on unopened filehandles
2009-10-08 Rafael Garcia-SuarezMake tell() fail properly if called without an argument...
2009-07-27 chromaticsyswrite prints garbage if called with empty scalar...
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-25 Craig A. BerryMake time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-03-27 Rafael Garcia-SuarezMerge commit 'mauzo/over-X' into blead
2009-03-26 Craig A. BerryNamespace clean-up for time64.
2009-03-25 Ben Morrow-l was missing an SPAGAIN.
2009-03-25 Ben MorrowStacked overloaded -X.
2009-03-25 Ben MorrowFinish the rest of the -X ops.
2009-03-25 Ben MorrowMove magic logic into tryAMAGICftest macro.
2009-03-25 Ben MorrowCall -X magic from pp_ftread.
2009-03-13 Rafael Garcia-SuarezIgnore the decimal part of any floating point argument...
2009-03-13 Rafael Garcia-SuarezMake overflow warnings in gmtime/localtime only occur...
2009-03-07 David M. SyzdekFixing the cast for the result of (getgrent())->gr_gid
2009-02-21 Craig A. BerrySkip time64 when there is no 64-bit integer type available.
2009-02-07 Vincent Pitpp_send() doesn't need to allocate 1000 stack slots...
2009-02-04 Niko Tynisetpgrp() should extend the stack before modifying it
2009-01-29 Gisle AasRevert "do_exec() is a mathom, so call its replacement...
2009-01-29 Gisle Aasdo_exec() is a mathom, so call its replacement directly
2009-01-25 Nicholas Clarkmicroperl has no idea about 64 bit types, so don't...
2009-01-18 Robin Barkerconsting goodness for time64
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2009-01-03 Michael G. SchwernFix gmtime() and localtime() so they can pop times...
2009-01-03 Michael G. SchwernFix pulling a large time off the stack by using a real...
2009-01-03 Michael G. SchwernRemove the AIX work around code. Instead it should...
2009-01-03 Michael G. SchwernRename localtime64.[ch] to time64.[ch] to mirror change...
2009-01-03 Michael G SchwernFix the overflow warning to just check for an error.
2009-01-03 Michael G SchwernPatch 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 Salzenbergstandardize save/restore of errno & vaxc$errno
2008-11-24 Nicholas ClarkPromote Perl_setdefout() to the public API.
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-30 Rafael Garcia-SuarezThe file test operators -s, -A, -C and -M can return...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-04-30 Vincent PitDouble magic/warnings with tie $x, $m
2008-04-30 Vincent PitDouble magic/warnings with binmode $fh, undef
2008-04-17 Nicholas ClarkPerl_gv_fetchmethod{,_autoload,_flags} are actually...
2008-04-03 Nicholas ClarkClean up some compiler warnings spotted by smokers.
2008-02-22 Craig A. BerryFollowing 33291, on VMS we need to use the same prototy...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-20 Nicholas ClarkSplit struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas ClarkExtend 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 PitRe: SV leak?
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-10-17 joshFix a few segfaults and a when() bug
2007-09-24 Dave Mitchellsixth attempt to silence S_emulate_eaccess compiler...
2007-09-24 Dave Mitchellfifth attempt to silence S_emulate_eaccess compiler...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-18 Rick DelaneyRe: t/op/taint.t failed on EBCDIC platform
2007-07-16 Dave Mitchellfourth attempt to silence S_emulate_eaccess compiler...
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-07 Jerry D. HeddenSilence compiler warnings
next