Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Time-HiRes-1.90. | Steve Peters | 2006-08-22 | 3 | -16/+22 |
| | | | p4raw-id: //depot/perl@28748 | ||||
* | Upgrade to Time-HiRes-1.89. | Steve Peters | 2006-08-22 | 3 | -5/+23 |
| | | | p4raw-id: //depot/perl@28747 | ||||
* | Upgrade to CGI.pm-3.21 | Steve Peters | 2006-08-22 | 3 | -19/+54 |
| | | | p4raw-id: //depot/perl@28746 | ||||
* | Upgrade to Time-HiRes-1.88. | Steve Peters | 2006-08-22 | 3 | -23/+35 |
| | | | p4raw-id: //depot/perl@28745 | ||||
* | g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and ↵ | Jarkko Hietaniemi | 2006-08-22 | 9 | -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 Hietaniemi | 2006-08-22 | 1 | -6/+24 |
| | | | | | Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi> p4raw-id: //depot/perl@28743 | ||||
* | g++/x2p (better version) | Jarkko Hietaniemi | 2006-08-22 | 3 | -2/+14 |
| | | | | | Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi> p4raw-id: //depot/perl@28742 | ||||
* | g++/Tru64: got perl linking once got the linkage right | Jarkko Hietaniemi | 2006-08-21 | 3 | -5/+12 |
| | | | | | Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> p4raw-id: //depot/perl@28741 | ||||
* | Amendment to change #28739 | Rafael Garcia-Suarez | 2006-08-20 | 1 | -1/+1 |
| | | | | | p4raw-link: @28739 on //depot/perl: cd47bfdcdcaf11bca8ccb0afadaaa1d23503b9ee p4raw-id: //depot/perl@28740 | ||||
* | bytecode.t failures in Tru64: svtype (enum) is int, not long | Jarkko Hietaniemi | 2006-08-20 | 1 | -2/+2 |
| | | | | | Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi> p4raw-id: //depot/perl@28739 | ||||
* | perlthrtut update, by Jerry D. Hedden. | Rafael Garcia-Suarez | 2006-08-20 | 1 | -277/+316 |
| | | | p4raw-id: //depot/perl@28738 | ||||
* | g++/Solaris: force d_dlopen=define | Jarkko Hietaniemi | 2006-08-20 | 1 | -0/+11 |
| | | | | | Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> p4raw-id: //depot/perl@28737 | ||||
* | Phrasing nit in perlxstut (by Ville Koskinen) | Rafael Garcia-Suarez | 2006-08-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28736 | ||||
* | A type change that apparently works around a compiler bug | Rafael Garcia-Suarez | 2006-08-18 | 1 | -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 Hietaniemi | 2006-08-17 | 6 | -40/+68 |
| | | | | | Message-ID: <44E49649.9090307@iki.fi> p4raw-id: //depot/perl@28734 | ||||
* | syscall() declaration in perl.h needs to have an EXTERN_C prefixing | Steve Peters | 2006-08-17 | 1 | -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 Peters | 2006-08-17 | 1 | -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 Peters | 2006-08-17 | 2 | -4/+2 |
| | | | | | which caused core dumps. p4raw-id: //depot/perl@28731 | ||||
* | Cast needed to compile bsd_glob.c with C++ | Steve Peters | 2006-08-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28730 | ||||
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 10 | -20/+20 |
| | | | | | of Perl. p4raw-id: //depot/perl@28729 | ||||
* | Additional floating point strictness is needed to get Intel cc to pass | Steve Peters | 2006-08-15 | 1 | -2/+2 |
| | | | | | its tests. p4raw-id: //depot/perl@28728 | ||||
* | Update Changes | Rafael Garcia-Suarez | 2006-08-15 | 1 | -0/+215 |
| | | | p4raw-id: //depot/perl@28727 | ||||
* | Update Module::CoreList data with 5.9.4 | Rafael Garcia-Suarez | 2006-08-15 | 1 | -3/+486 |
| | | | p4raw-id: //depot/perl@28726 | ||||
* | 5.9.4 is today. | Rafael Garcia-Suarez | 2006-08-15 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@28725 | ||||
* | Actually, Richard Clamp doesn't maintain Module::CoreList anymore. | Rafael Garcia-Suarez | 2006-08-15 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28724 | ||||
* | Regenerate perlmodlib and perltoc | Rafael Garcia-Suarez | 2006-08-15 | 2 | -419/+1147 |
| | | | p4raw-id: //depot/perl@28723 | ||||
* | POD formatting nit | Rafael Garcia-Suarez | 2006-08-15 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28722 | ||||
* | Remove some of the known problems documented in perldelta, which were | Rafael Garcia-Suarez | 2006-08-15 | 1 | -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 perls | Rafael Garcia-Suarez | 2006-08-15 | 1 | -53/+1 |
| | | | | | on eval("syntax error") statements p4raw-id: //depot/perl@28720 | ||||
* | More perldelta nits found by my reviewers | Rafael Garcia-Suarez | 2006-08-15 | 1 | -7/+16 |
| | | | p4raw-id: //depot/perl@28719 | ||||
* | Spelling fixes, thanks to Nicholas and to Ronald Kimball | Rafael Garcia-Suarez | 2006-08-14 | 1 | -11/+10 |
| | | | p4raw-id: //depot/perl@28718 | ||||
* | More perldelta entries and fixes | Rafael Garcia-Suarez | 2006-08-14 | 1 | -14/+59 |
| | | | p4raw-id: //depot/perl@28717 | ||||
* | Typo fix in the documentation of source filters in @INC | Rafael Garcia-Suarez | 2006-08-14 | 1 | -6/+7 |
| | | | p4raw-id: //depot/perl@28716 | ||||
* | Only copy ppport.h to destination if it is different. | Marcus Holland-Moritz | 2006-08-14 | 1 | -2/+8 |
| | | | | | This avoids unneccessary rebuilds. p4raw-id: //depot/perl@28715 | ||||
* | Upgrade to Devel::PPPort 3.10 | Marcus Holland-Moritz | 2006-08-14 | 3 | -10/+11 |
| | | | p4raw-id: //depot/perl@28714 | ||||
* | perldelta entry describing regexp work, by Yves Orton | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+44 |
| | | | p4raw-id: //depot/perl@28713 | ||||
* | Regenerate metafile | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+20 |
| | | | p4raw-id: //depot/perl@28712 | ||||
* | 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 |