| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: check struct timeval exist or not. | kosaki | 2013-03-16 | 1 | -0/+4 |
* | error.c: rb_sys_fail_path_in | nobu | 2013-03-15 | 1 | -16/+0 |
* | file.c: rb_sys_fail_path_with_func | nobu | 2013-03-15 | 1 | -8/+9 |
* | file.c: insert separator | nobu | 2013-03-14 | 1 | -0/+1 |
* | configure.in, file.c: RUBY_FUNCTION_NAME_STRING | nobu | 2013-03-14 | 1 | -2/+2 |
* | * file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC. | naruse | 2013-03-14 | 1 | -2/+5 |
* | * file.c (rb_sys_fail_path0): add to append the name of called function | naruse | 2013-03-14 | 1 | -1/+10 |
* | Suppress warning: uninitialized value | naruse | 2013-03-01 | 1 | -1/+1 |
* | * array.c: Document #<=> return values and formatting | zzak | 2013-02-23 | 1 | -2/+4 |
* | * file.c (rb_group_member): added an error check. SUS says, | kosaki | 2013-02-21 | 1 | -1/+3 |
* | * file.c (RB_MAX_GROUPS): moved to | kosaki | 2013-02-21 | 1 | -4/+1 |
* | * file.c (access_internal): removed. | kosaki | 2013-02-21 | 1 | -9/+3 |
* | * file.c (eaccess): use access() when not using setuid nor setgid. | kosaki | 2013-02-21 | 1 | -2/+6 |
* | * file.c (rb_group_member): get rid of NGROUPS dependency. | kosaki | 2013-02-21 | 1 | -23/+36 |
* | * file.c (rb_file_flock): use rb_thread_wait_for() instead of | kosaki | 2012-12-14 | 1 | -1/+5 |
* | * file.c (rb_file_join): check encoding compatibility before joining | usa | 2012-12-13 | 1 | -0/+5 |
* | * file.c (Init_File): null device definition uses rb_define_const | kosaki | 2012-11-20 | 1 | -5/+2 |
* | file.c: fix rdoc | nobu | 2012-11-20 | 1 | -2/+3 |
* | * file.c (File.extname): Documentation for extname on dotfiles and | zzak | 2012-11-20 | 1 | -2/+9 |
* | * io.c (Init_IO): removed all rb_file_const() into file.c. | kosaki | 2012-11-20 | 1 | -4/+77 |
* | * file.c (File::NULL): Document File::NULL constant | zzak | 2012-11-20 | 1 | -0/+4 |
* | Fix compatibility of cached expanded load path | shirosaki | 2012-11-05 | 1 | -5/+19 |
* | file.c: ASCII-compatible | nobu | 2012-10-16 | 1 | -0/+3 |
* | file.c: hide result | nobu | 2012-10-16 | 1 | -0/+2 |
* | file.c: ASCII-compatible | nobu | 2012-10-16 | 1 | -2/+2 |
* | file.c: ASCII-compatible | nobu | 2012-10-16 | 1 | -0/+1 |
* | file.c: check_path_encoding | nobu | 2012-10-16 | 1 | -12/+13 |
* | file.c: GC guard | nobu | 2012-10-12 | 1 | -0/+3 |
* | file.c: poisoned NUL | nobu | 2012-10-12 | 1 | -0/+3 |
* | file.c: reduce xmalloc | nobu | 2012-09-16 | 1 | -7/+5 |
* | file.c: no longer used functions | nobu | 2012-09-05 | 1 | -1/+3 |
* | Improve require/File.expand_path performance on Windows | luislavena | 2012-08-24 | 1 | -9/+22 |
* | load.c: keep encoding of feature name | nobu | 2012-08-23 | 1 | -0/+2 |
* | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa | 2012-07-09 | 1 | -3/+1 |
* | documentation for Dir.exist? | nobu | 2012-06-17 | 1 | -12/+0 |
* | * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix. | usa | 2012-06-14 | 1 | -5/+6 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -6/+1 |
* | file.c: fix for UNC | nobu | 2012-05-26 | 1 | -0/+7 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -0/+22 |
* | * 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 |