summaryrefslogtreecommitdiff
path: root/pp_proto.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+1
* Merge postinc and postdecFather Chrysostomos2011-09-161-1/+0
* Merge preinc and postincFather Chrysostomos2011-09-161-1/+0
* Add coreargs opFather Chrysostomos2011-08-181-0/+1
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-3/+3
* Merge the implementations of {end,set}{gr,pw}ent with endhostent.Nicholas Clark2011-01-101-4/+0
* Merge the implementations of pp_s{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+0
* Merge the implementations of pp_e{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+0
* Rename pp_send to pp_syswrite, making send an alias for syswrite.Nicholas Clark2011-01-091-1/+1
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-91/+2
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-2/+373
* Move OP prototypes from pp_proto.h to proto.hNicholas Clark2010-09-271-414/+2
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-1/+1
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+1
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+1
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-1/+0
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-101-2/+2
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-1/+0
* Implement each @array.Nicholas Clark2007-12-201-0/+4
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+1
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-12/+12
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-0/+1
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+0
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-5/+5
* Re: $, and sayGisle Aas2006-11-021-1/+0
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+10
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+4
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-1/+0
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-171-0/+1
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-0/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+2
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-1/+0
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+1
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-2/+0
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-1/+1
* Consolidated lvalue sub changesStephen McCamant2001-01-121-0/+1
* Regen headers.Jarkko Hietaniemi2000-10-031-0/+1
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+1
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+1
* optimize method name lookupChip Salzenberg1999-07-261-0/+2
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+1
* add do-not-edit caveats for files generated by opcode.plGurusamy Sarathy1999-07-071-0/+5
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-061-0/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-377/+377
* clean up some stray "global" symbolsGurusamy Sarathy1999-06-041-1/+1