Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New authors | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+16 |
| | | | p4raw-id: //depot/perl@28711 | ||||
* | More perldelta entries; plus, credits. | Rafael Garcia-Suarez | 2006-08-14 | 1 | -21/+63 |
| | | | p4raw-id: //depot/perl@28710 | ||||
* | Typo fix in perldiag | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28709 | ||||
* | Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules | Steve Hay | 2006-08-14 | 1 | -7/+12 |
| | | | | | alphabetically. p4raw-id: //depot/perl@28708 | ||||
* | Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706. | Steve Hay | 2006-08-14 | 1 | -0/+21 |
| | | | p4raw-id: //depot/perl@28707 | ||||
* | Add Module::Loaded to the core | Jos I. Boumans | 2006-08-14 | 3 | -0/+193 |
| | | | | | Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@28706 | ||||
* | More perldelta nits. | Rafael Garcia-Suarez | 2006-08-14 | 1 | -3/+11 |
| | | | p4raw-id: //depot/perl@28705 | ||||
* | Make the NAME section of Package::Constants more conformant to | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+1 |
| | | | | | man page conventions p4raw-id: //depot/perl@28704 | ||||
* | Add Package::Constants to the core | Jos I. Boumans | 2006-08-14 | 3 | -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.pl | Nicholas Clark | 2006-08-13 | 1 | -42/+42 |
| | | | p4raw-id: //depot/perl@28702 | ||||
* | Fix URL of perlbug database | Rafael Garcia-Suarez | 2006-08-13 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@28701 | ||||
* | More perldelta entries | Rafael Garcia-Suarez | 2006-08-13 | 1 | -7/+42 |
| | | | p4raw-id: //depot/perl@28700 | ||||
* | Fix a couple URLs in perlhack | Rafael Garcia-Suarez | 2006-08-13 | 1 | -19/+12 |
| | | | p4raw-id: //depot/perl@28699 | ||||
* | perlhack.pod: more portability pitfalls | Jarkko Hietaniemi | 2006-08-12 | 1 | -1/+55 |
| | | | | | Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi> p4raw-id: //depot/perl@28698 | ||||
* | Resync win32/config_H.* and win32/config.* with config_h.SH | Steve Hay | 2006-08-11 | 8 | -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 things | Rafael Garcia-Suarez | 2006-08-11 | 2 | -6/+43 |
| | | | | | in perl593delta... p4raw-id: //depot/perl@28696 | ||||
* | Add Module::Load to 5.9.x | Jos I. Boumans | 2006-08-11 | 9 | -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 Hay | 2006-08-11 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@28694 | ||||
* | Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu) | Andy Dougherty | 2006-08-10 | 1 | -1/+1 |
| | | | | | Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@28693 | ||||
* | Update Changes | Rafael Garcia-Suarez | 2006-08-10 | 1 | -0/+1094 |
| | | | p4raw-id: //depot/perl@28692 | ||||
* | Some updates to the cross-compilation config script | Rafael Garcia-Suarez | 2006-08-10 | 1 | -23/+28 |
| | | | p4raw-id: //depot/perl@28691 | ||||
* | lstat on *GLOB{IO} with warnings on would segfault | Rafael Garcia-Suarez | 2006-08-10 | 1 | -1/+1 |
| | | | | | (noticed by Andrew Dougherty) p4raw-id: //depot/perl@28690 | ||||
* | g++: gethostbyaddr, and more Tru64 defines | Jarkko Hietaniemi | 2006-08-10 | 2 | -3/+4 |
| | | | | | Message-ID: <44DACB8C.1080708@iki.fi> p4raw-id: //depot/perl@28689 | ||||
* | doio.c: vararg NULLs must be cast right | Jarkko Hietaniemi | 2006-08-10 | 1 | -2/+2 |
| | | | | | Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi> p4raw-id: //depot/perl@28688 | ||||
* | Upgrade to version.pm 0.67 | Rafael Garcia-Suarez | 2006-08-10 | 3 | -395/+451 |
| | | | p4raw-id: //depot/perl@28687 | ||||
* | A couple const's and a cast to get Sun CC to compile these files. | Steve Peters | 2006-08-09 | 3 | -5/+5 |
| | | | | | Perl, however, still will not build with the Sun CC. p4raw-id: //depot/perl@28686 | ||||
* | Fix comment nit in config.h | Steve Peters | 2006-08-09 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28685 | ||||
* | Re: [perl #37731] junk and uninit'ed values in tied scalars | Yitzchak Scott-Thoennes | 2006-08-09 | 2 | -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 CPAN | Dave Rolsky | 2006-08-09 | 2 | -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-Suarez | 2006-08-09 | 1 | -0/+21 |
| | | | p4raw-id: //depot/perl@28682 | ||||
* | Add OS-specific modules in Module::Corelist generation script | Rafael Garcia-Suarez | 2006-08-09 | 1 | -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.8 | Rafael Garcia-Suarez | 2006-08-09 | 1 | -24/+24 |
| | | | p4raw-id: //depot/perl@28680 | ||||
* | More fixes in the Module::Corelist data generation process | Rafael Garcia-Suarez | 2006-08-09 | 1 | -2/+5 |
| | | | p4raw-id: //depot/perl@28679 | ||||
* | Really submit previous change | Rafael Garcia-Suarez | 2006-08-09 | 1 | -4/+6 |
| | | | p4raw-id: //depot/perl@28678 | ||||
* | Several fixes in Porting/corelist.pl | Rafael Garcia-Suarez | 2006-08-09 | 0 | -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-Tramoni | 2006-08-08 | 1 | -6/+11 |
| | | | | | Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr> p4raw-id: //depot/perl@28676 | ||||
* | Simplification in Perl_magic_clearsig, plus a fix similar and | Rafael Garcia-Suarez | 2006-08-08 | 1 | -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 reached | Jarkko Hietaniemi | 2006-08-08 | 31 | -79/+182 |
| | | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674 | ||||
* | Upgrade to Module-Build-0.2805 | Steve Peters | 2006-08-07 | 9 | -18/+606 |
| | | | p4raw-id: //depot/perl@28673 | ||||
* | Upgrade to Digest-SHA-5.43 | Steve Peters | 2006-08-07 | 9 | -158/+119 |
| | | | p4raw-id: //depot/perl@28672 | ||||
* | Define PERL_NO_DEV_RANDOM on Windows | Alex Davies | 2006-08-07 | 1 | -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 #28668 | Steve Hay | 2006-08-07 | 2 | -1/+7 |
| | | | p4raw-id: //depot/perl@28670 | ||||
* | We shouldn't try to decrement the refcount of PL_warnhook | Rafael Garcia-Suarez | 2006-08-07 | 1 | -1/+2 |
| | | | | | if it has been set to PERL_WARNHOOK_FATAL. p4raw-id: //depot/perl@28669 | ||||
* | Provide a BGET_svtype, required by #28667 | Steve Hay | 2006-08-07 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@28668 | ||||
* | Try to reinstate the fix of change #28638 by patching bytecode.pl and | Rafael Garcia-Suarez | 2006-08-07 | 3 | -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 it | Rafael Garcia-Suarez | 2006-08-07 | 2 | -4/+4 |
| | | | | | to warnings.pl p4raw-id: //depot/perl@28666 | ||||
* | File::Basename add X<> tags, replace regex delimiters | Gabor Szabo | 2006-08-07 | 1 | -6/+10 |
| | | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com> p4raw-id: //depot/perl@28665 | ||||
* | adding X<> to perlvar | Gabor Szabo | 2006-08-07 | 1 | -1/+72 |
| | | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com> p4raw-id: //depot/perl@28664 | ||||
* | Regenerate files after previous change | Rafael Garcia-Suarez | 2006-08-07 | 2 | -3/+3 |
| | | | p4raw-id: //depot/perl@28663 | ||||
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 25 | -265/+336 |
| | | | | | Message-ID: <44D2E203.5050201@iki.fi> p4raw-id: //depot/perl@28662 |