| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@2390
|
|
|
| |
p4raw-id: //depot/perl@2388
|
|
|
|
|
|
|
|
| |
avoid most uses of PL_na (which is much more inefficient than a
simple local); update docs to suit; PL_na now being thr->Tna may
be a minor compatibility issue for extensions--will require dTHR
outside of XSUBs (those get automatic dTHR)
p4raw-id: //depot/perl@2387
|
|
|
|
|
|
|
|
|
|
|
| |
on PL_threadnum were seriously flawed, since it means more than one
thread could enter the critical region; PL_na was global instead of
thread-local; child thread could finish and free thr structures
before Thread->new() got around to creating the Thread object;
cv_clone() needed locking, as it mucks with PL_comppad and other
global data; new_struct_thread() needed to lock template-thread's
mutex while copying its data
p4raw-id: //depot/perl@2385
|
|
|
| |
p4raw-id: //depot/perl@2384
|
|
|
|
|
| |
p4raw-link: @2334 on //depot/perl: 60ad88b8fe9480f2f097fca26f4f3a9f83a4f830
p4raw-id: //depot/perl@2383
|
|
|
|
|
| |
Tim Bunce)
p4raw-id: //depot/perl@2380
|
|
|
| |
p4raw-id: //depot/perl@2379
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Save globs even if we have saved cv itself before - may be imported.
While we don't save "bootstrap" CV we need to provide a stub,
so that if we require it later we don't fall through and attempt
to DynaLoad module again.
Attempt to save %INC so that "require" does not reload things
we have compiled-in (does not work right yet - seems to be due
to PL_incgv being created in perl_parse() current scheme setting
GvHV() is "better" than saving the glob, but still does not
work as I expect).
p4raw-id: //depot/perl@2378
|
|
|
|
|
|
| |
fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
win32 due to lack of select() that works on non-socket fds
p4raw-id: //depot/perl@2377
|
|
|
| |
p4raw-id: //depot/perl@2376
|
|\
| |
| | |
p4raw-id: //depot/perl@2375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(0) Instead of rewiring a few locales scan for them.
(1) Bogus test #101 removed.
(2) All the locales are checked, the lists of failed
and non-failed ones are displayed.
(3) The test #103 is again 'active' so that it may fail.
(4) To balance (3) a hopefully pacifying message is shown
if the #103 fails.
p4raw-id: //depot/cfgperl@2358
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@2356
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
as reported by
Subject: a bug in locale handling: LC_COLLATE ignored sometimes
To: perlbug@perl.com
Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
p4raw-id: //depot/cfgperl@2353
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@2351
|
| |\
| | |
| | | |
p4raw-id: //depot/cfgperl@2350
|
| | |
| | |
| | | |
p4raw-id: //depot/cfgperl@2349
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To: jhi@iki.fi
Subject: Re: Making Perl work on DYNIX/ptx
Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
p4raw-id: //depot/cfgperl@2339
|
| | |
| | |
| | | |
p4raw-id: //depot/cfgperl@2338
|
| | |
| | |
| | | |
p4raw-id: //depot/cfgperl@2337
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2374
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2373
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2372
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2371
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2370
|
| | |
| | |
| | |
| | |
| | | |
terminate format spec
p4raw-id: //depot/perl@2369
|
| | |
| | |
| | |
| | |
| | |
| | | |
add C<$Config{installarchlib}/CORE> to the default locations searched
on win32
p4raw-id: //depot/perl@2368
|
| | |
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
p4raw-id: //depot/perl@2367
|
| | |
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] Documentation (fwd)
p4raw-id: //depot/perl@2366
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2365
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@2364
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@2363
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
p4raw-id: //depot/perl@2362
|
| | |
| | |
| | |
| | |
| | |
| | | |
Message-Id: <3654CA96.B64FCAEB@itginc.com>
Subject: Complete.pm patch (version 1.1)
p4raw-id: //depot/perl@2361
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@2360
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@2359
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@2357
|
| | |
| | |
| | |
| | |
| | | |
ANSI prototypes
p4raw-id: //depot/perl@2355
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
keep platform hacks that aren't in the 1.20 dist; add new files
to MANIFEST; hack Makefile.PL; result hasn't been tested
anywhere
p4raw-id: //depot/perl@2354
|
| |/
|/|
| |
| |
| | |
was agreed once...
p4raw-id: //depot/perl@2352
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
C<defined(@{"foo::ISA"})> which seems to be extensively used in
the libs :-(
p4raw-link: @2347 on //depot/perl: bbc8e6a4a34cbf904dc23fa18f4e503924aea3f8
p4raw-link: @2346 on //depot/perl: 659eaf7385567ca82dd230a62d6a7f51364f0d0a
p4raw-link: @2345 on //depot/perl: 6b377df57679ab68ed17b736ebee0458acb25b21
p4raw-id: //depot/perl@2348
|
| |
| |
| | |
p4raw-id: //depot/perl@2347
|
| |
| |
| | |
p4raw-id: //depot/perl@2346
|
| |
| |
| | |
p4raw-id: //depot/perl@2345
|
| |
| |
| |
| |
| | |
<jgorman@webbysoft.com>)
p4raw-id: //depot/perl@2344
|
| |
| |
| | |
p4raw-id: //depot/perl@2343
|
| |
| |
| |
| |
| | |
starting a new one
p4raw-id: //depot/perl@2342
|
| |
| |
| | |
p4raw-id: //depot/perl@2341
|
| |
| |
| |
| |
| | |
Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2340
|