summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* h2xs.t fix for VMSCraig A. Berry2002-03-221-0/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01> p4raw-id: //depot/perl@15429
* One more pass.Jarkko Hietaniemi2002-03-221-9/+9
| | | p4raw-id: //depot/perl@15428
* Even better version from Olaf Flebbe.Jarkko Hietaniemi2002-03-223-11/+11
| | | p4raw-id: //depot/perl@15427
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-228-267/+47
| | | p4raw-id: //depot/perl@15426
* Tweak from John P. Linderman.Jarkko Hietaniemi2002-03-221-1/+13
| | | p4raw-id: //depot/perl@15425
* doc fixStas Bekman2002-03-221-13/+13
| | | | | Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org> p4raw-id: //depot/perl@15424
* check sysconf's return value in reentr.cSlaven Rezic2002-03-222-15/+25
| | | | | | | Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]> (plus use 4k instead 2k as the "usual" size) p4raw-id: //depot/perl@15423
* Update Changes.Jarkko Hietaniemi2002-03-222-1/+415
| | | p4raw-id: //depot/perl@15422
* Forgot from #15416.Jarkko Hietaniemi2002-03-221-1/+1
| | | p4raw-id: //depot/perl@15421
* Re: Argument "1.23_45" isn't numeric in subroutine entryAndreas König2002-03-221-3/+14
| | | | | Message-ID: <m3n0x0vczs.fsf@anima.de> p4raw-id: //depot/perl@15420
* The I_CSD, I_S, and V_S had wrong recepting datatype.Jarkko Hietaniemi2002-03-223-56/+63
| | | | | Also, there's no i_stdio. p4raw-id: //depot/perl@15418
* Document a known AIX warning.Jarkko Hietaniemi2002-03-221-0/+9
| | | p4raw-id: //depot/perl@15417
* Undo #15415, allow the faq people to catch up first.Jarkko Hietaniemi2002-03-222-11/+17
| | | p4raw-id: //depot/perl@15416
* FAQ sync.Jarkko Hietaniemi2002-03-223-18/+12
| | | p4raw-id: //depot/perl@15415
* Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem Andreas König2002-03-221-9/+10
| | | | | | | Message-ID: <m38z8kwuvg.fsf@anima.de> (plus reformat) p4raw-id: //depot/perl@15414
* Integrate perlio:Jarkko Hietaniemi2002-03-223-1/+81
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 15412] Check for sanity of UTF-8 keys in hashes (feel free to add more tests...) [ 15410] Fix [ID 20020318.003] cannot open STDOUT into in memory variable - when (e.g.) STDOUT is char special file and gets IoOFP created - do _NOT_ pass num_svs as that fopen-s stringified glob, and not fdopen-s the fd. p4raw-link: @15412 on //depot/perlio: cb0a5b5c946748a0ce5472032178d97c33e21b33 p4raw-link: @15410 on //depot/perlio: dd37d22f759197ae537bfc89e7f0cd73321b19b3 p4raw-id: //depot/perl@15413
| * Check for sanity of UTF-8 keys in hashesNick Ing-Simmons2002-03-222-0/+80
| | | | | | | | | | (feel free to add more tests...) p4raw-id: //depot/perlio@15412
| * Fix [ID 20020318.003] cannot open STDOUT into in memory variableNick Ing-Simmons2002-03-221-1/+1
| | | | | | | | | | | | | | - when (e.g.) STDOUT is char special file and gets IoOFP created - do _NOT_ pass num_svs as that fopen-s stringified glob, and not fdopen-s the fd. p4raw-id: //depot/perlio@15410
| * Integrate mainlineNick Ing-Simmons2002-03-2258-428/+5203
| |\ | | | | | | p4raw-id: //depot/perlio@15409
| * | Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)Nick Ing-Simmons2002-03-21118-1872/+11615
| | | | | | | | | p4raw-id: //depot/perlio@15382
| * | Restore tabs so dmake will parse file!Nick Ing-Simmons2002-03-211-0/+10
| | | | | | | | | p4raw-id: //depot/perlio@15381
| * | Integrate mainlineNick Ing-Simmons2002-03-1954-168/+894
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@15315
| * | | Move docs for Encode::valid_utf8 (which does not exist)Nick Ing-Simmons2002-03-192-11/+13
| | | | | | | | | | | | | | | | | | | | to be docs for utf8::valid() (which does). p4raw-id: //depot/perlio@15314
| * | | Integrate mainlineNick Ing-Simmons2002-03-1824-258/+1810
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@15284
| * | | | Tidy the "does not map" message for non-charactersNick Ing-Simmons2002-03-181-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | (e.g. iso-8859-3 "\xA5"). p4raw-id: //depot/perlio@15282
* | | | | Revert #15200 for backwards compatiblity reasons.Abhijit Menon-Sen2002-03-225-7/+7
| |_|_|/ |/| | | | | | | p4raw-id: //depot/perl@15411
* | | | Win32 tweak from mjd.Jarkko Hietaniemi2002-03-221-1/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@15408
* | | | If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-229-30/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the bit is on, when the keys are fetched from the hash (%h, each %h, keys %h), the Unicodified versions of the keys are returned if needed. This solution errs on the size of over-Unicodifying, the old solution erred on the side of under-Unicodifying. As long as the hash keys can be a mix of byte and Unicode strings, a perfect fit is hard to come by. p4raw-id: //depot/perl@15407
* | | | Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problemMike Guy2002-03-221-10/+10
| | | | | | | | | | | | | | | | | | | | Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@15406
* | | | PM_SETRE() fallout.Jarkko Hietaniemi2002-03-211-2/+4
| | | | | | | | | | | | p4raw-id: //depot/perl@15405
* | | | doc fixStas Bekman2002-03-211-0/+8
| | | | | | | | | | | | | | | | | | | | Message-ID: <3C99BA47.9010403@stason.org> p4raw-id: //depot/perl@15404
* | | | Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>Slaven Rezic2002-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | Disable gethostbyaddr_r for all 4.x FreeBSD versions. p4raw-id: //depot/perl@15403
* | | | Storable is inefficient retreiving large hashes [PATCH]Tim Bunce2002-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | Message-ID: <20020321211805.E25276@dansat.data-plan.com> p4raw-id: //depot/perl@15402
* | | | Reword the Apache^Wmod_perl bit so that SarathyJarkko Hietaniemi2002-03-211-9/+13
| | | | | | | | | | | | | | | | | | | | can sleep easier :-) p4raw-id: //depot/perl@15401
* | | | It seems that the strange failure (core dump) ofJarkko Hietaniemi2002-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t/uni/fold.t on ithreads Solaris builds is a gcc bug: (1) using Sun's cc helps (2) rewriting the ithreads PM_SETRE() to do the setting in two steps helps (3) no other platforms have the crash (4) Tru64's Third Degree sees nothing evil So we implement (2). p4raw-id: //depot/perl@15400
* | | | Solaris: default to the SUNwspro cc if it is available.Jarkko Hietaniemi2002-03-211-0/+14
| | | | | | | | | | | | p4raw-id: //depot/perl@15399
* | | | Assuming the Apache 1.3 -D_GNU_SOURCE problemJarkko Hietaniemi2002-03-211-0/+10
| | | | | | | | | | | | | | | | | | | | does not get fixed in time. p4raw-id: //depot/perl@15398
* | | | -DCRIPPLED_CC RIPDave Mitchell2002-03-2110-123/+33
| | | | | | | | | | | | | | | | | | | | Message-ID: <20020321172440.C13683@fdgroup.com> p4raw-id: //depot/perl@15397
* | | | One more proto escapee.Jarkko Hietaniemi2002-03-211-0/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@15396
* | | | must do -Dcc=gcc with -DusethreadsRobin Barker2002-03-211-2/+11
| | | | | | | | | | | | | | | | | | | | Message-Id: <200203211735.RAA15135@tempest.npl.co.uk> p4raw-id: //depot/perl@15394
* | | | Re: [tests for Pod::Html]Stas Bekman2002-03-215-7/+328
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org> p4raw-id: //depot/perl@15393
* | | | Re: [PATCH lib/Cwd.pm] fixing proto mismatch warningStas Bekman2002-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | Message-ID: <3C99BB10.50004@stason.org> p4raw-id: //depot/perl@15392
* | | | Upgrade to Encode 0.95, from Dan Kogai.Jarkko Hietaniemi2002-03-2121-218/+4161
| | | | | | | | | | | | p4raw-id: //depot/perl@15391
* | | | Mention the new syslog try-harder feature.Jarkko Hietaniemi2002-03-211-0/+6
| | | | | | | | | | | | p4raw-id: //depot/perl@15390
* | | | More HP-UX/IA64 workSpider Boardman2002-03-213-53/+423
| | | | | | | | | | | | | | | | | | | | Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> p4raw-id: //depot/perl@15388
* | | | NetWare diff from C Aditya.Jarkko Hietaniemi2002-03-211-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@15387
* | | | The htmlview test doesn't work yet.Jarkko Hietaniemi2002-03-214-321/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@15386
* | | | Placeholder.Jarkko Hietaniemi2002-03-211-0/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@15385
* | | | Integrate perlio:Jarkko Hietaniemi2002-03-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 15381] Restore tabs so dmake will parse file! p4raw-link: @15381 on //depot/perlio: 4cbf5a93b15a5783cbe69de6f4f935df308853d2 p4raw-id: //depot/perl@15384 p4raw-integrated: from //depot/perlio@15383 'copy in' win32/makefile.mk (@15269..)
* | | | [tests for Pod::Html]Stas Bekman2002-03-216-0/+427
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org> p4raw-id: //depot/perl@15383