summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0Steve Hay2013-09-191-5/+8
* Remove 4 redundant #undefs, missed by commit 79be8fb4ac8fa995.Nicholas Clark2013-09-191-7/+0
* Fix the VC6 build on Windows following commit e25d460c74Steve Hay2013-09-181-0/+3
* For PERL_CORE, don't undefine HAS_QUAD when building with 32 bit IVs.Nicholas Clark2013-09-181-0/+5
* Eliminate the only use of VOIDFLAGS, as part of STMT_START in perl.hNicholas Clark2013-09-161-1/+1
* Stop using VOIDUSED in the headers.Nicholas Clark2013-09-161-5/+0
* Remove PERL_MICRO where it is conditionally used with other definesDavid Leadbeater2013-09-101-4/+4
* Remove defining DIR* to void* on microperlDavid Leadbeater2013-09-101-6/+0
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-2/+2
* Make casing tables nativeKarl Williamson2013-08-291-3/+3
* [perl #85104] work harder to save error numbersTony Cook2013-08-261-6/+25
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+6
* Croak when range tries to extend stack too farFather Chrysostomos2013-08-251-0/+2
* improve regexec_flags() API documentationDavid Mitchell2013-08-131-2/+2
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-0/+2
* [perl #52000] Warn/abort on attempted perl exitJohn Gardiner Myers2013-07-291-0/+2
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-1/+2
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-7/+7
* PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"")Karl Williamson2013-07-091-0/+2
* locale.c: Further checks for utf8ness of a localeKarl Williamson2013-07-051-0/+6
* perl.h, locale.c: White space onlyKarl Williamson2013-07-051-5/+5
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-7/+7
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-2/+1
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-1/+2
* Create SVt_INVLISTKarl Williamson2013-07-031-7/+7
* Reinstate UTF8fFather Chrysostomos2013-06-281-0/+6
* Revert "UTF8f"Karl Williamson2013-06-251-5/+0
* UTF8fFather Chrysostomos2013-06-181-0/+5
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-2/+2
* Remove DG/UX support.Nicholas Clark2013-05-271-7/+2
* perl -V displayed PERL_NEW_COPY_ON_WRITE twiceDavid Mitchell2013-05-261-3/+0
* re-enable Copy-on-Write by default.David Mitchell2013-05-261-5/+4
* Remove fakethr.h and eliminate all references to it and FAKE_THREADSNicholas Clark2013-05-211-8/+1
* Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems.Nicholas Clark2013-05-201-10/+6
* DO_BO_{UN,}PACK can use my_swabn() directly.Nicholas Clark2013-05-201-21/+0
* Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.Nicholas Clark2013-05-201-162/+0
* Eliminate the conditionally-compiled fallback functions for htonl etc.Nicholas Clark2013-05-201-16/+13
* Fallbacks for ntohl, ntohs, htonl and htons for little endian systems.Nicholas Clark2013-05-201-0/+24
* Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems.Nicholas Clark2013-05-201-8/+9
* Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.Nicholas Clark2013-05-201-5/+7
* vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.Nicholas Clark2013-05-201-1/+3
* Change LIKELY() and UNLIKELY() to cast their first argument to a bool.Nicholas Clark2013-05-201-2/+2
* If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h"Nicholas Clark2013-05-031-2/+15
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-3/+3
* Disable by default the new Copy-on-Write for 5.18David Mitchell2013-03-021-3/+7
* Fix redeclaration compiler errors on EBCDICNicholas Clark2013-02-251-0/+2
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-191-2/+2
* Remove the BeOS port.Nicholas Clark2012-12-141-10/+6
* perl.h: fix signedness warning with clangDavid Mitchell2012-12-121-1/+1
* perl.h: Add commentsKarl Williamson2012-12-091-0/+6