aboutsummaryrefslogtreecommitdiffstats
path: root/rubyio.h
Commit message (Expand)AuthorAgeFilesLines
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-0/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-25/+25
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-0/+2
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-301-9/+0
* * io.c (io_getc): flush rb_stdout before read fro stdin, which isakr2005-02-071-1/+1
* * rubyio.h: don't deprecate rb_read_check.akr2004-12-301-1/+1
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-231-1/+1
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-7/+6
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-071-22/+11
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-10/+50
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-191-0/+4
* * io.c, rubyio.h (rb_io_modenum_flags): exported.nobu2004-11-181-0/+1
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-0/+1
* * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu2004-10-181-0/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-0/+1
* * rubyio.h (rb_eof_error): should mark as NORETURN.usa2004-08-121-1/+1
* * 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