| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@16309
|
|
|
| |
p4raw-id: //depot/perl@16308
|
|
|
| |
p4raw-id: //depot/perl@16307
|
|
|
| |
p4raw-id: //depot/perl@16300
|
|
|
| |
p4raw-id: //depot/perl@16282
|
|
|
| |
p4raw-id: //depot/perl@16280
|
|
|
|
|
| |
which means we need a stronger check on Encode at boot time.
p4raw-id: //depot/perlio@16270
|
|
|
| |
p4raw-id: //depot/perl@16263
|
|
|
|
|
| |
Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
p4raw-id: //depot/perl@16262
|
|
|
|
|
| |
from SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@16260
|
|
|
|
|
| |
the basic and list tests started hanging).
p4raw-id: //depot/perl@16258
|
|
|
|
|
| |
of the test changed.
p4raw-id: //depot/perl@16250
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix thread tests not to depend on sleep() as
a scheduling aid. In two tests (basic and list)
I had to change from sleep() hack to another hack...
basically, using the filesystem as a semaphore.
The assumption made is that rmdir() is atomic.
(The sleep() scheduling assumption broke with the
GNU pth in NetBSD.)
(the cond.t part retracted by #16250)
p4raw-id: //depot/perl@16249
|
|
|
| |
p4raw-id: //depot/perl@16248
|
|
|
|
|
| |
Add test for that.
p4raw-id: //depot/perlio@16246
|
|
|
|
|
|
| |
as gate on layer tests which fail on -Dusesfio
(ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
p4raw-id: //depot/perlio@16245
|
|
|
|
|
| |
Uses PUSHSTACK/POPSTACK in :encoding and :Via
p4raw-id: //depot/perlio@16244
|
|\
| |
| | |
p4raw-id: //depot/perlio@16243
|
| |
| |
| | |
p4raw-id: //depot/perl@16236
|
| |
| |
| |
| |
| |
| | |
Added list() methid.
Changed documentation.
p4raw-id: //depot/perl@16235
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the need for a $prefix setting that was added in the
previous patch I sent. Also add the proper rpath options
to the linker flags depending on whether we're on a ELF or
a.out platform. These were tested both in a non-pkgsrc and
pkgsrc build.
Append to $libs instead of overwriting its value. This was
causing $(LDLOADLIBS) to not get added to the dynamic_libs
link command on NetBSD systems and was the cause of the GDBM
problems reported. Also use '$(LDLOADLIBS)' instead of
expanding its value so that it is more easily overridden in
the Makefile by "make all LDLOADLIBS=...".
Remove "-L/usr/local/lib" because the location of libgdbm.so
is already added during the Configure process, and this
spurious addition may cause the wrong libgdbm.so to be linked
against as a result.
p4raw-id: //depot/perl@16233
|
| |
| |
| | |
p4raw-id: //depot/perl@16226
|
| |\
| |/
|/|
| |
| |
| |
| | |
[ 16221]
Correct which var is nulled, stack movement protection.
p4raw-link: @16221 on //depot/perlio: 9b683d952a173213146cd75796b01b79b8cc4a79
p4raw-id: //depot/perl@16224
|
| |
| |
| | |
p4raw-id: //depot/perlio@16221
|
|\ \
| | |
| | | |
p4raw-id: //depot/perlio@16218
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@16222
|
| | |\
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ 16211]
Re-instate $PerlIO::encoding::check at boot.
(Retaining Dan's XS side require though I don't see need.)
[ 16207]
Fix fd leak on Via(bogus).
Finish implementing PerlIOVia_open().
Export more guts of PerlIO_* so Via_open() can work.
Fix various PerlIO_allocate() features exposed by above.
[ 16027]
Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
and change test not to skip them.
[ 16023]
Some tweaks for encodings which need lines.
Also disabled trial of using fallbacks.
[ 16022]
Various tweaks to Encode
p4raw-link: @16211 on //depot/perlio: 54871a3cda1a70e55971d42b5b2ac0aa06387aeb
p4raw-link: @16207 on //depot/perlio: d9dac8cda3a8128f09ab4445f683196e1392e4fa
p4raw-link: @16027 on //depot/perlio: e66821e8151d62edad66fb30ff4507c6d719f51b
p4raw-link: @16023 on //depot/perlio: 20de0cb2cf7a24aa48f2f9a26729f1a78e64f396
p4raw-link: @16022 on //depot/perlio: ca777f1ce1ff5cad164a769e07ab2e03b14695b6
p4raw-id: //depot/perl@16215
|
| | |
| | |
| | |
| | |
| | | |
(Retaining Dan's XS side require though I don't see need.)
p4raw-id: //depot/perlio@16211
|
| | |
| | |
| | | |
p4raw-id: //depot/perlio@16209
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Finish implementing PerlIOVia_open().
Export more guts of PerlIO_* so Via_open() can work.
Fix various PerlIO_allocate() features exposed by above.
p4raw-id: //depot/perlio@16207
|
|\ \ \
| | | |
| | | | |
p4raw-id: //depot/perlio@16194
|
|\ \ \ \
| | | | |
| | | | | |
p4raw-id: //depot/perlio@16134
|
|\ \ \ \ \
| | | | | |
| | | | | | |
p4raw-id: //depot/perlio@16131
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perlio@16064
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
p4raw-id: //depot/perlio@16038
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
p4raw-id: //depot/perlio@16037
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
and change test not to skip them.
p4raw-id: //depot/perlio@16027
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Also disabled trial of using fallbacks.
p4raw-id: //depot/perlio@16023
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
p4raw-id: //depot/perlio@16022
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
p4raw-id: //depot/perl@16214
|
| | | | | | | |/
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
but number of oks is not.
p4raw-id: //depot/perl@16212
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
cond_wait/cond_signal and lock.
Now we wait for a lock to gie up if we return from COND_WAIT
and we are still locked. We also notifiers potential
lockers that it is free for locking when we go into COND_WAIT.
p4raw-id: //depot/perl@16210
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Hunting down fixes in cond_* functions.
p4raw-id: //depot/perl@16208
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Message-ID: <20020426205821.GB5855@netthink.co.uk>
p4raw-id: //depot/perl@16198
|
| | | | | | |/
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perl@16196
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@16187
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to either an int or an IV would not be right.
p4raw-id: //depot/perl@16186
|
| | | | | | |
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perl@16177
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
platform needs to fill in the other branch here)
p4raw-id: //depot/perl@16175
|
| | | | | | |
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perl@16173
|