summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add warnif(), check warnings further up the stack,Paul Marquess2000-08-1810-107/+620
| | | | | | | | all the warnings functions now can take an optional object reference. Subject: [PATCH bleedperl@6691] warnings pragma update Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> p4raw-id: //depot/perl@6707
* Typo in pp_complement().Peter Scott2000-08-181-1/+1
| | | | | | Subject: [PATCH perl-current] Deparse Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com> p4raw-id: //depot/perl@6706
* fix for Win32::DomainNameJan Dubois2000-08-182-54/+71
| | | | | Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com> p4raw-id: //depot/perl@6705
* Don't eat leading os from index entries.Russ Allbery2000-08-181-1/+1
| | | | | | Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'! Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@6704
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-187-24/+133
| | | | | | | | | | | | | | Subject: [ID 20000716.024] [=cc=] / [:blank:] Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> (the [=cc=] has already been taken care of by #6439 so the whole bug report can be closed) and make [[:space:]] to be equivalent to isspace(3) (as opposed to \s, which is isSPACE()). The difference is that now [[:space:]] matches the mythical vertical tab, while \s doesn't. p4raw-id: //depot/perl@6703
* The new tests were missing from #6415.Jarkko Hietaniemi2000-08-181-1/+14
| | | p4raw-id: //depot/perl@6702
* Document the NDBM_File and ODBM_File as SDBM_FileJarkko Hietaniemi2000-08-183-12/+167
| | | | | was documented in #6417. p4raw-id: //depot/perl@6701
* cygwin portFifer, Eric2000-08-181-1/+3
| | | | | Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com> p4raw-id: //depot/perl@6700
* Document code point which makes if (defined %stash::) to workJarkko Hietaniemi2000-08-181-0/+8
| | | | | (noted by Spider Boardman). p4raw-id: //depot/perl@6699
* Update Changes.Jarkko Hietaniemi2000-08-182-1/+60
| | | p4raw-id: //depot/perl@6698
* Tiny Getopt::Long patch from Johan Vromans.Jarkko Hietaniemi2000-08-183-3/+3
| | | p4raw-id: //depot/perl@6697
* [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a ↵Paul David Fardy2000-08-182-3/+14
| | | | | | | read-only value" Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca> p4raw-id: //depot/perl@6696
* perlfunc.pod -- clarifying sprintf array argument issuesDaniel Chetlin2000-08-181-0/+6
| | | | | Message-ID: <20000818031336.B14165@ilmd.chetlin.org> p4raw-id: //depot/perl@6695
* perltrap.pod spring cleaningDaniel Chetlin2000-08-181-38/+60
| | | | | | | Message-ID: <20000818030654.A14165@ilmd.chetlin.org> plus Mike Guy's nitfix. p4raw-id: //depot/perl@6694
* Unbuffer the output.Yitzchak Scott-Thoennes2000-08-181-0/+1
| | | | | | Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on Message-ID: <RPJn5gzkgydf092yn@efn.org> p4raw-id: //depot/perl@6693
* Delete the image, too, not just its MANIFEStation.Jarkko Hietaniemi2000-08-181-0/+0
| | | p4raw-id: //depot/perl@6692
* Propagate new Configure vars.Jarkko Hietaniemi2000-08-1813-47/+204
| | | p4raw-id: //depot/perl@6691
* Update Changes.Jarkko Hietaniemi2000-08-182-1/+107
| | | p4raw-id: //depot/perl@6690
* Fix the lib/complex failure ofAbigail2000-08-181-2/+2
| | | | | | | | | Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Message-Id: <20000815040638.8524.qmail@foad.org> Linux long double accuracy issue: something that when printed with %g looks like "2" but int() of it is 1. p4raw-id: //depot/perl@6689
* The byteorder code in #6671 was wrong.Jarkko Hietaniemi2000-08-181-1/+3
| | | p4raw-id: //depot/perl@6688
* newSVrv() memory leakJan Dubois2000-08-181-1/+16
| | | | | Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com> p4raw-id: //depot/perl@6687
* Use NVs in POSIX math, not doubles.Abigail2000-08-182-53/+32
| | | | | | Subject: [ID 20000817.014] POSIX & modfl Message-Id: <20000817204918.23123.qmail@foad.org> p4raw-id: //depot/perl@6686
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-188-13/+124
| | | | | | | | | (helps for lib/peek + Linux + long doubles) Reported in Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Message-Id: <20000815040638.8524.qmail@foad.org> (note: the lib/complex failure has not yet been addressed) p4raw-id: //depot/perl@6685
* Add byteorder to the myconfig output.Jarkko Hietaniemi2000-08-171-1/+1
| | | p4raw-id: //depot/perl@6684
* The image doth not exist, spotted by Johan Vromans.Jarkko Hietaniemi2000-08-171-2/+1
| | | p4raw-id: //depot/perl@6683
* Document what the backtick returns if the command fails.Jarkko Hietaniemi2000-08-171-7/+8
| | | p4raw-id: //depot/perl@6682
* Do not use prototyping here.Abigail2000-08-171-0/+1
| | | | | | Subject: [ID 20000817.016] [PATCH] Peek.xs Message-Id: <20000817205556.24270.qmail@foad.org> p4raw-id: //depot/perl@6681
* Don't propose using modules built for 5.005 if no binaryJeff Okamoto2000-08-171-1/+8
| | | | | | | compatibility with 5.005 is attempted. Subject: Minor nit with 5.7.0 (6655) Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com> p4raw-id: //depot/perl@6680
* Microperl config update.Jarkko Hietaniemi2000-08-172-7/+21
| | | p4raw-id: //depot/perl@6679
* The #6648 wasn't protective enough for limited platformsJarkko Hietaniemi2000-08-172-10/+6
| | | | | (like microperl). p4raw-id: //depot/perl@6678
* Update Changes.Jarkko Hietaniemi2000-08-172-1/+66
| | | p4raw-id: //depot/perl@6677
* Add perlebcdic from Peter Prymmer, regen toc.Jarkko Hietaniemi2000-08-175-370/+1452
| | | p4raw-id: //depot/perl@6676
* perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.Jarkko Hietaniemi2000-08-171-1/+1
| | | p4raw-id: //depot/perl@6675
* Get -DLEAKTEST to compile (not necessarily to work, mind)Jarkko Hietaniemi2000-08-171-1/+6
| | | | | | | | | | | | | | | Subject: [ID 20000724.006] -DLEAKTEST problem From: Gregory Martin Pfeil <pfeilgm@technomadic.org> Date: Tue, 25 Jul 2000 00:36:32 -0500 Message-Id: <20000725003632.A26186@www.llamacom.com> Reminder sent Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error From: Hugo <hv@crypt.compulink.co.uk> Date: Thu, 17 Aug 2000 15:23:42 +0100 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk> p4raw-id: //depot/perl@6674
* Re: [PATCH]Re: Questions about Math::BigFloatJohn Peacock2000-08-173-21/+34
| | | | | Message-ID: <3986D2C4.54B78FE4@UnivPress.com> p4raw-id: //depot/perl@6673
* Cwd.pm now uses strictTim Jenness2000-08-171-6/+5
| | | | | Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@6672
* Make $Config{byteorder} more magical so that it isWilfredo Sánchez2000-08-171-26/+39
| | | | | | | | dynamically computed: nice for 'fat binaries'. Subject: [PATCH]: default byteorder Message-Id: <200008010245.TAA04459@ns1.abstrata.com> p4raw-id: //depot/perl@6671
* move WNOHANG definition to where other such things areGurusamy Sarathy2000-08-171-4/+5
| | | p4raw-id: //depot/perl@6670
* Update Changes.Jarkko Hietaniemi2000-08-172-2/+99
| | | p4raw-id: //depot/perl@6669
* Doc nits spotted by Richard Soderberg.Jarkko Hietaniemi2000-08-172-2/+2
| | | p4raw-id: //depot/perl@6668
* Re: perldebut.pod - spellingCasey R. Tweten2000-08-171-2/+2
| | | | | Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net> p4raw-id: //depot/perl@6667
* Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO InterfaceCasey R. Tweten2000-08-171-18/+55
| | | | | Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net> p4raw-id: //depot/perl@6666
* add "ok" targets from change#6632 in makefile.mkGurusamy Sarathy2000-08-173-8/+22
| | | | | p4raw-link: @6632 on //depot/perl: 017e10814b1e1d25c7506a0b0903863aee5cb0ca p4raw-id: //depot/perl@6665
* avoid warnings from dense compilerGurusamy Sarathy2000-08-171-4/+6
| | | p4raw-id: //depot/perl@6664
* Tweak the regex compilation errors once more.Jarkko Hietaniemi2000-08-176-130/+130
| | | p4raw-id: //depot/perl@6663
* trailing new %ENV entries weren't being pushed into the realGurusamy Sarathy2000-08-172-4/+14
| | | | | environment of subprocesses on Windows p4raw-id: //depot/perl@6662
* waitpid() now handles externally spawned pids correctly;Gurusamy Sarathy2000-08-173-24/+83
| | | | | | | | | | fixes for backtick/wait/waitpid failures on Windows 9x these changes make the pid returned by process functions on Windows 9x always positive by clearing the high bit (which is always set on Win9x); pseudo-process PIDs are likewise always negative now on Win9x (just as on NT/2000) p4raw-id: //depot/perl@6661
* Retract #6645.Jarkko Hietaniemi2000-08-178-120/+6
| | | p4raw-id: //depot/perl@6660
* on windows, the return values from wait() and waitpid() don'tGurusamy Sarathy2000-08-164-2/+38
| | | | | match those of pseudo-pids p4raw-id: //depot/perl@6659
* pod nit seen in passingGurusamy Sarathy2000-08-161-3/+5
| | | p4raw-id: //depot/perl@6658