summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-202-14/+15
| | | | | | and make other flag bits that are paired in the code adjacent. Will produce tighter code on ARM; might help on other platforms too. p4raw-id: //depot/perl@27234
* Ministry of Truth removes typo in description of Change 26166.Nicholas Clark2006-02-191-1/+1
| | | | | | | Change 26166 was correct from the start. Nothing to see. Move along. We thank Big Brother for raising the chocolate ration to 20g per week. p4raw-id: //depot/perl@27233
* Shave sizeof(NV) bytes from formats, by using the same offsetNicholas Clark2006-02-192-3/+34
| | | | | manoeuvre as PVs, PVIVs, PVAVs and PVHVs. p4raw-id: //depot/perl@27231
* AVs and HVs don't have IVXs or NVXs, so assert this too.Nicholas Clark2006-02-191-1/+7
| | | p4raw-id: //depot/perl@27230
* Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't beingNicholas Clark2006-02-191-6/+30
| | | | | | used on scalars that don't have the memory allocated. Correct SvSTASH and SvMAGIC to only evaluate the sv argument once. p4raw-id: //depot/perl@27229
* To make arithmetic on tainted dualvars work properly requires thatNicholas Clark2006-02-192-2/+12
| | | | | sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true. p4raw-id: //depot/perl@27228
* SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so theNicholas Clark2006-02-191-10/+2
| | | | | code inside the if() test in sv_2pv_flags is dead and can be removed. p4raw-id: //depot/perl@27227
* As Anno Siegel points out, mtime/ctime test should be skippedRafael Garcia-Suarez2006-02-181-1/+1
| | | | | on OS X on HFS+. p4raw-id: //depot/perl@27223
* save_re_context() and even errsv_save = newSVsv(ERRSV); can turnNicholas Clark2006-02-181-4/+7
| | | | | | PL_tainted back on, so defer turning if off as late as possible. This gets lib/locale.t working once more. p4raw-id: //depot/perl@27222
* Turn of tainting locally inside swash_init(), as the internalNicholas Clark2006-02-182-1/+11
| | | | | | | implementation of the regexp engine has nothing to do with user data, so when and where it happens to call require is agnostic of the current expression's taintedness. p4raw-id: //depot/perl@27221
* Assume that if runperl is called under tainting, that the caller reallyNicholas Clark2006-02-181-0/+9
| | | | | really wanted to run perl, so brute force untaint everything. p4raw-id: //depot/perl@27220
* Convert utftaint.t to test.pl (from Test.pm) and provide it withNicholas Clark2006-02-181-82/+42
| | | | | | tainted() from taint.t to remove the dependency on Scalar::Util. (So it will now work with miniperl) p4raw-id: //depot/perl@27219
* Upgrade to Digest-SHA-5.34.Steve Peters2006-02-1833-451/+265
| | | p4raw-id: //depot/perl@27218
* arena-rework : consolidated patchJim Cromie2006-02-188-420/+532
| | | | | | | | | Message-ID: <43F0F649.9040205@gmail.com> Tweaked somewhat to split the arena boolean from the arena_size, and with the PTE still doubling-up with one of the SV types in the array. p4raw-id: //depot/perl@27215
* Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)Abe Timmerman2006-02-171-1/+1
| | | | | | Message-Id: <200602172358.23977.abe@ztreet.demon.nl> Date: Fri, 17 Feb 2006 23:58:23 +0100 p4raw-id: //depot/perl@27214
* The two whitespace changes fromJim Cromie2006-02-171-2/+2
| | | | | | | Subject: arena-rework : consolidated patch Message-ID: <43F0F649.9040205@gmail.com> Date: Mon, 13 Feb 2006 14:12:41 -0700 p4raw-id: //depot/perl@27213
* Don't add -fPIC if already present.Brendan O'Dea2006-02-171-0/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27212
* Fix precedence.Brendan O'Dea2006-02-171-1/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27211
* Fix quote typo.Brendan O'Dea2006-02-171-1/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27210
* In TODO: make encoding.pm lexical ?Rafael Garcia-Suarez2006-02-171-0/+1
| | | p4raw-id: //depot/perl@27209
* cleaning up perly.cAndy Lester2006-02-171-9/+2
| | | | | Message-ID: <20060213050455.GA27993@petdance.com> p4raw-id: //depot/perl@27208
* Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 ↵Robin Houston2006-02-171-11/+2
| | | | | | | | | | WinXP/.Net SP2 (x86/2 cpu)) Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk> Simplification of the code in my_exit_jump() that unwinds context stacks p4raw-id: //depot/perl@27207
* Re: [perl #38485] use integer; 0x80000000/-1; # coredumpYitzchak Scott-Thoennes2006-02-172-9/+29
| | | | | Message-ID: <20060213093925.GA3476@efn.org> p4raw-id: //depot/perl@27205
* Re: how to build with -DPERL_MEM_LOG ?Andy Dougherty2006-02-161-0/+12
| | | | | Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@27204
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-162-2/+2
| | | | | Message-ID: <20060215125148.GA12535@brugman.iloquent.nl> p4raw-id: //depot/perl@27203
* Upgrade to CGI-3.16, with version bump on CGI.pm for documentationSteve Peters2006-02-168-38/+126
| | | | | fixes not yet integrated. p4raw-id: //depot/perl@27202
* Remove lib/Hash directory when doing make distcleanRafael Garcia-Suarez2006-02-161-2/+2
| | | p4raw-id: //depot/perl@27201
* stat() on Windows doesn't handle trailing slashes/backslashes correctlyJan Dubois2006-02-161-6/+20
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy> p4raw-id: //depot/perl@27200
* [patch] t/lib/warnings/pp_sysPaul Green2006-02-161-2/+2
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com> p4raw-id: //depot/perl@27199
* CPAN::FirstTime can go as well from the untested module listRafael Garcia-Suarez2006-02-161-1/+0
| | | p4raw-id: //depot/perl@27198
* Pod::Plainer is tested, actually (spotted by chromatic)Rafael Garcia-Suarez2006-02-161-1/+0
| | | p4raw-id: //depot/perl@27197
* Make XCOPY not prompt every two seconds when rebuilding on Win32Yves Orton2006-02-162-4/+4
| | | | | Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com> p4raw-id: //depot/perl@27195
* Get perl_fini() running on HP-UX again.Gisle Aas2006-02-151-1/+1
| | | | | | | | It was effectively disabled by change 24667 since __ux_version is only available under DCE threads which isn't used when perl is built on HP-UX 11 and later. p4raw-id: //depot/perl@27194
* Fix to run this test in the coreRafael Garcia-Suarez2006-02-151-1/+1
| | | p4raw-id: //depot/perl@27193
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gzAndreas König2006-02-1514-240/+436
| | | | | Message-ID: <87oe19owyb.fsf@k75.linux.bogus> p4raw-id: //depot/perl@27192
* Added hints/dragonfly.sh for #27189H.Merijn Brand2006-02-151-0/+1
| | | p4raw-id: //depot/perl@27190
* Patch for perl to compile/work on DragonFlyBSDRobert Sebastian Gerus2006-02-153-8/+129
| | | | | Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com> p4raw-id: //depot/perl@27189
* patch@27162 long path name support in readdir / cando_by_nameJohn E. Malmberg2006-02-152-30/+382
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43EF999A.1020500@qsl.net> p4raw-id: //depot/perl@27187
* Version bump to go along with change #27185Steve Peters2006-02-151-1/+1
| | | | | p4raw-link: @27185 on //depot/perl: 70e28ff32415da9c0786352e034cc6de6db9ec65 p4raw-id: //depot/perl@27186
* Getopt::Long::Configure 'no_getopt_compat'Abigail2006-02-151-0/+2
| | | | | Message-ID: <20060214225806.GA4120@abigail.nl> p4raw-id: //depot/perl@27185
* Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as itNicholas Clark2006-02-143-3/+3
| | | | | | | never felt quite correct, and other parts of the SV conversion implementation have improved such that the symptoms 10214 covered over are gone even without it. p4raw-id: //depot/perl@27184
* Upgrade to Time-HiRes-1.87Steve Peters2006-02-143-5/+14
| | | p4raw-id: //depot/perl@27182
* Hash::Util tests should check if Hash::Util has been built, notSteve Peters2006-02-141-10/+2
| | | | | List::Util (spotted by Rafael). p4raw-id: //depot/perl@27181
* [Patch] Enhance Hash::UtilYves Orton2006-02-149-260/+844
| | | | | Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com> p4raw-id: //depot/perl@27180
* One shouldn't be able to dereference a GLOB as a SCALAR.Yitzchak Scott-Thoennes2006-02-142-1/+15
| | | | | | | | Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types Message-ID: <20060212171839.GA3604@efn.org> plus regression tests. p4raw-id: //depot/perl@27179
* Remove a my_perl that slipped inRafael Garcia-Suarez2006-02-141-2/+0
| | | p4raw-id: //depot/perl@27178
* Sun Studio lint patchesAndy Lester2006-02-1413-25/+36
| | | | | Message-ID: <20060214054617.GA8824@petdance.com> p4raw-id: //depot/perl@27177
* Ensure that public I, N and P flags are off when SvTAINT is called onNicholas Clark2006-02-131-1/+6
| | | | | something that already has taint magic. p4raw-id: //depot/perl@27176
* perldiag.pod patching re: integer overflowAndy Lester2006-02-132-7/+7
| | | | | Message-ID: <20060213050848.GB27993@petdance.com> p4raw-id: //depot/perl@27174
* [perl #38346] [PATCH] Re: B::Deparse's bug?Stephen McCamant2006-02-131-2/+2
| | | | | Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU> p4raw-id: //depot/perl@27173