summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2005-12-30* dir.c (glob_helper): do not use TRUE for djgpp.eban
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-07-27* dir.c (dir_each): rewinddir(3) before iteration.matz
2005-07-16fixed document system dependent (case sensitivity is 1.9 feature)ocean
2005-07-16document improvement (backported from HEAD : Austin Ziegler's patch)ocean
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-04-11* dir.c, file.c (lstat): avoid warnings for mingw.eban
2005-04-11* {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean
2005-03-05* dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean
2005-01-21* dir.c (rb_push_glob): should work for NUL delimited patterns.matz
2005-01-05* dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-11-25* dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-11* dir.c (rb_globi): also should call back via rb_glob_caller().nobu
2004-11-11* dir.c (push_braces): was confusing VALUE and char*.matz
2004-11-11* dir.c (rb_push_glob): Dir.glob should have call its block.matz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-08-20* dir.c: backout untested code.matz
2004-08-19* dir.c (free_dir): fix memory leak. reported by yamamotomatz
2004-07-17* dir.c (range): use NULL instead of 0.knu
2004-04-12* dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean
2004-03-17* dir.c (range): fix possible "\0" overrun. (in case of "\0-")ocean
2004-03-08* dir.c (range): Cancel previous change. More discussion is needed.ocean
2004-03-08* dir.c (range): treat incomplete '[' as ordinary character (likeocean
2004-02-24* dir.c (glob_helper): '**/' should not match leading periodocean
2004-02-16* dir.c (rb_glob, rb_globi): add const.ocean
2004-02-09* dir.c (fnmatch):ocean
2003-12-19Document Class and Dirdave
2003-12-18* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu
2003-12-15commit missnobu
2003-12-15* dir.c (check_dirname): check string safety and remove extraneousnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-08-18* dir.c (glob_helper): preserve raw order for **.nobu
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-13* dir.c (glob_func_caller): add prototype to get rid of warning.nobu