aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550...hsbt2014-02-281-1/+3
* * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'charliesome2014-02-011-1/+1
* * array.c: rdoc clarification for <=>marcandre2014-01-091-1/+1
* file.c: to_uid and to_gidnobu2013-12-251-26/+24
* file.c: proper typesnobu2013-12-251-3/+4
* file.c: destination path onlynobu2013-12-211-0/+3
* file.c: fix buffer overflownobu2013-11-261-0/+1
* file.c: remove unnecessary declarationnobu2013-11-081-1/+0
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * file.c: [DOC] fix rdoc format of File#expand_path from r43386zzak2013-10-231-3/+3
* * file.c (File#expand_path): [DOC] improve documentation of File#expand_path.eregon2013-10-221-1/+12
* dir.c: warn Dir.exists?nobu2013-10-211-1/+1
* * file.c (rb_file_exists_p): maybe FileTest.nobu2013-10-211-1/+10
* file.c: warn File.exists?nobu2013-10-211-1/+8
* encoding.c: defer code page tablenobu2013-10-191-4/+0
* file.c: export rb_stat_newnobu2013-10-011-7/+7
* * dir.c (dir_s_glob): [DOC] Improve wording and layout.drbrain2013-09-131-0/+2
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-8/+0
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-161-6/+2
* * io.c, internal.h (rb_io_flush_raw): new function to select callingusa2013-08-151-0/+4
* file.c: OSX path encodingnobu2013-08-111-0/+2
* file.c: internal functionnobu2013-08-111-1/+1
* * file.c (rb_str_normalize_ospath): fix mixed code and declaration warningcharliesome2013-08-111-2/+2
* * file.c (rb_str_normalize_ospath):naruse2013-08-101-1/+42
* file.c: normalize Form Cnobu2013-08-091-6/+22
* file.c: rb_str_normalize_ospathnobu2013-08-081-0/+13
* file.c: use rb_str_conv_encnobu2013-07-261-9/+6
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-251-0/+1
* file.c: clear coderange for user namenobu2013-07-251-0/+1
* file.c: split rb_home_dirnobu2013-07-251-30/+35
* file.c: exception message encodingnobu2013-07-241-3/+5
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-3/+1
* fill rdocsnobu2013-06-021-0/+3
* fix typos. Patch by k_takata.ktsj2013-05-191-2/+2
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-4/+4
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-5/+5
* * file.c (rb_file_s_truncate): use correct type. chsize takeskosaki2013-05-121-1/+8
* * configure.in: removes AC_CHECK_FUNC(ftruncate64).kosaki2013-05-121-1/+8
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-091-4/+4
* update doc.akr2013-04-241-6/+6
* update doc.akr2013-04-241-0/+38
* documentation by @phiggins [GH fixes #263]hsbt2013-03-311-0/+1
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+4
* error.c: rb_sys_fail_path_innobu2013-03-151-16/+0
* file.c: rb_sys_fail_path_with_funcnobu2013-03-151-8/+9
* file.c: insert separatornobu2013-03-141-0/+1
* configure.in, file.c: RUBY_FUNCTION_NAME_STRINGnobu2013-03-141-2/+2
* * file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.naruse2013-03-141-2/+5
* * file.c (rb_sys_fail_path0): add to append the name of called functionnaruse2013-03-141-1/+10
* Suppress warning: uninitialized valuenaruse2013-03-011-1/+1