summaryrefslogtreecommitdiff
path: root/ext/File/Glob/bsd_glob.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename ext/File/Glob to ext/File-GlobNicholas Clark2009-02-091-1420/+0
|
* Re: [perl #41421] glob() produces spurious results with brackets in bracesSlaven Rezic2007-02-021-3/+3
| | | | | | Message-ID: <87r6t81acj.fsf@biokovo.herceg.de> Date: 02 Feb 2007 23:08:28 +0100 p4raw-id: //depot/perl@30103
* Cast needed to compile bsd_glob.c with C++Steve Peters2006-08-161-1/+1
| | | p4raw-id: //depot/perl@28730
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-2/+2
| | | | | | 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
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
| | | | | | | | 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
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
| | | p4raw-id: //depot/perl@24175
* Re: [perl #23185] perl crash with File::GlobMarcus Holland-Moritz2003-08-021-0/+7
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2> p4raw-id: //depot/perl@20445
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
| | | | | Changelog) that is preserved for historical reasons. p4raw-id: //depot/perl@16979
* RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS ↵Andrej Borsenkow2002-05-081-1/+18
| | | | | | | support Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru> p4raw-id: //depot/perl@16480
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-2/+2
| | | p4raw-id: //depot/perl@16173
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-0/+4
| | | p4raw-id: //depot/perl@16076
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-1/+2
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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..)
* ext/ + -WallDoug MacEachern2001-06-121-1/+1
| | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-031-2/+2
| | | p4raw-id: //depot/perl@10418
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-1/+1
| | | | | Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> p4raw-id: //depot/perl@9960
* [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OSChris Nandor2001-04-171-8/+12
| | | | | Message-Id: <p05100207b701768712de@[10.0.1.177]> p4raw-id: //depot/perl@9720
* Integrate changes #9678,9679 from maintline into mainperl.Jarkko Hietaniemi2001-04-111-20/+27
| | | | | | | | | | | | | | | 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..)
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-111-107/+165
| | | | | | | | | | | | | | | 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..)
* [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.cJonathan Stowe2001-04-011-1/+1
| | | | | Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@9509
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | into mainline. fix a broken workaround for Borland compiler in change#4739 (caused weird "short reads" on DATA, which caused op/misc.t to fail) nits spotted by Borland compiler avoid redefinition warnings under Borland 5.02 various nits identified by the Borland 5.5 compiler; remove suppression of a few warnings p4raw-link: @9496 on //depot/maint-5.6/perl: 9d05ad52b0aa7d1f7d147da0c4dbc14de5fe4a37 p4raw-link: @9495 on //depot/maint-5.6/perl: 759997f1e719f33541bed70dd7f79bfa26a930b3 p4raw-link: @9494 on //depot/maint-5.6/perl: 01b59bde1cb7ff62776f3b83c0f2575c79a950a6 p4raw-link: @9493 on //depot/maint-5.6/perl: eea7051a8d4ef81c032143ab3193bc1240ab2e8f p4raw-link: @4739 on //depot/perl: c39cd00800303e8967294e98aa4c427a1872a251 p4raw-id: //depot/perl@9497 p4raw-integrated: from //depot/maint-5.6/perl@9492 'merge in' sv.c utf8.h (@9288..) toke.c (@9292..) ext/File/Glob/bsd_glob.c (@9415..) win32/makefile.mk (@9426..) win32/win32.h (@9494..)
* File::Glob stuff for Mac OSChris Nandor2001-03-301-5/+23
| | | | | Message-Id: <p05010400b6eaab36051c@[10.0.1.177]> p4raw-id: //depot/perl@9479
* If directory entries compare equal case-insensitively,Jarkko Hietaniemi2001-03-271-1/+5
| | | | | retry case-sensitively. p4raw-id: //depot/perl@9385
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | revert the leak fix in change#9142 (problem needs a more experimental fix unsuitable for 5.6.1) do alphabetical sorting by default (for csh compatibility) cut-n-paste goof in change#9264 VMS piping fixes (from Charles Lane) p4raw-link: @9266 on //depot/maint-5.6/perl: 72d1c956969523b19a71b5ffb5af9479f09d0e6a p4raw-link: @9265 on //depot/maint-5.6/perl: 8549c3fc2da30e970df00a46a796a39e843777aa p4raw-link: @9264 on //depot/maint-5.6/perl: 1086ad2319c3ee3e3873c478e76309ea4f03453b p4raw-link: @9262 on //depot/maint-5.6/perl: a89eb504d1201e0dad09aaf86db07d000904f216 p4raw-link: @9142 on //depot/maint-5.6/perl: 26972843796e21c404c9d13ec5ee86e7b952a2bd p4raw-id: //depot/perl@9269 p4raw-integrated: from //depot/maint-5.6/perl@9268 'copy in' ext/File/Glob/Changes ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h (@5902..) ext/File/Glob/Glob.pm (@7770..) vms/vmspipe.com (@8636..) vms/vms.c (@8986..) 'edit in' ext/File/Glob/Glob.xs (@9264..) 'merge in' scope.c (@9142..)
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-011-0/+15
| | | | | | <craig.berry@metamorgs.com>); Glob.pm patch modified to use $DEFAULT_FLAGS, and iff no flags were supplied p4raw-id: //depot/perl@5397
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-021-12/+81
| | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
* display BSD license in Glob.pm (for clause #2 conformity)Gurusamy Sarathy1999-11-041-11/+1
| | | p4raw-id: //depot/perl@4514
* avoid warningsGurusamy Sarathy1999-10-141-83/+83
| | | p4raw-id: //depot/perl@4375
* File::Glob fixes for WindowsGurusamy Sarathy1999-10-141-18/+33
| | | p4raw-id: //depot/perl@4373
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-0/+856
if perl was built with -DPERL_INTERNAL_GLOB TODO: we currently get a compile-time failure if File/Glob.pm can't be found; such failure needs to be made to emit a warning and use the csh implementation instead p4raw-id: //depot/perl@4356