Age | Commit message (Expand) | Author |
2014-04-28 | * configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_type | naruse |
2014-04-28 | * configure.in: check struct statvfs and struct statvfs.f_fstypename. | naruse |
2014-04-24 | * file.c (statfs_inspect): suppress warnings. | naruse |
2014-04-24 | file.c: statfs_inspect | nobu |
2014-04-23 | * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't return | naruse |
2014-04-23 | file.c: unpack in binary | nobu |
2014-04-23 | file.c: fsid_t may not be defined | nobu |
2014-04-22 | * win32/win32.c, include/ruby/win32.h (ustatfs): implementation of | usa |
2014-04-22 | * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable. | usa |
2014-04-22 | file.c: suppress a warning | nobu |
2014-04-22 | * file.c (rb_io_statfs): need to define even if the system doesn't have | usa |
2014-04-22 | define File::Statfs only if HAVE_STRUCT_STATFS | naruse |
2014-04-22 | fix typo | naruse |
2014-04-22 | * file.c: newly added a class File::Statfs. (experimental) | naruse |
2014-02-28 | * file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550... | hsbt |
2014-02-01 | * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer' | charliesome |
2014-01-09 | * array.c: rdoc clarification for <=> | marcandre |
2013-12-25 | file.c: to_uid and to_gid | nobu |
2013-12-25 | file.c: proper types | nobu |
2013-12-21 | file.c: destination path only | nobu |
2013-11-26 | file.c: fix buffer overflow | nobu |
2013-11-08 | file.c: remove unnecessary declaration | nobu |
2013-10-29 | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 |
2013-10-23 | * file.c: [DOC] fix rdoc format of File#expand_path from r43386 | zzak |
2013-10-22 | * file.c (File#expand_path): [DOC] improve documentation of File#expand_path. | eregon |
2013-10-21 | dir.c: warn Dir.exists? | nobu |
2013-10-21 | * file.c (rb_file_exists_p): maybe FileTest. | nobu |
2013-10-21 | file.c: warn File.exists? | nobu |
2013-10-19 | encoding.c: defer code page table | nobu |
2013-10-01 | file.c: export rb_stat_new | nobu |
2013-09-13 | * dir.c (dir_s_glob): [DOC] Improve wording and layout. | drbrain |
2013-08-18 | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj |
2013-08-16 | * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws. | usa |
2013-08-15 | * io.c, internal.h (rb_io_flush_raw): new function to select calling | usa |
2013-08-11 | file.c: OSX path encoding | nobu |
2013-08-11 | file.c: internal function | nobu |
2013-08-11 | * file.c (rb_str_normalize_ospath): fix mixed code and declaration warning | charliesome |
2013-08-10 | * file.c (rb_str_normalize_ospath): | naruse |
2013-08-09 | file.c: normalize Form C | nobu |
2013-08-08 | file.c: rb_str_normalize_ospath | nobu |
2013-07-26 | file.c: use rb_str_conv_enc | nobu |
2013-07-25 | * file.c (rb_file_expand_path_internal): fix r42160; skip '~'. | naruse |
2013-07-25 | file.c: clear coderange for user name | nobu |
2013-07-25 | file.c: split rb_home_dir | nobu |
2013-07-24 | file.c: exception message encoding | nobu |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-06-02 | fill rdocs | nobu |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2013-05-13 | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 |
2013-05-13 | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 |