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