summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Added missing 2009 to perl.h copyright headerOffer Kaye2009-07-061-1/+1
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-201-0/+19
* Move PERL_VERSION_STRING from patchlevel.h to perl.hNicholas Clark2009-04-141-0/+4
* PERL_FS_VER_FMT is only used with the current perl version, which is known atNicholas Clark2009-04-141-2/+10
* Ensure that C++ modules can be built against a perl configured with -DPERL_GL...Marcus Holland-Moritz2009-04-121-14/+14
* VMS posix exit fixesJohn Malmberg2009-04-111-27/+28
* 'overloading' pragmaYuval Kogman2009-03-301-0/+2
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2009-03-221-0/+11
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2009-03-051-2/+2
* make miniperl -Wwrite-strings cleanRobin Barker2009-03-051-1/+1
* WCOREDUMP is in <sys/wait.h>Niko Tyni2009-02-251-0/+5
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-0/+10
* The gcc attribute "deprecated" seems to have been available since gcc 3.1Rafael Garcia-Suarez2009-01-281-0/+3
* Configure detection of __attribute__((deprecated))Rafael Garcia-Suarez2009-01-281-0/+6
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.David Mitchell2009-01-261-2/+6
* Haiku PortIngo Weinhold2009-01-041-7/+11
* Integrate:John E. Malmberg2008-12-031-6/+10
* Integrate:Nicholas Clark2008-12-031-0/+8
* Integrate:Tim Bunce2008-11-041-1/+4
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Bram2008-09-041-0/+2
* Integrate:Dave Mitchell2008-05-281-5/+13
* Integrate:Dave Mitchell2008-05-281-0/+17
* Integrate:Dave Mitchell2008-05-201-0/+5
* Integrate:Nicholas Clark2008-05-101-1/+5
* Integrate:Robin Barker2008-03-311-6/+6
* Integrate:Nicholas Clark2008-03-281-1/+1
* Integrate:Nicholas Clark2008-02-011-0/+18
* Integrate:Nicholas Clark2008-01-311-0/+5
* Integrate:Nicholas Clark2008-01-301-1/+1
* Integrate:Nicholas Clark2008-01-301-19/+19
* Integrate:Nicholas Clark2008-01-301-0/+10
* Integrate:Nicholas Clark2007-12-221-0/+1
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-0/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-6/+4
* make PERLSYS_TERM not require a contextDave Mitchell2007-11-031-3/+3
* Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)Jarkko Hietaniemi2007-11-031-1/+1
* VDf no longer in PERL_CORERobin Barker2007-10-201-13/+7
* RE: [PATCH] RE: PERL_CORE UVf logicRobin Barker2007-10-191-2/+2
* Nothing* outside the core uses the old misspellingNicholas Clark2007-10-061-2/+0
* Add a new flag PERL_PV_PRETTY_NOCLEAR (actually justNicholas Clark2007-10-061-0/+2
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-0/+6
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-3/+4
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-2/+6
* And some more VMS-specific additions to PL_bincompat_options.Craig A. Berry2007-09-231-0/+9
* Add USE_IEEE to PL_bincompat_options, as use_ieee in the configurationNicholas Clark2007-09-231-0/+3
* Change 31873 was not robust against the possibility that theNicholas Clark2007-09-161-1/+1
* Move all the compile time options that affect binary compatibility intoNicholas Clark2007-09-151-0/+93
* [patch] add verbose mode to -DU debugging optionJim Cromie2007-07-071-4/+9