| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |
* | In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS. | Nicholas Clark | 2011-08-01 | 1 | -4/+0 |
* | In makedef.pl, remove all skips for variables now in the parser struct. | Nicholas Clark | 2011-08-01 | 1 | -19/+1 |
* | In makedef.pl, consolidate $PLATFORM specific skip logic. | Nicholas Clark | 2011-08-01 | 1 | -54/+34 |
* | In makedef.pl, correct a use of $^O to $PLATFORM. | Nicholas Clark | 2011-08-01 | 1 | -1/+1 |
* | In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined. | Nicholas Clark | 2011-08-01 | 1 | -8/+6 |
* | In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE. | Nicholas Clark | 2011-08-01 | 1 | -14/+12 |
* | In makedef.pl, remove PL_csh{len,name} from 3 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -6/+0 |
* | In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser. | Nicholas Clark | 2011-08-01 | 1 | -9/+0 |
* | In makedef.pl, remove PL_archpat_auto from 3 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -3/+0 |
* | In makedef.pl, remove Perl_setenv_getix from 3 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -3/+0 |
* | In makedef.pl, remove Perl_init_thread_intern from 3 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -3/+0 |
* | In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -6/+0 |
* | In makedef.pl, remove Perl_ErrorNo from 4 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -4/+0 |
* | In makedef.pl, remove from skip lists symbols which are not in the API. | Nicholas Clark | 2011-08-01 | 1 | -35/+0 |
* | In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists. | Nicholas Clark | 2011-08-01 | 1 | -16/+0 |
* | In makedef.pl, skip relevant symbols when HAVE_INTERP_INTERN is not defined. | Nicholas Clark | 2011-08-01 | 1 | -7/+9 |
* | In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS. | Nicholas Clark | 2011-08-01 | 1 | -5/+3 |
* | In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined. | Nicholas Clark | 2011-08-01 | 1 | -4/+9 |
* | In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined. | Nicholas Clark | 2011-08-01 | 1 | -6/+12 |
* | In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |
* | In makedef.pl, remove unneeded PerlIO* skips from the NetWare platform list. | Nicholas Clark | 2011-08-01 | 1 | -23/+0 |
* | In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h | Nicholas Clark | 2011-08-01 | 1 | -4/+1 |
* | In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols". | Nicholas Clark | 2011-08-01 | 1 | -60/+17 |
* | In makedef.pl, merge the regexs that parse config.h. | Nicholas Clark | 2011-08-01 | 1 | -5/+2 |
* | In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms. | Nicholas Clark | 2011-08-01 | 1 | -3/+2 |
* | In makedef.pl, use HAS_{MMAP,SIGACTION} instead of d_{mmap,sigaction}. | Nicholas Clark | 2011-08-01 | 1 | -5/+2 |
* | In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %define | Nicholas Clark | 2011-08-01 | 1 | -7/+7 |
* | In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms. | Nicholas Clark | 2011-08-01 | 1 | -5/+3 |
* | In makedef.pl, process FILETYPE on all platforms. | Nicholas Clark | 2011-08-01 | 1 | -3/+1 |
* | All of makedef.pl's PLATFORMS always export boot_DynaLoader. | Nicholas Clark | 2011-08-01 | 1 | -7/+2 |
* | In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally. | Nicholas Clark | 2011-08-01 | 1 | -10/+3 |
* | In makedef.pl use %export instead of output_symbol() for platform specific code. | Nicholas Clark | 2011-08-01 | 1 | -9/+7 |
* | No need for makedef.pl to invoke $^X -V to get 'Compile-time options'. | Nicholas Clark | 2011-08-01 | 1 | -12/+5 |
* | Add an option TARG_DIR to makedef.pl, giving the path to files to read & write. | Nicholas Clark | 2011-07-24 | 1 | -3/+6 |
* | In makedef.pl, move config.sh to the loop that prepends ..\ to files on win32. | Nicholas Clark | 2011-07-24 | 1 | -2/+3 |
* | Only add Perl_pad_setsv to the list of symbols if -DDEBUGGING is true. | Nicholas Clark | 2011-07-14 | 1 | -0/+1 |
* | Use makedef.pl on VMS to feed vms/gen_shrfls.pl. | Craig A. Berry | 2011-07-08 | 1 | -4/+119 |
* | In perlvar.h, move the always-present globals above those conditionally compiled | Nicholas Clark | 2011-06-12 | 1 | -1/+1 |
* | Replace PL_vtbl_* with an array PL_magic_vtables. | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Bump the perl version in various places for 5.15.0 | David Mitchell | 2011-05-18 | 1 | -2/+2 |
* | First provisional bump to 5.14.0-RC0 | Jesse Vincent | 2011-04-02 | 1 | -2/+2 |
* | Remove references to pp.sym from makedef.pl, unused since 2000. | Nicholas Clark | 2011-01-08 | 1 | -4/+2 |
* | Remove MacOS (classic) code from makedef.pl. | Nicholas Clark | 2011-01-08 | 1 | -48/+3 |
* | Support Visual C++ 2010 | Steve Hay | 2010-11-18 | 1 | -1/+1 |
* | Eliminate PL_* accessor functions under ithreads. | Nicholas Clark | 2010-09-21 | 1 | -8/+6 |
* | In makedef.pl, remove a redundant check for MULTIPLICITY. | Nicholas Clark | 2010-08-23 | 1 | -4/+2 |
* | Add Perl_clone_params_{del,new} and Perl_sv_dup to the "no threads" exclusions. | Nicholas Clark | 2010-05-24 | 1 | -0/+3 |
* | Bump to 5.13.0 | Jesse Vincent | 2010-04-12 | 1 | -2/+2 |
* | Bump to 5.12.0 | Jesse Vincent | 2010-03-14 | 1 | -2/+2 |