This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use compiled-in inversion lists
[perl5.git] / pp_sys.c
2012-01-24 Father ChrysostomosCall FETCH once for stacked filetest ops
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
2012-01-20 Father Chrysostomospp_sys.c:pp_stat: Change scope of havefp var
2012-01-20 Father Chrysostomos[perl #71002] stat() on unopened fh _
2012-01-20 Father Chrysostomospp_sys.c: compiler warning
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father ChrysostomosMake lstat($ioref) and lstat($gv) consistent
2012-01-14 Father Chrysostomospp_sys.c: goto mustn’t skip initialisation
2012-01-14 Father Chrysostomos-T "unreadable file" should set stat info consistently
2012-01-14 Father ChrysostomosDon’t emit unopened warning for other stat(HANDLE)...
2012-01-14 Father ChrysostomosMake -T BADHANDLE set errno with fatal warnings
2012-01-14 Father ChrysostomosMake -T HANDLE and -B HANDLE always set last stat type
2012-01-14 Father Chrysostomospp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_st...
2012-01-14 Father ChrysostomosMake -T _ and -B _ always set PL_laststatval
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-14 Father Chrysostomospp_sys.c:pp_fttext: Don’t extend the stack after popping
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father Chrysostomosstat $ioref should reset the internal stat type
2012-01-12 Father ChrysostomosMake -T HANDLE set the last stat type
2012-01-12 Father ChrysostomosSimplify logic in pp_sys.c:pp_fttty
2012-01-12 Father Chrysostomos[perl #77388] Make stacked -T and -B work
2012-01-12 Father ChrysostomosMake -t, -T and -B with a handle pop it off the stack
2012-01-12 Father ChrysostomosIn pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOP
2012-01-06 Father Chrysostomos[perl #90064] warn once for dbmopen with undef 3rd arg
2011-12-31 Leon TimmermansBlock SIGCHLD during system() call (per POSIX)
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-27 Father ChrysostomosTurn on AvREAL for tied arrays
2011-12-25 Father Chrysostomosselect() can return undef when defoutgv is set
2011-12-25 Father Chrysostomosselect() sometimes returns invalid string
2011-11-27 Father Chrysostomos[perl #97980] Stop tied() from returning a copy
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-19 Father ChrysostomosAvoid a redundant copy in pp_glob
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Tony Cookuse SSize_t for string offsets instead of int or socklen_t
2011-10-06 Brian Fraserpp_sys.c: pp_select UTF8 cleanup.
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_sys.c: pp_tie and untie UTF8 cleanup.
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-15 Nicholas ClarkDon't #include headers already included by perl.h
2011-09-13 Father ChrysostomosAdd diag_listed_as for lstat error msg
2011-09-13 Father ChrysostomosMake (l)stat respect get-magic on globs and globrefs
2011-09-12 Father ChrysostomosMake truncate respect get-magic on globs and globrefs
2011-09-11 Father ChrysostomosStop filetest ops from calling FETCH on parent op’s arg
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father Chrysostomosch(dir|mod|own) should also call FETCH on refs to tied...
2011-09-09 Nicholas ClarkIn pp_chdir, move SvGETMAGIC(sv) out of the if() condition.
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-08-30 Father Chrysostomos&CORE::umask()
2011-08-29 Father Chrysostomos&CORE::tell()
2011-08-29 Father Chrysostomos&CORE::setpgrp()
2011-08-29 Father ChrysostomosMake setpgrp($x) equivalent to setpgrp($x,0)
2011-08-29 Father Chrysostomos&CORE::sysopen()
2011-08-28 Father Chrysostomos&CORE::sleep()
2011-08-26 Father Chrysostomos&CORE::mkdir()
2011-08-26 Father Chrysostomos&CORE::gmtime() and &CORE::localtime()
2011-08-26 Father Chrysostomos&CORE::getpgrp()
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-01 Tony Cook[rt #84590] try to preserve the inode number, even...
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...
next