This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parts/apicheck.pl: BOOTCHECK needs some declarations to compile
[perl5.git] / makedef.pl
2019-09-20 Craig A. Berrymakedef.pl: export symbols flagged as C
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-05-31 Karl Williamsonembed.fnc: Change x flag to e
2019-03-06 Karl WilliamsonUse POSIX locale functions if setlocale not available
2019-02-19 David Mitchellperlvars.h: remove #ifdef DEBUGGING
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-15 Karl WilliamsonAdd global hash to handle \p{user-defined}
2019-02-15 Karl WilliamsonAdd mutex for dealing with qr/\p{user-defined}/
2019-02-06 Karl Williamsonmakedef.pl: Fix to work with -DNO_LOCALE config opt
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2018-11-19 Karl WilliamsonAllow forcing use of POSIX 2008 locale fcns
2018-08-01 Tomasz Konojackiwin32: fix argumentless sleep()
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-04-21 Daniel Dragan#133125 revise -DNO_MATHOM logic again in makedef.pl
2018-04-15 Daniel Draganfix -DNO_MATHOMS build, mathomed syms were not removed...
2018-03-19 Karl WilliamsonFix locale problems on mingw
2018-03-16 Karl WilliamsonDon't include interpreter variable unless used
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl WilliamsonResync duplicated code in perl.h makedef.pl
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-03-12 Karl WilliamsonDon't create unneeded mutexes
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl Williamsonmakedef.pl: Use all #ifdefs to decide
2018-02-11 Craig A. BerryDon't export PL_underlying_numeric_obj if it doesn...
2017-11-11 Lukas Maiteach makedef.pl about PL_keyword_plugin_mutex
2017-10-26 Craig A. BerryDon't link in Perl_my_strnlen when we don't have it.
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-07-27 David MitchellMake immortal SVs contiguous
2017-06-07 Steve HayFix Windows build following commit 9d5e3f1aaa
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
2016-05-13 Karl Williamsonembed.fnc: Change 'b' flag to not imply 'p' flag
2016-04-09 Karl WilliamsonAdd locale mutex
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-01 Daniel Draganteach makedef.pl an alternate macro for PERL_COPY_ON_WRITE
2016-01-17 Daniel Draganremove deprecated PL_timesbuf
2015-09-26 Craig A. Berrykillpg for VMS.
2015-09-08 Karl WilliamsonAdd code for debugging locale initialization
2015-07-23 Craig A. BerryDon't skip symbols for defunct -Uuseperlio case.
2015-07-12 Craig A. BerryUse CRTL getlogin and getlogin_r on VMS.
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-01-25 Steve HayDon't bother prettifying win32/perldll.def
2015-01-25 Daniel Draganexport data symbols as data on Win32
2014-12-14 Aaron Cranemakedef.pl: don't hard-code list of mathoms
2014-11-30 Daniel Draganfix incomplete mathoming of Perl_pad_compname_type
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-21 Daniel Draganmake -DNO_MATHOMS work on Win32
2014-09-22 David Mitchellglobvar.sym: include PL_ prefix in names
2014-09-19 Jarkko Hietaniemiquadmath helpers export list.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-02-16 Craig A. BerryExclude Perl_my_setlocale symbol where it's not defined.
2014-01-22 Brian FraserUpdate the WinCE files to the new cross model
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-10-07 Nicholas ClarkPurge remaining references to PerlIO_sprintf and PerlIO...
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-07 Nicholas ClarkTeach makedef.pl that Perl_allocfilegv does not exist...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-02 Nicholas ClarkTeach makedef.pl that PL_op_exec_cnt is only available...
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-03-28 Andy Doughertymakedef.pl shouldn't prepend Perl_ to symbols already...
2013-03-13 Daniel Draganrestore building perl5**.dll and perl.exe on WinCE
2013-03-03 David Mitchellensure PL_sawampersand is exported.
2013-02-19 Nicholas ClarkRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
2013-02-08 Karl Williamsonmakedef.pl: Don't export inline fcns
2013-01-25 Tony CookPL_Vars and PL_VarsPtr aren't exported under PERL_GLOBA...
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-27 Father ChrysostomosNew COW mechanism
2012-10-20 Craig A. BerryExclude signal-related symbols on VMS without home...
2012-10-05 Steve HayRemove exports of dummy set[ug]id functions on Windows
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-06-29 Father ChrysostomosPERL_IMPLICIT_SYS can use the new slab allocator
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-13 David Mitchellmake perl build again on non-DEBUGGING builds
2012-06-10 Craig A. BerryOnly export Perl_alloccopstash under threads.
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-11 Zeframhandle conditional definition of PL_check_mutex
2011-12-29 Leon TimmermansExport PerlIOBase_open
2011-12-04 Nicholas ClarkOn AIX, avoid a shell pipepline by making makedef.pl...
2011-12-02 Craig A. Berryskip Perl_my_symlink symbol on older VMS systems.
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Nicholas ClarkIn makedef.pl, move handling of $ARGS{TARG_DIR} to...
2011-08-25 Nicholas ClarkIn makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplif...
2011-08-25 Nicholas ClarkIn makedef.pl, no need to store 'config.h' in a variable.
2011-08-23 Nicholas ClarkAdd t/porting/globvar.t, to sanity test globvar.sym...
2011-08-23 Nicholas ClarkHandle PL_sh_path better in globvar.sym and makedef.pl
2011-08-13 Nicholas ClarkIn makedef.pl, use %Config to avoid hardcoding the...
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-08-03 Craig A. BerryAdd the correct PL_sig_ignoring skip for VMS in makedef.pl.
next