aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* file.c: realpath in OS path encodingnobu2017-06-081-10/+24
* file.c: preserve encodingnobu2017-06-031-3/+3
* file.c: preserve encodingnobu2017-06-021-3/+3
* load.c: convert by rb_get_path_checknobu2017-06-011-1/+1
* file.c: rb_check_funcall_default for fallback valuenobu2017-06-011-4/+1
* Improve performance of implicit type conversionwatson19782017-05-311-2/+3
* [DOC] File#path result can be inaccuratesorah2017-05-151-0/+3
* deduplicate File::NULL stringnormal2017-03-171-1/+1
* deduplicate "/", ":" and "\n" stringsnormal2017-03-171-2/+2
* file.c: join with /nobu2017-03-131-23/+13
* file.c: refine messagenobu2017-01-161-1/+3
* 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