summaryrefslogtreecommitdiff
path: root/ext/File/Glob/bsd_glob.c
Commit message (Expand)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
* Cast needed to compile bsd_glob.c with C++Steve Peters2006-08-161-1/+1
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
* Re: [perl #23185] perl crash with File::GlobMarcus Holland-Moritz2003-08-021-0/+7
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
* RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS su...Andrej Borsenkow2002-05-081-1/+18
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-2/+2
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-0/+4
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-1/+2
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+352
* ext/ + -WallDoug MacEachern2001-06-121-1/+1
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-031-2/+2
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-1/+1
* [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OSChris Nandor2001-04-171-8/+12
* Integrate changes #9678,9679 from maintline into mainperl.Jarkko Hietaniemi2001-04-111-20/+27
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-111-107/+165
* [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.cJonathan Stowe2001-04-011-1/+1
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-1/+1
* File::Glob stuff for Mac OSChris Nandor2001-03-301-5/+23
* If directory entries compare equal case-insensitively,Jarkko Hietaniemi2001-03-271-1/+5
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-211-1/+5
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-011-0/+15
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-021-12/+81
* display BSD license in Glob.pm (for clause #2 conformity)Gurusamy Sarathy1999-11-041-11/+1
* avoid warningsGurusamy Sarathy1999-10-141-83/+83
* File::Glob fixes for WindowsGurusamy Sarathy1999-10-141-18/+33
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-0/+856