summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix some Win32 link errorsSteve Hay2005-05-261-0/+2
* Change 24413 should have updated makedef.pl with the knowledge that 2Nicholas Clark2005-05-091-0/+2
* Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is definedSteve Hay2005-04-291-1/+6
* Fix perlsio_binmode() export breakage caused by change #24338Steve Hay2005-04-281-1/+3
* combopatchJarkko Hietaniemi2005-04-251-56/+47
* Fix last remaining Win32 linker error following change 24271Steve Hay2005-04-221-1/+1
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-5/+8
* Fix Win32 linker errors following change 24271Steve Hay2005-04-221-0/+45
* Don't try to export symbols that don't existSteve Hay2005-04-061-0/+1
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-8/+0
* enable statically linked extensions for Win32Vadim Konovalov2004-10-121-0/+17
* win32_chsize is not exported on Win32Steve Hay2004-05-241-0/+1
* Export PL_memory_wrap based on PERL_MALLOC_WRAP rather thanNicholas Clark2004-03-241-1/+1
* Detypo.Rafael Garcia-Suarez2004-03-181-1/+1
* Try to fix the AIX and Windows builds regarding theRafael Garcia-Suarez2004-03-181-0/+6
* OS/2 updateIlya Zakharevich2004-01-011-0/+8
* OS/2 buildIlya Zakharevich2003-11-021-1/+6
* Re: maint @ 21116Adrian M. Enache2003-09-091-0/+2
* Retract #21132.Jarkko Hietaniemi2003-09-091-1/+3
* Re: maint @ 21116Steve Hay2003-09-091-3/+1
* [possible PATCH?] Re: Where is PerlIO_isutf8()?Steve Hay2003-07-241-0/+1
* malloc cleanupIlya Zakharevich2003-07-241-0/+4
* yet another symbol missing in change#20018Gurusamy Sarathy2003-07-061-0/+1
* PerlIOBase_pushed seems to have gone missing in change#20018Gurusamy Sarathy2003-07-061-0/+1
* Forgotten from change #20031.Jarkko Hietaniemi2003-07-061-1/+0
* Add PerlIOBuf_close to makedef.pl as pointed out byJarkko Hietaniemi2003-07-051-69/+66
* OS2 patchesIlya Zakharevich2003-06-151-0/+2
* fix Embed.t failure on windows: PERL_SYS_TERM() is implementedGurusamy Sarathy2003-05-111-0/+1
* Add the PerlIOBase_noop_* to the public API as suggested by Stas.Jarkko Hietaniemi2003-05-091-0/+2
* Integrate:Ilya Zakharevich2003-04-011-2/+16
* Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compilingAbe Timmerman2003-03-021-0/+1
* Get MSWin32 back compilingAbe Timmerman2003-03-011-0/+6
* $0 mofifying part IJarkko Hietaniemi2002-12-021-0/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-11/+4
* Re: Smoke 17849 MSWin32 (w2k/GCC)Abe Timmerman2002-09-091-0/+4
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-2/+2
* Further OS/2 symbol tweaking.Jarkko Hietaniemi2002-07-181-5/+5
* Reintroduce #17486, but this time with Sebastian Wittmeier'sJarkko Hietaniemi2002-07-171-0/+15
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-1/+8
* Retract #17486: OS/2 didn't like it.Jarkko Hietaniemi2002-07-151-13/+0
* (retracted by #17559, made things worse)Jarkko Hietaniemi2002-07-111-0/+13
* missing export for PerlIO_pop (used in PerlIO::Via now)Gurusamy Sarathy2002-06-201-0/+1
* "Clean" implementation of binmode(FH)/":raw" identity.Nick Ing-Simmons2002-06-191-0/+1
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+2
* Fix the crlf.t buffer leakNick Ing-Simmons2002-05-171-1/+3
* export PerlIOBuf_get_base for win32 extension linkageDoug MacEachern2002-05-131-0/+1
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+1
* Integrate #14679 from macperl;Jarkko Hietaniemi2002-05-081-0/+3
* perl_clone_host() n/a when PERL_IMPLICIT_SYS isn'tGurusamy Sarathy2002-05-081-1/+1
* Re: Cross-compiling as of WinCEVadim Konovalov2002-05-051-10/+82