| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20011230044625.GA14386@blackrider>
p4raw-id: //depot/perl@13953
|
|
|
| |
p4raw-id: //depot/perl@13884
|
|
|
|
|
| |
Message-ID: <20011217152301.A704@rafael>
p4raw-id: //depot/perl@13737
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20011214002707.GA10532@blackrider>
(reword the perlrun -t description a bit,
and move the Itaint_warn to the bottom of
the intrpvar.h for binary compatibility)
p4raw-id: //depot/perl@13684
|
|
|
|
|
| |
Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@13660
|
|
|
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20011129220510.A18869@blackrider>
TODO 1: if cppstdin is used and not yet installed,
the Px.t will fail (must do the same as in cpp.t)
TODO 2: does this work if no Perl whatsoever has
yet been installed? That is, we should be using
the Perl we are building to execute the one-liner.
p4raw-id: //depot/perl@13383
|
|
|
| |
p4raw-id: //depot/perl@13257
|
|
|
|
|
|
|
| |
requires a little tweak if the executable
pathname is *not* absolute: prepend "./"
(otherwise `$^X ...` will start perl from PATH...)
p4raw-id: //depot/perl@13254
|
|
|
|
|
| |
Message-ID: <20011124195618.A14614@blackrider>
p4raw-id: //depot/perl@13252
|
|
|
|
|
| |
because of the re extension.
p4raw-id: //depot/perl@13246
|
|
|
|
|
| |
(It seems that "./perl" gets resolved to "perl" now.)
p4raw-id: //depot/perl@13234
|
|
|
| |
p4raw-id: //depot/perl@13215
|
|
|
|
|
|
| |
tweak to $^X test to comprehend full path to real executable
being returned (like Cygwin as it happens...)
p4raw-id: //depot/perlio@13138
|
|
|
|
|
| |
Message-ID: <20011119195311.I11883@blackrider>
p4raw-id: //depot/perl@13112
|
|
|
|
|
| |
and use that for the regexec debugging.
p4raw-id: //depot/perl@13110
|
|
|
| |
p4raw-id: //depot/perl@13000
|
|
|
|
|
| |
Message-Id: <20011113231754.S32567@blackrider>
p4raw-id: //depot/perl@12992
|
|
|
|
|
| |
have been copied so it shouldn't be freed in perl_destruct()
p4raw-id: //depot/perl@12920
|
|
|
|
|
| |
Message-Id: <20011109143228.A18996@rafael>
p4raw-id: //depot/perl@12912
|
|
|
|
|
| |
Message-ID: <20011107222339.E729@rafael>
p4raw-id: //depot/perl@12900
|
|
|
| |
p4raw-id: //depot/perl@12826
|
|
|
|
|
|
|
|
|
|
| |
a more useful mapping for caseless aka case-ignoring than
doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
algorithm for creating the foldings uses equivalence classes,
see http://www.unicode.org/unicode/reports/tr21/
Hopefully this feature will be used in //i.
(The folding tables were introduced by #12689.)
p4raw-id: //depot/perl@12807
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix path construction.
(Copyright) Nit.
p4raw-link: @12580 on //depot/maint-5.6/macperl: b2884604d5d1f2307ba4e8645e11489721ebb1bf
p4raw-id: //depot/perl@12593
p4raw-integrated: from //depot/maint-5.6/macperl@12592 'ignore' perl.c
(@12324..) 'merge in' ext/DynaLoader/DynaLoader_pm.PL
(@11007..)
|
|
|
| |
p4raw-id: //depot/perlio@12557
|
|
|
| |
p4raw-id: //depot/perlio@12552
|
|
|
|
|
|
|
|
| |
for them. Call explicit cleanup during destruct process.
- one binmode test is failing
- also ext/threads/t/basic.t fails under make test, and is noisy under
harness. (Threads results are intermingled and don't match order expected.)
p4raw-id: //depot/perlio@12547
|
|
|
|
|
| |
Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12513
|
|
|
|
|
|
|
|
|
|
| |
in speed (upto 20% speedup in certain operations) but meanwhile
regexps and arithmetics got slower (5-10%) (according to
perlbench average speedup is negligible, and within measuring
flutter, 1%). Therefore retracting all the changes
aimed at getting -std1 to compile cleanly: #12475, #12476,
#12479, #12480, #12481, #12482, #12483, #12484.
p4raw-id: //depot/perl@12485
|
|
|
|
|
|
| |
Avoid dollar signs in identifiers (in non-VMS) to
placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
p4raw-id: //depot/perl@12475
|
|
|
| |
p4raw-id: //depot/perl@12448
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
12192 11817 11815 11813 11778 11775
Update CPAN.pm to work with new Mac::BuildTools instead
of ExtUtils::MM_MacOS "orphan" functions
Fix test
Make syntax check report in MPW style, fix tests
to use Mac::err=unix to get normal-style error
messages.
More module and test ports from Thomas Wegner et al
Fix open of /dev/null for Mac OS
Allow for platforms to override formatting of errors
on output from Matthias Neeracher (core files)
p4raw-id: //depot/perl@12235
p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in'
lib/File/DosGlob.pm t/op/magic.t (@11007..)
p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in'
lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in'
ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..)
ext/File/Glob/bsd_glob.c t/base/term.t (@11185..)
t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..)
p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in'
perl.c (@11806..)
p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in'
perl.h pp_ctl.c util.c (@11007..)
|
|
|
|
|
|
| |
Now we don't need to perl_parse/perl_run. However environ is a
global....
p4raw-id: //depot/perl@12222
|
|
|
|
|
| |
with HV and HEs without running perl_parse.
p4raw-id: //depot/perl@12221
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
p4raw-id: //depot/perl@12036
|
|
|
|
|
|
|
| |
(??{CODE}) regex
Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
p4raw-id: //depot/perl@12027
|
|
|
|
|
| |
Message-ID: <3B9D4F06.14433.2C37644@localhost>
p4raw-id: //depot/perl@11989
|
|
|
|
|
|
| |
PM_GETRE and friends. No more warnings with 64bit
IVs and 32bit pointers.
p4raw-id: //depot/perl@11970
|
|
|
|
|
|
|
| |
(was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
Message-ID: <20010904224250.P25120@plum.flirble.org>
p4raw-id: //depot/perl@11874
|
|
|
|
|
| |
Silly thinko pointed out by Sarathy.
p4raw-id: //depot/perl@11872
|
|
|
|
|
|
|
|
|
|
| |
remove age-old UNICOS "workaround" that introduces a static, and
hence an egregious race condition for threaded builds (*sigh*
beats me why this kludge wasn't guarded by a UNICOS-specific
#define *sigh*)
p4raw-link: @11801 on //depot/maint-5.6/perl: 5af842af85d9b6d73b06373813fcf66e62026afd
p4raw-id: //depot/perl@11804
|
|
|
|
|
| |
working in 5.7.x
p4raw-id: //depot/perl@11803
|
|
|
|
|
|
| |
on the pad. Fixes coredumps in cleanups introduced by
Change 11755
p4raw-id: //depot/perl@11790
|
|
|
|
|
|
| |
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
|
|
|
|
|
|
|
|
| |
introcued by #11274.
PL_regex_padav now has an AV as it's first entry with a list
of freed regex_padav slots that it will reuse on creating
new PMOPs.
p4raw-id: //depot/perl@11755
|
|
|
|
|
| |
running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
p4raw-id: //depot/perl@11702
|
|
|
|
|
|
|
| |
need to
p4raw-link: @10334 on //depot/perl: 659ca9ea8f57ee52a52802839584b7208ad161b7
p4raw-id: //depot/perl@11693
|
|
|
|
|
| |
Message-ID: <B79D6661.3068%arthur@contiller.se>
p4raw-id: //depot/perl@11658
|
|
|
|
|
| |
Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
p4raw-id: //depot/perl@11647
|
|
|
|
|
|
|
| |
Message-ID: <20010806172911.A2071@fotango.com>
(the intrpvar.h addition moved to the end for bincompat)
p4raw-id: //depot/perl@11601
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11574
|