Age | Commit message (Expand) | Author |
2003-05-15 | * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only. | matz |
2003-05-13 | * eval.c (error_pos): use $deferr for output instead of stderr | matz |
2003-05-09 | * io.c (rb_io_reopen): It should be possible to reopen closed IO. | matz |
2003-05-02 | * string.c (rb_str_ljust): now takes optional argument to specify | matz |
2003-04-26 | * parse.y (open_args): warning message changed to "don't put space | matz |
2003-04-25 | * io.c (argf_read): read should not span two files. [ruby-dev:20073] | matz |
2003-04-25 | * eval.c (splat_value): split splat_value() and avalue_splat(). | matz |
2003-04-14 | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz |
2003-04-10 | * io.c (set_stdin): assigned value must respond to "read" and | nobu |
2003-04-07 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz |
2003-04-03 | * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. | matz |
2003-03-25 | * io.c (rb_io_initialize): should check rb_secure(4). | matz |
2003-03-23 | * io.c (rb_io_fread): may lose data on nonblocking read. | matz |
2003-03-20 | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz |
2003-03-12 | * io.c (prep_stdio): set binmode only if the file descriptor | eban |
2003-03-04 | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz |
2003-03-03 | * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. | matz |
2003-02-18 | * eval.c (rb_call0): should not report uninitialized warning by | matz |
2003-02-15 | * io.c (prep_stdio, Init_io): always set binmode on Cygwin. | eban |
2003-02-09 | * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs four | eban |
2003-02-04 | * array.c (rb_ary_equal): a == b is true when b is non T_ARRAY | matz |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2003-01-13 | * io.c (next_argv): not always set binmode. | nobu |
2003-01-12 | * io.c (next_argv): inherit binmode from $defout. | eban |
2003-01-10 | * configure.in (RUBY_CHECK_IO_NEED): added more tests. | nobu |
2003-01-09 | adjust indentation | nobu |
2003-01-09 | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu |
2003-01-07 | * hash.c (env_clear): new Hash compatible method. | matz |
2002-12-21 | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa |
2002-12-20 | * io.c (rb_io_fwrite): separated from io_write(). | nobu |
2002-12-20 | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz |
2002-12-19 | * numeric.c (num_step): use DBL_EPSILON. | matz |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-12-11 | * io.c (io_read): takes optional second argument to specify a | matz |
2002-12-10 | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz |
2002-12-02 | WinCE patch merged | matz |
2002-10-29 | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu |
2002-10-27 | * djgpp/*: sync with the latest. | eban |
2002-10-09 | * gc.c (gc_sweep): also adjust heaps_limits when free unused heap | nobu |
2002-10-08 | * io.c (io_write): must check returned value from fwrite() before | 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-09-30 | * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t... | nobu |
2002-09-25 | * io.c (appendline): forget to terminate with nul. | matz |
2002-09-17 | move struct timeval to missing.h | michal |
2002-09-16 | * io.c: add parameter prototype. | aamine |
2002-09-11 | retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]... | nobu |
2002-09-06 | * io.c (rb_io_puts): RSTRING(line)->ptr might be NULL. | aamine |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |