summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-0517-21/+24
* Update copyright for perlio.cRafael Garcia-Suarez2007-01-051-3/+6
* Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test c...SADAHIRO Tomoyuki2007-01-052-1/+18
* Silence various VC6 warningsSteve Hay2007-01-055-6/+5
* Re: [PATCH] perlio.c repairBo Lindbergh2007-01-051-23/+26
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-052-0/+107
* Add error handling to win32_ansipathJan Dubois2007-01-051-19/+23
* Upgrade Module::Load::Conditional to 0.14Rafael Garcia-Suarez2007-01-047-127/+151
* 4th patch from: Marcus Holland-Moritz2007-01-0421-76/+81
* The first three patches from:Marcus Holland-Moritz2007-01-0413-42/+43
* Re: [PATCH] Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-042-6/+6
* Remove no longer used magic vtableRafael Garcia-Suarez2007-01-042-13/+0
* Silence a 'null argument' warningRafael Garcia-Suarez2007-01-041-2/+3
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-0421-280/+678
* Add note to perltodo.pod about Unicode and file globbingJan Dubois2007-01-041-0/+5
* make parser_free actually free the parser!Dave Mitchell2007-01-042-2/+3
* Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.Nicholas Clark2007-01-035-12/+12
* handle cloning of parsers on the save stackDave Mitchell2007-01-034-1/+24
* Teach dump about OURSTASH and COP ranges stored in the NV union.Nicholas Clark2007-01-031-5/+15
* Update change 29607 to affect only Win32Jan Dubois2007-01-031-1/+1
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres...Jan Dubois2007-01-036-60/+131
* Re: g++ unhappyJarkko Hietaniemi2007-01-031-1/+0
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-036-25/+11
* IO::Compress::* 2.003Paul Marquess2007-01-0333-144/+164
* Upgrade to Time-HiRes-1.9704Steve Peters2007-01-034-21/+56
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-028-9/+9
* Assignment to a tainted variable was causing confusion if the sourceNicholas Clark2007-01-022-2/+17
* PVMG can be isUV too.Nicholas Clark2007-01-022-3/+12
* fix -Mad build breakageDave Mitchell2007-01-021-1/+2
* Copying to FORMATs should work (and not fail assertions if the valueNicholas Clark2007-01-022-1/+13
* It's good to be able to dump FORMATs too :-)Nicholas Clark2007-01-021-1/+2
* Remove the vestigal "#if 0"s from header files that defined same-sizedNicholas Clark2007-01-023-16/+0
* Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI specialNicholas Clark2007-01-022-2/+4
* Note that the examples for the structure copying bug example are noNicholas Clark2007-01-021-1/+3
* Fix a couple of linker errors on Win32Steve Hay2007-01-021-0/+7
* remove conflict in pending_ident function and field nameDave Mitchell2007-01-024-4/+2
* Check miniperl exists before using it to run uupacktool.plSteve Hay2007-01-022-2/+2
* Configure test code fails to compile if SIGFPE is undefinedMarcus Holland-Moritz2007-01-021-3/+2
* really should test compile in AIX or something (fixup after the Series 90 patch)Jarkko Hietaniemi2007-01-021-0/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-0211-272/+164
* Quiet a smoke warning in toke.c and bump the copyright year.Steve Peters2007-01-021-2/+2
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-0112-12/+12
* split parser initialisation from parser executionDave Mitchell2007-01-016-21/+34
* Add file missed in change #29650.Steve Peters2007-01-011-0/+95
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-0128-93/+319
* split parser stack from parser objectDave Mitchell2007-01-012-32/+32
* in lex_start(), ensure that all lexer state vars are savedDave Mitchell2006-12-311-13/+49
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-314-9/+13
* Fix to test failures caused by change #29606 when PERLIO=stdio.Steve Peters2006-12-311-4/+6
* smoke signs suppressionJarkko Hietaniemi2006-12-313-4/+5