This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Don't warn on perldelta placeholder link
[perl5.git] / pp_sys.c
2011-07-13 Florian RagwitzRemove an unused variable
2011-07-11 Gerard Goossenuse a flag to signal a stacking filetests instead of...
2011-06-14 David Mitchell[perl #8611] tied handles and gotos don't mix
2011-06-11 Father ChrysostomosRevert "Revert "Make untie check the FAKE flag on globs""
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77688] tie $scalar can tie a...
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77496] tied gets scalars and...
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-05-18 Nicholas ClarkIn pp_warn and pp_die, eliminate pv, which is assigned...
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-06 Father Chrysostomos[perl #77384] Passing a ref to warn doesn't append...
2011-01-10 Nicholas ClarkCorrect the "unimplemented" message for get{host,net...
2011-01-10 Nicholas ClarkMerge the implementations of {end,set}{gr,pw}ent with...
2011-01-10 Nicholas ClarkMerge the implementations of pp_s{host,net,proto,serv...
2011-01-10 Nicholas ClarkMerge the implementations of pp_e{host,net,proto,serv...
2011-01-09 Nicholas ClarkGenerate "Unsupported socket function" stubs using...
2011-01-09 Nicholas ClarkRename pp_send to pp_syswrite, making send an alias...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-08 Nicholas ClarkIn pp_send, assign to io earlier, and use op_type inste...
2011-01-08 Nicholas ClarkIn pp_send, transpose the blocks for OP_SYSWRITE and...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-05 Nicholas ClarkConvert tied PRINT to using Perl_tied_method()
2011-01-05 Nicholas ClarkRename tied_handle_method() to tied_method(), and make...
2011-01-05 Nicholas ClarkIn pp_sys.c, rename the macro tied_handle_method()...
2011-01-05 Nicholas ClarkThe mg parameter to S_tied_handle_method() can be const...
2011-01-05 Nicholas ClarkSplit the flags and argc parameters to S_tied_handle_me...
2011-01-04 Nicholas ClarkConvert tied WRITE to using S_tied_handle_method()
2011-01-04 Nicholas ClarkConvert tied READ to using S_tied_handle_method()
2011-01-04 Nicholas ClarkConvert tied PRINTF to using S_tied_handle_method()
2011-01-04 Nicholas ClarkConvert tied OPEN to using S_tied_handle_method()
2011-01-04 Nicholas ClarkIn pp_sys.c, move S_tied_handle_method() before pp_open.
2011-01-04 Nicholas ClarkRemove a long-vestigial PUTBACK from the tied OPEN...
2011-01-04 Nicholas ClarkConverge the implementation of tied OPEN with PRINTF...
2011-01-02 Nicholas ClarkGvIO(gv) returns NULL for a NULL gv, so refactor to...
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-30 Nicholas ClarkMost socket ops weren't warning for unopened handles...
2010-12-30 Nicholas Clarkpp_leavewrite wasn't warning for unopened handles unles...
2010-12-28 Nicholas ClarkAs report_evil_fh() checks WARN_{CLOSED,UNOPENED},...
2010-12-28 Nicholas ClarkAs report_wrongway_fh() checks ckWARN(WARN_IO) internal...
2010-12-28 Nicholas ClarkArgument op to report_evil_fh() is always PL_op->op_typ...
2010-12-28 Nicholas ClarkThe io argument to report_evil_fh() is always GvIO...
2010-12-28 Nicholas ClarkExtract the OP_phoney_* code from report_evil_fh()...
2010-12-28 Nicholas ClarkIn pp_sockpair, remove duplication of code to close...
2010-12-28 Nicholas ClarkFix typo in warning code added to pp_sockpair in c289d2...
2010-12-28 Tony Cookavoid undefined behaviour in fetch and modify of SP...
2010-12-27 Nicholas ClarkSimplify return handling for tied handle OPEN/PRINTF...
2010-12-17 David Leadbeater[perl #80674] Fix compilation with very old versions...
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-10-31 David MitchellRT 75082: recv() with MSG_TRUNC flag SEGV
2010-10-25 Father ChrysostomosMake untie check the FAKE flag on globs
2010-10-25 Father Chrysostomos[perl #77688] tie $scalar can tie a handle
2010-10-25 Father Chrysostomos[perl #77496] tied gets scalars and globs confused
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-24 Nicholas ClarkIn pp_getlogin, use sv_setpv_mg() to avoid needing...
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
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...
next