summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* regcolorsIlya Zakharevich1998-11-281-0/+1
| | | | | Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2370
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+1
| | | | | | Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen p4raw-id: //depot/perl@2367
* add ext/Devel/PeekJan Dubois1998-11-271-3/+14
| | | | | | Message-ID: <36589ec9.49964585@smtp1.ibm.net> Subject: [PATCH 5.005_53] Devel::Peek integration p4raw-id: //depot/perl@2322
* phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-221-1/+1
| | | p4raw-id: //depot/perl@2260
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-0/+2
| | | | | | | | | | add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in enum; make regen_headers p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304 p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8 p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3 p4raw-id: //depot/perl@2220
* Integrate from mainperl.Jarkko Hietaniemi1998-10-301-43/+10
|\ | | | | p4raw-id: //depot/cfgperl@2140
| * phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-43/+10
| | | | | | | | | | | | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* | Pure bison yylex() proto was broken.Jarkko Hietaniemi1998-10-291-1/+1
|/ | | p4raw-id: //depot/cfgperl@2130
* Make sort respect overloadingIlya Zakharevich1998-10-281-0/+3
| | | | | Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2117
* s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/gJarkko Hietaniemi1998-10-261-2/+3
| | | | | Bison really wants YYLEX_PARAM. p4raw-id: //depot/cfgperl@2091
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-0/+1
| | | | | ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
* properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-251-0/+1
| | | p4raw-id: //depot/perl@2051
* POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-0/+4
| | | | | | Subject: Ported perl 5.005.02 to BS2000 / POSIX Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> p4raw-id: //depot/cfgperl@2009
* add missing file from change#1943Gurusamy Sarathy1998-10-131-1/+1
| | | | | p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586 p4raw-id: //depot/perl@1946
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-0/+1
| | | | | overridden p4raw-id: //depot/perl@1923
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-1/+1
| | | | | | | | | | | Date: 29 Sep 1998 17:38:46 -0700 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com> Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack" -- Date: 28 Sep 1998 18:55:37 -0700 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1915
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-0/+1
| | | p4raw-id: //depot/perl@1890
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-2/+2
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* missing file in last submitGurusamy Sarathy1998-09-251-4/+4
| | | p4raw-id: //depot/perl@1882
* lock sv_mutex in new_he() and del_he() for USE_THREADSDrago Goricanec1998-09-251-1/+1
| | | | | | Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp> Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe p4raw-id: //depot/perl@1880
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-2/+15
| | | p4raw-id: //depot/perl@1879
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-0/+1
| | | | | | Message-Id: <tqemtae338.fsf@puma.genscan.com> Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...) p4raw-id: //depot/perl@1852
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+2
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* tr/// logic was hosed under utf8Larry Wall1998-09-051-1/+1
| | | p4raw-id: //depot/perl@1781
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-17/+22
| | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-0/+1
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-15/+29
|\ | | | | p4raw-id: //depot/perl@1760
| * mark link type of exported functions for OS/2Ilya Zakharevich1998-08-021-2/+6
| | | | | | | | | | | | Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu> Subject: Re: Compiler linkage's types [PATCH 5.005] p4raw-id: //depot/maint-5.005/perl@1702
| * PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>Gurusamy Sarathy1998-08-021-13/+23
| | | | | | | | | | | | | | | | | | | | | | Date: Wed, 29 Jul 1998 10:45:31 -0700 Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT -- Date: Sat, 1 Aug 1998 09:33:19 -0700 Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] p4raw-id: //depot/maint-5.005/perl@1685
| * update Changes; add sv_*_mg() entries in win32/GenCAPI.plperl-5.005_01Gurusamy Sarathy1998-07-261-1/+1
| | | | | | p4raw-id: //depot/maint-5.005/perl@1669
* | integrate 5.005_01 changes from maintGurusamy Sarathy1998-07-271-1/+1
| | | | | | | | | | | | | | p4raw-id: //depot/perl@1670 p4raw-integrated: from //depot/maint-5.005/perl@1667 'copy in' README.win32 win32/GenCAPI.pl win32/win32.c (@1649..) pod/perldelta.pod (@1654..) 'merge in' toke.c (@1649..) proto.h (@1662..)
* | integrate proto.h additions from maint-5.005Gurusamy Sarathy1998-07-261-14/+13
|\ \ | |/ | | p4raw-id: //depot/perl@1664
| * add missing sv_*_mg() prototypes in proto.h, update perlhist.podGurusamy Sarathy1998-07-261-14/+13
| | | | | | p4raw-id: //depot/maint-5.005/perl@1662
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-0/+22
| | | | | | | | | | | | s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_; add typecasts to silence warnings; tweaks for win32 builds p4raw-id: //depot/perl@1663
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+24
|/ | | p4raw-id: //depot/utfperl@1651
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-1/+1
| | | p4raw-id: //depot/perl@1612
* fix lvalue leaks stemming from failure to free LvTARG(sv)Gurusamy Sarathy1998-07-181-1/+0
| | | p4raw-id: //depot/perl@1528
* make pregcomp et al VIRTUAL again for PERL_OBJECTDouglas Lankshear1998-07-151-9/+4
| | | | | | Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active> Subject: [PATCH 5.004_74] p4raw-id: //depot/perl@1506
* applied patch, slightly tweakedHans Mulder1998-07-141-0/+4
| | | | | | Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> Subject: [PATCH 5.004_73]Get re module working on VMS p4raw-id: //depot/perl@1486
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1
| | | | | | Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// p4raw-id: //depot/perl@1461
* fix pp_caller() to fully traverse stacklevelsGurusamy Sarathy1998-07-121-0/+1
| | | p4raw-id: //depot/perl@1445
* get it building again on win32Gurusamy Sarathy1998-07-091-2/+6
| | | p4raw-id: //depot/perl@1394
* added patch to generate PPDEF(pp_foo)Ilya Zakharevich1998-07-081-345/+1
| | | | | | Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes p4raw-id: //depot/perl@1370
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-061-1/+0
| | | | | | | | simpler fix p4raw-link: @1337 on //depot/perl: 77808da1249dc49b6d1ea4171ebce9989b18ea3f p4raw-link: @1319 on //depot/perl: 5081475eefaf24307ce7eaf4c87aafd588b37e98 p4raw-id: //depot/perl@1345
* add ck_sysread() for better sysread/read/recv sanityGurusamy Sarathy1998-07-051-0/+1
| | | p4raw-id: //depot/perl@1319
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+1
| | | | | | | | * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic p4raw-id: //depot/perl@1311
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-2/+0
| | | | | | Message-Id: <H00000e500086fb3@MHS> Subject: [PATCH _69] sv_2mortal fix p4raw-id: //depot/perl@1306
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-1/+1
| | | | | | Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE p4raw-id: //depot/perl@1297
* applied patch with tweaks to proseGisle Aas1998-07-041-7/+0
| | | | | | Subject: [PATCH] Simplified AVHV support Message-ID: <m3k95z86og.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1286
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-0/+3
| | | | | Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1259