summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-0/+7
* Don't bother prettifying win32/perldll.defSteve Hay2015-01-251-5/+3
* export data symbols as data on Win32Daniel Dragan2015-01-251-28/+36
* makedef.pl: don't hard-code list of mathomsAaron Crane2014-12-141-151/+12
* fix incomplete mathoming of Perl_pad_compname_typeDaniel Dragan2014-12-011-0/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-0/+1
* make -DNO_MATHOMS work on Win32Daniel Dragan2014-10-211-0/+152
* globvar.sym: include PL_ prefix in namesDavid Mitchell2014-09-221-4/+1
* quadmath helpers export list.Jarkko Hietaniemi2014-09-191-0/+5
* Remove MAD.Jarkko Hietaniemi2014-06-131-7/+0
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+5
* Exclude Perl_my_setlocale symbol where it's not defined.Craig A. Berry2014-02-161-0/+6
* Update the WinCE files to the new cross modelBrian Fraser2014-01-221-1/+1
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-82/+2
* Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf().Nicholas Clark2013-10-071-3/+0
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-3/+0
* Teach makedef.pl that Perl_allocfilegv does not exist without ithreads.Nicholas Clark2013-08-071-0/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+3
* Teach makedef.pl that PL_op_exec_cnt is only available with -DPERL_TRACE_OPS.Nicholas Clark2013-07-021-0/+3
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-1/+1
* makedef.pl shouldn't prepend Perl_ to symbols already starting with Perl_.Andy Dougherty2013-03-281-1/+2
* restore building perl5**.dll and perl.exe on WinCEDaniel Dragan2013-03-121-4/+12
* ensure PL_sawampersand is exported.David Mitchell2013-03-031-1/+1
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-191-1/+1
* makedef.pl: Don't export inline fcnsKarl Williamson2013-02-081-1/+1
* PL_Vars and PL_VarsPtr aren't exported under PERL_GLOBAL_STRUCT_PRIVATETony Cook2013-01-251-1/+2
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+4
* New COW mechanismFather Chrysostomos2012-11-271-1/+2
* Exclude signal-related symbols on VMS without home-grown signalling.Craig A. Berry2012-10-201-0/+11
* Remove exports of dummy set[ug]id functions on WindowsSteve Hay2012-10-051-2/+0
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-15/+0
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-1/+1
* PERL_IMPLICIT_SYS can use the new slab allocatorFather Chrysostomos2012-06-291-4/+0
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-2/+0
* make perl build again on non-DEBUGGING buildsDavid Mitchell2012-06-131-1/+0
* Only export Perl_alloccopstash under threads.Craig A. Berry2012-06-101-0/+1
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+3
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-4/+0
* handle conditional definition of PL_check_mutexZefram2012-02-111-0/+1
* Export PerlIOBase_openLeon Timmermans2011-12-291-0/+1
* On AIX, avoid a shell pipepline by making makedef.pl sort case insenitively.Nicholas Clark2011-12-041-1/+6
* skip Perl_my_symlink symbol on older VMS systems.Craig A. Berry2011-12-021-0/+3
* The Borland Chainsaw MassacreSteve Hay2011-09-101-5/+1
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-2/+26
* In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.Nicholas Clark2011-08-251-18/+12
* In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code.Nicholas Clark2011-08-251-5/+3
* In makedef.pl, no need to store 'config.h' in a variable.Nicholas Clark2011-08-251-2/+1
* Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.Nicholas Clark2011-08-231-3/+4
* Handle PL_sh_path better in globvar.sym and makedef.plNicholas Clark2011-08-231-0/+3