summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New authorsRafael Garcia-Suarez2006-08-141-1/+16
| | | p4raw-id: //depot/perl@28711
* More perldelta entries; plus, credits.Rafael Garcia-Suarez2006-08-141-21/+63
| | | p4raw-id: //depot/perl@28710
* Typo fix in perldiagRafael Garcia-Suarez2006-08-141-1/+1
| | | p4raw-id: //depot/perl@28709
* Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modulesSteve Hay2006-08-141-7/+12
| | | | | alphabetically. p4raw-id: //depot/perl@28708
* Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.Steve Hay2006-08-141-0/+21
| | | p4raw-id: //depot/perl@28707
* Add Module::Loaded to the coreJos I. Boumans2006-08-143-0/+193
| | | | | Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@28706
* More perldelta nits.Rafael Garcia-Suarez2006-08-141-3/+11
| | | p4raw-id: //depot/perl@28705
* Make the NAME section of Package::Constants more conformant toRafael Garcia-Suarez2006-08-141-1/+1
| | | | | man page conventions p4raw-id: //depot/perl@28704
* Add Package::Constants to the coreJos I. Boumans2006-08-143-0/+162
| | | | | Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@28703
* Regularise the indents of Changes to placate Porting/checkAUTHORS.plNicholas Clark2006-08-131-42/+42
| | | p4raw-id: //depot/perl@28702
* Fix URL of perlbug databaseRafael Garcia-Suarez2006-08-131-2/+3
| | | p4raw-id: //depot/perl@28701
* More perldelta entriesRafael Garcia-Suarez2006-08-131-7/+42
| | | p4raw-id: //depot/perl@28700
* Fix a couple URLs in perlhackRafael Garcia-Suarez2006-08-131-19/+12
| | | p4raw-id: //depot/perl@28699
* perlhack.pod: more portability pitfallsJarkko Hietaniemi2006-08-121-1/+55
| | | | | Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi> p4raw-id: //depot/perl@28698
* Resync win32/config_H.* and win32/config.* with config_h.SHSteve Hay2006-08-118-2829/+2860
| | | | | | | | | | and Porting/config.sh respectively No real changes except for the addition of the missing HAS_C99_VARIADIC_MACROS to win32/config_H.* and initialinstalllocation, madlyh, madlyobj and madlysrc to win32/config.* p4raw-id: //depot/perl@28697
* More perldelta notes. Also, I did forget thingsRafael Garcia-Suarez2006-08-112-6/+43
| | | | | in perl593delta... p4raw-id: //depot/perl@28696
* Add Module::Load to 5.9.xJos I. Boumans2006-08-119-0/+302
| | | | | Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@28695
* Close file before unlinking (on Win32 at least!)Steve Hay2006-08-111-0/+1
| | | p4raw-id: //depot/perl@28694
* Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)Andy Dougherty2006-08-101-1/+1
| | | | | Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@28693
* Update ChangesRafael Garcia-Suarez2006-08-101-0/+1094
| | | p4raw-id: //depot/perl@28692
* Some updates to the cross-compilation config scriptRafael Garcia-Suarez2006-08-101-23/+28
| | | p4raw-id: //depot/perl@28691
* lstat on *GLOB{IO} with warnings on would segfaultRafael Garcia-Suarez2006-08-101-1/+1
| | | | | (noticed by Andrew Dougherty) p4raw-id: //depot/perl@28690
* g++: gethostbyaddr, and more Tru64 definesJarkko Hietaniemi2006-08-102-3/+4
| | | | | Message-ID: <44DACB8C.1080708@iki.fi> p4raw-id: //depot/perl@28689
* doio.c: vararg NULLs must be cast rightJarkko Hietaniemi2006-08-101-2/+2
| | | | | Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi> p4raw-id: //depot/perl@28688
* Upgrade to version.pm 0.67Rafael Garcia-Suarez2006-08-103-395/+451
| | | p4raw-id: //depot/perl@28687
* A couple const's and a cast to get Sun CC to compile these files.Steve Peters2006-08-093-5/+5
| | | | | Perl, however, still will not build with the Sun CC. p4raw-id: //depot/perl@28686
* Fix comment nit in config.hSteve Peters2006-08-091-1/+1
| | | p4raw-id: //depot/perl@28685
* Re: [perl #37731] junk and uninit'ed values in tied scalarsYitzchak Scott-Thoennes2006-08-092-1/+19
| | | | | | | Message-ID: <20051128092605.GA2328@efn.org> plus a regression test p4raw-id: //depot/perl@28684
* PATCH: Sync Time::Local in blead to 1.13 on CPANDave Rolsky2006-08-092-168/+190
| | | | | Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org> p4raw-id: //depot/perl@28683
* Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]Rafael Garcia-Suarez2006-08-091-0/+21
| | | p4raw-id: //depot/perl@28682
* Add OS-specific modules in Module::Corelist generation scriptRafael Garcia-Suarez2006-08-091-3/+3
| | | | | (hinted by Steve Hay) p4raw-id: //depot/perl@28681
* Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8Rafael Garcia-Suarez2006-08-091-24/+24
| | | p4raw-id: //depot/perl@28680
* More fixes in the Module::Corelist data generation processRafael Garcia-Suarez2006-08-091-2/+5
| | | p4raw-id: //depot/perl@28679
* Really submit previous changeRafael Garcia-Suarez2006-08-091-4/+6
| | | p4raw-id: //depot/perl@28678
* Several fixes in Porting/corelist.plRafael Garcia-Suarez2006-08-090-0/+0
| | | | | | - make it run with 5.8.x perls - make it handle new modules layout in bleadperl p4raw-id: //depot/perl@28677
* Small precision about $SIG{__WARN__}Sébastien Aperghis-Tramoni2006-08-081-6/+11
| | | | | Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr> p4raw-id: //depot/perl@28676
* Simplification in Perl_magic_clearsig, plus a fix similar andRafael Garcia-Suarez2006-08-081-5/+3
| | | | | | symmetrical to the one implemented in change #28669. p4raw-link: @28669 on //depot/perl: 9289f461126f104eef437e7c6d2f1f640f935646 p4raw-id: //depot/perl@28675
* g++ stage 1 reachedJarkko Hietaniemi2006-08-0831-79/+182
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* Upgrade to Module-Build-0.2805Steve Peters2006-08-079-18/+606
| | | p4raw-id: //depot/perl@28673
* Upgrade to Digest-SHA-5.43Steve Peters2006-08-079-158/+119
| | | p4raw-id: //depot/perl@28672
* Define PERL_NO_DEV_RANDOM on WindowsAlex Davies2006-08-071-0/+3
| | | | | | | | From: "Davies, Alex" <adavies@ptc.com> Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com> This stops perl from trying to read C:\dev\urandom on Windows p4raw-id: //depot/perl@28671
* Fixups for test failures caused by #28667 and #28668Steve Hay2006-08-072-1/+7
| | | p4raw-id: //depot/perl@28670
* We shouldn't try to decrement the refcount of PL_warnhookRafael Garcia-Suarez2006-08-071-1/+2
| | | | | if it has been set to PERL_WARNHOOK_FATAL. p4raw-id: //depot/perl@28669
* Provide a BGET_svtype, required by #28667Steve Hay2006-08-071-0/+1
| | | p4raw-id: //depot/perl@28668
* Try to reinstate the fix of change #28638 by patching bytecode.pl andRafael Garcia-Suarez2006-08-073-4/+4
| | | | | | not the file it generates p4raw-link: @28638 on //depot/perl: 98e3ba2c7915a38045b973577ec684fa0de54948 p4raw-id: //depot/perl@28667
* Restore modification in warnings.h from change 28662 by backporting itRafael Garcia-Suarez2006-08-072-4/+4
| | | | | to warnings.pl p4raw-id: //depot/perl@28666
* File::Basename add X<> tags, replace regex delimitersGabor Szabo2006-08-071-6/+10
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com> p4raw-id: //depot/perl@28665
* adding X<> to perlvarGabor Szabo2006-08-071-1/+72
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com> p4raw-id: //depot/perl@28664
* Regenerate files after previous changeRafael Garcia-Suarez2006-08-072-3/+3
| | | p4raw-id: //depot/perl@28663
* g++ large patchJarkko Hietaniemi2006-08-0725-265/+336
| | | | | Message-ID: <44D2E203.5050201@iki.fi> p4raw-id: //depot/perl@28662