summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* As freeing up PL_linestr is now done via the scope stack, there's noNicholas Clark2006-12-311-6/+7
* PL_linestr needs to survive until the end of scope, not just the nextNicholas Clark2006-12-315-36/+29
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-314-13/+17
* Update Compress Modules to version 2.002Paul Marquess2006-12-3037-84/+260
* fix a test failing under -DmadDave Mitchell2006-12-301-0/+3
* With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bitNicholas Clark2006-12-291-1/+1
* I failed to run regen.pl to propagate my pad.c changes to perlintern.podNicholas Clark2006-12-291-12/+12
* In Perl_fbm_compile, really rarest should be U32 not I32, as it isNicholas Clark2006-12-291-1/+1