| Commit message (Expand) | Author | Age | Files | Lines |
* | * dir.c (dir_read): don't disable rdoc. | akr | 2009-02-06 | 1 | -3/+4 |
* | * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to | usa | 2009-02-06 | 1 | -2/+7 |
* | * dir.c (dir_s_home): new method. [ruby-core:21454] | nobu | 2009-02-02 | 1 | -0/+25 |
* | * dir.c (join_path): use strlcat() to force link. | nobu | 2009-01-25 | 1 | -6/+8 |
* | * dir.c (dir_globs): need taint check. reported by steve | matz | 2008-10-31 | 1 | -1/+1 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 1 | -13/+3 |
* | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse | 2008-09-11 | 1 | -1/+1 |
* | * dir.c (dir_initialize): rename option name of Dir.open | naruse | 2008-09-08 | 1 | -15/+15 |
* | * dir.c (dir_enc_str_new): set US-ASCII to the path | naruse | 2008-08-22 | 1 | -0/+4 |
* | * dir.c (dir_enc_str_new): renamed from dir_enc_str. | naruse | 2008-08-22 | 1 | -8/+7 |
* | * encoding.c (rb_filesystem_encoding): use default external encoding | akr | 2008-08-14 | 1 | -3/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -3/+3 |
* | * dir.c (struct dir_data): change path field char * to VALUE. | akr | 2008-07-30 | 1 | -12/+16 |
* | * dir.c (char_casecmp): fix: return 0 if either of characters is NUL. | naruse | 2008-07-29 | 1 | -2/+1 |
* | * dir.c (struct dir_data): intenc field removed. | akr | 2008-07-28 | 1 | -38/+4 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -4/+1 |
* | * dir.c (dir_initialize): use rb_convert_type instead of | akr | 2008-07-20 | 1 | -2/+2 |
* | * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern), | nobu | 2008-07-09 | 1 | -7/+9 |
* | * dir.c: shoudn't use ruby object in globbing, because glob service | usa | 2008-07-08 | 1 | -51/+73 |
* | * dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390] | naruse | 2008-07-08 | 1 | -1/+1 |
* | * dir.c (Next): use rb_enc_precise_mbclen. | naruse | 2008-07-07 | 1 | -16/+24 |
* | * dir.c: preserve encoding of strings in glob and fnmatch. | naruse | 2008-07-07 | 1 | -152/+93 |
* | * dir.rb: fix resource leak. | mame | 2008-06-29 | 1 | -0/+1 |
* | * 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 |