| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@10198
|
|
|
|
|
| |
Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@10168
|
|
|
| |
p4raw-id: //depot/perl@10143
|
|
|
|
|
| |
Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
p4raw-id: //depot/perl@10141
|
|
|
|
|
|
| |
a dummy for PL_numeric_radix); no pressing reason to break
binary compatibility; regen API.
p4raw-id: //depot/perl@9910
|
|
|
|
|
|
| |
heartburn in VMS (and it missing was probably the cause of
the Mac OS X trouble). Ouch.
p4raw-id: //depot/perl@9830
|
|
|
| |
p4raw-id: //depot/perl@9810
|
|
|
| |
p4raw-id: //depot/perl@9752
|
|
|
|
|
| |
as my_strftime(), requires HAS_STRFTIME.
p4raw-id: //depot/perl@9746
|
|
|
|
|
| |
in preparation of Time::Piece.
p4raw-id: //depot/perl@9745
|
|
|
|
|
|
|
| |
at #9540), shouldn't be needed because of the perlio changes.
p4raw-link: @9542 on //depot/perl: 771c8da8a7459d77e0377cf0a891bf62d70cdfa2
p4raw-id: //depot/perl@9552
|
|
|
|
|
| |
stdio is being used.
p4raw-id: //depot/perl@9542
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fflush() is a macro on SunOS 4.1.x, so provide a wrapper
for use with _fwalk() (fix for change#7705)
another tweak needed for SunOS 4.1.x build (from Mike Guy)
(cp -f is not portable)
p4raw-link: @9539 on //depot/maint-5.6/perl: 3da0943717409aa5209a9776746cc2cfeb50eb29
p4raw-link: @9538 on //depot/maint-5.6/perl: 741daf9fefb369fa97f8467fc06d60a8832dcdee
p4raw-link: @7705 on //depot/perl: 74cac757131a44f884c4728708d3a2e5d87b32d3
p4raw-id: //depot/perl@9540
p4raw-integrated: from //depot/maint-5.6/perl@9536 'merge in' util.c
(@9288..) Makefile.SH (@9312..)
|
|
|
| |
p4raw-id: //depot/perlio@9297
|
|
|
|
|
|
| |
- redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
- die on read/write cases so we can decide what it means later.
p4raw-id: //depot/perlio@9294
|
|
|
| |
p4raw-id: //depot/perl@8916
|
|
|
|
|
|
|
|
|
|
| |
EBDIC fixes, README.win32 Borland update.
p4raw-link: @8854 on //depot/maint-5.6/perl: ece00f1416215bb2d7a51174ba7aa627e0b0a3ad
p4raw-link: @8853 on //depot/maint-5.6/perl: 3ef34714520621f9238ff67b9f34f043113325c1
p4raw-id: //depot/perl@8857
p4raw-integrated: from //depot/maint-5.6/perl@8851 'merge in'
README.win32 (@8175..) handy.h (@8789..) util.c (@8806..)
|
|
|
|
|
| |
from Chris Nandor.
p4raw-id: //depot/perl@8804
|
|
|
|
|
| |
noticed by Chris Nandor in MacOS Classic.
p4raw-id: //depot/perl@8790
|
|
|
| |
p4raw-id: //depot/perl@8783
|
|
|
|
|
|
|
|
|
| |
was that Perl was assuming the decimal separator aka the radix
separator is one character. The Farsi-Iranian locale crushed
that bad assumption since there the separator is 'Momayyez',
glyphwise looking somewhat like a slash, and in Unicode UTF-8
encoded in two bytes, 0xd9 0xab.
p4raw-id: //depot/perl@8625
|
|
|
|
|
|
|
|
| |
gv.c tweaked to zero PL_sig_pend array
perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
util.c tweaked to not set SA_RESTART to give perlio.c a chance.
Odd thing is that it "works" with PERLIO=stdio as well (linux).
p4raw-id: //depot/perlio@8467
|
|
|
|
|
|
|
|
| |
at the setting of the ofs_sv in new_struct_thread() as the
thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
uninitialized fields are, uh, initialized with),
SvREFCNT_inc()ing that invited a core dump.
p4raw-id: //depot/perl@8449
|
|
|
| |
p4raw-id: //depot/perlio@8399
|
|
|
| |
p4raw-id: //depot/perlio@8393
|
|
|
|
|
| |
Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
p4raw-id: //depot/perl@8391
|
|
|
|
|
| |
Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
p4raw-id: //depot/perl@8340
|
|
|
| |
p4raw-id: //depot/perl@8289
|
|
|
| |
p4raw-id: //depot/perl@8262
|
|
|
| |
p4raw-id: //depot/perl@8261
|
|
|
|
|
|
| |
- Store $\ and $, as SVs so they can have SvUTF8 flag
- use do_print() rather than raw PerlIO_write() to print them.
p4raw-id: //depot/perlio@8049
|
|
|
|
|
|
|
| |
Message-ID: <20001205124431.E74518@plum.flirble.org>
Use report_evil_fh().
p4raw-id: //depot/perl@7990
|
|
|
| |
p4raw-id: //depot/perl@7984
|
|
|
| |
p4raw-id: //depot/perl@7816
|
|
|
|
|
| |
"\x" and and hex("x") are still valid.
p4raw-id: //depot/perl@7746
|
|
|
|
|
|
|
|
| |
consistent way of getting 'rb', 'wb' etc. for binary opens
move *perlio::layers to *open::layers
a #define to show layers available
DOSISH popen/PerlIO had export/import sense inverted.
p4raw-id: //depot/perlio@7711
|
|
|
| |
p4raw-id: //depot/perl@7705
|
|
|
|
|
|
|
| |
Subject: RE: Locales support (setlocale) fixes
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/perl@7609
|
|
|
|
|
|
|
| |
Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
Synchronize with Cygwin 1.1.5.
p4raw-id: //depot/perl@7597
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
Modified quite a bit to be more portable.
p4raw-id: //depot/perl@7545
|
|
|
|
|
|
|
| |
Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
plus regen global.sym.
p4raw-id: //depot/perl@7442
|
|
|
|
|
|
|
|
|
|
|
|
| |
malformation happens. This involved adding an argument
to utf8_to_uv_chk(), which involved changing its prototype,
and prefer STRLEN over I32 for the UTF-8 length, which as
a domino effect necessitated changing the prototypes of
scan_bin(), scan_oct(), scan_hex(), and reg_uni().
The stricter UTF-8 decoding checking uses Markus Kuhn's
UTF-8 Decode Stress Tester from
http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
p4raw-id: //depot/perl@7416
|
|
|
|
|
| |
Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
p4raw-id: //depot/perl@7186
|
|
|
|
|
| |
as suggested by Olaf Flebbe and Nicholas Clark.
p4raw-id: //depot/perl@7126
|
|
|
|
|
| |
Message-ID: <26423.969484586@www10.gmx.net>
p4raw-id: //depot/perl@7124
|
|
|
|
|
|
| |
Subject: Re: Tiny 2-byte change to fix debugger's eval bug
Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7120
|
|
|
|
|
|
| |
Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
p4raw-id: //depot/perl@7070
|
|
|
| |
p4raw-id: //depot/perl@6937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
match those of pseudo-pids
p4raw-id: //depot/perl@6659
|