aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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