summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* arena-rework : consolidated patchJim Cromie2006-02-181-0/+5
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-161-1/+1
* Remove SOFT_CAST() as it no longer does anything useful.Nicholas Clark2006-02-111-10/+0
* A better fix than 27148Steve Hay2006-02-101-1/+0
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-4/+14
* Help to compile on VMS with UNLINK_ALL_VERSIONSJohn E. Malmberg2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, Steve Peters2006-01-311-1/+1
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-4/+4
* Fix [perl #38223]; _IOC_SIZE() not always safe.Gisle Aas2006-01-131-2/+2
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-6/+7
* Marcus Holland-Moritz suggested that assert should Nicholas Clark2005-12-301-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-18/+14
* If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble allNicholas Clark2005-12-231-10/+20
* Create a struct to use as the header with PERL_TRACK_MEMPOOL, so thatNicholas Clark2005-12-231-3/+10
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-3/+0
* latest switch/say/~~Robin Houston2005-12-191-2/+12
* Two it's => its grammar fixes.Nicholas Clark2005-12-171-1/+1
* Always define PL_memory_wrap, and use it for the new sprintf checksRafael Garcia-Suarez2005-12-011-2/+0
* Reworked PERL_TRACK_MEMPOOL patchJan Dubois2005-11-201-3/+13
* Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.hRafael Garcia-Suarez2005-11-101-4/+4
* This *really* should clear up Win32's Perl_do_exec undefined warningsSteve Hay2005-11-011-3/+0
* I infer that change 25891 as-is would break OS2. This should fix it.Nicholas Clark2005-10-301-2/+4
* Fix win32 breakage inadvertently introduced by 25889Nicholas Clark2005-10-301-1/+4
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-1/+4
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-0/+7
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-0/+3
* [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, n...Jason Vas Dias2005-10-261-2/+7
* Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.John E. Malmberg2005-10-261-2/+2
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+4
* Back out change #25839, and apply :John E. Malmberg2005-10-251-3/+31
* VMS exit handling still broken, need some help.John E. Malmberg2005-10-251-13/+16
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+10
* [patch@25809]restore documented exit behaviorJohn E. Malmberg2005-10-201-41/+62
* blead 25801: Symbian batch of todayJarkko Hietaniemi2005-10-191-0/+5
* missed some SYMBIAN ifdefsJarkko Hietaniemi2005-10-181-6/+6
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-2/+2
* [patch@25763] Fix VMS error/exit handling, update kill functionJohn E. Malmberg2005-10-161-12/+99
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-1/+1
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-9/+5
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-11/+27
* Re: blead@25210 on OpenVMS (not good)John E. Malmberg2005-08-011-1/+1
* perl.h, use STRINGIFY in 25171Robin Barker2005-07-281-4/+2
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-4/+0
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-7/+12
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-1/+1
* move NSIG logicJarkko Hietaniemi2005-07-201-0/+58
* Re: [PATCH] RE: blead: no longer supports %vd formatRafael Garcia-Suarez2005-07-181-1/+1
* RE: blead: no longer supports %vd formatRobin Barker2005-07-181-9/+33