| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Message-id: <496108CE.1060704@gmail.com>
The tests ext/File/Glob/t/basic.t and ext/POSIX/t/posix.t need to know
if VMS is in the UNIX compatible mode.
|
|
|
|
|
| |
A list submitted by Paul Fenwick was briefly factored into
directory-specific rules.
|
|
|
|
|
|
| |
overloading may require Scalar::Util, which it won't find if all
the paths in @INC are relative to somewhere other than where we are.
p4raw-id: //depot/perl@33674
|
|
|
| |
p4raw-id: //depot/perl@33440
|
|
|
|
|
| |
(And less code)
p4raw-id: //depot/perl@33433
|
|
|
| |
p4raw-id: //depot/perl@30826
|
|
|
| |
p4raw-id: //depot/perl@30791
|
|
|
|
|
|
| |
Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
Date: 02 Feb 2007 23:08:28 +0100
p4raw-id: //depot/perl@30103
|
|
|
| |
p4raw-id: //depot/perl@28730
|
|
|
|
|
|
| |
my_strlcat() API. Convert ext/File/Glob/bsd_glob.c to use
my_strlcat(). Add to the strlcy()/strlcat() todo entry.
p4raw-id: //depot/perl@28528
|
|
|
| |
p4raw-id: //depot/perl@26804
|
|
|
|
|
|
|
|
| |
Message-ID: <42CC3CE9.5050606@divsol.com>
(reverted all dual-lived modules since they must work with older
perls too so must wait for a new Devel::PPPort)
p4raw-id: //depot/perl@25101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] B/C/C.xs: static my_runops()
Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
all being :
Date: Sun, 5 Jun 2005
p4raw-id: //depot/perl@24734
|
|
|
| |
p4raw-id: //depot/perl@24175
|
|
|
| |
p4raw-id: //depot/perl@24098
|
|
|
|
|
| |
Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
p4raw-id: //depot/perl@24097
|
|
|
|
|
|
| |
From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
p4raw-id: //depot/perl@23584
|
|
|
| |
p4raw-id: //depot/perl@23019
|
|
|
|
|
| |
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
p4raw-id: //depot/perl@22823
|
|
|
|
|
| |
Message-ID: <20030813204609.G20130@plum.flirble.org>
p4raw-id: //depot/perl@20686
|
|
|
|
|
|
| |
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
p4raw-id: //depot/perl@20445
|
|
|
|
|
| |
Changelog) that is preserved for historical reasons.
p4raw-id: //depot/perl@16979
|
|
|
|
|
|
|
| |
support
Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
p4raw-id: //depot/perl@16480
|
|
|
| |
p4raw-id: //depot/perl@16173
|
|
|
| |
p4raw-id: //depot/perl@16076
|
|
|
|
|
|
| |
SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition
p4raw-id: //depot/perl@16055
|
|
|
|
|
|
| |
better dealt with in Perl level, a la File::Spec
(since the whole mess is strongly filesystem-specific).
p4raw-id: //depot/perl@15835
|
|
|
|
|
|
| |
needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
Now, where was my coffee mug...
p4raw-id: //depot/perl@15779
|
|
|
|
|
|
|
|
| |
now one can use in the (new) three-arg form of readdir()
and in File::Glob import a ":utf8" to transparently accept
the filenames as Unicode. Note that only :utf8 is supported,
not fancier stuff like :encoding(foobar)
p4raw-id: //depot/perl@15776
|
|
|
|
|
| |
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15338
|
|
|
|
|
| |
Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15023
|
|
|
|
|
| |
Message-ID: <20020120135136.A710@rafael>
p4raw-id: //depot/perl@14358
|
|
|
|
|
| |
Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
p4raw-id: //depot/perl@14344
|
|
|
|
|
| |
getpwuid() succedds.
p4raw-id: //depot/perl@13690
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
final touches to the audit for statics and thread-unsafe code
* make DB_File, ODBM_File thread-safe
* remove unnecessary/dangerous statics and protect others
from not getting accidentally enabled under threaded perls
windows support functions get_childdir() et al aren't exported
correctly under vanilla build
Testing under win32 appreciated since changes there had
to be manually merged and I cannot test how badly did I do.
p4raw-link: @12268 on //depot/perlio: bb407f0b8769c638c05e60ebfd157a1e676a6c22
p4raw-id: //depot/perl@12678
p4raw-integrated: from //depot/maint-5.6/perl@12677 'copy in'
win32/vmem.h (@5902..) 'merge in' ext/DB_File/DB_File.xs
(@8693..) win32/win32iop.h (@8917..) ext/ODBM_File/ODBM_File.xs
(@8995..) iperlsys.h (@9154..) scope.c (@9584..) makedef.pl
(@11425..) gv.c (@12026..) op.c (@12145..) util.c (@12220..)
toke.c (@12550..) ext/B/B.xs ext/File/Glob/Glob.xs
ext/Opcode/Opcode.xs ext/re/re.xs (@12653..) mg.c win32/win32.c
(@12668..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more tweaks to change#12626
* move the boilerplate code over to perl.h and make DynaLoader
use it
* make re, Opcode, File::Glob and B threadsafe
* re.xs needed s/deinstall/uninstall/ (guess nobody uses
C<no re;> anywhere)
include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
File::Glob required a bit more work in bleadperl
because of ExtUtils::Constant (see the Makefile.PL change)
p4raw-link: @12652 on //depot/maint-5.6/perl: 3bc8871b91a24662eada2114d9a016153718b1c4
p4raw-link: @12626 on //depot/maint-5.6/perl: 512dcce54ea4db665708f91609bdd0a6126d1acd
p4raw-id: //depot/perl@12654
p4raw-integrated: from //depot/maint-5.6/perl@12650 'edit in'
ext/B/B.xs ext/DynaLoader/dlutils.c (@12652..) 'merge in'
perl.h (@12597..) ext/File/Glob/Glob.xs ext/Opcode/Opcode.xs
ext/re/re.xs (@12652..)
|
|
|
|
|
| |
that the $home will be defined.
p4raw-id: //depot/perl@12588
|
|
|
|
|
| |
Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
p4raw-id: //depot/perl@12262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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..)
|
|
|
| |
p4raw-id: //depot/perl@11245
|
|
|
|
|
| |
Resort MANIFEST with sort -f, looks much better.
p4raw-id: //depot/perl@10782
|
|
|
|
|
| |
Message-ID: <20010617001605.V98663@plum.flirble.org>
p4raw-id: //depot/perl@10648
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
p4raw-id: //depot/perl@10534
|
|
|
| |
p4raw-id: //depot/perl@10418
|
|
|
|
|
| |
Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
p4raw-id: //depot/perl@9960
|
|
|
|
|
| |
Message-Id: <p05100207b701768712de@[10.0.1.177]>
p4raw-id: //depot/perl@9720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
addendum to change#9676
up $File::Glob::VERSION; add a note pointing out the version of
the OpenBSD glob bsd_glob.c resembles
p4raw-link: @9679 on //depot/maint-5.6/perl: 37ff778e28291b734ba0592295395ddd1e1dae09
p4raw-link: @9678 on //depot/maint-5.6/perl: f67bef9338be0d7c8937f723c62e88b4099d35e7
p4raw-link: @9676 on //depot/maint-5.6/perl: 3f3c3e312f619efa81ad88565a24e92f15dff662
p4raw-id: //depot/perl@9681
p4raw-integrated: from //depot/maint-5.6/perl@9680 'copy in'
ext/File/Glob/bsd_glob.h (@9676..) ext/File/Glob/bsd_glob.c
(@9678..) 'merge in' ext/File/Glob/Glob.pm (@9676..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix for bug 20010410.006, undo change#7115
port the OpenBSD glob() security patch
p4raw-link: @9676 on //depot/maint-5.6/perl: 3f3c3e312f619efa81ad88565a24e92f15dff662
p4raw-link: @9675 on //depot/maint-5.6/perl: c84593816ace2807d5ff27bb0745a28ec29187b1
p4raw-link: @7115 on //depot/perl: 5675c1a6395a0842c857fc8de159747577df6c4b
p4raw-id: //depot/perl@9677
p4raw-integrated: from //depot/maint-5.6/perl@9672 'copy in'
ext/File/Glob/bsd_glob.h (@9264..) ext/File/Glob/bsd_glob.c
(@9512..) ext/File/Glob/Glob.xs (@9545..) 'merge in' t/op/pat.t
(@9138..) regexec.c (@9288..) ext/File/Glob/Glob.pm (@9512..)
|
|
|
| |
p4raw-id: //depot/perl@9543
|