aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress warning: uninitialized valuenaruse2013-03-011-1/+1
* * array.c: Document #<=> return values and formattingzzak2013-02-231-2/+4
* * file.c (rb_group_member): added an error check. SUS says,kosaki2013-02-211-1/+3
* * file.c (RB_MAX_GROUPS): moved tokosaki2013-02-211-4/+1
* * file.c (access_internal): removed.kosaki2013-02-211-9/+3
* * file.c (eaccess): use access() when not using setuid nor setgid.kosaki2013-02-211-2/+6
* * file.c (rb_group_member): get rid of NGROUPS dependency.kosaki2013-02-211-23/+36
* * file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki2012-12-141-1/+5
* * file.c (rb_file_join): check encoding compatibility before joiningusa2012-12-131-0/+5
* * file.c (Init_File): null device definition uses rb_define_constkosaki2012-11-201-5/+2
* file.c: fix rdocnobu2012-11-201-2/+3
* * file.c (File.extname): Documentation for extname on dotfiles andzzak2012-11-201-2/+9
* * io.c (Init_IO): removed all rb_file_const() into file.c.kosaki2012-11-201-4/+77
* * file.c (File::NULL): Document File::NULL constantzzak2012-11-201-0/+4
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-5/+19
* file.c: ASCII-compatiblenobu2012-10-161-0/+3
* file.c: hide resultnobu2012-10-161-0/+2
* file.c: ASCII-compatiblenobu2012-10-161-2/+2
* file.c: ASCII-compatiblenobu2012-10-161-0/+1
* file.c: check_path_encodingnobu2012-10-161-12/+13
* file.c: GC guardnobu2012-10-121-0/+3
* file.c: poisoned NULnobu2012-10-121-0/+3
* file.c: reduce xmallocnobu2012-09-161-7/+5
* file.c: no longer used functionsnobu2012-09-051-1/+3
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-9/+22
* load.c: keep encoding of feature namenobu2012-08-231-0/+2
* * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa2012-07-091-3/+1
* documentation for Dir.exist?nobu2012-06-171-12/+0
* * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.usa2012-06-141-5/+6
* obj_init_copynobu2012-06-051-6/+1
* file.c: fix for UNCnobu2012-05-261-0/+7
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+22
* * reduce UNREACHABLE.nobu2012-04-151-17/+12
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu...nobu2012-03-231-2/+2
* * file.c (ruby_enc_find_basename): allow NULL as alllen.nobu2012-03-151-1/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-3/+3
* * file.c (file_expand_path): use wcscasecmp().nobu2012-03-021-1/+2
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-281-12/+8
* * file.c (utime_internal): fix a variable missed to replace.nobu2012-02-241-1/+1
* * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu2012-02-241-43/+31
* * dir.c, file.c, io.c: use rb_sys_fail_path.nobu2012-02-241-16/+17
* * file.c (rb_f_test): Fix formatting of Kernel#test rdoc.drbrain2012-02-211-4/+3
* * file.c (append_fspath): need to set the encoding to result always.usa2012-01-301-1/+1
* * file.c (rb_file_s_basename): ignore non-ascii extension innobu2012-01-251-7/+4
* * file.c (rmext): no extension to strip if empty string.nobu2012-01-251-1/+1
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-159/+256
* * file.c (rb_file_join): separator is appended by array length - 1naruse2012-01-051-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-091-1/+3
* * file.c (file_expand_path): reset coderange after expanding path.naruse2011-11-011-0/+1