summaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* merges r25092 from trunk into ruby_1_9_1.yugui2009-12-051-3/+0
* merges r23989 from trunk into ruby_1_9_1.yugui2009-07-131-2/+2
* merges r23889 from trunk into ruby_1_9_1.yugui2009-07-121-1/+1
* merges r23729 from trunk into ruby_1_9_1.yugui2009-06-211-0/+1
* merges r23670 from trunk into ruby_1_9_1.yugui2009-06-211-0/+1
* merges r23607 from trunk into ruby_1_9_1.yugui2009-06-201-8/+8
* merges r22707 from trunk into ruby_1_9_1.yugui2009-03-041-0/+4
* merges r22655,r22658,r22660 and r22661 from trunk into ruby_1_9_1.yugui2009-03-041-16/+13
* merges r22393 from trunk into ruby_1_9_1.yugui2009-02-221-1/+1
* merges r21917, r21955 and r21974 from trunk into ruby_1_9_1.yugui2009-02-221-0/+1
* merges r21331 from trunk into ruby_1_9_1.yugui2009-01-091-9/+20
* merges r20304 from trunk into ruby_1_9_1.yugui2008-11-221-1/+1
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-19/+0
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-6/+2
* * file.c (rb_file_s_extname): preceding dots are not a part ofnobu2008-09-261-0/+1
* * file.c (rmext): preceding dots are not a part of extension.nobu2008-09-261-2/+5
* 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