summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (back) towards g++ compilation (in Tru64, and elsewhere)Jarkko Hietaniemi2006-08-011-0/+6
| | | | | | | Message-ID: <44CE6BC7.8060805@iki.fi> Just the hints/dec_osf.sh changes from this set of patches. p4raw-id: //depot/perl@28633
* Tests to go with change #28628.Steve Peters2006-07-301-3/+23
| | | | | p4raw-link: @28628 on //depot/perl: ad02613cb6d8974aab9c68839c06129c8510c983 p4raw-id: //depot/perl@28632
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gzAndreas König2006-07-305-183/+584
| | | | | Message-ID: <877j1w2n20.fsf@k75.linux.bogus> p4raw-id: //depot/perl@28631
* Remove a (UINT) cast to silence a VC6 compiler warningSteve Hay2006-07-282-2/+2
| | | | | | | | (this was added by #27352, but Digest-SHA-5.37 changed the loop variable to be signed so the cast now needs to go). Also bump the VERSION since #27482 has not yet been applied to the CPAN version. p4raw-id: //depot/perl@28630
* z/OS: an easy test nitJarkko Hietaniemi2006-07-281-2/+10
| | | | | Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi> p4raw-id: //depot/perl@28629
* Change stat() and -X filetests so that they treat *FILE{IO} Steve Peters2006-07-282-8/+20
| | | | | filehandles like *FILE filehandles. This resolves RT #8244. p4raw-id: //depot/perl@28628
* Upgrade to Digest-SHA-5.42Steve Peters2006-07-2715-80/+118
| | | p4raw-id: //depot/perl@28627
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-278-6/+7
| | | | | http://www.nntp.perl.org/group/perl.daily-build.reports/39733 p4raw-id: //depot/perl@28626
* #7217: config.h comments for HAS_POLL incorrectDavid Dyck2006-07-271-8/+8
| | | | | | http://rt.perl.org/rt3/Ticket/Display.html?id=7217 Subject: config.h comments for HAS_POLL incorrect p4raw-id: //depot/perl@28625
* Re: Silence/fix more warnings from the regex engineYves Orton2006-07-271-10/+9
| | | | | | | Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com> REGCP_SET should only set a value, not check the previous value of its arg p4raw-id: //depot/perl@28623
* [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe ↵Andy Wardley2006-07-271-48/+72
| | | | | | | | signals and accept() From: Andy Wardley (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org> p4raw-id: //depot/perl@28622
* Some notes in perl594delta.Rafael Garcia-Suarez2006-07-261-2/+35
| | | p4raw-id: //depot/perl@28621
* interpolation of @- (and @+) in patterns ([perl #27940] comes back)SADAHIRO Tomoyuki2006-07-265-12/+63
| | | | | Message-Id: <20060725001517.3C5D.BQW10602@nifty.com> p4raw-id: //depot/perl@28620
* Added tests from CGI.pm that had not been integrated into core.Steve Peters2006-07-264-0/+219
| | | p4raw-id: //depot/perl@28619
* Add a few links to standard modules in perlfunc, by Gabor Szabo.Rafael Garcia-Suarez2006-07-261-2/+11
| | | p4raw-id: //depot/perl@28618
* Re: [ID 20000816.012] *foo = *_ is brokenMike Guy2006-07-261-0/+2
| | | | | | | Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk> Only part regarding @ARG missing from the documentation was applied. p4raw-id: //depot/perl@28617
* Upgrade to Devel::PPPort 3.09_02Marcus Holland-Moritz2006-07-2511-10/+220
| | | p4raw-id: //depot/perl@28616
* Very recent development versions of gcc (4.2.0 20060715) seemMarcus Holland-Moritz2006-07-251-0/+1
| | | | | to have switched from '<command line>' to '<command-line>'. p4raw-id: //depot/perl@28615
* Replace some sprintf()'s in Data::Dumper with my_snprintf()'sSteve Peters2006-07-242-6/+8
| | | p4raw-id: //depot/perl@28614
* Revert change 28603: this was a wrong fix, that didn't preventRafael Garcia-Suarez2006-07-231-44/+41
| | | | | a later crash. Reindent a bit of the same function. p4raw-id: //depot/perl@28613
* perlop: parsing quoted constructs SADAHIRO Tomoyuki2006-07-231-50/+93
| | | | | Message-Id: <20060716200218.2CE6.BQW10602@nifty.com> p4raw-id: //depot/perl@28612
* The rest of the changes for Sys-Syslog-0.17 which my new patch noSteve Peters2006-07-234-19/+40
| | | | | longer automatically "p4 edits" for me. p4raw-id: //depot/perl@28611
* Upgrade to Sys-Syslog-0.17Steve Peters2006-07-231-61/+147
| | | p4raw-id: //depot/perl@28610
* Tru64: if cc given both -O and -g, -g must be -g3Jarkko Hietaniemi2006-07-231-0/+10
| | | | | Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi> p4raw-id: //depot/perl@28609
* Revert part of last change, that was causing utf8 test failuresRafael Garcia-Suarez2006-07-231-1/+1
| | | p4raw-id: //depot/perl@28608
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-235-13/+149
| | | | | Message-ID: <44C24994.6020008@iki.fi> p4raw-id: //depot/perl@28607
* Add another volatile modifier to protect against longjmp clobberingRafael Garcia-Suarez2006-07-231-1/+1
| | | p4raw-id: //depot/perl@28606
* Upgrade to Devel::PPPort 3.09_01Marcus Holland-Moritz2006-07-217-19/+40
| | | p4raw-id: //depot/perl@28605
* More tweaks to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-215-51/+48
| | | p4raw-id: //depot/perl@28604
* In pp_entersub, accept to handle a CV with a NULL padlist.Rafael Garcia-Suarez2006-07-201-5/+7
| | | | | This fixes a crash with mod_perl 1.29. p4raw-id: //depot/perl@28603
* Upgrade to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-206-253/+315
| | | p4raw-id: //depot/perl@28602
* Band-aid for segfault in ext/threads/t/blocks.t on SMP machinesRafael Garcia-Suarez2006-07-191-1/+2
| | | p4raw-id: //depot/perl@28601
* [perl #39876] Time::gmtime 1.02 examples patchAlexandr Ciornii2006-07-191-4/+5
| | | | | | | | From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org> Pod fixes for Time::gmtime.pm p4raw-id: //depot/perl@28600
* make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATEJarkko Hietaniemi2006-07-183-8/+28
| | | | | Message-ID: <44BB2994.5090609@iki.fi> p4raw-id: //depot/perl@28599
* [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]Jerry D. Hedden2006-07-182-9/+27
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net> p4raw-id: //depot/perl@28598
* Fix Borland problem with quoted pre-processor macros in response filesRandy W. Sims2006-07-181-2/+7
| | | | | | | | | | | | | This should clear up the errors from Module/Build/t/ppm.t and Module/Build/t/xs.t in the Borland smokes. Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <4435CF60.1000707@thepierianspring.org> See the thread here for details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html p4raw-id: //depot/perl@28597
* Additional reason for ssh passphrase failures.Steve Peters2006-07-181-1/+3
| | | p4raw-id: //depot/perl@28596
* Remove the C89 checking with gccRafael Garcia-Suarez2006-07-172-18/+3
| | | | | (but leave a note in perlhack) p4raw-id: //depot/perl@28595
* Silence system warning during tests (only on win32 for now)Yves Orton2006-07-171-1/+2
| | | | | Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com> p4raw-id: //depot/perl@28594
* Avoid an error that VC++'s resource compiler seems to haveSteve Hay2006-07-172-4/+3
| | | | | | | | with a reference to "perly.y" in "perly.h" See the thread here for details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html p4raw-id: //depot/perl@28593
* Cygwin doesn't cope (yet) with gcc flags -std=c89H.Merijn Brand2006-07-171-1/+4
| | | p4raw-id: //depot/perl@28592
* Check for taintedness of PERL5SHELL on WindowsRafael Garcia-Suarez2006-07-161-0/+3
| | | | | (bug #39832) p4raw-id: //depot/perl@28591
* MIME::Base64 quoted-print.t: z/OS (EBCDIC)Jarkko Hietaniemi2006-07-161-0/+165
| | | | | Message-ID: <44BA10C3.8040007@iki.fi> p4raw-id: //depot/perl@28590
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-167-41/+91
| | | | | Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com> p4raw-id: //depot/perl@28589
* perlhack: advertise Configure -DgccansipedanticJarkko Hietaniemi2006-07-161-5/+9
| | | | | Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi> p4raw-id: //depot/perl@28588
* Upgrade to Module-Build-0.2803Steve Peters2006-07-163-2/+14
| | | p4raw-id: //depot/perl@28587
* Upgrade to Test-Simple-0.64Steve Peters2006-07-169-130/+100
| | | p4raw-id: //depot/perl@28586
* Re: [PATCH] various safety/portability tweaksJarkko Hietaniemi2006-07-161-3/+2
| | | | | | | | Message-ID: <44B93ED1.7080000@iki.fi> Fix for change #28578. p4raw-link: @28578 on //depot/perl: d130778686fc2c04eb7d731512df9e71304d5573 p4raw-id: //depot/perl@28585
* run regen_headerdsDave Mitchell2006-07-163-2/+17
| | | p4raw-id: //depot/perl@28584
* comment update for scan_constSADAHIRO Tomoyuki2006-07-151-23/+29
| | | | | Message-Id: <20060715201552.9FA5.BQW10602@nifty.com> p4raw-id: //depot/perl@28583