aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * file.c, win32/file.c: Removed obsoleted safe level checks.hsbt2016-04-221-1/+1
* file.c: File.empty?nobu2016-04-131-0/+1
* file.c: prefer rb_check_aritynobu2016-04-101-21/+12
* file.c: apply2files returns Fixnumnobu2016-04-101-21/+9
* file.c: apply to argvnobu2016-04-101-31/+28
* no argument conversions in rb_realpath_internalnobu2016-04-101-1/+2
* file.c: simplify rb_file_s_splitnobu2016-03-181-1/+1
* ruby.c: reduce fstatnobu2016-03-141-1/+2
* file.c: fix documentationheadius2016-01-191-1/+1
* prefer rb_syserr_failnobu2015-12-231-19/+28
* * *.c (*_memsize): do not check ptr.ko12015-12-091-1/+1
* file.c: call get_stat only oncenobu2015-12-081-4/+6
* Drop support for BeOSnobu2015-11-241-27/+0
* Add missing punctuation to File docs [ci skip]nobu2015-11-241-1/+1
* Haiku now best effort supportnobu2015-11-231-2/+2
* * file.c: Add O_TMPFILE.glass2015-11-081-0/+4
* * file.c: fix indent style. [fix GH-977]hsbt2015-10-231-1/+1
* file.c: fix typosnobu2015-10-191-2/+2
* * file.c (rb_file_identical_p): not necessary to compare the paths afterusa2015-10-181-7/+2
* file.c: fix compile errornobu2015-10-181-1/+0
* * file.c (rb_file_identical_p): simplify ifdefskosaki2015-10-181-13/+1
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-2/+0
* * file.c (ruby_is_fd_loadable): this should be fail if st_mode iskosaki2015-10-181-3/+7
* file.c: set errnonobu2015-10-171-1/+2
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-8/+25
* string.c: rb_str_cat_conv_enc_optsnobu2015-10-171-7/+9
* file.c: prefer encoding index as possiblenobu2015-10-171-22/+27
* file.c: non-blocking opennobu2015-10-161-11/+9
* file.c: get rid of intermediate objectsnobu2015-10-041-10/+11
* file.c: same timespecnobu2015-09-241-1/+4
* file.c: File.mkfifonobu2015-09-181-0/+39
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* * file.c: access()/eaccess() wrapping methods check more than just uid.hsbt2015-09-121-6/+6
* internal.h: move rb_readlink declarationnobu2015-09-051-2/+0
* file.c: use filesystem encodingnobu2015-09-021-6/+16
* file.c: syserr_fail2_innobu2015-08-281-9/+11
* win32.c: fchmodnobu2015-08-271-4/+10
* file.c: fix messagesnobu2015-08-271-2/+11
* win32.c: fake lchownnobu2015-08-261-0/+3
* win32.c: symlinknobu2015-08-241-0/+2
* Add tests for `File.extname`nobu2015-07-241-0/+1
* file.c: skip invalid bytenobu2015-07-071-0/+2
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-33/+0
* file.c: open without gvlnobu2015-06-141-1/+10
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-1/+12
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+5
* wrapper object before allocnobu2015-05-161-1/+3
* * file.c (rb_f_test): Consider nsec for "=", "<" and ">" for "test"akr2015-04-111-3/+9
* file.c: move rb_readlink on Windowsnobu2015-03-231-0/+2
* win32.c: w32_lstati64nobu2015-03-231-1/+1