aboutsummaryrefslogtreecommitdiffstats
path: root/rubyio.h
Commit message (Expand)AuthorAgeFilesLines
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-1/+1
* * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu2004-02-251-0/+2
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * io.c (rb_io_fwrite): separated from io_write().nobu2002-12-201-0/+1
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-021-0/+1
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-021-0/+2
* * io.c (rb_io_fread): renamed from io_fread and made extern.nobu2002-08-161-0/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-1/+0
* * re.c (match_setter): it's OK to assign nil to $~.matz2002-04-011-0/+1
* * io.c (io_write): flag when buffered write is done.matz2002-02-071-0/+1
* * intern.h: add prototypes.nobu2001-12-171-2/+2
* * marshal.c (r_object): better allocation type check formatz2001-10-031-0/+5
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-11-101-1/+3
* 2000-05-01matz2000-05-011-2/+2
* 2000-03-23matz2000-03-231-0/+1
* 2000-02-01matz2000-02-011-0/+1
* 2000-01-17matz2000-01-171-2/+1
* 20000105matz2000-01-051-1/+1
* 19990920matz1999-09-201-1/+1
* 1.4.0matz1999-08-131-0/+63