| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * intern.h, file.c: failed to compile on windows. | ocean | 2005-11-23 | 1 | -4/+4 |
* | * file.c (test_identical): test if two files are identical. | nobu | 2005-11-22 | 1 | -9/+94 |
* | * file.c (rb_file_s_basename): skip slashes just after UNC top slashes. | usa | 2005-11-22 | 1 | -1/+3 |
* | * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin but | nobu | 2005-11-21 | 1 | -3/+3 |
* | * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without path | nobu | 2005-11-21 | 1 | -3/+26 |
* | * file.c (rb_file_s_dirname): should use skipprefix for UNC path. | usa | 2005-11-18 | 1 | -1/+1 |
* | * file.c (file_s_dirname): added checks for some patterns with drive | usa | 2005-11-18 | 1 | -2/+9 |
* | * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS. | nobu | 2005-11-14 | 1 | -6/+4 |
* | * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns | ocean | 2005-11-10 | 1 | -0/+32 |
* | * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if | nobu | 2005-11-06 | 1 | -1/+7 |
* | * file.c (rb_file_join): elements may contain null pointer strings. | nobu | 2005-10-18 | 1 | -1/+1 |
* | * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument. | usa | 2005-10-17 | 1 | -4/+8 |
* | * file.c (rb_f_test): typos in RDoc comments. | eban | 2005-10-12 | 1 | -3/+3 |
* | * file.c (rb_f_test): typo in RDoc comments. | eban | 2005-10-12 | 1 | -1/+1 |
* | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu | 2005-09-28 | 1 | -0/+1 |
* | * file.c (apply2files): add prototype. | nobu | 2005-09-28 | 1 | -43/+66 |
* | * file.c (fpath_check): typo fixed. | matz | 2005-09-20 | 1 | -1/+1 |
* | * file.c (path_check_0): disallow sticky world writable directory | matz | 2005-09-20 | 1 | -9/+21 |
* | * file.c (rb_file_chown): should accept nil. [ruby-dev:27171] (backport from ... | aamine | 2005-09-19 | 1 | -2/+2 |
* | * file.c (rb_thread_flock): wrap the flock system call by | akr | 2005-09-18 | 1 | -1/+5 |
* | * file.c (file_inspect_join): commit miss, applied a patch for old trunk. | nobu | 2005-09-16 | 1 | -1/+0 |
* | * file.c (file_inspect_join): missing argument declaration. | nobu | 2005-09-16 | 1 | -0/+1 |
* | * file.c (rb_file_s_extname): empty string for path name ending with a | nobu | 2005-09-16 | 1 | -5/+12 |
* | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -2/+2 |
* | typo fix | akr | 2005-03-02 | 1 | -1/+1 |
* | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz | 2004-12-18 | 1 | -1/+1 |
* | * file.c (rb_file_chown): [ruby-dev:24949] | matz | 2004-11-22 | 1 | -1/+1 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -7/+17 |
* | * io.c (rb_io_check_initialized): new function to check uninitialized | nobu | 2004-10-29 | 1 | -0/+1 |
* | * eval.c (rb_load, search_required, rb_require_safe, rb_require): use | nobu | 2004-10-23 | 1 | -1/+7 |
* | * file.c (rb_file_truncate): discard read buffer before truncation. | nobu | 2004-10-17 | 1 | -0/+4 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -6/+5 |
* | * array.c (rb_ary_equal): element size might change during | matz | 2004-09-18 | 1 | -2/+5 |
* | * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. | matz | 2004-07-17 | 1 | -0/+48 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-05 | 1 | -2/+2 |
* | * file.c (test_l): fix wrong method name in document. | akr | 2004-02-03 | 1 | -7/+7 |
* | * stable version 1.8.1 released. | matz | 2003-12-24 | 1 | -5/+1 |
* | Add file.c comments (and necessary support in parse_c.rb) | dave | 2003-12-21 | 1 | -0/+1182 |
* | * file.c: renamed and externalized rb_path_next, | nobu | 2003-12-15 | 1 | -4/+4 |
* | * dir.c (check_dirname): check string safety and remove extraneous | nobu | 2003-12-15 | 1 | -8/+10 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -1/+1 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -1/+1 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -10/+14 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -1/+1 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | * eval.c (ruby_cleanup): call finalizers and exit procs before | matz | 2003-10-21 | 1 | -1/+1 |
* | * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for | matz | 2003-08-23 | 1 | -0/+4 |