| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
p4raw-id: //depot/perl@15429
|
|
|
| |
p4raw-id: //depot/perl@15428
|
|
|
| |
p4raw-id: //depot/perl@15427
|
|
|
| |
p4raw-id: //depot/perl@15426
|
|
|
| |
p4raw-id: //depot/perl@15425
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
p4raw-id: //depot/perl@15424
|
|
|
|
|
|
|
| |
Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
(plus use 4k instead 2k as the "usual" size)
p4raw-id: //depot/perl@15423
|
|
|
| |
p4raw-id: //depot/perl@15422
|
|
|
| |
p4raw-id: //depot/perl@15421
|
|
|
|
|
| |
Message-ID: <m3n0x0vczs.fsf@anima.de>
p4raw-id: //depot/perl@15420
|
|
|
|
|
| |
Also, there's no i_stdio.
p4raw-id: //depot/perl@15418
|
|
|
| |
p4raw-id: //depot/perl@15417
|
|
|
| |
p4raw-id: //depot/perl@15416
|
|
|
| |
p4raw-id: //depot/perl@15415
|
|
|
|
|
|
|
| |
Message-ID: <m38z8kwuvg.fsf@anima.de>
(plus reformat)
p4raw-id: //depot/perl@15414
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 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
|
| |
| |
| |
| |
| | |
(feel free to add more tests...)
p4raw-id: //depot/perlio@15412
|
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@15409
|
| | |
| | |
| | | |
p4raw-id: //depot/perlio@15382
|
| | |
| | |
| | | |
p4raw-id: //depot/perlio@15381
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/perlio@15315
|
| | | |
| | | |
| | | |
| | | |
| | | | |
to be docs for utf8::valid() (which does).
p4raw-id: //depot/perlio@15314
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/perlio@15284
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(e.g. iso-8859-3 "\xA5").
p4raw-id: //depot/perlio@15282
|
| |_|_|/
|/| | |
| | | | |
p4raw-id: //depot/perl@15411
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15408
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
p4raw-id: //depot/perl@15406
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15405
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <3C99BA47.9010403@stason.org>
p4raw-id: //depot/perl@15404
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Disable gethostbyaddr_r for all 4.x FreeBSD versions.
p4raw-id: //depot/perl@15403
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <20020321211805.E25276@dansat.data-plan.com>
p4raw-id: //depot/perl@15402
|
| | | |
| | | |
| | | |
| | | |
| | | | |
can sleep easier :-)
p4raw-id: //depot/perl@15401
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15399
|
| | | |
| | | |
| | | |
| | | |
| | | | |
does not get fixed in time.
p4raw-id: //depot/perl@15398
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <20020321172440.C13683@fdgroup.com>
p4raw-id: //depot/perl@15397
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15396
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
p4raw-id: //depot/perl@15394
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
p4raw-id: //depot/perl@15393
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <3C99BB10.50004@stason.org>
p4raw-id: //depot/perl@15392
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15391
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15390
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
p4raw-id: //depot/perl@15388
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15387
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15386
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@15385
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ 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..)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
p4raw-id: //depot/perl@15383
|