| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * 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 | -2/+2 |
* | * file.c (file_s_dirname): added checks for some patterns with drive | usa | 2005-11-18 | 1 | -1/+8 |
* | * file.c (file_load_ok): eaccess() returns 0 on success. | nobu | 2005-11-15 | 1 | -1/+1 |
* | * file.c (file_load_ok): use eaccess() instead of actually opening | matz | 2005-11-15 | 1 | -8/+2 |
* | * 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/+27 |
* | * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if | nobu | 2005-11-06 | 1 | -1/+7 |
* | * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition | ocean | 2005-10-20 | 1 | -6/+1 |
* | * file.c (rb_file_join): elements may contain null pointer strings. | nobu | 2005-10-18 | 1 | -1/+1 |
* | * 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 |
* | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu | 2005-10-11 | 1 | -1/+2 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -7/+18 |
* | * file.c (rb_stat_inspect): constified. | nobu | 2005-09-28 | 1 | -2/+2 |
* | * file.c (rb_stat_inspect): protoized function pointer. | nobu | 2005-09-20 | 1 | -38/+38 |
* | * file.c (rb_thread_flock): should have resolved conflict. | matz | 2005-09-19 | 1 | -9/+0 |
* | * io.c (io_close): call rb_io_close() directly if io is a T_FILE | matz | 2005-09-19 | 1 | -2/+13 |
* | * file.c (rb_file_chown): should accept nil. [ruby-dev:27171] | 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 (rb_file_join): convert components by to_s instead of to_str. | nobu | 2005-09-17 | 1 | -7/+2 |
* | * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo | matz | 2005-09-17 | 1 | -0/+1 |
* | * file.c (rb_file_s_extname): empty string for path name ending with a | nobu | 2005-09-16 | 1 | -5/+12 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -6/+6 |
* | * file.c (apply2files): stricter callback definition. | nobu | 2005-09-12 | 1 | -36/+24 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -312/+144 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -1/+1 |
* | * eval.c (search_required, rb_require_safe): expand path in | nobu | 2005-04-18 | 1 | -1/+1 |
* | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -2/+2 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-03-04 | 1 | -0/+3 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -6/+4 |
* | typo fix | akr | 2005-03-02 | 1 | -1/+1 |
* | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr | 2004-12-07 | 1 | -3/+0 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -15/+12 |
* | * 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 | -8/+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): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -6/+5 |
* | * hash.c (rb_hash_rehash): replace st_foreach() by its deep | matz | 2004-09-23 | 1 | -1/+1 |