index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* file.c: [DOC] Clarify how File.file? handles symbolic links. Also
zzak
2014-07-27
1
-4
/
+6
*
* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.
ktsj
2014-07-06
1
-3
/
+3
*
* file.c: [DOC] document File.join returns a string.
hsbt
2014-06-30
1
-1
/
+1
*
constify parameters
nobu
2014-06-18
1
-2
/
+2
*
file.c: shrink expanded path
nobu
2014-06-12
1
-3
/
+14
*
encoding.h: constify rb_encoding
nobu
2014-06-02
1
-9
/
+9
*
constify rb_encoding and OnigEncoding
nobu
2014-06-01
1
-9
/
+9
*
file.c: birthtime on Windows
nobu
2014-05-22
1
-0
/
+1
*
* file.c (stat_birthtime): add birthtime support [Feature #9647]
naruse
2014-05-22
1
-1
/
+111
*
revert File::Statfs [Feature #9772]
naruse
2014-05-22
1
-385
/
+0
*
* file.c (rb_f_test): removed meaningless "case 'a'".
tadf
2014-05-05
1
-1
/
+0
*
* file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypename
ngoto
2014-05-02
1
-1
/
+4
*
add indent
kazu
2014-05-01
1
-14
/
+14
*
* file.c: Change AND condition to nested condition.
kazu
2014-05-01
1
-5
/
+6
*
* file.c (FSTATFS): check availability of struct statfs and
ngoto
2014-04-30
1
-2
/
+2
*
new macros for statfs_t
kazu
2014-04-28
1
-8
/
+20
*
fix preprocessor condition
kazu
2014-04-28
1
-1
/
+1
*
file.c: fix typo
nobu
2014-04-28
1
-2
/
+2
*
file.c: fix errors on Windows
nobu
2014-04-28
1
-14
/
+18
*
* configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_type
naruse
2014-04-28
1
-2
/
+2
*
* configure.in: check struct statvfs and struct statvfs.f_fstypename.
naruse
2014-04-28
1
-27
/
+49
*
* file.c (statfs_inspect): suppress warnings.
naruse
2014-04-24
1
-4
/
+4
*
file.c: statfs_inspect
nobu
2014-04-24
1
-0
/
+38
*
* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't return
naruse
2014-04-23
1
-17
/
+0
*
file.c: unpack in binary
nobu
2014-04-23
1
-10
/
+3
*
file.c: fsid_t may not be defined
nobu
2014-04-23
1
-0
/
+4
*
* win32/win32.c, include/ruby/win32.h (ustatfs): implementation of
usa
2014-04-22
1
-1
/
+7
*
* file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.
usa
2014-04-22
1
-1
/
+6
*
file.c: suppress a warning
nobu
2014-04-22
1
-2
/
+6
*
* file.c (rb_io_statfs): need to define even if the system doesn't have
usa
2014-04-22
1
-0
/
+2
*
define File::Statfs only if HAVE_STRUCT_STATFS
naruse
2014-04-22
1
-2
/
+10
*
fix typo
naruse
2014-04-22
1
-1
/
+1
*
* file.c: newly added a class File::Statfs. (experimental)
naruse
2014-04-22
1
-0
/
+300
*
* file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550...
hsbt
2014-02-28
1
-1
/
+3
*
* file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'
charliesome
2014-02-01
1
-1
/
+1
*
* array.c: rdoc clarification for <=>
marcandre
2014-01-09
1
-1
/
+1
*
file.c: to_uid and to_gid
nobu
2013-12-25
1
-26
/
+24
*
file.c: proper types
nobu
2013-12-25
1
-3
/
+4
*
file.c: destination path only
nobu
2013-12-21
1
-0
/
+3
*
file.c: fix buffer overflow
nobu
2013-11-26
1
-0
/
+1
*
file.c: remove unnecessary declaration
nobu
2013-11-08
1
-1
/
+0
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+1
*
* file.c: [DOC] fix rdoc format of File#expand_path from r43386
zzak
2013-10-23
1
-3
/
+3
*
* file.c (File#expand_path): [DOC] improve documentation of File#expand_path.
eregon
2013-10-22
1
-1
/
+12
*
dir.c: warn Dir.exists?
nobu
2013-10-21
1
-1
/
+1
*
* file.c (rb_file_exists_p): maybe FileTest.
nobu
2013-10-21
1
-1
/
+10
*
file.c: warn File.exists?
nobu
2013-10-21
1
-1
/
+8
*
encoding.c: defer code page table
nobu
2013-10-19
1
-4
/
+0
*
file.c: export rb_stat_new
nobu
2013-10-01
1
-7
/
+7
*
* dir.c (dir_s_glob): [DOC] Improve wording and layout.
drbrain
2013-09-13
1
-0
/
+2
[next]