summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] POD fixesVincent Pit2008-02-253-3/+3
| | | | | Message-ID: <47BFFDCB.60107@profvince.com> p4raw-id: //depot/perl@33366
* Regenerate embed.hRafael Garcia-Suarez2008-02-251-0/+2
| | | p4raw-id: //depot/perl@33365
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-255-21/+23
| | | | | | From: "Jim Cromie" <jim.cromie@gmail.com> Message-ID: <cfe85dfa0802101152n4e1b9e07pc7fb7ad9241a9794@mail.gmail.com> p4raw-id: //depot/perl@33364
* B::Debug enhancementsReini Urban2008-02-251-17/+47
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60802220052t3c1f1d91ne38b8ba6f6c56651@mail.gmail.com> p4raw-id: //depot/perl@33363
* Thread::Queue 2.06Jerry D. Hedden2008-02-254-10/+128
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802221410r2ceda3deg6cd503f0037b0805@mail.gmail.com> p4raw-id: //depot/perl@33362
* Thread::Semaphore 2.07Jerry D. Hedden2008-02-254-8/+38
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802221405w15277004u53e7e0a2d2603049@mail.gmail.com> p4raw-id: //depot/perl@33361
* threads::shared 1.17Jerry D. Hedden2008-02-255-17/+33
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802221331u48f85e8cg884c02a145dbee10@mail.gmail.com> p4raw-id: //depot/perl@33360
* threads 1.69Jerry D. Hedden2008-02-257-27/+51
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802221326ib73c7e5kf26ad87086ee113d@mail.gmail.com> p4raw-id: //depot/perl@33359
* Revert change 33326Jerry D. Hedden2008-02-241-6/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com> p4raw-id: //depot/perl@33358
* cygwin hintsReini Urban2008-02-241-8/+14
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60802210538p4fdb84abwf5128e87399dddf4@mail.gmail.com> p4raw-id: //depot/perl@33357
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-2311-57/+74
| | | | | | Message-ID: <47B60D72.50708@profvince.com> Date: Fri, 15 Feb 2008 23:08:50 +0100 p4raw-id: //depot/perl@33356
* As best as I (and my minion, gcc -Os) can tell, PL_curcop andNicholas Clark2008-02-221-2/+2
| | | | | | PL_in_eval do not need to be volatile. This improves the generated code measurably - for example toke.o is 1.5% smaller. Every little helps. p4raw-id: //depot/perl@33355
* Update to embed.h somehow missed from change 33343.Nicholas Clark2008-02-221-2/+2
| | | p4raw-id: //depot/perl@33354
* Take advantage of the fact that we can use indent as a stdin/stdoutNicholas Clark2008-02-221-4/+20
| | | | | | | filter to reduce its workload (and ours) by only sending it the 3 or so lines that we are interested in printing, not the preceding bucket loads. p4raw-id: //depot/perl@33353
* [patch] Porting/expand-macros.pl gets 'indent'ingJim Cromie2008-02-221-3/+36
| | | | | | Message-ID: <47AB9C4A.3080107@gmail.com> Date: Thu, 07 Feb 2008 17:03:22 -0700 p4raw-id: //depot/perl@33352
* Regenerate the win32/config_H.* files using the makefile targetsSteve Hay2008-02-224-6805/+6924
| | | | | | | | fixed-up by #33349. There shouldn't be any real changes here. If there are then I've screwed up. p4raw-id: //depot/perl@33350
* Fix-up Win32's regen_config_h targets for semi-automatic updating ofSteve Hay2008-02-222-17/+23
| | | | | the win32/config_H.* files p4raw-id: //depot/perl@33349
* Correct large files / lseek size & type settings in Win32 canned configs.Steve Hay2008-02-228-29/+30
| | | | | | | | | | | | | | | | Change 25208 switched off USE_LARGE_FILES in win32/config_H.* but left LSEEKSIZE/Off_t_size and Off_t as 8 and __int64 (or long long) respectively. Similarly change 25215 switched off uselargefiles in win32/config.* but left lseeksize and lseektype as 8 and __int64 (or long long) respectively. Change 25216 fixed the Borland settings in win32/config.bc on the basis that Borland should always be using 4 and long, but really all the other files should be using 4 and long for their default values as well to match the default values of USE_LARGE_FILES and uselargefiles. Having done that, we must then reverse the logic for fiddling with these values in win32/config_sh.PL: they are now changed to 8 and __int64 (or long long) if uselargefiles *is* defined (except for Borland, which always wants 4 and long). p4raw-id: //depot/perl@33347
* Missed a file from regen.plNicholas Clark2008-02-221-2/+0
| | | p4raw-id: //depot/perl@33346
* Sync win32/config.* with Porting/config.shSteve Hay2008-02-224-4/+4
| | | p4raw-id: //depot/perl@33345
* Silence warning from VC8 when building without USE_LARGE_FILESSteve Hay2008-02-221-1/+9
| | | p4raw-id: //depot/perl@33344
* Following 33291, on VMS we need to use the same prototypes other platforms Craig A. Berry2008-02-225-19/+29
| | | | | | use in order to get the do_spawn-related assert macros defined. Based on suggestions by John Malmberg. p4raw-id: //depot/perl@33343
* fix variable names in 'ununit var' warnings in evalsDave Mitchell2008-02-222-1/+8
| | | p4raw-id: //depot/perl@33342
* Fix [perl #50430].Steve Hay2008-02-212-2/+4
| | | | | | Not 100% sure this is right, but it fixes the bug without breaking any tests so hopefully it's at least better than it was before. p4raw-id: //depot/perl@33341
* Fix Module-Build test that has been failing on Win32Steve Hay2008-02-212-2/+3
| | | | | since the upgrade of Test-Harness at #32659 p4raw-id: //depot/perl@33340
* Fix CBuilder test that has been failing on Win32Steve Hay2008-02-212-4/+11
| | | | | since the upgrade at #33263 p4raw-id: //depot/perl@33339
* Eliminate ck_lengthconst.Nicholas Clark2008-02-209-30/+2
| | | p4raw-id: //depot/perl@33338
* Setting the f flag on length causes the op to be constant folded.Nicholas Clark2008-02-203-16/+22
| | | p4raw-id: //depot/perl@33337
* Fix Win32/VC6 compiler warnings caused by #33231Steve Hay2008-02-202-3/+3
| | | p4raw-id: //depot/perl@33336
* Visual C++ 2008 Express Edition is now out: update README.win32Steve Hay2008-02-201-9/+6
| | | p4raw-id: //depot/perl@33335
* Enable caching of strxfrm() results also for readonly SVs asMarcus Holland-Moritz2008-02-181-5/+0
| | | | | | | | | returned e.g. by "keys %hash". This speeds up sorting of lots of hash keys significantly. See also: Subject: Slowdown of "sort keys %hash" under "use locale" Message-ID: <20080215170015.72f6160d@r2d2> p4raw-id: //depot/perl@33334
* was RE: [PATCH] re patch 33127: formatting for C<<{ bydepth => 1 }>>Robin Barker2008-02-181-2/+2
| | | | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A46@exchsvr2.npl.ad.local> plus another POD fix found by podchecker p4raw-id: //depot/perl@33333
* consting for .c files in testsRobin Barker2008-02-182-17/+8
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A3F@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33332
* Thread::Queue 2.03Jerry D. Hedden2008-02-1811-135/+1143
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802151102s41bebc4xab19aa6e464dbf04@mail.gmail.com> p4raw-id: //depot/perl@33331
* [perl #50946] modified hints for Darwin x86 64bit Daniel M. Quinlan2008-02-181-1/+11
| | | | | | From: "Daniel M. Quinlan" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-24181-1203286856-952.50946-75-0@perl.org> p4raw-id: //depot/perl@33330
* Thread::Semaphore 2.04Jerry D. Hedden2008-02-186-77/+239
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802150812r3facd53cs1913dd82c3070ac0@mail.gmail.com> p4raw-id: //depot/perl@33329
* Modulo operator and floating point numbersKen Williams2008-02-181-5/+7
| | | | | | From: "Ken Williams" <kenahoo@gmail.com> Message-ID: <6a7ee8cc0802162122r4e59b93boee18b1f045b8954d@mail.gmail.com> p4raw-id: //depot/perl@33328
* [ patch ] silence 2 possibly uninitialized varsJim Cromie2008-02-181-3/+3
| | | | | Message-ID: <47B7879B.5040302@gmail.com> p4raw-id: //depot/perl@33327
* Don't install threads files on non-threaded PerlsJerry D. Hedden2008-02-181-0/+6
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802150802g5bf52a52nc9543eb236063b86@mail.gmail.com> p4raw-id: //depot/perl@33326
* Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/gYves Orton2008-02-172-6/+7
| | | | | | | | | -- lastcloseparen is literally the index of the last paren closed -- lastparen is index of the highest index paren that has been closed. In nested parens, they will be completely different. 'ab'=~/(a(b))/ will have: lastparen = 2, lastcloseparen = 1 'ab'=~/(a)(b)/ will have: lastparen = lastcloseparen = 2 p4raw-id: //depot/perl@33325
* Fix perlbug 50114 and document what the code does a bit betterYves Orton2008-02-172-7/+21
| | | p4raw-id: //depot/perl@33324
* Fix macro name in commentRafael Garcia-Suarez2008-02-161-1/+1
| | | p4raw-id: //depot/perl@33323
* Correctly reference count the hints hashRafael Garcia-Suarez2008-02-161-1/+4
| | | p4raw-id: //depot/perl@33322
* Resync with metaconfig. Escape the last ~.H.Merijn Brand2008-02-153-12/+11
| | | p4raw-id: //depot/perl@33321
* Shell patterns are subject to tilde expansion. So the case statementNicholas Clark2008-02-151-1/+1
| | | | | | | | | in the filexp script (written out by Configure) for expanding ~ and ~/* has never worked. It's always been relying on the /bin/csh glob for the ~* case. Few people ever noticed because one has to be building to one's home directory on a system with no csh installed. This is a bug from Perl 1.0's Configure! p4raw-id: //depot/perl@33318
* Typo catch, by AbigailRafael Garcia-Suarez2008-02-151-2/+1
| | | p4raw-id: //depot/perl@33317
* Avoid utf8 warnings when printing diagnosticsRafael Garcia-Suarez2008-02-151-0/+1
| | | p4raw-id: //depot/perl@33316
* Silence compiler warnings on Win32/VC6Jan Dubois2008-02-153-5/+10
| | | | | | | Subject: RE: Bit-fields patch causes warnings on Win32/VC6 From: "Jan Dubois" <jand@activestate.com> Message-ID: <002f01c86f3f$27e23ca0$77a6b5e0$@com> p4raw-id: //depot/perl@33315
* sprintf "%+d"Abigail2008-02-141-2/+2
| | | | | Message-ID: <20080214164314.GA31694@abigail.be> p4raw-id: //depot/perl@33314
* Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys.Abigail2008-02-141-1/+41
| | | | | | | Message-ID: <20080207165330.GA25617@abigail.be> with tweaks (one more test marked TODO) p4raw-id: //depot/perl@33313