platform/upstream/perl.git
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-08-01 Nicholas ClarkAdd a utility to help test makedef.pl
2011-08-01 Father ChrysostomosMake verbatim pod in bigint.pm fit in 80 columns
2011-08-01 Father ChrysostomosMake verbatim pod in fields.pm fit in 80 columns
2011-08-01 Father ChrysostomosAttribute::Handlers: re-indent verbatim pod
2011-07-31 Karl Williamsonpodcheck.t: Correctly count columns
2011-07-31 Craig A. BerryWeld switch in on position for useperlio in configure...
2011-07-31 Craig A. Berryst_ino settings for configure.com.
2011-07-31 Father ChrysostomosConsistency tweaks in perlfunc/eval
2011-07-31 Father Chrysostomosperlfunc: Note that eval "last" doesn’t set $@
2011-07-31 Gerard GoossenCall finalize_optree on optree generated by newFORM.
2011-07-31 Gerard Goosseninifinite loop breaking some strict checking, TODO...
2011-07-31 Keith ThompsonMore typo fixes in pod/perl*.pod files
2011-07-31 Keith ThompsonFix typos in several pod/perl*.pod files
2011-07-31 H.Merijn Brandregen
2011-07-31 H.Merijn BrandAdd st_ino size/sign probes
2011-07-31 H.Merijn BrandChainsaw out the possibility to disable useperlio
2011-07-31 H.Merijn BrandAdd --list to checkcfgvar.pl
2011-07-30 Karl Williamson/aa and \b fail under some utf8 strings
2011-07-30 Karl WilliamsonPanic with \b and /aa
2011-07-29 David Mitchelldisable some shallow-recurse rpeep tests
2011-07-29 Karl Williamsonperlrequick: Expand on \d, etc.
2011-07-29 Karl Williamsonperlreref: Use consistent name for property
2011-07-29 Karl Williamsonperlop: name /a ASCII-restrict
2011-07-29 Karl WilliamsonUnicode::UCD: fix missing comma in pod
2011-07-29 Karl Williamsonpodcheck.t: Fix confusion between "indent", "tab stop"
2011-07-29 Karl Williamsonperlrecharclass: Nit suggested by TomC
2011-07-29 Karl Williamsonperlre: better /dual explanation
2011-07-28 Gerard GoossenAdd finalize_optree function which can take over all...
2011-07-28 From: John... Update AUTHORS
2011-07-28 Father Chrysostomosperldelta for #95544 and #95748
2011-07-28 John Peacock[perl #95544] Test that UNIVERSAL::VERSION returns...
2011-07-28 Father Chrysostomos[perl #95544] Make UNIVERSAL::VERSION return $VERSION
2011-07-27 Tony Cookevery use of $(mini_obj) needs the mini specific object...
2011-07-27 Chris 'BinGOs... Update Params-Check to CPAN version 0.30
2011-07-27 Steffen MuellerFix ExtUtils::ParseXS to work on pre 5.8.9 perls
2011-07-27 Steffen MuellerExtUtils::ParseXS requires 5.8.1
2011-07-27 Karl Williamsonrelease managers guide: perldelta broken link handling
2011-07-27 Karl Williamsonpodcheck.t: Improve documentation
2011-07-27 Karl Williamsonpodcheck.t: Don't warn on perldelta placeholder link
2011-07-27 Karl Williamsonpodcheck.t: Move perldelta placeholder link checks
next