summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Use HEKfFather Chrysostomos2011-10-071-16/+16
* use SSize_t for string offsets instead of int or socklen_tTony Cook2011-10-071-6/+8
* pp_sys.c: pp_select UTF8 cleanup.Brian Fraser2011-10-061-1/+1
* pp_sys.c: Make warnings utf8-cleanBrian Fraser2011-10-061-19/+23
* pp_sys.c: pp_tie and untie UTF8 cleanup.Brian Fraser2011-10-061-4/+2
* Make stacked -l workFather Chrysostomos2011-09-171-0/+1
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-4/+0
* Add diag_listed_as for lstat error msgFather Chrysostomos2011-09-121-0/+1
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-121-14/+5
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-111-20/+8
* Stop filetest ops from calling FETCH on parent op’s argFather Chrysostomos2011-09-101-2/+2
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-11/+2
* ch(dir|mod|own) should also call FETCH on refs to tied globsFather Chrysostomos2011-09-101-11/+1
* In pp_chdir, move SvGETMAGIC(sv) out of the if() condition.Nicholas Clark2011-09-091-7/+10
* ch(dir|mod|own) should not ignore get-magic on glob(ref)sFather Chrysostomos2011-09-081-2/+2
* &CORE::umask()Father Chrysostomos2011-08-291-2/+2
* &CORE::tell()Father Chrysostomos2011-08-291-1/+1
* &CORE::setpgrp()Father Chrysostomos2011-08-291-7/+3
* Make setpgrp($x) equivalent to setpgrp($x,0)Father Chrysostomos2011-08-291-1/+2
* &CORE::sysopen()Father Chrysostomos2011-08-281-1/+1
* &CORE::sleep()Father Chrysostomos2011-08-271-1/+1
* &CORE::mkdir()Father Chrysostomos2011-08-261-1/+1
* &CORE::gmtime() and &CORE::localtime()Father Chrysostomos2011-08-261-1/+1
* &CORE::getpgrp()Father Chrysostomos2011-08-251-1/+2
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-251-2/+4
* [rt #84590] try to preserve the inode number, even if it's largeTony Cook2011-08-011-0/+8
* Remove an unused variableFlorian Ragwitz2011-07-131-1/+0
* use a flag to signal a stacking filetests instead of peeking at the next op.Gerard Goossen2011-07-111-5/+1
* [perl #8611] tied handles and gotos don't mixDavid Mitchell2011-06-141-2/+20
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-111-1/+1
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-111-1/+1
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-111-1/+1
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-111-18/+2
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-6/+0
* In pp_warn and pp_die, eliminate pv, which is assigned to but never read.Nicholas Clark2011-05-181-4/+2
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-2/+0
* [perl #77384] Passing a ref to warn doesn't append file and lineFather Chrysostomos2011-03-051-1/+3
* Correct the "unimplemented" message for get{host,net,proto,serv}ent aliases.Nicholas Clark2011-01-101-4/+4
* Merge the implementations of {end,set}{gr,pw}ent with endhostent.Nicholas Clark2011-01-101-44/+28
* Merge the implementations of pp_s{host,net,proto,serv}ent.Nicholas Clark2011-01-101-28/+21
* Merge the implementations of pp_e{host,net,proto,serv}ent.Nicholas Clark2011-01-101-32/+21
* Generate "Unsupported socket function" stubs using PL_ppaddr.Nicholas Clark2011-01-091-35/+10
* Rename pp_send to pp_syswrite, making send an alias for syswrite.Nicholas Clark2011-01-091-1/+1
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-2/+2
* In pp_send, assign to io earlier, and use op_type instead of PL_op->op_type.Nicholas Clark2011-01-081-5/+3
* In pp_send, transpose the blocks for OP_SYSWRITE and OP_SENDNicholas Clark2011-01-081-19/+17
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Convert tied PRINT to using Perl_tied_method()Nicholas Clark2011-01-051-0/+6
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-051-46/+41
* In pp_sys.c, rename the macro tied_handle_method() to tied_handle_method0()Nicholas Clark2011-01-051-4/+4