index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2013-05-12
* file.c (rb_file_s_truncate): use correct type. chsize takes
kosaki
2013-05-12
* configure.in: removes AC_CHECK_FUNC(ftruncate64).
kosaki
2013-05-09
* file.c, ext/etc/etc.c, ext/socket/unixsocket.c,
akr
2013-04-24
update doc.
akr
2013-04-24
update doc.
akr
2013-03-31
documentation by @phiggins [GH fixes #263]
hsbt
2013-03-16
* configure.in: check struct timeval exist or not.
kosaki
2013-03-15
error.c: rb_sys_fail_path_in
nobu
2013-03-15
file.c: rb_sys_fail_path_with_func
nobu
2013-03-14
file.c: insert separator
nobu
2013-03-14
configure.in, file.c: RUBY_FUNCTION_NAME_STRING
nobu
2013-03-14
* file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.
naruse
2013-03-14
* file.c (rb_sys_fail_path0): add to append the name of called function
naruse
2013-03-01
Suppress warning: uninitialized value
naruse
2013-02-23
* array.c: Document #<=> return values and formatting
zzak
2013-02-21
* file.c (rb_group_member): added an error check. SUS says,
kosaki
2013-02-21
* file.c (RB_MAX_GROUPS): moved to
kosaki
2013-02-21
* file.c (access_internal): removed.
kosaki
2013-02-21
* file.c (eaccess): use access() when not using setuid nor setgid.
kosaki
2013-02-21
* file.c (rb_group_member): get rid of NGROUPS dependency.
kosaki
2012-12-14
* file.c (rb_file_flock): use rb_thread_wait_for() instead of
kosaki
2012-12-13
* file.c (rb_file_join): check encoding compatibility before joining
usa
2012-11-20
* file.c (Init_File): null device definition uses rb_define_const
kosaki
2012-11-20
file.c: fix rdoc
nobu
2012-11-20
* file.c (File.extname): Documentation for extname on dotfiles and
zzak
2012-11-20
* io.c (Init_IO): removed all rb_file_const() into file.c.
kosaki
2012-11-20
* file.c (File::NULL): Document File::NULL constant
zzak
2012-11-05
Fix compatibility of cached expanded load path
shirosaki
2012-10-16
file.c: ASCII-compatible
nobu
2012-10-16
file.c: hide result
nobu
2012-10-16
file.c: ASCII-compatible
nobu
2012-10-16
file.c: ASCII-compatible
nobu
2012-10-16
file.c: check_path_encoding
nobu
2012-10-12
file.c: GC guard
nobu
2012-10-12
file.c: poisoned NUL
nobu
2012-09-16
file.c: reduce xmalloc
nobu
2012-09-05
file.c: no longer used functions
nobu
2012-08-24
Improve require/File.expand_path performance on Windows
luislavena
2012-08-23
load.c: keep encoding of feature name
nobu
2012-07-09
* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
usa
2012-06-17
documentation for Dir.exist?
nobu
2012-06-14
* file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.
usa
2012-06-05
obj_init_copy
nobu
2012-05-26
file.c: fix for UNC
nobu
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-04-15
* reduce UNREACHABLE.
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-03-23
* file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu...
nobu
2012-03-15
* file.c (ruby_enc_find_basename): allow NULL as alllen.
nobu
2012-03-14
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
[next]