summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the EPOC port.Nicholas Clark2012-11-191-11/+6
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-4/+0
* clean up the users of PL_no_memDaniel Dragan2012-11-121-1/+1
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-081-0/+2
* perl.h: s/non-existant/nonexistent/Father Chrysostomos2012-11-051-1/+1
* More violent warning about using NO_TAINT_SUPPORTSteffen Mueller2012-11-051-0/+3
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-5/+45
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+1
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-0/+14
* Stop declaring non-exported externs to non-core XS modules [perl #114516]Steve Hay2012-09-261-3/+5
* Remove the MPE/iX port.Nicholas Clark2012-09-211-5/+0
* Remove some EBCDIC dependenciesKarl Williamson2012-09-131-9/+1
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-0/+6
* Remove the VM/ESA port.Nicholas Clark2012-08-311-6/+1
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-2/+0
* Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)Father Chrysostomos2012-08-281-1/+0
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-0/+1
* More PAD APIsFather Chrysostomos2012-08-211-1/+3
* Stop padlists from being AVsFather Chrysostomos2012-08-211-3/+3
* Move PAD(LIST) typedefs to perl.hFather Chrysostomos2012-08-211-0/+5
* Static inline functions for SvPADTMP and SvPADSTALEFather Chrysostomos2012-08-211-3/+2
* [perl #113718] Add inline.hFather Chrysostomos2012-08-211-0/+3
* Fix substitution in substitution patternFather Chrysostomos2012-08-211-0/+1
* Fix here-docs in nested quote-like operatorsFather Chrysostomos2012-08-211-1/+0
* here-doc in quotes in multiline s//.../e in evalFather Chrysostomos2012-08-211-1/+1
* Remove the UTS port.Nicholas Clark2012-08-171-20/+3
* Use _strtoi64, _strtoui64 and _atoi64 for WIN64 VC++ buildsSteve Hay2012-08-071-3/+6
* VC++ has QUADKIND == QUAD_IS___INT64 so we might as well make use of itSteve Hay2012-08-071-0/+2
* assert_(...)Father Chrysostomos2012-08-051-0/+5
* [perl #114338] Misleading prototype in perlapi manpageFather Chrysostomos2012-07-301-2/+2
* Remove code for supporting 80286 based systems.Nicholas Clark2012-07-281-4/+0
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-1/+1
* Restore microperl, which has been unable to build since January.Nicholas Clark2012-07-271-0/+1
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-0/+4
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-4/+1
* PERL_IMPLICIT_SYS can use the new slab allocatorFather Chrysostomos2012-06-291-9/+0
* -DS option for slab allocationFather Chrysostomos2012-06-291-2/+7
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-0/+5
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-2/+2
* make perl build again on non-DEBUGGING buildsDavid Mitchell2012-06-131-2/+3
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+1
* A more C++-friendly dNOOP.Craig A. Berry2012-05-301-0/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* VMS C++ strerror prototype differences in perl.h.Craig A. Berry2012-05-241-2/+2
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-2/+2
* Fix VMS build broken by d1718a7cf5Father Chrysostomos2012-04-051-6/+9
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-0/+5
* [perl #109262] Don't use _POSIX_PATH_MAX as a fallback PATH_MAXDominic Hargreaves2012-02-181-5/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-3/+0
* avoid unused-var warning from MY_CXT_INITZefram2012-02-131-2/+4