| Commit message (Expand) | Author | Age | Files | Lines |
* | make -DNO_MATHOMS work on Win32 | Daniel Dragan | 2014-10-21 | 1 | -0/+152 |
* | globvar.sym: include PL_ prefix in names | David Mitchell | 2014-09-22 | 1 | -4/+1 |
* | quadmath helpers export list. | Jarkko Hietaniemi | 2014-09-19 | 1 | -0/+5 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -7/+0 |
* | Add C backtrace API. | Jarkko Hietaniemi | 2014-06-07 | 1 | -0/+5 |
* | Exclude Perl_my_setlocale symbol where it's not defined. | Craig A. Berry | 2014-02-16 | 1 | -0/+6 |
* | Update the WinCE files to the new cross model | Brian Fraser | 2014-01-22 | 1 | -1/+1 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -82/+2 |
* | Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf(). | Nicholas Clark | 2013-10-07 | 1 | -3/+0 |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -3/+0 |
* | Teach makedef.pl that Perl_allocfilegv does not exist without ithreads. | Nicholas Clark | 2013-08-07 | 1 | -0/+1 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -0/+3 |
* | Teach makedef.pl that PL_op_exec_cnt is only available with -DPERL_TRACE_OPS. | Nicholas Clark | 2013-07-02 | 1 | -0/+3 |
* | typo fixes for root level scripts | David Steinbrunner | 2013-05-22 | 1 | -1/+1 |
* | makedef.pl shouldn't prepend Perl_ to symbols already starting with Perl_. | Andy Dougherty | 2013-03-28 | 1 | -1/+2 |
* | restore building perl5**.dll and perl.exe on WinCE | Daniel Dragan | 2013-03-12 | 1 | -4/+12 |
* | ensure PL_sawampersand is exported. | David Mitchell | 2013-03-03 | 1 | -1/+1 |
* | Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0. | Nicholas Clark | 2013-02-19 | 1 | -1/+1 |
* | makedef.pl: Don't export inline fcns | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | PL_Vars and PL_VarsPtr aren't exported under PERL_GLOBAL_STRUCT_PRIVATE | Tony Cook | 2013-01-25 | 1 | -1/+2 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+4 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -1/+2 |
* | Exclude signal-related symbols on VMS without home-grown signalling. | Craig A. Berry | 2012-10-20 | 1 | -0/+11 |
* | Remove exports of dummy set[ug]id functions on Windows | Steve Hay | 2012-10-05 | 1 | -2/+0 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -15/+0 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -1/+1 |
* | PERL_IMPLICIT_SYS can use the new slab allocator | Father Chrysostomos | 2012-06-29 | 1 | -4/+0 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -2/+0 |
* | make perl build again on non-DEBUGGING builds | David Mitchell | 2012-06-13 | 1 | -1/+0 |
* | Only export Perl_alloccopstash under threads. | Craig A. Berry | 2012-06-10 | 1 | -0/+1 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -0/+3 |
* | 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 |