summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+1
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+8
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-16/+3
* embed.fnc: Change 'b' flag to not imply 'p' flagKarl Williamson2016-05-121-1/+1
* Add locale mutexKarl Williamson2016-04-091-0/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-0/+9
* teach makedef.pl an alternate macro for PERL_COPY_ON_WRITEDaniel Dragan2016-03-011-1/+1
* remove deprecated PL_timesbufDaniel Dragan2016-01-171-1/+0
* killpg for VMS.Craig A. Berry2015-09-261-0/+1
* Add code for debugging locale initializationKarl Williamson2015-09-081-0/+1
* Don't skip symbols for defunct -Uuseperlio case.Craig A. Berry2015-07-231-25/+5
* Use CRTL getlogin and getlogin_r on VMS.Craig A. Berry2015-07-121-1/+0
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-2/+1
* 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