| Commit message (Expand) | Author | Age | Files | Lines |
* | * file.c (realpath_rec): rb_str_modify depends on the length, so | nobu | 2010-08-06 | 1 | -2/+1 |
* | * file.c (realpath_rec): call rb_str_modify before rb_str_set_len. | akr | 2010-08-04 | 1 | -0/+1 |
* | * file.c (file_expand_path): wrong condition. [ruby-core:31591] | usa | 2010-08-02 | 1 | -1/+1 |
* | * file.c (file_expand_path): suppress a warning. | nobu | 2010-07-30 | 1 | -0/+1 |
* | * file.c (file_expand_path): home directory must be absolute. | nobu | 2010-07-29 | 1 | -4/+14 |
* | * file.c (file_expand_path): should check if could find user. | nobu | 2010-07-29 | 1 | -1/+3 |
* | * file.c (rb_file_s_basename): pass baselen to rmext. | nobu | 2010-07-28 | 1 | -6/+3 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | * file.c (ruby_find_basename): set correct baselen. | usa | 2010-07-07 | 1 | -6/+12 |
* | * file.c (ruby_find_basename): should initialize f. | usa | 2010-07-07 | 1 | -1/+1 |
* | * io.c (argf_inplace_mode_set): prohibits an assignment of a tainted | usa | 2010-07-02 | 1 | -50/+101 |
* | * file.c (rb_realpath_internal, realpath_rec): skip UNC share root | usa | 2010-06-29 | 1 | -4/+16 |
* | * file.c (rb_str_encode_ospath): when the encoding of the parameter | usa | 2010-06-17 | 1 | -6/+12 |
* | * file.c (rb_f_test): 'W' should test writable by real uid/git, | nobu | 2010-06-04 | 1 | -1/+1 |
* | * file.c (file_expand_path): Refix r28102: this breaks | naruse | 2010-05-31 | 1 | -2/+3 |
* | * file.c (file_expand_path): check if expanded dname encoding is | nobu | 2010-05-30 | 1 | -2/+2 |
* | * file.c (rb_file_directory_p): update rdoc. a patch from Ilkka | mame | 2010-05-30 | 1 | -11/+2 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -3/+3 |
* | * file.c (rb_home_dir): set filesystem encoding. | naruse | 2010-05-27 | 1 | -0/+1 |
* | * file.c (file_expand_path): set encoding as the same of fname | naruse | 2010-05-27 | 1 | -0/+2 |
* | * file.c (file_expand_path): use rb_enc_associate_index and | naruse | 2010-05-27 | 1 | -7/+2 |
* | * file.c (file_expand_path): revert a part of r22392. it's commit miss. | usa | 2010-05-26 | 1 | -1/+1 |
* | * enum.c: Documentation: small fixes | marcandre | 2010-05-17 | 1 | -3/+3 |
* | * hash.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -111/+111 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -101/+101 |
* | * file.c (rb_stat): use STAT macro instead of calling stat() directly. | usa | 2010-05-05 | 1 | -1/+1 |
* | * file.c (rb_str_encode_ospath): unused variable. | nobu | 2010-05-03 | 1 | -1/+0 |
* | * merge some patches from win32-uncode-test branch. | usa | 2010-04-30 | 1 | -28/+111 |
* | * file.c (file_expand_path): call rb_str_set_len before BUFCHECK to | akr | 2010-04-30 | 1 | -0/+4 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -2/+2 |
* | * file.c (rb_file_s_extname): skip last directory separators. | nobu | 2010-04-19 | 1 | -1/+1 |
* | * file.c (rb_file_dirname): split from rb_file_s_dirname. | nobu | 2010-03-30 | 1 | -1/+7 |
* | * file.c (rb_get_path_check): prefer #to_path over #to_str. a patch | mame | 2010-03-25 | 1 | -7/+3 |
* | * file.c (file_expand_path): set length of string before calling | naruse | 2010-03-24 | 1 | -2/+5 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -5/+5 |
* | * file.c (file_expand_path): ignore dname if it has different | nobu | 2010-03-16 | 1 | -1/+20 |
* | * file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin. | nobu | 2010-03-14 | 1 | -1/+1 |
* | * file.c (realpath_rec): use same cache. | nobu | 2010-03-14 | 1 | -2/+4 |
* | * file.c (file_alt_separator): commit miss. | nobu | 2010-03-14 | 1 | -5/+16 |
* | * file.c (FILE_ALT_SEPARATOR): separated condition. | nobu | 2010-03-14 | 1 | -3/+6 |
* | * file.c (EXPAND_PATH_BUFFER): make it back to usascii, to prevent | matz | 2010-03-13 | 1 | -1/+1 |
* | * file.c (file_expand_path): should not just copy the encoding | matz | 2010-03-13 | 1 | -2/+2 |
* | * load.c (rb_get_expanded_load_path): does not expand paths if all | shugo | 2010-03-13 | 1 | -8/+6 |
* | * file.c (rb_file_s_basename): check encoding of suffix. | nobu | 2010-03-12 | 1 | -0/+6 |
* | * file.c: add optional basedir argument for realpath/realdirpath. | akr | 2010-03-07 | 1 | -24/+64 |
* | * encoding.c (enc_set_filesystem_encoding): | naruse | 2010-03-06 | 1 | -11/+0 |
* | * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argument | nobu | 2010-03-02 | 1 | -7/+20 |
* | * file.c (rb_group_member): renamed from group_member. | akr | 2010-02-16 | 1 | -9/+7 |
* | * file.c (realpath_rec): rb_path_last_separator may return NULL. | akr | 2010-02-03 | 1 | -1/+2 |