| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * file.c (rb_thread_flock, rb_file_flock): use UBF feature. | nobu | 2007-02-24 | 1 | -44/+22 |
* | * file.c (rb_find_file): should not call fpath_check() with NULL. | usa | 2007-01-09 | 1 | -1/+3 |
* | * object.c (Init_Object): new method Dir.exist?(path). | matz | 2006-12-07 | 1 | -74/+97 |
* | * file.c (test_grpowned, rb_stat_grpowned): should honor | matz | 2006-11-22 | 1 | -4/+4 |
* | * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913] | nobu | 2006-09-25 | 1 | -5/+12 |
* | * hash.c (recursive_hash): remove unused local variable. | matz | 2006-09-25 | 1 | -3/+2 |
* | * file.c: ISPRINT() needs ctype.h | nobu | 2006-09-10 | 1 | -0/+2 |
* | * file.c (rb_f_test): test(0) should not have any special | matz | 2006-09-09 | 1 | -7/+8 |
* | * file.c (path_check_0, fpath_check): disable path check on cygwin. | nobu | 2006-09-07 | 1 | -3/+11 |
* | * file.c (path_check_0): check if sticky bit is set on parent | nobu | 2006-09-04 | 1 | -7/+5 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -15/+14 |
* | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -7/+7 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -28/+27 |
* | Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725] | drbrain | 2006-08-27 | 1 | -3/+3 |
* | * file.c (rb_file_s_rename): use errno if set properly. | nobu | 2006-08-19 | 1 | -1/+7 |
* | * file.c (rb_stat_[rRwWxX]): check for super user. | nobu | 2006-08-17 | 1 | -1/+27 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -2/+2 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -1/+1 |
* | * eval.c (Init_eval): add aliases invoke_method and | matz | 2006-06-17 | 1 | -1/+2 |
* | * file.c: commit miss? | ocean | 2006-02-06 | 1 | -3/+0 |
* | * file.c (cygwin_flock): save old errno. | eban | 2006-02-06 | 1 | -1/+4 |
* | * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin. | eban | 2006-02-06 | 1 | -3/+20 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -0/+2 |
* | * file.c (rb_file_s_chmod): avoid warning where sizeof(int) != | ocean | 2006-01-13 | 1 | -2/+2 |
* | (rb_f_test): fix document. [ruby-dev:28087] | akr | 2005-12-21 | 1 | -1/+11 |
* | * file.c (w32_io_info): should return handle because FileIndex is | ocean | 2005-12-21 | 1 | -14/+16 |
* | * file.c (w32_io_info): CreateFile failed on Win9x if file was already | ocean | 2005-11-23 | 1 | -1/+2 |
* | * file.c (w32_io_info): should not call GetFileInformationByHandle | ocean | 2005-11-23 | 1 | -16/+19 |
* | * file.c (test_identical): test if two files are identical. | nobu | 2005-11-22 | 1 | -9/+91 |