summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: Cross-compiling as of WinCEVadim Konovalov2002-05-051-10/+82
| | | | | Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad> p4raw-id: //depot/perl@16407
* NetWare updates from C Aditya.Jarkko Hietaniemi2002-05-031-1/+3
| | | p4raw-id: //depot/perl@16371
* perl_clone is a threads thingNick Ing-Simmons2002-05-021-0/+2
| | | p4raw-id: //depot/perlio@16351
* More layer symsNick Ing-Simmons2002-05-021-3/+26
| | | p4raw-id: //depot/perlio@16347
* Remove show-stoppers to non-PERLIO Win32 buildsNick Ing-Simmons2002-05-021-1/+3
| | | | | (still not a very good show). p4raw-id: //depot/perlio@16341
* Remove "spurious" (and unnecessary) variables from layer_symsNick Ing-Simmons2002-05-011-39/+2
| | | | | Win32 (Win2k), MinGW-1.1 - passes all tests! ;-) p4raw-id: //depot/perlio@16297
* Attempt at sanity in PerlIO/makedef.pl world:Nick Ing-Simmons2002-04-301-36/+28
| | | | | | | | | 1. Add comments to what each clump of symbols is for 2. Explicitly export layer syms like I thought they were 3. Remove bulk of (now redundant) PerlIO stuff from the <DATA> section. 4. Re-sort perlio.sym p4raw-id: //depot/perlio@16285
* Integrate mailine makedef.pl so I can look at itNick Ing-Simmons2002-04-301-0/+3
| | | | | p4raw-id: //depot/perlio@16283 p4raw-integrated: from //depot/perl@16270 'copy in' makedef.pl (@16215..)
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-271-1/+5
| | | | | | | Finish implementing PerlIOVia_open(). Export more guts of PerlIO_* so Via_open() can work. Fix various PerlIO_allocate() features exposed by above. p4raw-id: //depot/perlio@16207
* Integrate #16136, #16137, #16138 from macperl;Jarkko Hietaniemi2002-04-241-0/+23
| | | | | | | | | | | | Silly fix for the SC compiler's fixation with "comp" as a type Skip more PerlIO symbols for sfio Play nicely in miniperl p4raw-id: //depot/perl@16142 p4raw-integrated: from //depot/macperl@16132 'copy in' ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm lib/File/Spec/Mac.pm makedef.pl (@16123..)
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-6/+32
| | | p4raw-id: //depot/perl@16076
* missed checkin of this file in change#16033Gurusamy Sarathy2002-04-211-2/+2
| | | | | p4raw-link: @16033 on //depot/perl: c623ac675720b3145d48cc2ea9474a0f3e0cbbca p4raw-id: //depot/perl@16034
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+4
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Avoid PL_OpPtr et al getting unnecessarily (when not used)Jarkko Hietaniemi2002-02-271-6/+18
| | | | | into perl.exp in AIX. p4raw-id: //depot/perl@14894
* cosmetic OS/2 patchesIlya Zakharevich2002-02-211-5/+21
| | | | | | Message-Id: <20020221060248.A29705@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14810
* OS/2 tests and moreIlya Zakharevich2002-02-151-0/+3
| | | | | | Message-Id: <20020215035624.A16467@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14705
* Move PerlIO_perlio to layer_syms where it belongs?Nick Ing-Simmons2002-02-101-0/+2
| | | | p4raw-id: //depot/perlio@14626 p4raw-edited: from //depot/perl@14625 'edit in' makedef.pl (@14567..)
* Borland/Win32 tuningNick Ing-Simmons2002-02-101-0/+1
| | | p4raw-id: //depot/perlio@14625
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-02-051-0/+1
| | | p4raw-id: //depot/perl@14567
* export win32_async_check or Perl_despatch_signalsMattia Barbon2002-01-121-0/+1
| | | | | Message-ID: <3C3F756C.21561.2E2A9CE@localhost> p4raw-id: //depot/perl@14203
* Win32 and makedef.pl fall-out of PerlIO/pTHX stuffNick Ing-Simmons2001-12-221-3/+1
| | | p4raw-id: //depot/perlio@13854
* 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