aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-4/+4
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-1/+4
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-2/+2
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+2
* * internal.h: declare internal functions here.akr2011-06-171-4/+1
* * fix for build on solaris 10.nobu2011-06-161-1/+2
* * file.c (rb_stat_rdev): use DEVT2NUM.naruse2011-06-151-5/+3
* * file.c (rb_file_truncate): fix function.nobu2011-04-261-1/+1
* * file.c (rb_group_member): kill 256K of stack usage.kosaki2011-04-111-5/+11