summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* OS/2 multi-architectureIlya Zakharevich2001-07-231-0/+2
| | | | | Message-ID: <20010723192949.A14802@math.ohio-state.edu> p4raw-id: //depot/perl@11462
* Ignore PL_regex_pad and PL_regex_padav from symbolsJarkko Hietaniemi2001-07-131-0/+2
| | | | | unless ithreads. p4raw-id: //depot/perl@11350
* Exclude reentrant_buffer from .def fileNick Ing-Simmons2001-07-121-0/+6
| | | p4raw-id: //depot/perlio@11296
* Integrate changes #11193, 11205, 11209 from macperl.Jarkko Hietaniemi2001-07-081-1/+1
| | | | | | | | | | | | | | | Fix up AutoLoader to fudge for Mac paths in import(). Allow symbols in try_symbol() to begin with "_". Small portability fix for Mac OS. p4raw-link: @11209 on //depot/maint-5.6/macperl: 6ad6b2be750c4cb30e974afa9b2e179a2f381679 p4raw-link: @11205 on //depot/maint-5.6/macperl: 85661f92e975162c5b6280ce9e0b3cd6ee7563fd p4raw-link: @11193 on //depot/maint-5.6/macperl: 87cd12a80943bf11d0d777d1855d8572168f9887 p4raw-id: //depot/perl@11219 p4raw-integrated: from //depot/maint-5.6/macperl@11217 'merge in' lib/AutoLoader.pm lib/Cwd.pm makedef.pl (@11007..)
* fix the binary compatibility issue when building with/withoutGurusamy Sarathy2001-07-051-8/+0
| | | | | | | | | | usemymalloc by exporting Perl_malloc() et al as simple wrappers around the system functions (this allows most extensions built using one mode to coexist with perls built in the other mode) XXX the Perl_mfree() wrapper might need to do return(free()) on platforms where Free_t isn't "void" p4raw-id: //depot/perl@11152
* OS/2 improvementsIlya Zakharevich2001-06-281-0/+2
| | | | | Message-ID: <20010628160314.A17906@math.ohio-state.edu> p4raw-id: //depot/perl@11010
* Adds perl_clone_host under IMPLICIT SYSArtur Bergman2001-06-261-0/+2
| | | | | Message-ID: <B75E5BA5.1A7C%artur@contiller.se> p4raw-id: //depot/perl@10954
* Re: [PATCH 5.6.1] OS2 linkingIlya Zakharevich2001-06-241-1/+3
| | | | | | | | Message-ID: <20010624051511.A27544@math.ohio-state.edu> Add ordinals to the export list for Perl DLL. (Breaks intra-version DLL compatibility.) p4raw-id: //depot/perl@10879
* [PATCH 5.6.1] OS2 getpw*, getgr*Ilya Zakharevich2001-06-211-0/+8
| | | | | | | | | | | Date: Thu, 21 Jun 2001 06:23:56 -0400 Message-ID: <20010621062356.A8619@math.ohio-state.edu> Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr* From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Thu, 21 Jun 2001 06:32:21 -0400 Message-ID: <20010621063221.A8823@math.ohio-state.edu> p4raw-id: //depot/perl@10768
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+211
| | | p4raw-id: //depot/perl@10643
* Skip Perl_my_bcopy in .def file as we do not provide it.Nick Ing-Simmons2001-06-151-0/+1
| | | | | | | | - Win32 (VC++) now builds but fails: filefind.t - suspect Win32's builtin cwd is not doing insecure dir test fork.t - No &___ENV_HV_NAME___::CLONE method ??? write.t - open(...,"|-") not implemented on Win32 p4raw-id: //depot/perlio@10595
* New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-131-1/+9
| | | | | Does break binary compatibility. p4raw-id: //depot/perl@10554
* DLL descriptions on OS/2Ilya Zakharevich2001-05-201-1/+3
| | | | | Message-ID: <20010519040846.A16969@math.ohio-state.edu> p4raw-id: //depot/perl@10167
* Re: [PATCH] 9403 cannot be testedH.Merijn Brand2001-03-281-0/+1
| | | | | Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@9410
* 9403 cannot be testedH.Merijn Brand2001-03-281-0/+1
| | | | | | | Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl> A missing symbol. p4raw-id: //depot/perl@9408
* PerlIO fixups for Win32:Nick Ing-Simmons2001-03-241-6/+10
| | | | | | | | | - provide win33_popenlist() - non-functional as yet. - avoid need for aTHX in PerlIO_debug calls - even if not enabled args are still evaluated so Win32 has trouble during fork(). - Add PerlIO/Scalar to list of extensions in win32/makefile.mk - Fixup makedef.pl for latest set of symbols. p4raw-id: //depot/perlio@9321
* USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>Nick Ing-Simmons2001-03-111-37/+40
| | | | | | - exclude layer syms in makedef.pl for sfio - also inhibit Encode from trying to build ":encode()" layer. p4raw-id: //depot/perlio@9102
* skipping USE_PERLIO symbols correction.Nick Ing-Simmons2001-03-051-3/+2
| | | p4raw-id: //depot/perlio@9052
* Integrate mainline (mostly - holding of on Encode.pm for a bit.)Nick Ing-Simmons2001-03-051-0/+4
| | | p4raw-id: //depot/perlio@9048
* makedef.pl updates suggested by Chris Nandor; double-checkingJarkko Hietaniemi2001-03-041-2/+35
| | | | | the changes in AIX, OS/2 Win32 would be nice. p4raw-id: //depot/perl@9021
* Re: Errors in core PODsMichael Stevens2001-02-281-0/+2
| | | | | Message-ID: <20010223154756.A7723@firedrake.org> p4raw-id: //depot/perl@8965
* Skip the Perl_sys_intern_clear and Perl_sys_intern_init,Jarkko Hietaniemi2001-02-201-0/+2
| | | | | from Chris Nandor. p4raw-id: //depot/perl@8859
* buncha MacPerl patches for bleadperlChris Nandor2001-02-131-4/+92
| | | | | Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]> p4raw-id: //depot/perl@8792
* Ilya's OS2 patch (testing for damage on Win32)Nick Ing-Simmons2000-12-311-10/+10
| | | p4raw-id: //depot/perlio@8280
* Win32 tweaks to get Encode to buildNick Ing-Simmons2000-12-141-0/+26
| | | | | | | | - temp hack to makedef.pl till PerlIO is properly "exported". - MSVC dislikes static encpage_t foo[]; so make 'em extern for now. p4raw-id: //depot/perlio@8117
* Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-13/+0
| | | | | | | | | | | | | | if SOCKS is selected. Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup Date: Fri, 24 Nov 2000 18:31:30 +0100 Message-ID: <20001124183130.E28337@Strawberry.COM> Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ... From: Jens Hamisch <jens@Strawberry.COM> Date: Fri, 24 Nov 2000 19:11:51 +0100 Message-ID: <20001124191151.A28753@Strawberry.COM> p4raw-id: //depot/perl@7855
* regenerate win32/config* and fix some inconsistencies in theGurusamy Sarathy2000-11-231-2/+1
| | | | | | | makefiles; always export Perl_deb() because it is needed by ext/re/* (whether perl itself is built with -DDEBUGGING or not) p4raw-id: //depot/perl@7828
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-2/+3
| | | p4raw-id: //depot/perl@7818
* Export the SOCKS workaround symbols only if necessary.Jarkko Hietaniemi2000-11-211-6/+15
| | | p4raw-id: //depot/perl@7791
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-45/+45
| | | p4raw-id: //depot/perl@7680
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-41/+45
| | | | | Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7679
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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#6220..6222 into mainlineGurusamy Sarathy2000-07-111-0/+3
| | | | | | | | | | | | 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..)
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-0/+1
| | | | | freed) p4raw-id: //depot/perl@6299
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-1/+1
| | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+1
| | | p4raw-id: //depot/perl@6104
* add missing bincompat symbols to export listGurusamy Sarathy2000-03-211-2/+7
| | | p4raw-id: //depot/perl@5861
* add PL_thr_key to export list under useithreadsGurusamy Sarathy2000-03-151-1/+6
| | | p4raw-id: //depot/perl@5754
* missing export list entry in change#5619Gurusamy Sarathy2000-03-111-0/+1
| | | | | p4raw-link: @5619 on //depot/perl: e4783991709775389a3fc70c841522b0165cd076 p4raw-id: //depot/perl@5652
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+1
| | | p4raw-id: //depot/perl@5610
* typo in makedef.plGurusamy Sarathy2000-03-071-1/+1
| | | p4raw-id: //depot/perl@5592
* makedef.pl typosGurusamy Sarathy2000-03-061-2/+2
| | | p4raw-id: //depot/perl@5583
* OS/2 patches for dlclose() support (from Yitzchak Scott-ThoennesGurusamy Sarathy2000-03-031-0/+1
| | | | | <sthoenna@efn.org>) p4raw-id: //depot/perl@5488
* export list tweakGurusamy Sarathy2000-02-291-0/+5
| | | p4raw-id: //depot/perl@5344
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-0/+1
| | | | | p4raw-link: @5342 on //depot/perl: ba869debd80c55cfae8e9d4de0991d62f9efcb9b p4raw-id: //depot/perl@5343
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-7/+0
| | | p4raw-id: //depot/perl@5342
* skip conditionally defined symbols in change#5162Gurusamy Sarathy2000-02-201-0/+8
| | | | | p4raw-link: @5162 on //depot/perl: 14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a p4raw-id: //depot/perl@5171
* export list tweak needed by change#5103Gurusamy Sarathy2000-02-151-0/+1
| | | | | p4raw-link: @5103 on //depot/perl: 827e134a90c4e2814fe47bdf310ed7e78fd7f61c p4raw-id: //depot/perl@5111
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+1
| | | p4raw-id: //depot/perl@5103
* make global symbol exports AIX-specificGurusamy Sarathy2000-02-101-5/+4
| | | p4raw-id: //depot/perl@5059