aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * file.c (rb_stat_inspect): protoized function pointer.nobu2005-09-201-38/+38
* * file.c (rb_thread_flock): should have resolved conflict.matz2005-09-191-9/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-2/+13
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine2005-09-191-2/+2
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-1/+5
* * file.c (rb_file_join): convert components by to_s instead of to_str.nobu2005-09-171-7/+2
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-0/+1
* * file.c (rb_file_s_extname): empty string for path name ending with anobu2005-09-161-5/+12
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-6/+6
* * file.c (apply2files): stricter callback definition.nobu2005-09-121-36/+24
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-312/+144
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+1
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-1/+1
* * dir.c, file.c (lstat): avoid warnings for mingw.eban2005-04-111-2/+2
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-6/+4
* typo fixakr2005-03-021-1/+1
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-071-3/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-15/+12
* * file.c (rb_file_chown): [ruby-dev:24949]matz2004-11-221-1/+1
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-8/+17
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-0/+1
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-1/+7
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-0/+4
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-6/+5
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-231-1/+1
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-2/+5
* * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz2004-07-171-0/+48
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-1/+1
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-24/+24
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-29/+89
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * file.c (rb_stat_mode): should not sign-expand, so backout.nobu2004-02-041-0/+4
* * file.c (test_l): fix wrong method name in document.akr2004-02-031-7/+7
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-0/+5
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-1/+1
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-22/+2
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-10/+56
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-121-17/+11
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-121-0/+83
* * stable version 1.8.1 released.matz2003-12-241-5/+1
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-211-0/+1182
* * file.c: renamed and externalized rb_path_next,nobu2003-12-151-4/+4
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-8/+10
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-10/+14
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-1/+1