summaryrefslogtreecommitdiff
path: root/rubyio.h
AgeCommit message (Expand)Author
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-07-18* rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr
2005-04-30* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu
2005-02-07* io.c (io_getc): flush rb_stdout before read fro stdin, which isakr
2004-12-30* rubyio.h: don't deprecate rb_read_check.akr
2004-12-23* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-07* io.c (io_fwrite): avoid context switch before writing to stderr.akr
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-19* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* io.c, rubyio.h (rb_io_modenum_flags): exported.nobu
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-18* io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-08-12* rubyio.h (rb_eof_error): should mark as NORETURN.usa
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-02-25* gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu
2003-04-14* rubyio.h (struct OpenFile): add error raise flag to finalizer.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-20* io.c (rb_io_fwrite): separated from io_write().nobu
2002-10-02* configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu
2002-10-02* io.c (rb_io_wait_readable): handle retryable errors.nobu
2002-08-16* io.c (rb_io_fread): renamed from io_fread and made extern.nobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-02-07* io.c (io_write): flag when buffered write is done.matz
2001-12-17* intern.h: add prototypes.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2000-11-10matzmatz
2000-05-012000-05-01matz
2000-03-232000-03-23matz
2000-02-012000-02-01matz
2000-01-172000-01-17matz
2000-01-0520000105matz
1999-09-2019990920matz
1999-08-131.4.0matz