summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Postfix dereference syntaxFather Chrysostomos2013-10-051-0/+1
* Use a more reliable check for BSDish systems.Andy Dougherty2013-09-251-12/+11
* perl.h: Don't pollute global namespaceKarl Williamson2013-09-241-2/+9
* Make typedef fully typedefKarl Williamson2013-09-241-3/+2
* regcomp.h: Create new typedef synonym for clarityKarl Williamson2013-09-241-0/+5
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-0/+1
* Consistently use __sun to identify SunOSBrian Fraser2013-09-231-1/+1
* perl.h: Comment was mistakenly passed to the preprocessorBrian Fraser2013-09-231-1/+1
* perl.h: STMT_START/END don't need a special case for suncc anymoreBrian Fraser2013-09-231-6/+0
* Removed the define for ISHISHBrian Fraser2013-09-211-26/+6
* Removed the ifdefs for BUGGY_MSC and BUGGY_MSC6Brian Fraser2013-09-211-3/+0
* perl.h: Always unconditionally include sys/types.hBrian Fraser2013-09-211-5/+1
* Removed OP_IN_REGISTER and related defines.Brian Fraser2013-09-211-8/+0
* Removed the ifdef & define for VDfBrian Fraser2013-09-211-9/+0
* Removed the ifdef for FPUTS_BOTCHBrian Fraser2013-09-211-7/+0
* Remove a '#undef ff_next' remnant from ages past.Brian Fraser2013-09-211-4/+0
* 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