aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* file.c: cygwin behaviornobu2016-12-071-1/+1
* file.c: isADSnobu2016-12-061-7/+23
* file.c: home directory from systemnobu2016-11-261-1/+21
* * file.c (rb_home_dir_of): convert given username into filesystemnaruse2016-11-051-2/+16
* file.c: include sys/sysmacros.hnobu2016-11-031-0/+4
* file.c: use DEVT2NUMnobu2016-11-031-2/+2
* internal.h: RB_OBJ_BUILTIN_TYPEnobu2016-10-281-1/+1
* replace fixnum by integer in documents.akr2016-09-081-16/+16
* file.c: normalize cwdnobu2016-06-121-2/+20
* file.c: home dir fall backnobu2016-05-081-5/+13
* * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa2016-05-021-0/+2
* * 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