summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-19/+19
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-2/+2
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-301-0/+5
* Correct the correction. This one is both a correcly spelled word, andNicholas Clark2007-12-231-1/+1
* Fix my typo in a comment.Nicholas Clark2007-12-231-1/+1
* Replace our assert-which-can-be-caught-by-eval with the real deal fromNicholas Clark2007-12-221-2/+10
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-0/+5
* Integrate:Nicholas Clark2007-12-221-0/+1
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-201-1/+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
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-1/+1
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-9/+9
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-1/+1
* Remove PERL_MAGIC_mutexRafael Garcia-Suarez2007-06-181-1/+0
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-0/+11
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+29
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-5/+0
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-2/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-2/+8
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-4/+10
* tweak some regexp params to avoid warningsYves Orton2007-05-021-1/+1
* Remove ext/ThreadJerry D. Hedden2007-05-021-2/+0
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-2/+2
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-1/+4
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-3/+3
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-211-2/+2
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+2
* g++ on NetBSD needs to have environ declared as well.Steve Peters2007-04-051-1/+1
* C++ compilation fix by Steve PetersRafael Garcia-Suarez2007-04-051-4/+4
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-1/+1
* Remove the object_compatibility placeholder in the interpreter structRafael Garcia-Suarez2007-03-261-5/+0
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-1/+2