| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -17/+12 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -1/+2 |
* | * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu... | nobu | 2012-03-23 | 1 | -2/+2 |
* | * file.c (ruby_enc_find_basename): allow NULL as alllen. | nobu | 2012-03-15 | 1 | -1/+1 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -3/+3 |
* | * file.c (file_expand_path): use wcscasecmp(). | nobu | 2012-03-02 | 1 | -1/+2 |
* | * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory. | shirosaki | 2012-02-28 | 1 | -12/+8 |
* | * file.c (utime_internal): fix a variable missed to replace. | nobu | 2012-02-24 | 1 | -1/+1 |
* | * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str. | nobu | 2012-02-24 | 1 | -43/+31 |
* | * dir.c, file.c, io.c: use rb_sys_fail_path. | nobu | 2012-02-24 | 1 | -16/+17 |
* | * file.c (rb_f_test): Fix formatting of Kernel#test rdoc. | drbrain | 2012-02-21 | 1 | -4/+3 |
* | * file.c (append_fspath): need to set the encoding to result always. | usa | 2012-01-30 | 1 | -1/+1 |
* | * file.c (rb_file_s_basename): ignore non-ascii extension in | nobu | 2012-01-25 | 1 | -7/+4 |
* | * file.c (rmext): no extension to strip if empty string. | nobu | 2012-01-25 | 1 | -1/+1 |
* | * file.c (rb_enc_path_next, rb_enc_path_skip_prefix) | nobu | 2012-01-25 | 1 | -159/+256 |
* | * file.c (rb_file_join): separator is appended by array length - 1 | naruse | 2012-01-05 | 1 | -1/+1 |
* | * file.c (file_path_convert): don't convert it when the path string is | naruse | 2011-12-09 | 1 | -1/+3 |
* | * file.c (file_expand_path): reset coderange after expanding path. | naruse | 2011-11-01 | 1 | -0/+1 |
* | * process.c (ruby_setsid): use rb_cloexec_open. | akr | 2011-10-29 | 1 | -4/+4 |
* | * file.c (rb_file_join): honor input encodings than ASCII-8BIT. | nobu | 2011-10-26 | 1 | -1/+4 |
* | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr | 2011-10-22 | 1 | -2/+2 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -0/+2 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -4/+1 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -1/+2 |
* | * file.c (rb_stat_rdev): use DEVT2NUM. | naruse | 2011-06-15 | 1 | -5/+3 |
* | * file.c (rb_file_truncate): fix function. | nobu | 2011-04-26 | 1 | -1/+1 |
* | * file.c (rb_group_member): kill 256K of stack usage. | kosaki | 2011-04-11 | 1 | -5/+11 |
* | * file.c (rb_file_flock): use rb_thread_io_blocking_region for the | nobu | 2011-02-20 | 1 | -1/+1 |
* | * file.c (w32_io_info): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -1/+4 |
* | * file.c (file_expand_path): get rid of warnings caused by | nobu | 2010-12-26 | 1 | -5/+10 |
* | * file.c: parenthesize macro arguments. | akr | 2010-12-13 | 1 | -22/+22 |
* | fix typos | kazu | 2010-12-06 | 1 | -2/+2 |
* | NTFS's ctime is creation time! [ruby-core:33269] | naruse | 2010-11-20 | 1 | -0/+6 |
* | * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 or | nobu | 2010-11-11 | 1 | -8/+29 |
* | * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback to | nobu | 2010-10-15 | 1 | -0/+10 |
* | * configure.in (dev_t): use RUBY_REPLACE_TYPE. | nobu | 2010-10-15 | 1 | -10/+2 |
* | Refix for r29493; it is unsigned. | naruse | 2010-10-14 | 1 | -3/+3 |
* | * file.c (DEVT2NUM): added. Size of dev_t is depend on the | naruse | 2010-10-13 | 1 | -5/+11 |
* | * file.c (rb_file_s_readlink): symlink target should be in | nobu | 2010-09-04 | 1 | -1/+1 |
* | * file.c (rb_get_path_check): clarify error message for | nobu | 2010-08-29 | 1 | -2/+7 |
* | * file.c (null_device): move from io.c. | nobu | 2010-08-27 | 1 | -0/+13 |
* | * 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 |