| Commit message (Expand) | Author | Age | Files | Lines |
* | * file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550... | hsbt | 2014-02-28 | 1 | -1/+3 |
* | * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer' | charliesome | 2014-02-01 | 1 | -1/+1 |
* | * array.c: rdoc clarification for <=> | marcandre | 2014-01-09 | 1 | -1/+1 |
* | file.c: to_uid and to_gid | nobu | 2013-12-25 | 1 | -26/+24 |
* | file.c: proper types | nobu | 2013-12-25 | 1 | -3/+4 |
* | file.c: destination path only | nobu | 2013-12-21 | 1 | -0/+3 |
* | file.c: fix buffer overflow | nobu | 2013-11-26 | 1 | -0/+1 |
* | file.c: remove unnecessary declaration | nobu | 2013-11-08 | 1 | -1/+0 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+1 |
* | * file.c: [DOC] fix rdoc format of File#expand_path from r43386 | zzak | 2013-10-23 | 1 | -3/+3 |
* | * file.c (File#expand_path): [DOC] improve documentation of File#expand_path. | eregon | 2013-10-22 | 1 | -1/+12 |
* | dir.c: warn Dir.exists? | nobu | 2013-10-21 | 1 | -1/+1 |
* | * file.c (rb_file_exists_p): maybe FileTest. | nobu | 2013-10-21 | 1 | -1/+10 |
* | file.c: warn File.exists? | nobu | 2013-10-21 | 1 | -1/+8 |
* | encoding.c: defer code page table | nobu | 2013-10-19 | 1 | -4/+0 |
* | file.c: export rb_stat_new | nobu | 2013-10-01 | 1 | -7/+7 |
* | * dir.c (dir_s_glob): [DOC] Improve wording and layout. | drbrain | 2013-09-13 | 1 | -0/+2 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -8/+0 |
* | * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws. | usa | 2013-08-16 | 1 | -6/+2 |
* | * io.c, internal.h (rb_io_flush_raw): new function to select calling | usa | 2013-08-15 | 1 | -0/+4 |
* | file.c: OSX path encoding | nobu | 2013-08-11 | 1 | -0/+2 |
* | file.c: internal function | nobu | 2013-08-11 | 1 | -1/+1 |
* | * file.c (rb_str_normalize_ospath): fix mixed code and declaration warning | charliesome | 2013-08-11 | 1 | -2/+2 |
* | * file.c (rb_str_normalize_ospath): | naruse | 2013-08-10 | 1 | -1/+42 |
* | file.c: normalize Form C | nobu | 2013-08-09 | 1 | -6/+22 |
* | file.c: rb_str_normalize_ospath | nobu | 2013-08-08 | 1 | -0/+13 |
* | file.c: use rb_str_conv_enc | nobu | 2013-07-26 | 1 | -9/+6 |
* | * file.c (rb_file_expand_path_internal): fix r42160; skip '~'. | naruse | 2013-07-25 | 1 | -0/+1 |
* | file.c: clear coderange for user name | nobu | 2013-07-25 | 1 | -0/+1 |
* | file.c: split rb_home_dir | nobu | 2013-07-25 | 1 | -30/+35 |
* | file.c: exception message encoding | nobu | 2013-07-24 | 1 | -3/+5 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -3/+1 |
* | fill rdocs | nobu | 2013-06-02 | 1 | -0/+3 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -2/+2 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -4/+4 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -5/+5 |
* | * file.c (rb_file_s_truncate): use correct type. chsize takes | kosaki | 2013-05-12 | 1 | -1/+8 |
* | * configure.in: removes AC_CHECK_FUNC(ftruncate64). | kosaki | 2013-05-12 | 1 | -1/+8 |
* | * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, | akr | 2013-05-09 | 1 | -4/+4 |
* | update doc. | akr | 2013-04-24 | 1 | -6/+6 |
* | update doc. | akr | 2013-04-24 | 1 | -0/+38 |
* | documentation by @phiggins [GH fixes #263] | hsbt | 2013-03-31 | 1 | -0/+1 |
* | * 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 |