summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-1/+0
| | | | | because of the re extension. p4raw-id: //depot/perl@13246
* debug_pad only visible when debugging.Jarkko Hietaniemi2001-11-211-0/+1
| | | p4raw-id: //depot/perl@13176
* The runops_debug needs to be present always, otherwiseJarkko Hietaniemi2001-11-191-1/+0
| | | | | | | places like AIX which need an explicit symbol export list will croak when trying to build Devel::Peek (which uses the runops_debug). p4raw-id: //depot/perl@13102
* Call the new perlio symbols differently.Jarkko Hietaniemi2001-10-291-3/+3
| | | p4raw-id: //depot/perl@12759
* More PerlIO symbols.Jarkko Hietaniemi2001-10-271-3/+6
| | | p4raw-id: //depot/perl@12704
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | final touches to the audit for statics and thread-unsafe code * make DB_File, ODBM_File thread-safe * remove unnecessary/dangerous statics and protect others from not getting accidentally enabled under threaded perls windows support functions get_childdir() et al aren't exported correctly under vanilla build Testing under win32 appreciated since changes there had to be manually merged and I cannot test how badly did I do. p4raw-link: @12268 on //depot/perlio: bb407f0b8769c638c05e60ebfd157a1e676a6c22 p4raw-id: //depot/perl@12678 p4raw-integrated: from //depot/maint-5.6/perl@12677 'copy in' win32/vmem.h (@5902..) 'merge in' ext/DB_File/DB_File.xs (@8693..) win32/win32iop.h (@8917..) ext/ODBM_File/ODBM_File.xs (@8995..) iperlsys.h (@9154..) scope.c (@9584..) makedef.pl (@11425..) gv.c (@12026..) op.c (@12145..) util.c (@12220..) toke.c (@12550..) ext/B/B.xs ext/File/Glob/Glob.xs ext/Opcode/Opcode.xs ext/re/re.xs (@12653..) mg.c win32/win32.c (@12668..)
* No more this symbol.Jarkko Hietaniemi2001-10-191-4/+0
| | | p4raw-id: //depot/perl@12517
* Fix gross win32 build issuesNick Ing-Simmons2001-10-191-0/+3
| | | p4raw-id: //depot/perlio@12511
* Two AIX patchesH.Merijn Brand2001-10-171-27/+31
| | | | | Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12474
* I think the Perl_sortsv needs *not* be skipped?Jarkko Hietaniemi2001-10-161-1/+0
| | | p4raw-id: //depot/perl@12455
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-10-091-0/+1
| | | p4raw-id: //depot/perl@12376
* 12309 / cygwin / win2kH.Merijn Brand2001-10-031-0/+1
| | | | | Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12316
* Win32 compilation without USE_ITHREADSMattia Barbon2001-09-231-0/+2
| | | | | Message-ID: <3BAD42B2.2951.39B2E2A@localhost> p4raw-id: //depot/perl@12158
* The sharedsv_space* are variables, not code. Duh.Jarkko Hietaniemi2001-09-201-2/+0
| | | p4raw-id: //depot/perl@12091
* New exported symbols.Jarkko Hietaniemi2001-09-191-0/+2
| | | p4raw-id: //depot/perl@12088
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-1/+0
| | | | | | | Rename to custop_op_name to Perl_custom_op_name to match perlapi Clone the hashtable PL_custom_op_names and PL_custop_op_descs in perl_clone. p4raw-id: //depot/perl@11968
* Symbol missing; AIX unhappy.Jarkko Hietaniemi2001-09-061-0/+1
| | | p4raw-id: //depot/perl@11922
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-15/+3
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* 11792 wasn't completeArtur Bergman2001-08-301-1/+1
| | | p4raw-id: //depot/perl@11793
* Added checks for PL_custom* and Perl_custom* functions in makedef.plArtur Bergman2001-08-301-0/+2
| | | p4raw-id: //depot/perl@11792
* The new sharedsv* should be exported only if usethreads.Jarkko Hietaniemi2001-08-141-0/+7
| | | p4raw-id: //depot/perl@11662
* 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