summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2012-11-20* file.c (Init_File): null device definition uses rb_define_constkosaki
2012-11-20file.c: fix rdocnobu
2012-11-20* file.c (File.extname): Documentation for extname on dotfiles andzzak
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 constantzzak
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: hide resultnobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: check_path_encodingnobu
2012-10-12file.c: GC guardnobu
2012-10-12file.c: poisoned NULnobu
2012-09-16file.c: reduce xmallocnobu
2012-09-05file.c: no longer used functionsnobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23load.c: keep encoding of feature namenobu
2012-07-09* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa
2012-06-17documentation for Dir.exist?nobu
2012-06-14* file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.usa
2012-06-05obj_init_copynobu
2012-05-26file.c: fix for UNCnobu
2012-05-17Imports 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 isdrbrain
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
2012-03-02* file.c (file_expand_path): use wcscasecmp().nobu
2012-02-28* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki
2012-02-24* file.c (utime_internal): fix a variable missed to replace.nobu
2012-02-24* dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu
2012-02-24* dir.c, file.c, io.c: use rb_sys_fail_path.nobu
2012-02-21* file.c (rb_f_test): Fix formatting of Kernel#test rdoc.drbrain
2012-01-30* file.c (append_fspath): need to set the encoding to result always.usa
2012-01-25* file.c (rb_file_s_basename): ignore non-ascii extension innobu
2012-01-25* file.c (rmext): no extension to strip if empty string.nobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-05* file.c (rb_file_join): separator is appended by array length - 1naruse
2011-12-09* file.c (file_path_convert): don't convert it when the path string isnaruse
2011-11-01* file.c (file_expand_path): reset coderange after expanding path.naruse
2011-10-29* process.c (ruby_setsid): use rb_cloexec_open.akr
2011-10-26* file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-16* fix for build on solaris 10.nobu
2011-06-15* file.c (rb_stat_rdev): use DEVT2NUM.naruse
2011-04-26* file.c (rb_file_truncate): fix function.nobu
2011-04-11* file.c (rb_group_member): kill 256K of stack usage.kosaki