aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* rdoc update.akr2008-09-071-4/+4
* * file.c (file_expand_path): applied a patch from Nobuhiro Tachinomatz2008-09-061-2/+1
* * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64)akr2008-09-041-1/+1
* * include/ruby/signal.h: removed.ko12008-09-031-1/+0
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-1/+1
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-291-3/+1
* * file.c (file_expand_path): check invalid access.mame2008-08-281-0/+1
* * file.c (rb_file_s_expand_path): new class method for class File.matz2008-08-281-7/+42
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-21/+22
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+6
* * array.c (rb_ary_sort_bang): reset to real class.nobu2008-08-051-2/+2
* * file.c (rb_stat_mode): generalized st_mode mask.nobu2008-08-051-9/+7
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-281-6/+18
* * file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu2008-07-281-55/+27
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-241-0/+21
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-8/+2
* * file.c (rb_file_s_extname): fix for file name with spaces.nobu2008-07-061-1/+1
* * file.c (file_expand_path): no need to expand root path which has nonobu2008-06-141-3/+3
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-4/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-9/+9
* * file.c (file_expand_path): fix for non-existent files and SFN ofnobu2008-06-031-19/+16
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-9/+9
* * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa2008-05-271-4/+4
* * file.c (BUFCHECK): no resize if enough room.nobu2008-05-261-12/+10
* * file.c (file_expand_path): add more space for '/'.usa2008-05-261-1/+6
* * file.c (ntfs_tail): filename which starts with '.' is valid.usa2008-05-261-1/+2
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-171-4/+8
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-2/+2
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-25/+182
* * file.c (rb_find_file_ext): guard load_path from GC.akr2008-05-081-0/+1
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-2/+4
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-11/+11
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-221-2/+2
* * file.c (file_expand_path): constified.nobu2008-04-201-3/+5
* * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() onmatz2008-04-141-2/+1
* * file.c (file_expand_path): set external encoding.nobu2008-04-111-1/+11
* * file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):nobu2008-04-111-0/+3
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-081-7/+6
* * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu2008-03-051-2/+1
* * file.c (rb_file_flock): immediately returns on EAGAIN ifnobu2008-02-281-2/+4
* * configure.in (ftruncate): check if available.nobu2008-02-141-1/+1
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-141-0/+1
* * file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse2008-02-081-1/+1
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-6/+6
* * file.c (sys_fail2): get rid of unlimited alloca.nobu2008-01-161-3/+23
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-4/+0
* * file.c (Init_File): File.exists? revived.matz2007-12-211-1/+3
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-121-1/+1
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1