| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use __sun to identify SunOS | Brian Fraser | 2013-09-23 | 1 | -1/+1 |
* | perl.h: Comment was mistakenly passed to the preprocessor | Brian Fraser | 2013-09-23 | 1 | -1/+1 |
* | perl.h: STMT_START/END don't need a special case for suncc anymore | Brian Fraser | 2013-09-23 | 1 | -6/+0 |
* | Removed the define for ISHISH | Brian Fraser | 2013-09-21 | 1 | -26/+6 |
* | Removed the ifdefs for BUGGY_MSC and BUGGY_MSC6 | Brian Fraser | 2013-09-21 | 1 | -3/+0 |
* | perl.h: Always unconditionally include sys/types.h | Brian Fraser | 2013-09-21 | 1 | -5/+1 |
* | Removed OP_IN_REGISTER and related defines. | Brian Fraser | 2013-09-21 | 1 | -8/+0 |
* | Removed the ifdef & define for VDf | Brian Fraser | 2013-09-21 | 1 | -9/+0 |
* | Removed the ifdef for FPUTS_BOTCH | Brian Fraser | 2013-09-21 | 1 | -7/+0 |
* | Remove a '#undef ff_next' remnant from ages past. | Brian Fraser | 2013-09-21 | 1 | -4/+0 |
* | Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0 | Steve Hay | 2013-09-19 | 1 | -5/+8 |
* | Remove 4 redundant #undefs, missed by commit 79be8fb4ac8fa995. | Nicholas Clark | 2013-09-19 | 1 | -7/+0 |
* | Fix the VC6 build on Windows following commit e25d460c74 | Steve Hay | 2013-09-18 | 1 | -0/+3 |
* | For PERL_CORE, don't undefine HAS_QUAD when building with 32 bit IVs. | Nicholas Clark | 2013-09-18 | 1 | -0/+5 |
* | Eliminate the only use of VOIDFLAGS, as part of STMT_START in perl.h | Nicholas Clark | 2013-09-16 | 1 | -1/+1 |
* | Stop using VOIDUSED in the headers. | Nicholas Clark | 2013-09-16 | 1 | -5/+0 |
* | Remove PERL_MICRO where it is conditionally used with other defines | David Leadbeater | 2013-09-10 | 1 | -4/+4 |
* | Remove defining DIR* to void* on microperl | David Leadbeater | 2013-09-10 | 1 | -6/+0 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -2/+2 |
* | Make casing tables native | Karl Williamson | 2013-08-29 | 1 | -3/+3 |
* | [perl #85104] work harder to save error numbers | Tony Cook | 2013-08-26 | 1 | -6/+25 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -0/+6 |
* | Croak when range tries to extend stack too far | Father Chrysostomos | 2013-08-25 | 1 | -0/+2 |
* | improve regexec_flags() API documentation | David Mitchell | 2013-08-13 | 1 | -2/+2 |
* | Make PL_hints an alias for PL_compiling.cop_hints | Father Chrysostomos | 2013-08-11 | 1 | -0/+2 |
* | [perl #52000] Warn/abort on attempted perl exit | John Gardiner Myers | 2013-07-29 | 1 | -0/+2 |
* | Reinstate "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-16 | 1 | -1/+2 |
* | Reinstate "Create SVt_INVLIST" | Karl Williamson | 2013-07-16 | 1 | -7/+7 |
* | PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"") | Karl Williamson | 2013-07-09 | 1 | -0/+2 |
* | locale.c: Further checks for utf8ness of a locale | Karl Williamson | 2013-07-05 | 1 | -0/+6 |
* | perl.h, locale.c: White space only | Karl Williamson | 2013-07-05 | 1 | -5/+5 |
* | Revert "Create SVt_INVLIST" | Karl Williamson | 2013-07-04 | 1 | -7/+7 |
* | Revert "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-04 | 1 | -2/+1 |
* | Use new Svt_INVLIST for inversion lists. | Karl Williamson | 2013-07-03 | 1 | -1/+2 |
* | Create SVt_INVLIST | Karl Williamson | 2013-07-03 | 1 | -7/+7 |
* | Reinstate UTF8f | Father Chrysostomos | 2013-06-28 | 1 | -0/+6 |
* | Revert "UTF8f" | Karl Williamson | 2013-06-25 | 1 | -5/+0 |
* | UTF8f | Father Chrysostomos | 2013-06-18 | 1 | -0/+5 |
* | add strbeg argument to Perl_re_intuit_start() | David Mitchell | 2013-06-02 | 1 | -2/+2 |
* | Remove DG/UX support. | Nicholas Clark | 2013-05-27 | 1 | -7/+2 |
* | perl -V displayed PERL_NEW_COPY_ON_WRITE twice | David Mitchell | 2013-05-26 | 1 | -3/+0 |
* | re-enable Copy-on-Write by default. | David Mitchell | 2013-05-26 | 1 | -5/+4 |
* | Remove fakethr.h and eliminate all references to it and FAKE_THREADS | Nicholas Clark | 2013-05-21 | 1 | -8/+1 |
* | Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems. | Nicholas Clark | 2013-05-20 | 1 | -10/+6 |
* | DO_BO_{UN,}PACK can use my_swabn() directly. | Nicholas Clark | 2013-05-20 | 1 | -21/+0 |
* | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them. | Nicholas Clark | 2013-05-20 | 1 | -162/+0 |
* | Eliminate the conditionally-compiled fallback functions for htonl etc. | Nicholas Clark | 2013-05-20 | 1 | -16/+13 |
* | Fallbacks for ntohl, ntohs, htonl and htons for little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -0/+24 |
* | Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems. | Nicholas Clark | 2013-05-20 | 1 | -8/+9 |
* | Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -5/+7 |