summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexport...Yves Orton2006-05-221-0/+1
* In Change 27764 I forgot to at PL_hints_mutex to the list of symbols toNicholas Clark2006-04-171-0/+1
* remove some cruft from makedef.plJan Dubois2006-04-161-12/+0
* Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.plNicholas Clark2006-04-141-1/+1
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+1
* Only compile Perl_hv_assert with DEBUGGING.Nicholas Clark2006-03-281-0/+1
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+12
* Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.plNicholas Clark2006-03-101-1/+7
* MAD changes to dump.cNicholas Clark2006-03-081-0/+14
* Add MAD changes to pad code (new function Perl_pad_peg)Nicholas Clark2006-03-081-0/+1
* Don't try to export PL_madskills/PL_xmlfp when they're not definedSteve Hay2006-03-081-0/+7
* Don't export PL_memory_debug_header to Win32 (and others) unless Steve Peters2006-02-051-0/+6
* SPRINTF_RETURNS_STRLEN isn't really a compile-time option Steve Hay2006-01-241-0/+2
* Don't try to export PL_my_ctx_mutex and PL_my_cxt_* whenSteve Hay2006-01-041-0/+4
* Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't definedRafael Garcia-Suarez2005-12-301-0/+1
* Don't try to export Perl_pad_sv when it isn't definedSteve Hay2005-12-131-0/+1
* Always define PL_memory_wrap, and use it for the new sprintf checksRafael Garcia-Suarez2005-12-011-6/+0
* perlce touchesVadim Konovalov2005-11-231-1/+1
* for winceVadim Konovalov2005-11-161-2/+3
* sort/multicall patchRobin Houston2005-11-021-3/+0
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+6
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+5
* PL_use_safe_putenv needs to be in the export listsH.Merijn Brand2005-10-131-0/+6
* Tidy up options / defines output from makedef.plSteve Hay2005-07-221-9/+11
* I *DO* have AIX, and extending #25209 like this make it happy againH.Merijn Brand2005-07-211-2/+3
* Make makedef.pl read "miniperl -V" on Win32Steve Hay2005-07-211-0/+16
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+5
* Need to skip exporting PL_dumper_fd unless it is used.Nicholas Clark2005-06-251-0/+6
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-171-0/+3
* Don't export Perl_stashpv_hvname_match when !USE_ITHREADSSteve Hay2005-06-161-0/+1
* Change 24816 forgot to update makedef.plNicholas Clark2005-06-131-1/+0
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-1/+1
* 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