summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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
2013-02-21* file.c (RB_MAX_GROUPS): moved tokosaki
2013-02-21* file.c (access_internal): removed.kosaki
2013-02-21* file.c (eaccess): use access() when not using setuid nor setgid.kosaki
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2012-12-14* file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki
2012-12-13* file.c (rb_file_join): check encoding compatibility before joiningusa
2012-11-20* file.c (Init_File): null device definition uses rb_define_constkosaki
2012-11-20file.c: fix rdocnobu
2012-11-20* file.c (File.extname): Documentation for extname on dotfiles andzzak
2012-11-20* io.c (Init_IO): removed all rb_file_const() into file.c.kosaki
2012-11-20* file.c (File::NULL): Document File::NULL constantzzak
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: hide resultnobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: check_path_encodingnobu
2012-10-12file.c: GC guardnobu
2012-10-12file.c: poisoned NULnobu
2012-09-16file.c: reduce xmallocnobu
2012-09-05file.c: no longer used functionsnobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23load.c: keep encoding of feature namenobu
2012-07-09* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa
2012-06-17documentation for Dir.exist?nobu
2012-06-14* file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.usa
2012-06-05obj_init_copynobu
2012-05-26file.c: fix for UNCnobu
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-15* reduce UNREACHABLE.nobu