summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Also IRIX wants setlogsock('stream').Jarkko Hietaniemi2003-09-142-2/+3
| | | p4raw-id: //depot/perl@21227
* More PerlIO warnings changes.Jarkko Hietaniemi2003-09-131-2/+2
| | | p4raw-id: //depot/perl@21209
* Stringify the $VERSION of DynaLoader so it's never dependentRafael Garcia-Suarez2003-09-121-1/+1
| | | | | on localized float-to-string conversions. p4raw-id: //depot/perl@21201
* strict stash seems to have gone, too.Jarkko Hietaniemi2003-09-091-1/+1
| | | p4raw-id: //depot/perl@21119
* Loading warnings.pm now loads attributes.pm that loads strict.pm.Rafael Garcia-Suarez2003-09-081-1/+1
| | | | | (due to #21107 apparently.) Adjust this test accordingly. p4raw-id: //depot/perl@21117
* A version of change #21073 that works.Rafael Garcia-Suarez2003-09-082-2/+14
| | | | | p4raw-link: @21073 on //depot/perl: b5a808db3c007cbb4159178941346ac3c6f968a7 p4raw-id: //depot/perl@21106
* 5.8.1 was mistakenly redefining PL_sv_placeholder.Jarkko Hietaniemi2003-09-081-1/+1
| | | p4raw-id: //depot/perl@21088
* The #21073 broke ext/B/t/o.t, retracting the #21073.Jarkko Hietaniemi2003-09-082-14/+2
| | | p4raw-id: //depot/perl@21082
* call_(pv|etc.) for Devel::PPPortTassilo von Parseval2003-09-083-2/+32
| | | | | Message-id: <20030908065609.GA1260@ethan> p4raw-id: //depot/perl@21074
* Re: one nit to fix [PATCH]Rafael Garcia-Suarez2003-09-082-2/+14
| | | | | Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com> p4raw-id: //depot/perl@21073
* Cleanup PerlIO::scalar documentation a bit.Jarkko Hietaniemi2003-09-081-11/+20
| | | p4raw-id: //depot/perl@21067
* Re: [perl #23656] Safe reval bleeds local variable valuesDave Mitchell2003-09-071-10/+22
| | | | | Message-ID: <20030907181444.GA7058@fdgroup.com> p4raw-id: //depot/perl@21063
* Minor doc style nits in XSLoader.Rafael Garcia-Suarez2003-09-061-13/+13
| | | p4raw-id: //depot/perl@21060
* Musty corners of Syslog.pm.Jarkko Hietaniemi2003-09-051-2/+10
| | | p4raw-id: //depot/perl@21052
* 1. Work around the bug fixed by #20587 (because it's in 5.8.0).Abhijit Menon-Sen2003-09-055-10/+60
| | | | | | | 2. Compensate for PL_sv_placeholder <= 5.8.1. 3. Clean up non-backwards-compatible tests. 4. Prepare for the 2.08 CPAN release. p4raw-id: //depot/perl@21051
* threads/shared.pm: saves 4K per threadElizabeth Mattijsen2003-09-051-11/+11
| | | | | | Message-Id: <p05111b05bb7e177db044@[192.168.56.4]> From: Elizabeth Mattijsen <liz@dijkmat.nl> p4raw-id: //depot/perl@21047
* versions threads modulesElizabeth Mattijsen2003-09-051-1/+1
| | | | | Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]> p4raw-id: //depot/perl@21046
* Re: [PATCH] Data::Dumper 2.121Ilya Martynov2003-09-046-56/+102
| | | | | Message-ID: <87ad9kuwd1.fsf@abra.ru> p4raw-id: //depot/perl@21036
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-043-9/+13
| | | | | Message-ID: <20030904170906.GA1235@ratsnest.hole> p4raw-id: //depot/perl@21032
* A SuSE patchlet for perlcc -c to avoidJarkko Hietaniemi2003-09-041-1/+1
| | | | | "Modification of a read-only value attempted at ... C.pm" p4raw-id: //depot/perl@21028
* Avoid lvalue casts, from Enache.Jarkko Hietaniemi2003-09-031-1/+1
| | | p4raw-id: //depot/perl@21018
* use IO; is deprecated.Jarkko Hietaniemi2003-09-031-4/+4
| | | p4raw-id: //depot/perl@21013
* Changing the test count is a good idea.Jarkko Hietaniemi2003-09-031-1/+1
| | | p4raw-id: //depot/perl@21011
* Re: maint@20974 or before broke mp2 ithreads testMarcus Holland-Moritz2003-09-031-0/+9
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2> p4raw-id: //depot/perl@21009
* grok_(number|numeric_radix) added to Devel::PPPortTassilo von Parseval2003-09-023-4/+282
| | | | | Message-id: <20030902092719.GA18075@ethan> p4raw-id: //depot/perl@20996
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-6/+6
| | | | | Message-ID: <20030902004511.GA1442@ratsnest.hole> p4raw-id: //depot/perl@20993
* De-cargo-cult.Jarkko Hietaniemi2003-08-312-2/+2
| | | p4raw-id: //depot/perl@20961
* Tweak XSLoader.t.Rafael Garcia-Suarez2003-08-301-7/+2
| | | | | | | | XSLoader is supposed to work even for extensions that are statically linked. So only check that the extension we test for is actually available. (This test is not supposed to be run by miniperl.) p4raw-id: //depot/perl@20952
* Make XSLoader.t more robust (and sdbm.t more verbose)Jarkko Hietaniemi2003-08-302-2/+12
| | | p4raw-id: //depot/perl@20945
* XSLoader nits and testsMichael G. Schwern2003-08-302-19/+26
| | | | | Message-ID: <20030830055507.GI25970@windhund.schwern.org> p4raw-id: //depot/perl@20944
* MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.Jarkko Hietaniemi2003-08-281-2/+2
| | | p4raw-id: //depot/perl@20927
* Quieten more warnings in Deparse.pmPaul Johnson2003-08-281-1/+1
| | | | | Message-ID: <20030827221359.GE28396@pjcj.net> p4raw-id: //depot/perl@20924
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-274-4/+10
| | | | | | | (otherwise one gets prototype conflicts between the <string.h> and proto.h because Ultrix thinks e.g. Perl_ninstr has been define in <string.h>...); and Configure misprobes some features. p4raw-id: //depot/perl@20916
* Change the VERSION since there are now changes since Perl 5.8.0.Jarkko Hietaniemi2003-08-251-1/+1
| | | p4raw-id: //depot/perl@20877
* Various tweaks for getting Perl to compile on SunOS 4.x.Jarkko Hietaniemi2003-08-241-0/+9
| | | | | Doesn't work well yet, something broken in DynaLoader/XSLoader? p4raw-id: //depot/perl@20867
* gcc -O3 and Storable in Linux do not like each other.Jarkko Hietaniemi2003-08-241-8/+5
| | | p4raw-id: //depot/perl@20861
* More data points about the Storable optimization problemJarkko Hietaniemi2003-08-231-1/+2
| | | | | | in Linux. (It might be that also non-Debians are affected, waiting for more information.) p4raw-id: //depot/perl@20854
* Forgot to regen byterun.c.Jarkko Hietaniemi2003-08-231-9/+9
| | | p4raw-id: //depot/perl@20852
* Test the correct longness; from Enache.Jarkko Hietaniemi2003-08-221-0/+2
| | | p4raw-id: //depot/perl@20827
* Lower Storable.xs optimization to -O2 on certainJarkko Hietaniemi2003-08-221-0/+12
| | | | | known platforms. p4raw-id: //depot/perl@20825
* grok_* symbols missing in Devel::PPPort (2nd attempt)Tassilo von Parseval2003-08-223-1/+73
| | | | | Message-id: <20030822070109.GA1029@ethan> p4raw-id: //depot/perl@20819
* perl-5.8.0, langinfo.h and YESSTRinsecure2003-08-221-0/+1
| | | | | Message-Id: <200308212137.57016.insecure@mail.od.ua> p4raw-id: //depot/perl@20817
* More bytecode patching from Enache.Jarkko Hietaniemi2003-08-224-9/+24
| | | p4raw-id: //depot/perl@20816
* MPE/iX does not have nanosleep() (the test makesJarkko Hietaniemi2003-08-211-1/+2
| | | | | a wrong conclusion of the linking succeeding) p4raw-id: //depot/perl@20794
* Byteloader patching from Enache continues;Jarkko Hietaniemi2003-08-215-6/+14
| | | | | PADOFFSET handling was wrong. p4raw-id: //depot/perl@20792
* Upgrade to Encode 1.98.Jarkko Hietaniemi2003-08-2014-19/+42
| | | p4raw-id: //depot/perl@20790
* Patch from Enache for the crashing of bytecode.t in Tru64.Jarkko Hietaniemi2003-08-202-5/+12
| | | p4raw-id: //depot/perl@20789
* Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhaustedAlain Barbet2003-08-191-0/+2
| | | | | Message-ID: <20030819161650.65754.qmail@onion.perl.org> p4raw-id: //depot/perl@20780
* (From Enache) Keep bytecode files (.plc) around in caseJarkko Hietaniemi2003-08-191-4/+6
| | | | | of failures. (Currently Tru64 is reliably barfing.) p4raw-id: //depot/perl@20775
* Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.Jarkko Hietaniemi2003-08-181-2/+2
| | | p4raw-id: //depot/perl@20764