summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
...
* &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
* The mg parameter to S_tied_handle_method() can be const MG *Nicholas Clark2011-01-051-13/+13
* Split the flags and argc parameters to S_tied_handle_method().Nicholas Clark2011-01-051-22/+18
* Convert tied WRITE to using S_tied_handle_method()Nicholas Clark2011-01-041-6/+3
* Convert tied READ to using S_tied_handle_method()Nicholas Clark2011-01-041-7/+4
* Convert tied PRINTF to using S_tied_handle_method()Nicholas Clark2011-01-041-7/+3
* Convert tied OPEN to using S_tied_handle_method()Nicholas Clark2011-01-041-8/+8
* In pp_sys.c, move S_tied_handle_method() before pp_open.Nicholas Clark2011-01-041-48/+48
* Remove a long-vestigial PUTBACK from the tied OPEN code in pp_send.Nicholas Clark2011-01-041-1/+0
* Converge the implementation of tied OPEN with PRINTF, READ and WRITE.Nicholas Clark2011-01-041-2/+2
* GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this.Nicholas Clark2011-01-021-30/+25
* make <expr> always overload if expr is overloadedDavid Mitchell2011-01-021-1/+6
* call pp_glob() even when its being skippedDavid Mitchell2011-01-021-0/+10
* standardise amagic method namingDavid Mitchell2010-12-311-1/+1
* Merge the opcode bodies for pp_bind and pp_connect.Nicholas Clark2010-12-301-32/+7
* Most socket ops weren't warning for unopened handles unless 'closed' was enabledNicholas Clark2010-12-301-14/+7
* pp_leavewrite wasn't warning for unopened handles unless 'closed' was enabled.Nicholas Clark2010-12-301-1/+1