summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2008-09-04* file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64)akr
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-29* include/ruby/intern.h (rb_file_s_absolute_path),nobu
2008-08-28* file.c (file_expand_path): check invalid access.mame
2008-08-28* file.c (rb_file_s_expand_path): new class method for class File.matz
2008-08-23* include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr
2008-08-21* file.c (rb_stat_inspect): don't raise if self is not initialized.akr
2008-08-05* array.c (rb_ary_sort_bang): reset to real class.nobu
2008-08-05* file.c (rb_stat_mode): generalized st_mode mask.nobu
2008-07-28* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-28* file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu
2008-07-24* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-06* file.c (rb_file_s_extname): fix for file name with spaces.nobu
2008-06-14* file.c (file_expand_path): no need to expand root path which has nonobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-03* file.c (file_expand_path): fix for non-existent files and SFN ofnobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-26* file.c (BUFCHECK): no resize if enough room.nobu
2008-05-26 * file.c (file_expand_path): add more space for '/'.usa
2008-05-26 * file.c (ntfs_tail): filename which starts with '.' is valid.usa
2008-05-17* file.c (file_expand_path): fix for short file name on Cygwin.nobu
2008-05-17* file.c (rb_file_s_extname): first dot is not an extension name.nobu
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-05-08* file.c (rb_find_file_ext): guard load_path from GC.akr
2008-05-07* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-22 * file.c (eaccess): workaround for recent msvcrt's behavior.usa
2008-04-20* file.c (file_expand_path): constified.nobu
2008-04-14* file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() onmatz
2008-04-11* file.c (file_expand_path): set external encoding.nobu
2008-04-11* file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):nobu
2008-03-08* file.c (isdirsep): backslash is valid path separator on cygwin too.nobu
2008-03-05* file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu
2008-02-28* file.c (rb_file_flock): immediately returns on EAGAIN ifnobu
2008-02-14* configure.in (ftruncate): check if available.nobu
2008-02-14* file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu
2008-02-08* file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-16* file.c (sys_fail2): get rid of unlimited alloca.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-21* file.c (Init_File): File.exists? revived.matz
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-09* file.c (rb_get_path): use the original object if to_path method isnobu