summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2014-01-09* array.c: rdoc clarification for <=>marcandre
2013-12-25file.c: to_uid and to_gidnobu
2013-12-25file.c: proper typesnobu
2013-12-21file.c: destination path onlynobu
2013-11-26file.c: fix buffer overflownobu
2013-11-08file.c: remove unnecessary declarationnobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-23* file.c: [DOC] fix rdoc format of File#expand_path from r43386zzak
2013-10-22* file.c (File#expand_path): [DOC] improve documentation of File#expand_path.eregon
2013-10-21dir.c: warn Dir.exists?nobu
2013-10-21* file.c (rb_file_exists_p): maybe FileTest.nobu
2013-10-21file.c: warn File.exists?nobu
2013-10-19encoding.c: defer code page tablenobu
2013-10-01file.c: export rb_stat_newnobu
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 callingusa
2013-08-11file.c: OSX path encodingnobu
2013-08-11file.c: internal functionnobu
2013-08-11* file.c (rb_str_normalize_ospath): fix mixed code and declaration warningcharliesome
2013-08-10* file.c (rb_str_normalize_ospath):naruse
2013-08-09file.c: normalize Form Cnobu
2013-08-08file.c: rb_str_normalize_ospathnobu
2013-07-26file.c: use rb_str_conv_encnobu
2013-07-25* file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse
2013-07-25file.c: clear coderange for user namenobu
2013-07-25file.c: split rb_home_dirnobu
2013-07-24file.c: exception message encodingnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-02fill rdocsnobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-12* file.c (rb_file_s_truncate): use correct type. chsize takeskosaki
2013-05-12* configure.in: removes AC_CHECK_FUNC(ftruncate64).kosaki
2013-05-09* file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr
2013-04-24update doc.akr
2013-04-24update doc.akr
2013-03-31documentation by @phiggins [GH fixes #263]hsbt
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-15error.c: rb_sys_fail_path_innobu
2013-03-15file.c: rb_sys_fail_path_with_funcnobu
2013-03-14file.c: insert separatornobu
2013-03-14configure.in, file.c: RUBY_FUNCTION_NAME_STRINGnobu
2013-03-14* file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.naruse
2013-03-14* file.c (rb_sys_fail_path0): add to append the name of called functionnaruse
2013-03-01Suppress warning: uninitialized valuenaruse
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-21* file.c (rb_group_member): added an error check. SUS says,kosaki