summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Collapse)AuthorAgeFilesLines
* Retract #7091 as suggested inRobin Barker2000-10-021-1/+1
| | | | | | Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl Message-Id: <200009291210.NAA17098@tempest.npl.co.uk> p4raw-id: //depot/perl@7108
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-1/+2
| | | | | | | i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing 0 to checking to get the warning. p4raw-id: //depot/perl@7096
* Part of #7081 didn't come through.Jarkko Hietaniemi2000-09-141-1/+1
| | | p4raw-id: //depot/perl@7091
* continued -Wformat supportRobin Barker2000-09-141-2/+2
| | | | | Message-Id: <200009141707.SAA13276@tempest.npl.co.uk> p4raw-id: //depot/perl@7081
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-1/+1
| | | p4raw-id: //depot/perl@7075
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-22/+23
| | | | | | | | | | Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing to string table (as per sharepvn). Add newSV_pvn_share to create such a thing. Make hv.c compare addresses of strings and skip string compare if equal. Make method_named and helem ops use these shared-string SVs when arg is constant. Make keys op return shared-string SVs (less clearly a win). p4raw-id: //depot/perl@7016
* Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)Mike Guy2000-09-011-1/+1
| | | | | Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@6988
* magic callbacks all need to have same type signatureGurusamy Sarathy2000-08-151-1/+1
| | | p4raw-id: //depot/perl@6642
* magic_regdatum_set() is void, not int.Jarkko Hietaniemi2000-08-151-1/+1
| | | p4raw-id: //depot/perl@6629
* Re: [PATCH] @+, @- readonlyMike Guy2000-08-141-0/+1
| | | | | Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6620
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-1/+1
| | | | | Message-Id: <200007242247.PAA52177@monkeys.com> p4raw-id: //depot/perl@6527
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-0/+2
| | | | | | | | "opened only for", "on closed", and "never opened" warnings. Subject: Re: inappropriate warning Message-Id: <200003201928.LAA32224@maul.ActiveState.com> p4raw-id: //depot/perl@6489
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-2/+2
| | | | | | | | (UTF16-LE) still fails (silently, no output) but the #22 (UTF16-BE) seems to be working now. The root of the failure may be in sv_gets(): is it UTF-16LE-aware, especially when it comes to line endings? p4raw-id: //depot/perl@6469
* av.c apidocSimon Cozens2000-07-251-5/+5
| | | | | Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6438
* More docs for sv functions.Jarkko Hietaniemi2000-07-151-17/+21
| | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 13 Jul 2000 09:00:20 GMT Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org> Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Thu, 13 Jul 2000 12:27:41 +0100 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk> Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Thu, 13 Jul 2000 13:23:09 +0100 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk> Subject: Re: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 06:51:02 GMT Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6412
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-1/+1
|\ | | | | p4raw-id: //depot/perl@6400
| * Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-1/+1
| | | | | | p4raw-id: //depot/cfgperl@6394
| * Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+3
| | | | | | p4raw-id: //depot/cfgperl@6307
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-2/+4
| |\ | | | | | | p4raw-id: //depot/cfgperl@6305
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-3/+2
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@6301
| * | | xsub attributesDoug MacEachern2000-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6273
| * | | Regen headers for #6261 (and update embed.pl for this) and #6267,Jarkko Hietaniemi2000-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | silence few compiler warnings. p4raw-id: //depot/cfgperl@6269
| * | | Re: [PATCH] Re: Speeding up method lookups Doug MacEachern2000-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6267
| * | | tr///, help wanted.Simon Cozens2000-06-281-8/+6
| | | | | | | | | | | | | | | | | | | | Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6254
| * | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
| * | | is_utf8_stringSimon Cozens2000-06-271-0/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6243
| * | | bytes<->utf8 fixesSimon Cozens2000-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6242
| * | | Tweak embed.pl, regen headers.Jarkko Hietaniemi2000-06-251-5/+16
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@6237
| * | | Add source code filenames to apidoc.Simon Cozens2000-06-231-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH embed.pl] Source X-ref Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6225
| * | | Remove tr///CU (the feature is to be obsoleted by better interfaces).Simon Cozens2000-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] Eliminate tr///[CU][CU] Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6221
| * | | Threadsafe patchesDan Sugalski2000-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> p4raw-id: //depot/cfgperl@6207
* | | | enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | cleanups (typos, misformatted code, and small bugs) p4raw-id: //depot/perl@6399
* | | | integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6324 on //depot/cfgperl: 81bf48a6dbba4b295dfa172a17ca70b654dbf225 p4raw-link: @6293 on //depot/cfgperl: 6e37ea6052902cde1aeb08a2129ffc7c8ea53736 p4raw-id: //depot/perl@6369 p4raw-branched: from //depot/cfgperl@6368 'branch in' lib/Win32.pod lib/lib_pm.PL p4raw-deleted: from //depot/cfgperl@6368 'delete in' pod/Win32.pod (@5937..) pod/buildtoc (@6091..) lib/lib.pm.PL (@6227..) pod/Makefile (@6232..) p4raw-integrated: from //depot/cfgperl@6368 'copy in' thread.h (@5656..) lib/warnings/register.pm (@5704..) ext/B/B/Stash.pm (@5972..) lib/CGI/Util.pm (@6034..) util.c (@6217..) gv.c (@6244..) pp.c (@6260..) doop.c (@6269..) pod/perlfunc.pod (@6277..) pp_ctl.c (@6293..) makedef.pl (@6301..) embed.h global.sym objXSUB.h perlapi.c proto.h (@6305..) win32/Makefile (@6307..) Makefile.SH (@6309..) t/op/method.t (@6312..) sv.h (@6315..) 'ignore' op.c (@6273..) 'merge in' embed.pl win32/win32.c (@6305..) p4raw-integrated: from //depot/cfgperl@6324 'merge in' toke.c (@6307..) p4raw-branched: from //depot/cfgperl@6323 'branch in' pod/buildtoc.PL (@6319..) p4raw-integrated: from //depot/cfgperl@6323 'copy in' pod/perl.pod (@6319..) pod/perltoc.pod (@6322..) 'merge in' MANIFEST (@6319..) p4raw-branched: from //depot/cfgperl@6319 'branch in' pod/Makefile.SH p4raw-integrated: from //depot/cfgperl@6315 'ignore' pp_hot.c (@6313..) p4raw-integrated: from //depot/cfgperl@6311 'copy in' ext/POSIX/POSIX.pod (@6296..) p4raw-integrated: from //depot/cfgperl@6307 'merge in' doio.c (@6223..)
* | | | integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6282 on //depot/cfgperl: d4817f5b97d4072a6efac47844b617245b179f2c p4raw-link: @6268 on //depot/cfgperl: 22e04bdb3a09a4c369fd1666143349eab2eba9d4 p4raw-id: //depot/perl@6366 p4raw-integrated: from //depot/cfgperl@6365 'copy in' lib/Net/Ping.pm lib/Text/Wrap.pm t/lib/dprof.t t/lib/dumper-ovl.t t/lib/hostname.t (@5586..) lib/Pod/Html.pm (@5608..) t/lib/ipc_sysv.t (@5812..) t/lib/dumper.t (@5972..) ext/File/Glob/Glob.pm (@6026..) lib/Pod/Man.pm lib/Pod/Text.pm (@6034..) t/lib/anydbm.t (@6072..) lib/ExtUtils/xsubpp (@6156..) pod/perlsub.pod pod/perltie.pod (@6206..) utils/h2xs.PL (@6280..) p4raw-integrated: from //depot/cfgperl@6282 'merge in' vms/vms.c (@6238..) p4raw-integrated: from //depot/cfgperl@6277 'copy in' pod/perlfunc.pod (@6276..) p4raw-integrated: from //depot/cfgperl@6273 'ignore' perlapi.h (@6243..) embedvar.h (@6254..) 'merge in' perlapi.c (@6243..) embed.h (@6254..) embed.pl objXSUB.h op.c proto.h (@6269..) p4raw-integrated: from //depot/cfgperl@6270 'copy in' t/op/taint.t (@5857..) p4raw-integrated: from //depot/cfgperl@6269 'copy in' doop.c (@6263..) 'ignore' toke.c (@6261..) p4raw-integrated: from //depot/cfgperl@6268 'copy in' t/op/sprintf.t (@6267..)
* | | | integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6260 on //depot/cfgperl: fc865a0069737312ca5ef9762fe8a9be7aa37747 p4raw-link: @6252 on //depot/cfgperl: 0e4dedf1581344244dfa297db1d00c01c5f821aa p4raw-id: //depot/perl@6362 p4raw-integrated: from //depot/cfgperl@6361 'copy in' t/pragma/constant.t (@5717..) t/op/pack.t t/pragma/warn/op (@5996..) pp_proto.h (@6243..) t/op/my_stash.t (@6250..) lib/IPC/Open3.pm (@6253..) 'ignore' t/pragma/warn/regcomp (@6241..) lib/Exporter.pm (@6251..) p4raw-integrated: from //depot/cfgperl@6260 'copy in' pp.c (@6217..) pod/perlfunc.pod (@6248..) p4raw-integrated: from //depot/cfgperl@6259 'copy in' MANIFEST (@6250..) p4raw-integrated: from //depot/cfgperl@6257 'copy in' op.c (@6228..) 'merge in' sv.c (@6244..) p4raw-integrated: from //depot/cfgperl@6256 'copy in' doop.c (@6254..) p4raw-integrated: from //depot/cfgperl@6254 'copy in' t/op/tr.t (@6192..) 'ignore' embedvar.h objXSUB.h (@6243..) 'merge in' embed.h (@6243..) embed.pl proto.h (@6250..)
* | | | integrate cfgperl change#6250 into mainlineGurusamy Sarathy2000-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6250 on //depot/cfgperl: ec6a9911b75518dd4c77eb4985d8bee0371df340 p4raw-id: //depot/perl@6360 p4raw-branched: from //depot/cfgperl@6250 'branch in' t/op/my_stash.t p4raw-integrated: from //depot/cfgperl@6250 'copy in' MANIFEST (@6232..) 'merge in' toke.c (@6241..) embed.pl proto.h (@6243..)
* | | | integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6249 on //depot/cfgperl: cab27d238e930b8cddb5b1fb3260355f913b86a6 p4raw-link: @6242 on //depot/cfgperl: 1e72252ad7b8e23d1a1142285b8aa82986bd2491 p4raw-id: //depot/perl@6359 p4raw-integrated: from //depot/cfgperl@6358 'copy in' ext/DynaLoader/DynaLoader_pm.PL (@5953..) t/lib/peek.t (@6086..) t/lib/filefunc.t t/lib/filespec.t (@6230..) pod/perlintern.pod (@6237..) pod/perlapi.pod utf8.c (@6242..) p4raw-integrated: from //depot/cfgperl@6249 'copy in' lib/IPC/Open3.pm (@5937..) p4raw-integrated: from //depot/cfgperl@6248 'copy in' pod/perlfunc.pod (@6206..) p4raw-integrated: from //depot/cfgperl@6247 'ignore' lib/File/Spec.pm (@6230..) p4raw-integrated: from //depot/cfgperl@6244 'copy in' gv.c (@6217..) 'merge in' sv.c (@6196..) p4raw-integrated: from //depot/cfgperl@6243 'copy in' pp_proto.h (@6237..) 'ignore' embedvar.h perlapi.h (@6237..) 'merge in' embed.h objXSUB.h (@6237..) embed.pl perlapi.c proto.h (@6242..)
* | | | integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6240 on //depot/cfgperl: 514e70b26394e6b272960ab8b9b8b7dbb1e2c068 p4raw-link: @6231 on //depot/cfgperl: 7906debc4b99f108310cdade6e486754c15481e7 p4raw-id: //depot/perl@6355 p4raw-branched: from //depot/cfgperl@6353 'branch in' pod/perlutil.pod p4raw-integrated: from //depot/cfgperl@6353 'copy in' pod/roffitall (@5753..) op.h (@5833..) README.cygwin (@6096..) lib/ExtUtils/MM_VMS.pm (@6140..) lib/File/Find.pm (@6156..) Configure config_h.SH hints/solaris_2.sh (@6217..) Todo-5.6 (@6232..) keywords.h lib/warnings.pm opcode.h opnames.h pp.sym regnodes.h warnings.h (@6236..) 'ignore' ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h (@6236..) p4raw-integrated: from //depot/cfgperl@6240 'copy in' utils/h2xs.PL (@6192..) p4raw-integrated: from //depot/cfgperl@6238 'merge in' vms/vms.c (@6198..) p4raw-integrated: from //depot/cfgperl@6237 'copy in' utf8.c (@6221..) pod/perlapi.pod pod/perlintern.pod pp_proto.h (@6236..) 'ignore' embedvar.h perlapi.h (@6236..) 'merge in' embed.pl (@6225..) embed.h objXSUB.h perlapi.c proto.h (@6236..) p4raw-integrated: from //depot/cfgperl@6232 'copy in' pod/Makefile pod/perltoc.pod (@6161..) MANIFEST (@6227..)
* | | | integrate cfgperl changes#6224..6229 into mainlineGurusamy Sarathy2000-07-111-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6229 on //depot/cfgperl: 94f13a8fe911b4e5d658c1e8bb515599305c074c p4raw-link: @6224 on //depot/cfgperl: 9e7db0fd3029ee5d3ce957e842a66c057eacd303 p4raw-id: //depot/perl@6352 p4raw-deleted: from //depot/cfgperl@6351 'delete in' lib/lib.pm (@5608..) p4raw-integrated: from //depot/cfgperl@6351 'copy in' t/lib/english.t (@5586..) ext/Socket/Socket.pm (@5704..) README.hpux (@5972..) lib/English.pm (@6034..) p4raw-integrated: from //depot/cfgperl@6228 'copy in' op.c (@6226..) p4raw-branched: from //depot/cfgperl@6227 'branch in' lib/lib.pm.PL p4raw-integrated: from //depot/cfgperl@6227 'copy in' Makefile.SH (@6182..) MANIFEST (@6192..) p4raw-integrated: from //depot/cfgperl@6225 'merge in' embed.pl (@6221..)
* | | | integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6222 on //depot/cfgperl: cb6e01d9fd93f1025bb60ed9c000931b2c8542a3 p4raw-link: @6220 on //depot/cfgperl: 94414bfbc497e71da32f6edca513d34725e3cae6 p4raw-id: //depot/perl@6350 p4raw-integrated: from //depot/cfgperl@6349 'copy in' lib/Pod/Usage.pm (@5717..) win32/win32.h (@6026..) pod/perlop.pod (@6206..) p4raw-integrated: from //depot/cfgperl@6221 'copy in' utf8.c (@6174..) doop.c (@6193..) toke.c (@6196..) 'merge in' embed.pl (@6217..) p4raw-integrated: from //depot/cfgperl@6220 'merge in' makedef.pl (@6156..)
* | | | integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6210 on //depot/cfgperl: b8b4c9f3cf6ef09c878a80ff97526a69902a44ca p4raw-link: @6207 on //depot/cfgperl: b37a7757477319a5fcdd5131db15046064f631c4 p4raw-id: //depot/perl@6345
* | | | integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-0/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | p4raw-link: @6203 on //depot/cfgperl: fecfaeb8bbdf3ab93ea88558d0ee3a60234c5047 p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3 p4raw-id: //depot/perl@6343
| * | VMS fixups so we can build with MULTIPLICITYDan Sugalski2000-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48> Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48> p4raw-id: //depot/cfgperl@6198
* | | adjust change#6299Gurusamy Sarathy2000-07-041-2/+4
| |/ |/| | | | | | | p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b p4raw-id: //depot/perl@6302
* | fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-3/+2
|/ | | | | freed) p4raw-id: //depot/perl@6299
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
| | | p4raw-id: //depot/perl@6194
* submit missing embed.pl changeGurusamy Sarathy2000-06-011-1/+1
| | | p4raw-id: //depot/perl@6190
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-0/+1
| | | | | | | (reworked variant of patch suggested by Simon Cozens) p4raw-link: @2879 on //depot/perl: 35cd451c5a1303394968903750cc3b3a1a6bc892 p4raw-id: //depot/perl@6126
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+3
| | | p4raw-id: //depot/perl@6104
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-4/+4
| | | | | (mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932