This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge remote-tracking branch 'p5p/smoke-me/gsoc-pod' into blead
[perl5.git] / makedef.pl
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...
2011-08-01 Nicholas ClarkIn makedef.pl, simplify handling the 7 symbols wanted...
2011-08-01 Nicholas ClarkIn makedef.pl, remove PL_csh{len,name} from 3 skip...
2011-08-01 Nicholas ClarkIn makedef.pl, remove from 3 skip lists 3 variables...
2011-08-01 Nicholas ClarkIn makedef.pl, remove PL_archpat_auto from 3 skip lists.
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_setenv_getix from 3 skip...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_init_thread_intern from...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_my_p{open,close} from 3...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_ErrorNo from 4 skip lists.
2011-08-01 Nicholas ClarkIn makedef.pl, remove from skip lists symbols which...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_safex{{c,m,re}alloc,free...
2011-08-01 Nicholas ClarkIn makedef.pl, skip relevant symbols when HAVE_INTERP_I...
2011-08-01 Nicholas ClarkIn makedef.pl, skip Perl_unlnk on all platforms without...
2011-08-01 Nicholas ClarkIn makedef.pl, skip relevant symbols when USE_LOCALE_NU...
2011-08-01 Nicholas ClarkIn makedef.pl, skip relevant symbols when USE_LOCALE_CO...
2011-08-01 Nicholas ClarkIn makedef.pl, remove PL_numeric_compat1 from the WinCE...
2011-08-01 Nicholas ClarkIn makedef.pl, remove unneeded PerlIO* skips from the...
2011-08-01 Nicholas ClarkIn makedef.pl, extract SPRINTF_RETURNS_STRLEN from...
2011-08-01 Nicholas ClarkIn makedef.pl, all platforms other than OS/2 share...
2011-08-01 Nicholas ClarkIn makedef.pl, merge the regexs that parse config.h.
2011-08-01 Nicholas ClarkIn makedef.pl, merge the regexs that parse config.sh...
2011-08-01 Nicholas ClarkIn makedef.pl, use HAS_{MMAP,SIGACTION} instead of...
2011-08-01 Nicholas ClarkIn makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHL...
2011-08-01 Nicholas ClarkIn makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLE...
2011-08-01 Nicholas ClarkIn makedef.pl, process FILETYPE on all platforms.
2011-08-01 Nicholas ClarkAll of makedef.pl's PLATFORMS always export boot_DynaLo...
2011-08-01 Nicholas ClarkIn makedef.pl, default $CCTYPE early, and process ...
2011-08-01 Nicholas ClarkIn makedef.pl use %export instead of output_symbol...
2011-08-01 Nicholas ClarkNo need for makedef.pl to invoke $^X -V to get 'Compile...
2011-07-24 Nicholas ClarkAdd an option TARG_DIR to makedef.pl, giving the path...
2011-07-24 Nicholas ClarkIn makedef.pl, move config.sh to the loop that prepends...
2011-07-14 Nicholas ClarkOnly add Perl_pad_setsv to the list of symbols if ...
2011-07-08 Craig A. BerryUse makedef.pl on VMS to feed vms/gen_shrfls.pl.
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-05-18 David MitchellBump the perl version in various places for 5.15.0
2011-04-02 Jesse VincentFirst provisional bump to 5.14.0-RC0
2011-01-08 Nicholas ClarkRemove references to pp.sym from makedef.pl, unused...
2011-01-08 Nicholas ClarkRemove MacOS (classic) code from makedef.pl.
2010-11-18 Steve HaySupport Visual C++ 2010
2010-09-21 Nicholas ClarkEliminate PL_* accessor functions under ithreads.
2010-08-23 Nicholas ClarkIn makedef.pl, remove a redundant check for MULTIPLICITY.
2010-05-24 Nicholas ClarkAdd Perl_clone_params_{del,new} and Perl_sv_dup to...
2010-04-13 Jesse VincentBump to 5.13.0
2010-03-14 Jesse VincentBump to 5.12.0
2009-12-18 Jan DuboisExport PL_curinterp symbol for MULTIPLICITY without...
2009-12-17 Max MaischeinCorrect some #ifdef USE_ITHREADS / USE_MULTI
2009-12-17 Jan DuboisImplement win32_isatty()
2009-12-02 Jan DuboisRevert commit cbdd5331.
2009-11-12 Jan DuboisPL_scopestack_name is only defined in DEBUGGING perl
2009-09-27 Max MaischeinMake makedef.pl build the command line from its own...
next