summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2017-10-03file.c: release GVL around lstat(2)normal
2017-10-03file.c: release GVL in File.{setuid?,setgid?,sticky?}normal
2017-10-02use `ra` instead of new variables.ko1
2017-10-02catch up r60088 for DOSISH.ko1
2017-10-01File#rename releases GVLnormal
2017-10-01file.c: remove unnecessary volatile usenormal
2017-09-26Release gvl while doing (f)statnobu
2017-09-21file.c: rb_check_realpathnobu
2017-09-16file.c: [DOC] separators at dirname and basenamenobu
2017-08-31File#path: Raise IOError when a file is O_TMPFILEsorah
2017-07-29file.c: [DOC] File.mkfifonobu
2017-06-08file.c: realpath in OS path encodingnobu
2017-06-03file.c: preserve encodingnobu
2017-06-02file.c: preserve encodingnobu
2017-06-01load.c: convert by rb_get_path_checknobu
2017-06-01file.c: rb_check_funcall_default for fallback valuenobu
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-15[DOC] File#path result can be inaccuratesorah
2017-03-17deduplicate File::NULL stringnormal
2017-03-17deduplicate "/", ":" and "\n" stringsnormal
2017-03-13file.c: join with /nobu
2017-01-16file.c: refine messagenobu
2016-12-07file.c: cygwin behaviornobu
2016-12-06file.c: isADSnobu
2016-11-26file.c: home directory from systemnobu
2016-11-05* file.c (rb_home_dir_of): convert given username into filesystemnaruse
2016-11-03file.c: include sys/sysmacros.hnobu
2016-11-03file.c: use DEVT2NUMnobu
2016-10-28internal.h: RB_OBJ_BUILTIN_TYPEnobu
2016-09-08replace fixnum by integer in documents.akr
2016-06-12file.c: normalize cwdnobu
2016-05-08file.c: home dir fall backnobu
2016-05-02* win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa
2016-04-22* file.c, win32/file.c: Removed obsoleted safe level checks.hsbt
2016-04-13file.c: File.empty?nobu
2016-04-10file.c: prefer rb_check_aritynobu
2016-04-10file.c: apply2files returns Fixnumnobu
2016-04-10file.c: apply to argvnobu
2016-04-10no argument conversions in rb_realpath_internalnobu
2016-03-18file.c: simplify rb_file_s_splitnobu
2016-03-14ruby.c: reduce fstatnobu
2016-01-19file.c: fix documentationheadius
2015-12-23prefer rb_syserr_failnobu
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-08file.c: call get_stat only oncenobu
2015-11-24Drop support for BeOSnobu
2015-11-24Add missing punctuation to File docs [ci skip]nobu
2015-11-23Haiku now best effort supportnobu
2015-11-08* file.c: Add O_TMPFILE.glass
2015-10-23* file.c: fix indent style. [fix GH-977]hsbt