| Commit message (Expand) | Author | Age | Files | Lines |
* | * dir.c (Init_Dir): dir_foreach() takes variable argument. | usa | 2008-06-17 | 1 | -1/+1 |
* | * dir.c (dir_data): add intenc and extenc. | naruse | 2008-06-16 | 1 | -16/+86 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -20/+21 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * file.c (file_expand_path): support for alternative data stream | nobu | 2008-05-15 | 1 | -8/+0 |
* | * dir.c (dir_tell): check if closed. [ruby-core:16223] | nobu | 2008-04-06 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -23/+23 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -1/+1 |
* | fix typos. | akr | 2007-12-31 | 1 | -1/+1 |
* | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz | 2007-12-25 | 1 | -1/+1 |
* | * file.c (Init_File): File.exists? revived. | matz | 2007-12-21 | 1 | -0/+1 |
* | * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closed | nobu | 2007-12-19 | 1 | -6/+6 |
* | * include/ruby/ruby.h (FilePathStringValue): defined. similar to | akr | 2007-12-09 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * dir.c (dir_foreach): return Enumerator if no block given. | matz | 2007-08-20 | 1 | -0/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -6/+6 |
* | * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR. | nobu | 2007-04-24 | 1 | -3/+9 |
* | * object.c (Init_Object): new method Dir.exist?(path). | matz | 2006-12-07 | 1 | -0/+1 |
* | * dir.c (glob_helper): get rid of possible memory leak. | nobu | 2006-10-30 | 1 | -15/+63 |
* | * dir.c (rb_push_glob): need not to check by FilePathValue(). | matz | 2006-09-25 | 1 | -3/+2 |
* | * dir.c (dir_s_glob): restore GC protection volatile variable. | matz | 2006-09-18 | 1 | -1/+2 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+0 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -22/+22 |
* | ansificated. | akr | 2006-08-13 | 1 | -2/+1 |
* | * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from | matz | 2006-07-03 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -1/+19 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -8/+10 |
* | * dir.c (has_magic): glob names contain alphabets to enable case fold | nobu | 2005-12-14 | 1 | -5/+22 |
* | * dir.c (Compare): should not fold double byte alphabet on win9x. | ocean | 2005-12-02 | 1 | -1/+1 |
* | * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | nobu | 2005-09-16 | 1 | -35/+108 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -42/+45 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 1 | -3/+3 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -4/+4 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -156/+72 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -0/+1 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -0/+1 |
* | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -4/+2 |
* | * dir.c (glob_helper): check whether path is "" before calling | eban | 2005-05-18 | 1 | -1/+1 |
* | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 1 | -47/+52 |
* | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -2/+2 |
* | * dir.c (rb_glob): fixed mismatch of argument. | ocean | 2005-03-05 | 1 | -7/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -14/+31 |
* | * io.c (dir_s_mkdir): win32 special processing doesn't need any longer. | usa | 2004-12-07 | 1 | -5/+0 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -1/+1 |
* | * dir.c (dir_seek): should retrieve dir_data after NUM2INT(). | matz | 2004-11-21 | 1 | -2/+3 |
* | * dir.c (rb_push_glob): fix overrun. [ruby-dev:24886] | nobu | 2004-11-17 | 1 | -2/+7 |
* | * dir.c (rb_glob): should have called rb_glob_caller(). | matz | 2004-11-11 | 1 | -1/+1 |