aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-071-5/+0
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-1/+1
* * dir.c (dir_seek): should retrieve dir_data after NUM2INT().matz2004-11-211-2/+3
* * dir.c (rb_push_glob): fix overrun. [ruby-dev:24886]nobu2004-11-171-2/+7
* * dir.c (rb_glob): should have called rb_glob_caller().matz2004-11-111-1/+1
* * dir.c (glob_helper): path is a string object now.nobu2004-11-101-2/+2
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-66/+85
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-13/+6
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-24/+27
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-4/+18
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-191-1/+5
* Roll in Austin Ziegler's patchdave2004-08-091-6/+77
* * dir.c (bracket): use NULL instead of 0.knu2004-07-171-3/+3
* * dir.c: RDOC for File::FNM_CASEFOLD was missed.ocean2004-06-121-0/+3
* * dir.c (rb_push_glob): simplified code (not change behavior)ocean2004-05-061-6/+6
* * dir.c: Updated RDocs.ocean2004-04-191-1/+2
* * dir.c: Updated RDocs.ocean2004-04-191-25/+31
* * dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean2004-04-151-71/+36
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-121-11/+22
* * dir.c (has_magic, find_dirsep): incomplete '[' matches no characterocean2004-04-091-20/+49
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-4/+4
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-4/+4
* * dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true.ocean2004-03-161-23/+26
* * dir.c (fnmatch):ocean2004-03-121-106/+132
* * dir.c (range): Cancel change for incomplete '['. More discussionocean2004-03-081-3/+3
* * dir.c (range): treat incomplete '[' as ordinary character (likeocean2004-03-081-30/+38
* * dir.c (glob_helper): '**/' should not match leading periodocean2004-02-241-1/+2
* * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was brokenocean2004-02-241-0/+1
* * dir.c (CompareImpl): File.fnmatch and Dir.glob get better performanceocean2004-02-161-36/+26
* * dir.c (push_braces): remove wrong const.ocean2004-02-151-2/+2
* * ruby.h, dir.c (rb_glob): add const.ocean2004-02-151-9/+9
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-28/+31
* Did some styles (no change to behavior)ocean2004-02-071-34/+15
* * dir.c (fnmatch):ocean2004-02-071-2/+2
* * dir.c (glob_helper): infinite loop bug in win32 code.matz2004-01-291-1/+1
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-199/+326
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-2/+2
* * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu2004-01-101-0/+24
* * dir.c (glob_helper): should not recurse in exceptional status.nobu2004-01-081-1/+1
* * dir.c (glob_helper): fix memory leak.nobu2004-01-071-7/+9
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-051-14/+20
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-242/+338
* Document Class and Dirdave2003-12-191-0/+305
* * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu2003-12-181-4/+3
* commit missnobu2003-12-151-1/+1
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-18/+19
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+6
* * dir.c (glob_helper): preserve raw order for **.nobu2003-08-181-3/+4
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-231-3/+3
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-191-1/+1