aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-7/+21
* * file.c (rb_get_path): use the original object if to_path method isnobu2007-12-091-0/+3
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-201-1/+1
* * file.c (utime_internal): fallback utimensat to utimes.akr2007-11-191-10/+18
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-59/+134
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-191-9/+9
* * file.c (rb_get_path): returns frozen string.nobu2007-10-201-7/+8
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * configure.in (group_member): check if presents.nobu2007-08-231-0/+2