| Commit message (Expand) | Author | Age | Files | Lines |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -4/+0 |
* | handle conditional definition of PL_check_mutex | Zefram | 2012-02-11 | 1 | -0/+1 |
* | Export PerlIOBase_open | Leon Timmermans | 2011-12-29 | 1 | -0/+1 |
* | On AIX, avoid a shell pipepline by making makedef.pl sort case insenitively. | Nicholas Clark | 2011-12-04 | 1 | -1/+6 |
* | skip Perl_my_symlink symbol on older VMS systems. | Craig A. Berry | 2011-12-02 | 1 | -0/+3 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -5/+1 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -2/+26 |
* | In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements. | Nicholas Clark | 2011-08-25 | 1 | -18/+12 |
* | In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code. | Nicholas Clark | 2011-08-25 | 1 | -5/+3 |
* | In makedef.pl, no need to store 'config.h' in a variable. | Nicholas Clark | 2011-08-25 | 1 | -2/+1 |
* | Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform. | Nicholas Clark | 2011-08-23 | 1 | -3/+4 |
* | Handle PL_sh_path better in globvar.sym and makedef.pl | Nicholas Clark | 2011-08-23 | 1 | -0/+3 |
* | In makedef.pl, use %Config to avoid hardcoding the DLL version number. | Nicholas Clark | 2011-08-13 | 1 | -2/+3 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -1/+1 |
* | Add the correct PL_sig_ignoring skip for VMS in makedef.pl. | Craig A. Berry | 2011-08-02 | 1 | -0/+5 |
* | In makedef.pl, refactor the code that reads *.sym files. | Nicholas Clark | 2011-08-01 | 1 | -9/+7 |
* | In makedef.pl, correct a typo in a comment. | Nicholas Clark | 2011-08-01 | 1 | -1/+1 |
* | In makedef.pl, avoid creating %PLATFORMS just for one existence check. | Nicholas Clark | 2011-08-01 | 1 | -8/+10 |
* | In makedef.pl, use %ARGS instead of 4 variables for command line arguments. | Nicholas Clark | 2011-08-01 | 1 | -44/+43 |
* | In makedef.pl, consolidate all the C compiler flags parsing code. | Nicholas Clark | 2011-08-01 | 1 | -12/+10 |
* | In makedef.pl, read ccflags and optimize from %Config. | Nicholas Clark | 2011-08-01 | 1 | -18/+10 |
* | In makedef.pl, read 4 configuration values direct from %Config. | Nicholas Clark | 2011-08-01 | 1 | -6/+4 |
* | In makedef.pl, merge the code that reads config.sh | Nicholas Clark | 2011-08-01 | 1 | -11/+8 |
* | In makedef.pl, export boot_* for static modules only on Win32 and WinCE. | Nicholas Clark | 2011-08-01 | 1 | -5/+17 |
* | In makedef.pl, tidy up the MYMALLOC logic. | Nicholas Clark | 2011-08-01 | 1 | -7/+2 |
* | In makedef.pl, tidy up the USE_PERLIO logic. | Nicholas Clark | 2011-08-01 | 1 | -9/+3 |
* | In makedef.pl, consolidate all the code that tries platform-specific symbols. | Nicholas Clark | 2011-08-01 | 1 | -164/+169 |
* | In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2. | Nicholas Clark | 2011-08-01 | 1 | -7/+0 |
* | In makedef.pl, replace calls to try_symbol() with try_symbols(). | Nicholas Clark | 2011-08-01 | 1 | -25/+9 |
* | In makedef.pl, change readvar() to add items to a passed-in hash reference. | Nicholas Clark | 2011-08-01 | 1 | -25/+30 |
* | In makedef.pl, no need to loop over a 1 item list. | Nicholas Clark | 2011-08-01 | 1 | -3/+1 |
* | In makedef.pl, inline output_symbol() into its only caller. | Nicholas Clark | 2011-08-01 | 1 | -43/+16 |
* | In makedef.pl, consolidate the actual output code in one place. | Nicholas Clark | 2011-08-01 | 1 | -48/+59 |
* | In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list. | Nicholas Clark | 2011-08-01 | 1 | -24/+23 |
* | In makedef.pl, inline emit_symbol. | Nicholas Clark | 2011-08-01 | 1 | -10/+4 |
* | In makedef.pl, eliminate now-superfluous chomp and file-content processing. | Nicholas Clark | 2011-08-01 | 1 | -6/+0 |
* | In makedef.pl, inline skip_symbols. | Nicholas Clark | 2011-08-01 | 1 | -118/+72 |
* | In makedef.pl, readvar now returns a list, not an array reference. | Nicholas Clark | 2011-08-01 | 1 | -20/+10 |
* | In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structure. | Nicholas Clark | 2011-08-01 | 1 | -17/+13 |
* | In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS. | Nicholas Clark | 2011-08-01 | 1 | -19/+4 |
* | In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS. | Nicholas Clark | 2011-08-01 | 1 | -2/+4 |
* | In makedef.pl, read Config::{,non_}bincompat_options() on all platforms. | Nicholas Clark | 2011-08-01 | 1 | -19/+12 |
* | In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTATUS. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |
* | In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |
* | In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip list. | Nicholas Clark | 2011-08-01 | 1 | -2/+0 |
* | In makedef.pl, remove 15 non-API functions from the not-PERLMAD skip list. | Nicholas Clark | 2011-08-01 | 1 | -15/+0 |
* | In makedef.pl, remove the skip for Perl_deb_growlevel for not-DEBUGGING. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |
* | In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT. | Nicholas Clark | 2011-08-01 | 1 | -6/+0 |
* | In makedef.pl, remove the skip for 9 symbols for not-USE_ITHREADS | Nicholas Clark | 2011-08-01 | 1 | -9/+0 |
* | In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS. | Nicholas Clark | 2011-08-01 | 1 | -1/+0 |