summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert bogus change 28763.Rafael Garcia-Suarez2006-08-282-16/+0
| | | p4raw-id: //depot/perl@28767
* Fix PerlIO::scalar fileno() documentation as suggested in:Shawn Boyette2006-08-281-1/+1
| | | | | | | Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org> p4raw-id: //depot/perl@28766
* Added an additional #ifndef based on comments by Jarkko andSteve Peters2006-08-271-1/+3
| | | | | John Malmberg. p4raw-id: //depot/perl@28765
* perlsyn incomplete duplicate definition of truthDaniel Frederick Crisman2006-08-271-1/+1
| | | | | Message-ID: <20060824212957.GA32557@fury.crisman.org> p4raw-id: //depot/perl@28764
* More conditional defines of EXTERN_C, by JarkkoRafael Garcia-Suarez2006-08-272-0/+16
| | | p4raw-id: //depot/perl@28763
* Change #24364 broke Data::Dumper::Seen()Marcus Holland-Moritz2006-08-271-1/+2
| | | | | Message-ID: <20060825223533.04efdf2d@r2d2> p4raw-id: //depot/perl@28762
* Regression test for attributes 'reserved' warning,Rafael Garcia-Suarez2006-08-271-1/+7
| | | | | by Jerry D. Hedden p4raw-id: //depot/perl@28761
* Put a plan in the last added testRafael Garcia-Suarez2006-08-251-0/+1
| | | p4raw-id: //depot/perl@28760
* Silence a bunch of Borland compiler warnings in SDBM_FileSteve Hay2006-08-251-1/+0
| | | | | (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283) p4raw-id: //depot/perl@28759
* Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered ↵Adriano Ferreira2006-08-253-2/+55
| | | | | | | | by require From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com> p4raw-id: //depot/perl@28758
* Following Jarkko's advice, it seems that ODBM_File cannot beRafael Garcia-Suarez2006-08-251-9/+1
| | | | | compiled as C++ as-is. p4raw-id: //depot/perl@28757
* RE: [perl #40227] 'reserved' warning not workingJerry D. Hedden2006-08-252-21/+3
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net> p4raw-id: //depot/perl@28756
* Upgrade to File-Temp-0.17. Also, a change to Tim Jenness's email.Steve Peters2006-08-244-20/+103
| | | p4raw-id: //depot/perl@28755
* change 28744 broke ODBM_FileRobin Barker2006-08-241-2/+10
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@28754
* Don't promulgate Perl attributesJerry D. Hedden2006-08-242-4/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net> p4raw-id: //depot/perl@28753
* Upgrade to CGI.pm-3.22.Steve Peters2006-08-242-2/+5
| | | p4raw-id: //depot/perl@28752
* [perl #40161] ccversion fix for hpuxsmoketst@hp46t243.cup.hp.com2006-08-231-1/+1
| | | | | | From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org> p4raw-id: //depot/perl@28751
* The previous change causes compile failures with threaded Perls.Steve Peters2006-08-232-10/+0
| | | p4raw-id: //depot/perl@28750
* Part of one of Jarkko's g++ patches that was missed.Steve Peters2006-08-222-0/+10
| | | p4raw-id: //depot/perl@28749
* Update to Time-HiRes-1.90.Steve Peters2006-08-223-16/+22
| | | p4raw-id: //depot/perl@28748
* Upgrade to Time-HiRes-1.89.Steve Peters2006-08-223-5/+23
| | | p4raw-id: //depot/perl@28747
* Upgrade to CGI.pm-3.21Steve Peters2006-08-223-19/+54
| | | p4raw-id: //depot/perl@28746
* Upgrade to Time-HiRes-1.88.Steve Peters2006-08-223-23/+35
| | | p4raw-id: //depot/perl@28745
* g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and ↵Jarkko Hietaniemi2006-08-229-18/+18
| | | | | | | | | Time::HiRes 1.88 in CPAN) Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi> ...plus various version bumps and Digest::MD5 test file fixes. p4raw-id: //depot/perl@28744
* perlhack.pod: small porta-tweaks (this time without pod2man :-)Jarkko Hietaniemi2006-08-221-6/+24
| | | | | Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi> p4raw-id: //depot/perl@28743
* g++/x2p (better version)Jarkko Hietaniemi2006-08-223-2/+14
| | | | | Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi> p4raw-id: //depot/perl@28742
* g++/Tru64: got perl linking once got the linkage rightJarkko Hietaniemi2006-08-213-5/+12
| | | | | Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> p4raw-id: //depot/perl@28741
* Amendment to change #28739Rafael Garcia-Suarez2006-08-201-1/+1
| | | | | p4raw-link: @28739 on //depot/perl: cd47bfdcdcaf11bca8ccb0afadaaa1d23503b9ee p4raw-id: //depot/perl@28740
* bytecode.t failures in Tru64: svtype (enum) is int, not longJarkko Hietaniemi2006-08-201-2/+2
| | | | | Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi> p4raw-id: //depot/perl@28739
* perlthrtut update, by Jerry D. Hedden.Rafael Garcia-Suarez2006-08-201-277/+316
| | | p4raw-id: //depot/perl@28738
* g++/Solaris: force d_dlopen=defineJarkko Hietaniemi2006-08-201-0/+11
| | | | | Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> p4raw-id: //depot/perl@28737
* Phrasing nit in perlxstut (by Ville Koskinen)Rafael Garcia-Suarez2006-08-181-1/+1
| | | p4raw-id: //depot/perl@28736
* A type change that apparently works around a compiler bugRafael Garcia-Suarez2006-08-181-1/+1
| | | | | (gcc 4.1.1 on Solaris) (by Robin Barker) p4raw-id: //depot/perl@28735
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-176-40/+68
| | | | | Message-ID: <44E49649.9090307@iki.fi> p4raw-id: //depot/perl@28734
* syscall() declaration in perl.h needs to have an EXTERN_C prefixingSteve Peters2006-08-171-2/+2
| | | | | | it for some C++ compiles. Might as well fix usleep()'s declaration too. p4raw-id: //depot/perl@28733
* Fix to problem where CGI can lose the filehandle during an upload.Steve Peters2006-08-171-2/+2
| | | | | | Patch posted to the Debian bug list by Eric Wong <eric@petta-tech.com>. p4raw-id: //depot/perl@28732
* gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),Steve Peters2006-08-172-4/+2
| | | | | which caused core dumps. p4raw-id: //depot/perl@28731
* Cast needed to compile bsd_glob.c with C++Steve Peters2006-08-161-1/+1
| | | p4raw-id: //depot/perl@28730
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-1610-20/+20
| | | | | of Perl. p4raw-id: //depot/perl@28729
* Additional floating point strictness is needed to get Intel cc to passSteve Peters2006-08-151-2/+2
| | | | | its tests. p4raw-id: //depot/perl@28728
* Update ChangesRafael Garcia-Suarez2006-08-151-0/+215
| | | p4raw-id: //depot/perl@28727
* Update Module::CoreList data with 5.9.4Rafael Garcia-Suarez2006-08-151-3/+486
| | | p4raw-id: //depot/perl@28726
* 5.9.4 is today.Rafael Garcia-Suarez2006-08-151-0/+1
| | | p4raw-id: //depot/perl@28725
* Actually, Richard Clamp doesn't maintain Module::CoreList anymore.Rafael Garcia-Suarez2006-08-151-1/+1
| | | p4raw-id: //depot/perl@28724
* Regenerate perlmodlib and perltocRafael Garcia-Suarez2006-08-152-419/+1147
| | | p4raw-id: //depot/perl@28723
* POD formatting nitRafael Garcia-Suarez2006-08-151-1/+1
| | | p4raw-id: //depot/perl@28722
* Remove some of the known problems documented in perldelta, which wereRafael Garcia-Suarez2006-08-151-9/+31
| | | | | | | caused by change #28319, just backed out. Add some Windows news (by Steve Hay) p4raw-link: @28319 on //depot/perl: eb7d7d25d2f780edcbedc124a5bdca0d53ad8687 p4raw-id: //depot/perl@28721
* Revert change 28319, which may cause segfaults with threaded perlsRafael Garcia-Suarez2006-08-151-53/+1
| | | | | on eval("syntax error") statements p4raw-id: //depot/perl@28720
* More perldelta nits found by my reviewersRafael Garcia-Suarez2006-08-151-7/+16
| | | p4raw-id: //depot/perl@28719
* Spelling fixes, thanks to Nicholas and to Ronald KimballRafael Garcia-Suarez2006-08-141-11/+10
| | | p4raw-id: //depot/perl@28718