summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Silence some more warnings INT2PTR.Artur Bergman2001-09-105-8/+8
| | | p4raw-id: //depot/perl@11972
* Silence another ITHREAD 64bit INT/32bit PTR warning.Artur Bergman2001-09-101-1/+1
| | | p4raw-id: //depot/perl@11971
* Apply INT2PTR with force to silence warnings fromArtur Bergman2001-09-103-8/+8
| | | | | | PM_GETRE and friends. No more warnings with 64bit IVs and 32bit pointers. p4raw-id: //depot/perl@11970
* Removed reference of -DPERL_CUSTOM_OPS in the documentation.Artur Bergman2001-09-101-3/+2
| | | p4raw-id: //depot/perl@11969
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-106-14/+12
| | | | | | | Rename to custop_op_name to Perl_custom_op_name to match perlapi Clone the hashtable PL_custom_op_names and PL_custop_op_descs in perl_clone. p4raw-id: //depot/perl@11968
* Using strlen() not good on embedded nul bytes.Jarkko Hietaniemi2001-09-101-13/+13
| | | p4raw-id: //depot/perl@11967
* Re: [ID 20010810.011] 'use v2b' not allowed with strictRafael Garcia-Suarez2001-09-094-12/+24
| | | | | | Message-ID: <20010813225159.C6681@rafael> (Applied with several tweaks.) p4raw-id: //depot/perl@11966
* The exact error message is system-dependent.Jarkko Hietaniemi2001-09-091-1/+1
| | | p4raw-id: //depot/perl@11965
* Add Windows and Mac Sami support to EncodeJarkko Hietaniemi2001-09-093-2/+44
| | | | | (http://www.egt.ie/standards/se/sami-teastabaiki.html) p4raw-id: //depot/perl@11964
* Use the tried method.Jarkko Hietaniemi2001-09-091-1/+1
| | | p4raw-id: //depot/perl@11963
* Can't count parentheses.Jarkko Hietaniemi2001-09-091-1/+1
| | | p4raw-id: //depot/perl@11962
* perlport additions: 1 while unlink, add/delete directoryJarkko Hietaniemi2001-09-091-0/+22
| | | | | | entries and permissions, cygwin stat funkiness (from Michael Schwern and Nicholas Clark) p4raw-id: //depot/perl@11961
* blib does have a detectable test.Jarkko Hietaniemi2001-09-091-2/+1
| | | p4raw-id: //depot/perl@11960
* Add Test for Term::Completechromatic2001-09-092-0/+102
| | | | | Message-ID: <20010909013810.11522.qmail@onion.perl.org> p4raw-id: //depot/perl@11959
* Test::Tutorial?Michael G. Schwern2001-09-092-0/+555
| | | | | Message-ID: <20010908024026.A26283@blackrider> p4raw-id: //depot/perl@11958
* Try to look up protocol (by name) only iff it has non-numbers:Jarkko Hietaniemi2001-09-091-5/+2
| | | | | | | | | nice if the server is in a chrooted environment (no /etc/protocols, server code using hardcorded protocol numbers like 6 for tcp), suggested by John Holdsworth <coldwave@bigfoot.com>. In other words, if we are given a number, why look it up again (by number)? p4raw-id: //depot/perl@11957
* [PATCH regcomp.c] zero-width assertions CAN be ?'dJeff Pinyan2001-09-093-11/+4
| | | | | | | | | | | | | | | Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net> Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net> Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net> Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net> Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11956
* Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pmCraig A. Berry2001-09-091-1/+3
| | | | | Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com> p4raw-id: //depot/perl@11955
* Documentation tweaks; think the IP address as an opaque string.Jarkko Hietaniemi2001-09-091-23/+25
| | | p4raw-id: //depot/perl@11954
* [REPATCH] Re: [PATCH] new test lib/blib.tMichael G. Schwern2001-09-094-2/+50
| | | | | Message-ID: <20010908194546.C9193@blackrider> p4raw-id: //depot/perl@11953
* Added Test for CGI::Fastchromatic2001-09-092-0/+36
| | | | | Message-ID: <20010908183612.49960.qmail@onion.perl.org> p4raw-id: //depot/perl@11952
* The Socket tests were wrong: they were assuming too much.Jarkko Hietaniemi2001-09-093-30/+79
| | | p4raw-id: //depot/perl@11951
* Retract the portability changes since theyJarkko Hietaniemi2001-09-081-81/+18
| | | | | | | seem to have opened a can of worms... will go back to UNICOS/mk and do the bare minimum required to get the tests working. p4raw-id: //depot/perl@11950
* PADOFFSET is used to cast pointers into integers,Jarkko Hietaniemi2001-09-081-1/+1
| | | | | | if pointers are 64 bits and U32 32 bits, bad things may happen, or at least warnings issued. p4raw-id: //depot/perl@11949
* Still more Socket portability tweaking.Jarkko Hietaniemi2001-09-081-53/+68
| | | | | | | | | | | Now Socket.t seems to be happy in all of Linux/x86, Tru64/alpha, Solaris/sparc, IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha. Addendum: it seems that io_multihomed, io_sock, and hostent were broken in little-endians (linux/x86 and tru64/alpha) because of this change. Argh. p4raw-id: //depot/perl@11948
* More portability kicking on inet_ntoa().Jarkko Hietaniemi2001-09-081-9/+17
| | | p4raw-id: //depot/perl@11947
* [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New TestMichael G. Schwern2001-09-083-1/+155
| | | | | Message-ID: <20010907230651.R606@blackrider> p4raw-id: //depot/perl@11946
* Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Testschromatic2001-09-082-0/+17
| | | | | Message-ID: <20010907235740.80566.qmail@onion.perl.org> p4raw-id: //depot/perl@11945
* Thinko.Jarkko Hietaniemi2001-09-071-1/+1
| | | p4raw-id: //depot/perl@11944
* slash slashes in lib/CGI/Carp.pmCraig A. Berry2001-09-071-3/+4
| | | | | Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01> p4raw-id: //depot/perl@11943
* (was Re: MakeMaker: MM_Unix rule excluding pods)Michael G. Schwern2001-09-071-1/+1
| | | | | Message-ID: <20010907153813.K606@blackrider> p4raw-id: //depot/perl@11942
* Silence the remaing format warningRobin Barker2001-09-074-9/+35
| | | | | Message-Id: <200109071728.SAA13569@tempest.npl.co.uk> p4raw-id: //depot/perl@11941
* Clean up 1_compile.t; move tests to more consistentJarkko Hietaniemi2001-09-0712-125/+75
| | | | | | | places (t/ subdirectories); add integer.t (much of the pragma is tested elsewhere but there is no one centralized place) p4raw-id: //depot/perl@11940
* Re: [PATCH lib/File/Find/taint.t] Use Test::Morechromatic2001-09-071-48/+34
| | | | | Message-ID: <20010907162205.84723.qmail@onion.perl.org> p4raw-id: //depot/perl@11939
* Update Changes.Jarkko Hietaniemi2001-09-072-1/+138
| | | p4raw-id: //depot/perl@11938
* Rename the old threading tutorial, start a new one,Jarkko Hietaniemi2001-09-076-1199/+1337
| | | | | regen toc. p4raw-id: //depot/perl@11937
* vars very much has a test.Jarkko Hietaniemi2001-09-071-0/+1
| | | p4raw-id: //depot/perl@11936
* Re: wince/perl.ico marked as binaryNicholas Clark2001-09-073-2/+51
| | | | | | | Message-ID: <20010907135439.D39150@plum.flirble.org> and wince/Makefile.ce change from Rainer Keuchel. p4raw-id: //depot/perl@11935
* Re: [PATCH regexec.c] more general .* and .*?Jeff Pinyan2001-09-071-10/+12
| | | | | Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11934
* (Replaced by #11934)Jeff Pinyan2001-09-071-31/+89
| | | | | | Subject: Re: [PATCH regexec.c] more general .* and .*? Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11933
* The #11931 patching misbehaved.Jarkko Hietaniemi2001-09-071-205/+0
| | | p4raw-id: //depot/perl@11932
* Test::Harness 1.25 syncMichael G. Schwern2001-09-0711-383/+852
| | | | | Message-ID: <20010907033041.A2796@blackrider> p4raw-id: //depot/perl@11931
* Digest::MD5 updateGisle Aas2001-09-074-15/+74
| | | | | Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@11930
* Add Tests for the less Pragmachromatic2001-09-073-0/+12
| | | | | Message-ID: <20010907051609.91459.qmail@onion.perl.org> p4raw-id: //depot/perl@11929
* The binary file must somehow differently stored.Jarkko Hietaniemi2001-09-072-1/+0
| | | p4raw-id: //depot/perl@11928
* Add more modules to the list of modules that have tests,Jarkko Hietaniemi2001-09-071-1/+10
| | | | | | | | Schwern's wallet is getting more nervous. (Run t/lib/1_compile.t manually to see which modules are lacking tests, or the tests can't be run for some reason or another, such as the Net:: modules) p4raw-id: //depot/perl@11927
* Try to make Socket::inet_ntoa() more robust.Jarkko Hietaniemi2001-09-073-37/+50
| | | p4raw-id: //depot/perl@11926
* Re: [PATCH lib/English.t] Test All Aliases (including %Errno)chromatic2001-09-071-30/+120
| | | | | Message-Id: <01090522580506.19590@firewheel> p4raw-id: //depot/perl@11925
* Re: perlvar manpage and localizing special varsStas Bekman2001-09-071-9/+74
| | | | | Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg> p4raw-id: //depot/perl@11924
* noise from make in ext/SDBMRobin Barker2001-09-071-1/+1
| | | | | Message-Id: <200109061836.TAA08747@tempest.npl.co.uk> p4raw-id: //depot/perl@11923