summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24755
* Fix some Win32 link errorsSteve Hay2005-05-261-0/+2
| | | p4raw-id: //depot/perl@24591
* Change 24413 should have updated makedef.pl with the knowledge that 2Nicholas Clark2005-05-091-0/+2
| | | | | symbols are ithreads only. p4raw-id: //depot/perl@24425
* Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is definedSteve Hay2005-04-291-1/+6
| | | | | (rather than when PERL_IMPLICIT_SYS is defined) p4raw-id: //depot/perl@24352
* Fix perlsio_binmode() export breakage caused by change #24338Steve Hay2005-04-281-1/+3
| | | | | | | Define and export perlsio_binmode() based on the same condition, namely, that USE_PERLIO is defined and USE_SFIO is not. p4raw-link: @24338 on //depot/perl: de009b76d60bdeb88f1d812ac755ae225805a071 p4raw-id: //depot/perl@24341
* combopatchJarkko Hietaniemi2005-04-251-56/+47
| | | | | Message-ID: <426BFA57.9060105@iki.fi> p4raw-id: //depot/perl@24318
* Fix last remaining Win32 linker error following change 24271Steve Hay2005-04-221-1/+1
| | | | | | (Supplied by Jarkko in a makedef.pl that was omitted from the aforementioned change) p4raw-id: //depot/perl@24290
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-5/+8
| | | | | | This clears up problems with Perl_free_global_struct and Perl_init_global_struct p4raw-id: //depot/perl@24280
* Fix Win32 linker errors following change 24271Steve Hay2005-04-221-0/+45
| | | | | | | | | | | | | | | This clears up "unresolved external" errors for the following symbols: PL_watch_pvx Perl_Gappctx_ptr Perl_Gmmap_page_size_ptr Perl_Gsig_defaulting_ptr Perl_Gsig_handlers_initted_ptr Perl_Gsig_ignoring_ptr Perl_Gsig_sv_ptr Perl_Gtimesbase_ptr Perl_Gwatch_pvx_ptr p4raw-id: //depot/perl@24278
* Don't try to export symbols that don't existSteve Hay2005-04-061-0/+1
| | | | | | | Change #24148 added Perl_rvpv_dup() to the public API, but it is only defined when USE_ITHREADS is defined. Adjust makedef.pl accordingly to keep Win32 happy. p4raw-id: //depot/perl@24178
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-8/+0
| | | p4raw-id: //depot/perl@23780
* enable statically linked extensions for Win32Vadim Konovalov2004-10-121-0/+17
| | | | | Message-ID: <80173417046.20041011225700@vkonovalov.ru> p4raw-id: //depot/perl@23360
* win32_chsize is not exported on Win32Steve Hay2004-05-241-0/+1
| | | | | Message-ID: <40B1E210.4050202@uk.radan.com> p4raw-id: //depot/perl@22841
* Export PL_memory_wrap based on PERL_MALLOC_WRAP rather thanNicholas Clark2004-03-241-1/+1
| | | | | | | NO_MALLOC_WRAP following Configure changes. Identical patch to mine supplied by Steve Hay while I was working on this. IP shootout at dawn :-) p4raw-id: //depot/perl@22576
* Detypo.Rafael Garcia-Suarez2004-03-181-1/+1
| | | p4raw-id: //depot/perl@22526
* Try to fix the AIX and Windows builds regarding theRafael Garcia-Suarez2004-03-181-0/+6
| | | | | definedness of the PL_memory_wrap symbol. p4raw-id: //depot/perl@22524
* OS/2 updateIlya Zakharevich2004-01-011-0/+8
| | | | | Message-ID: <20031218221029.GA7898@math.berkeley.edu> p4raw-id: //depot/perl@22032
* OS/2 buildIlya Zakharevich2003-11-021-1/+6
| | | | | Message-ID: <20031029220017.GA26384@math.berkeley.edu> p4raw-id: //depot/perl@21620
* Re: maint @ 21116Adrian M. Enache2003-09-091-0/+2
| | | | | Message-ID: <20030909135944.GA1666@ratsnest.hole> p4raw-id: //depot/perl@21141
* Retract #21132.Jarkko Hietaniemi2003-09-091-1/+3
| | | p4raw-id: //depot/perl@21140
* Re: maint @ 21116Steve Hay2003-09-091-3/+1
| | | | | Message-ID: <3F5D9403.3040004@uk.radan.com> p4raw-id: //depot/perl@21132
* [possible PATCH?] Re: Where is PerlIO_isutf8()?Steve Hay2003-07-241-0/+1
| | | | | Message-ID: <3F17B7D9.80805@uk.radan.com> p4raw-id: //depot/perl@20203
* malloc cleanupIlya Zakharevich2003-07-241-0/+4
| | | | | Message-ID: <20030715144657.GA21313@math.berkeley.edu> p4raw-id: //depot/perl@20184
* yet another symbol missing in change#20018Gurusamy Sarathy2003-07-061-0/+1
| | | | | p4raw-link: @20018 on //depot/perl: db76e01e0478bf57f584c7a46fe5499fb12f1b27 p4raw-id: //depot/perl@20036
* PerlIOBase_pushed seems to have gone missing in change#20018Gurusamy Sarathy2003-07-061-0/+1
| | | | | p4raw-link: @20018 on //depot/perl: db76e01e0478bf57f584c7a46fe5499fb12f1b27 p4raw-id: //depot/perl@20035
* Forgotten from change #20031.Jarkko Hietaniemi2003-07-061-1/+0
| | | | | p4raw-link: @20031 on //depot/perl: 216db7eec92546173ac6bab178225bf585542186 p4raw-id: //depot/perl@20032
* Add PerlIOBuf_close to makedef.pl as pointed out byJarkko Hietaniemi2003-07-051-69/+66
| | | | | | Vadim Konovalov; add also PerlIOBuf_dup; sort and remove duplicates. p4raw-id: //depot/perl@20018
* OS2 patchesIlya Zakharevich2003-06-151-0/+2
| | | | | Message-ID: <20030615004956.GA28272@math.berkeley.edu> p4raw-id: //depot/perl@19789
* fix Embed.t failure on windows: PERL_SYS_TERM() is implementedGurusamy Sarathy2003-05-111-0/+1
| | | | | | | | in terms of an exported function rather than as an inlined macro (latter wants PL_op_mutex which isn't exported as such) Jarkko: please merge into maint-5.8 p4raw-id: //depot/perl@19484
* Add the PerlIOBase_noop_* to the public API as suggested by Stas.Jarkko Hietaniemi2003-05-091-0/+2
| | | p4raw-id: //depot/perl@19460
* Integrate:Ilya Zakharevich2003-04-011-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19106] Subject: [PATCH 5.8.1 @19053] OS/2-related patches Message-ID: <20030331204337.GA3634@math.berkeley.edu> and regen Configure. p4raw-link: @19106 on //depot/maint-5.8/perl: 8257dec7ed17c0d4d721411d2a781ceadf724da5 p4raw-id: //depot/perl@19120 p4raw-edited: from //depot/maint-5.8/perl@19118 'edit in' embedvar.h (@18804..) p4raw-integrated: from //depot/maint-5.8/perl@19118 'copy in' os2/Makefile.SHs os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2thread.h (@17645..) ext/threads/threads.xs (@18619..) perlio.c (@18948..) Makefile.SH (@19061..) 'ignore' embed.pl (@18872..) embed.h (@19011..) embed.fnc (@19030..) 'merge in' os2/os2ish.h (@17645..) os2/os2.c (@18347..) perlapi.h (@18804..) perlvars.h (@18808..) makedef.pl (@18896..) intrpvar.h (@18920..) sv.c (@18961..) p4raw-edited: from //depot/maint-5.8/perl@19106 'edit in' Configure (@19040..) p4raw-integrated: from //depot/maint-5.8/perl@19106 'copy in' reentr.h (@18850..) reentr.c reentr.pl (@18922..)
* Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compilingAbe Timmerman2003-03-021-0/+1
| | | | | Message-Id: <200303020203.16708.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18795
* Get MSWin32 back compilingAbe Timmerman2003-03-011-0/+6
| | | | | Message-Id: <200303010431.20205.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18792
* $0 mofifying part IJarkko Hietaniemi2002-12-021-0/+1
| | | | | | Subject: [PATCH] $0 modifying Message-ID: <20021130181651.GA5876@kosh.hut.fi> p4raw-id: //depot/perl@18229
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-11/+4
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Re: Smoke 17849 MSWin32 (w2k/GCC)Abe Timmerman2002-09-091-0/+4
| | | | | Message-Id: <200209090132.19891.abe@ztreet.demon.nl> p4raw-id: //depot/perl@17876
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-2/+2
| | | p4raw-id: //depot/perl@17671
* Further OS/2 symbol tweaking.Jarkko Hietaniemi2002-07-181-5/+5
| | | p4raw-id: //depot/perl@17615
* Reintroduce #17486, but this time with Sebastian Wittmeier'sJarkko Hietaniemi2002-07-171-0/+15
| | | | | | <Sebastian.Wittmeier@ginko.de> tweak, now OS/2 is happier (affects only OS/2) p4raw-id: //depot/perl@17613
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-1/+8
| | | | | | | do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2 p4raw-id: //depot/perl@17570
* Retract #17486: OS/2 didn't like it.Jarkko Hietaniemi2002-07-151-13/+0
| | | p4raw-id: //depot/perl@17559
* (retracted by #17559, made things worse)Jarkko Hietaniemi2002-07-111-0/+13
| | | | | | | Apparently OS/2 likes to export the Perl malloc interface to external libraries and the #16291 broke that when removing the bincompat5005 feature. p4raw-id: //depot/perl@17486
* missing export for PerlIO_pop (used in PerlIO::Via now)Gurusamy Sarathy2002-06-201-0/+1
| | | p4raw-id: //depot/perl@17317
* "Clean" implementation of binmode(FH)/":raw" identity.Nick Ing-Simmons2002-06-191-0/+1
| | | | | | | New function table entry so all layer definitions need tweaking. Extra function table entry allows a layer to remain on a binmode stack New PerlIOBase_binmode allows easy implementation of default policy. p4raw-id: //depot/perlio@17309
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+2
| | | p4raw-id: //depot/perl@16922
* Fix the crlf.t buffer leakNick Ing-Simmons2002-05-171-1/+3
| | | | | | | | - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf flagged it because it is more often popped without stream being closed. - Define non-noop PerlIOBuf_popped(), use it and export it. p4raw-id: //depot/perlio@16657
* export PerlIOBuf_get_base for win32 extension linkageDoug MacEachern2002-05-131-0/+1
| | | p4raw-id: //depot/perl@16577
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+1
| | | | | from perl p4raw-id: //depot/perl@16503
* Integrate #14679 from macperl;Jarkko Hietaniemi2002-05-081-0/+3
| | | | | | | Skip layer symbols for sfio p4raw-id: //depot/perl@16488 p4raw-integrated: from //depot/macperl@16486 'copy in' makedef.pl (@16475..)
* perl_clone_host() n/a when PERL_IMPLICIT_SYS isn'tGurusamy Sarathy2002-05-081-1/+1
| | | p4raw-id: //depot/perl@16463