aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* file.c: improve docs for File#pathstomar2017-11-071-2/+3
* file.c: infect from argumentsnobu2017-11-011-1/+1
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-011-1/+1
* use mode_t where applicable (instead of int)normal2017-10-311-10/+10
* file.c: fix possible alignment bugs in r60386normal2017-10-241-23/+8
* file.c: apply2files releases GVLnormal2017-10-241-45/+114
* Drop to support NaCl platform.hsbt2017-10-231-37/+0
* Improve docs for `File.delete` exceptions.hsbt2017-10-211-0/+6
* Get rid of shadowing local variablesnobu2017-10-181-3/+3
* file.c: ALT_SEPARATOR on cygwinnobu2017-10-111-0/+2
* file.c: release GVL around lstat(2)normal2017-10-031-6/+27
* file.c: release GVL in File.{setuid?,setgid?,sticky?}normal2017-10-031-3/+1
* use `ra` instead of new variables.ko12017-10-021-5/+3
* catch up r60088 for DOSISH.ko12017-10-021-0/+2
* File#rename releases GVLnormal2017-10-011-4/+18
* file.c: remove unnecessary volatile usenormal2017-10-011-4/+6
* Release gvl while doing (f)statnobu2017-09-261-2/+32
* file.c: rb_check_realpathnobu2017-09-211-18/+59
* file.c: [DOC] separators at dirname and basenamenobu2017-09-161-4/+6
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-2/+9
* file.c: [DOC] File.mkfifonobu2017-07-291-1/+1
* 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