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