This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #127351] TODO tests for arrayref assigned to *Foo::ISA issues
[perl5.git] / makedef.pl
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.
2011-08-01 Nicholas ClarkIn makedef.pl, refactor the code that reads *.sym files.
2011-08-01 Nicholas ClarkIn makedef.pl, correct a typo in a comment.
2011-08-01 Nicholas ClarkIn makedef.pl, avoid creating %PLATFORMS just for one...
2011-08-01 Nicholas ClarkIn makedef.pl, use %ARGS instead of 4 variables for...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the C compiler flags...
2011-08-01 Nicholas ClarkIn makedef.pl, read ccflags and optimize from %Config.
2011-08-01 Nicholas ClarkIn makedef.pl, read 4 configuration values direct from...
2011-08-01 Nicholas ClarkIn makedef.pl, merge the code that reads config.sh
2011-08-01 Nicholas ClarkIn makedef.pl, export boot_* for static modules only...
2011-08-01 Nicholas ClarkIn makedef.pl, tidy up the MYMALLOC logic.
2011-08-01 Nicholas ClarkIn makedef.pl, tidy up the USE_PERLIO logic.
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the code that tries...
2011-08-01 Nicholas ClarkIn makedef.pl, remove duplicate symbols passed to try_s...
2011-08-01 Nicholas ClarkIn makedef.pl, replace calls to try_symbol() with try_s...
2011-08-01 Nicholas ClarkIn makedef.pl, change readvar() to add items to a passe...
2011-08-01 Nicholas ClarkIn makedef.pl, no need to loop over a 1 item list.
2011-08-01 Nicholas ClarkIn makedef.pl, inline output_symbol() into its only...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate the actual output code in...
2011-08-01 Nicholas ClarkIn makedef.pl, rename emit_symbols() to try_symbols...
2011-08-01 Nicholas ClarkIn makedef.pl, inline emit_symbol.
2011-08-01 Nicholas ClarkIn makedef.pl, eliminate now-superfluous chomp and...
2011-08-01 Nicholas ClarkIn makedef.pl, inline skip_symbols.
2011-08-01 Nicholas ClarkIn makedef.pl, readvar now returns a list, not an array...
2011-08-01 Nicholas ClarkIn makedef.pl, move the "oddities from PerlIO" from...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the code conditional...
2011-08-01 Nicholas ClarkIn makedef.pl, NetWare can't export perl_clone_host...
2011-08-01 Nicholas ClarkIn makedef.pl, read Config::{,non_}bincompat_options...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_pidgone for...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_mro_meta_dup...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_malloc{ed,_good}_size from...
2011-08-01 Nicholas ClarkIn makedef.pl, remove 15 non-API functions from the...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_deb_growlevel...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_sig_sv for PERL_I...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for 9 symbols for not...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_regdupe for not...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_curthr for FAKE_T...
2011-08-01 Nicholas ClarkIn makedef.pl, remove all skips for variables now in...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate $PLATFORM specific skip...
2011-08-01 Nicholas ClarkIn makedef.pl, correct a use of $^O to $PLATFORM.
2011-08-01 Nicholas ClarkIn makedef.pl, skip Perl_signbit when HAS_SIGNBIT is...
next