summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* more MULTIPLICITY tweaksGurusamy Sarathy1998-06-231-0/+2
| | | p4raw-id: //depot/perl@1206
* partial MULTIPLICITY cleanupGurusamy Sarathy1998-06-231-0/+1
| | | p4raw-id: //depot/perl@1205
* applied patch, regen headersIlya Zakharevich1998-06-231-0/+1
| | | | | | Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Malloc size feedback p4raw-id: //depot/perl@1201
* applied patch, along with many changes:Douglas Lankshear1998-06-211-7/+0
| | | | | | | | | | | - ipfoo.h headers have been coalesced along with perlfoo.h into iperlsys.h - win32/cp*.h have been combined in perlhost.h - CPerlObj::PerlParse() takes an extra xsinit arg - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active> Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler p4raw-id: //depot/perl@1172
* added patch, tweaked missed files, excised comment that doesn't reallyJoshua Pritikin1998-06-201-1/+0
| | | | | | | belong in the sources Message-Id: <H00000e500072c63@MHS> Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup p4raw-id: //depot/perl@1165
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-181-1/+0
| | | | | p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 p4raw-id: //depot/perl@1146
* tweaks to get PERL_OBJECT building again; passes testsGurusamy Sarathy1998-06-151-3/+1
| | | p4raw-id: //depot/perl@1137
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-1/+0
| | | p4raw-id: //depot/perl@1136
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-0/+1
| | | | | | Message-Id: <H00000e500071aa3@MHS> Subject: [PATCH 5.004_66] JMPENV! p4raw-id: //depot/perl@1135
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-0/+1
| | | | | | Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) p4raw-id: //depot/perl@1105
* _66 proto.hNorton T. Allen1998-06-101-1/+1
| | | | | Message-Id: <199806031909.PAA04358@bottesini.harvard.edu> p4raw-id: //depot/perl@1095
* proto.h change to make byterun() visible to VMSDan Sugalski1998-06-101-6/+9
| | | | | Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu> p4raw-id: //depot/perl@1091
* [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)Gurusamy Sarathy1998-06-041-0/+1
| | | p4raw-id: //depot/win32/perl@1074
* [asperl] fixups to make it build and pass tests under both compilersGurusamy Sarathy1998-05-291-0/+1
| | | p4raw-id: //depot/asperl@1056