summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-31fix typos.akr
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-21* file.c (Init_File): File.exists? revived.matz
2007-12-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-20* dir.c (dir_foreach): return Enumerator if no block given.matz
2007-06-10* include/ruby: moved public headers.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-04-24* dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu
2006-12-07* object.c (Init_Object): new method Dir.exist?(path).matz
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-09-25* dir.c (rb_push_glob): need not to check by FilePathValue().matz
2006-09-18* dir.c (dir_s_glob): restore GC protection volatile variable.matz
2006-09-18* dir.c (dir_s_glob): remove unused variable.matz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-13ansificated.akr
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-01* dir.c: supress warning "/* within comment"ocean
2005-12-14* dir.c (has_magic): glob names contain alphabets to enable case foldnobu
2005-12-02* dir.c (Compare): should not fold double byte alphabet on win9x.ocean
2005-09-16* dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-09-14* dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-06-28* dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean
2005-05-18* dir.c (glob_helper): check whether path is "" before callingeban
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-03-05* dir.c (rb_glob): fixed mismatch of argument.ocean
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-21* dir.c (dir_seek): should retrieve dir_data after NUM2INT().matz
2004-11-17* dir.c (rb_push_glob): fix overrun. [ruby-dev:24886]nobu
2004-11-11* dir.c (rb_glob): should have called rb_glob_caller().matz
2004-11-10* dir.c (glob_helper): path is a string object now.nobu
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* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-08-19* dir.c (free_dir): fix memory leak. reported by yamamotomatz
2004-08-09Roll in Austin Ziegler's patchdave