summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: pmdynflags and thread safetyYves Orton2007-04-0423-179/+195
* ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core h...Yves Orton2007-04-041-5/+8
* Re: [PATCH] microperl plus missing config varsJarkko Hietaniemi2007-04-042-0/+4
* Re: [PATCH] MAD prototype checkingGerard Goossen2007-04-031-0/+4
* Re: [PATCH] MAD disable constant inliningGerard Goossen2007-04-031-2/+3
* C++ compilation patch by JarkkoRafael Garcia-Suarez2007-04-031-3/+6
* We may not even have a list of slabs when Perl_Slab_Free is called.Nicholas Clark2007-04-021-3/+2
* Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-Nicholas Clark2007-04-021-4/+3
* Allow testing of DBM_Filter with any *DBM_FileJerry D. Hedden2007-04-027-58/+128
* For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.Nicholas Clark2007-04-025-7/+6
* Don't install dbm_filter_util.plJerry D. Hedden2007-04-021-1/+1
* The op slab allocator can call calloc() instead of malloc(), and saveNicholas Clark2007-04-021-2/+3
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-029-0/+201
* perlfunc.pod: Lexical visibility hint in require docuChristian Winter2007-04-021-2/+3
* Update name of Perl executable on VMS following #30414.Craig A. Berry2007-04-011-1/+1
* Mark new regex glob test as a TODO on VMS.Craig A. Berry2007-04-011-1/+2
* README.$OS URLsSteffen Müller2007-04-016-9/+9
* Symbian syncJarkko Hietaniemi2007-04-017-29/+78
* microperl plus missing config varsJarkko Hietaniemi2007-04-0114-19/+98
* Make parser_free() be called slightly later,Dave Mitchell2007-04-012-19/+21
* Eliminate the use of PL_curforce outside of toke.cDave Mitchell2007-04-012-4/+1
* Eliminate the use of PL_bufend outside of toke.c:Dave Mitchell2007-04-015-18/+15
* free backtrack track when on unexpected exit, eg /(?{ die })/Dave Mitchell2007-04-011-20/+27
* fix $^R scoping bug.Dave Mitchell2007-04-012-18/+24
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-316-12/+12
* Integrate:Nicholas Clark2007-03-311-1/+12
* Reorder the members of various regexp structs to reduce their size onNicholas Clark2007-03-312-15/+15
* Fix URL rot in README.vmsCraig A. Berry2007-03-311-22/+23
* Make Perl_vms_start_glob return the input pattern when there areCraig A. Berry2007-03-311-0/+11
* precomp in struct regexp can be const char *.Nicholas Clark2007-03-311-1/+2
* Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' brokenRafael Garcia-Suarez2007-03-311-2/+4
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-313-3/+15
* Don't use utf8.pm in the test (avoiding embedding utf8 in the testRafael Garcia-Suarez2007-03-311-3/+2
* This was released as 2.16.Abhijit Menon-Sen2007-03-311-1/+1
* Add new hints files.Abhijit Menon-Sen2007-03-311-0/+2
* Bump File::Glob's VERSION to go with change 30103.Nicholas Clark2007-03-301-1/+1
* Remove the never-used numeric and character switch ops.Nicholas Clark2007-03-301-3/+0
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-306-365/+361
* Oops. Failed to remove the now obsolete comment about custom ops.Nicholas Clark2007-03-301-2/+0
* Remove the restriction that op_custom has to be the last op.Nicholas Clark2007-03-302-3/+4
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-302-1/+23
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-304-2/+53
* cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')Jarkko Hietaniemi2007-03-301-1/+1
* Upgrade to CGI.pm-3.28Steve Peters2007-03-293-6/+13
* Shorten 'skipping...' test messageJerry D. Hedden2007-03-291-1/+1
* Back out changes 30762 and 30763Rafael Garcia-Suarez2007-03-291-4/+3
* : perlguts.podJohn P. Linderman2007-03-281-4/+4
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-273-5/+7
* Compress::Zlib isn't a good example of extra modules,Rafael Garcia-Suarez2007-03-271-4/+3
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-273-12/+60