| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -4/+3 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -9/+9 |
* | * file.c (file_expand_path): fix for non-existent files and SFN of | nobu | 2008-06-03 | 1 | -19/+16 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -9/+9 |
* | * file.c (BUFCHECK): wrong condition. [ruby-core:16921] | usa | 2008-05-27 | 1 | -4/+4 |
* | * file.c (BUFCHECK): no resize if enough room. | nobu | 2008-05-26 | 1 | -12/+10 |
* | * file.c (file_expand_path): add more space for '/'. | usa | 2008-05-26 | 1 | -1/+6 |
* | * file.c (ntfs_tail): filename which starts with '.' is valid. | usa | 2008-05-26 | 1 | -1/+2 |
* | * file.c (file_expand_path): fix for short file name on Cygwin. | nobu | 2008-05-17 | 1 | -4/+8 |
* | * file.c (rb_file_s_extname): first dot is not an extension name. | nobu | 2008-05-17 | 1 | -2/+2 |
* | * file.c (file_expand_path): support for alternative data stream | nobu | 2008-05-15 | 1 | -25/+182 |
* | * file.c (rb_find_file_ext): guard load_path from GC. | akr | 2008-05-08 | 1 | -0/+1 |
* | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu | 2008-05-07 | 1 | -2/+4 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -11/+11 |
* | * file.c (eaccess): workaround for recent msvcrt's behavior. | usa | 2008-04-22 | 1 | -2/+2 |
* | * file.c (file_expand_path): constified. | nobu | 2008-04-20 | 1 | -3/+5 |
* | * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() on | matz | 2008-04-14 | 1 | -2/+1 |
* | * file.c (file_expand_path): set external encoding. | nobu | 2008-04-11 | 1 | -1/+11 |
* | * file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname): | nobu | 2008-04-11 | 1 | -0/+3 |
* | * file.c (isdirsep): backslash is valid path separator on cygwin too. | nobu | 2008-03-08 | 1 | -7/+6 |
* | * file.c (rb_file_flock): returns false on EAGAIN if non-blocking. | nobu | 2008-03-05 | 1 | -2/+1 |
* | * file.c (rb_file_flock): immediately returns on EAGAIN if | nobu | 2008-02-28 | 1 | -2/+4 |
* | * configure.in (ftruncate): check if available. | nobu | 2008-02-14 | 1 | -1/+1 |
* | * file.c (rb_file_s_utime): inhibits with secure level 2 or higher. | nobu | 2008-02-14 | 1 | -0/+1 |
* | * file.c (lchmod_internal): fix warning cast from pointer to integer of | naruse | 2008-02-08 | 1 | -1/+1 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -6/+6 |
* | * file.c (sys_fail2): get rid of unlimited alloca. | nobu | 2008-01-16 | 1 | -3/+23 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -4/+0 |
* | * file.c (Init_File): File.exists? revived. | matz | 2007-12-21 | 1 | -1/+3 |
* | * re.c, regerror.c, string.c, parse.y, ruby.c, file.c: | akr | 2007-12-12 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): use \xHH instead of \OOO. | akr | 2007-12-09 | 1 | -1/+1 |
* | * include/ruby/ruby.h (FilePathStringValue): defined. similar to | akr | 2007-12-09 | 1 | -7/+21 |
* | * file.c (rb_get_path): use the original object if to_path method is | nobu | 2007-12-09 | 1 | -0/+3 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 1 | -1/+1 |
* | * file.c (utime_internal): fallback utimensat to utimes. | akr | 2007-11-19 | 1 | -10/+18 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -59/+134 |
* | * parse.y (parser_yylex): should clear parser->tokp as well. | matz | 2007-11-19 | 1 | -9/+9 |
* | * file.c (rb_get_path): returns frozen string. | nobu | 2007-10-20 | 1 | -7/+8 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * configure.in (group_member): check if presents. | nobu | 2007-08-23 | 1 | -0/+2 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu | 2007-07-22 | 1 | -10/+5 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * file.c (Init_File): method definition mismatch. | nobu | 2007-05-18 | 1 | -2/+2 |
* | * file.c (Init_File): add to_path method to File objects. | matz | 2007-05-18 | 1 | -0/+1 |
* | * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t and | nobu | 2007-03-04 | 1 | -3/+3 |
* | * file.c (rb_stat_s_utime): fixed a commit miss for the platforms | nobu | 2007-03-04 | 1 | -5/+8 |
* | * file.c (rb_file_s_utime): allow nil to set the current time. | nobu | 2007-03-03 | 1 | -4/+7 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -12/+12 |