Age | Commit message (Expand) | Author |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-04-08 | * io.c (rb_io_binmode): inverted condition. [ruby-dev:23349] | nobu |
2004-04-07 | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-04-05 | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz |
2004-03-31 | * pack.c (pack_pack): raises RangeError if uv is out of UTF8 value | matz |
2004-03-19 | * variable.c (rb_cvar_set): class variables become private to the | matz |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-03-10 | * struct.c (rb_struct_s_def): Struct::new executes block with | matz |
2004-03-02 | * io.c (pipe_open): erred program name should be reported by | nobu |
2004-02-25 | * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile): | nobu |
2004-02-20 | * io.c (pipe_open): fix typo. | nobu |
2004-02-16 | * configure.in: check functions, fork spawnv. | nobu |
2004-01-26 | Remove references to defout | dave |
2004-01-18 | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu |
2004-01-15 | * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585) | nobu |
2004-01-06 | * io.c (fptr_finalize): should save errno just after failure. | nobu |
2004-01-02 | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz |
2003-12-30 | * io.c (rb_f_readline): should raise EOFError at the end of | matz |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-27 | Added RDoc for class IO | dave |
2003-12-26 | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz |
2003-12-26 | * io.c (rb_f_backquote): need not to check nil result. | matz |
2003-12-26 | * MANIFEST: add vms/config.h and remove vms/config.h_in. | usa |
2003-12-26 | [VMS] "rfm=stmlf" is specified for open() and fopen(). | akiyoshi |
2003-12-24 | * eval.c (catch_timer): do not call rb_thread_schedule() inside to | matz |
2003-12-24 | Forgot to save buffer.... sigh | dave |
2003-12-23 | * io.c (read_all): do not return nil at the end of file. | matz |
2003-12-23 | * io.c (rb_io_ungetc): raise an exception at unread stream to | nobu |
2003-12-23 | * pack.c (pack_pack): remove unnecessary negative value check. | matz |
2003-12-10 | * io.c (read_all): should return given string even if data read is | matz |
2003-12-09 | io.c (rb_io_check_writable): don't call io_seek if EOF flag is set, | akr |
2003-12-09 | * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek. | akr |
2003-12-06 | * io.c (flush_before_seek): flush before seek on any platform. | eban |
2003-12-04 | * dln.c (aix_loaderror): should not use member named 'errno' which | matz |
2003-12-03 | * io.c (argf_read): should not terminate on empty string; wait | matz |
2003-11-11 | * io.c (appendline): file may not end with newline. a bug if | matz |
2003-11-06 | * io.c (rb_io_inspect): show the path also at a closed file. | nobu |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-10-30 | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz |
2003-09-05 | * eval.c (mark_frame_adj): need to adjust argv pointer if using | matz |
2003-08-19 | * io.c (next_argv): should not call GetOpenFile() if rb_stdout is | shugo |
2003-08-04 | * eval.c (method_proc): should specify YIELD_FUNC_SVALUE. | matz |
2003-08-02 | * numeric.c (flo_to_s): get rid of buffer overflow. | matz |
2003-08-01 | * io.c (rb_io_check_readable, rb_io_check_writable): ensure not | nobu |
2003-08-01 | * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings. | nobu |
2003-07-31 | * numeric.c (rb_num_coerce_relop): export function. | matz |
2003-07-29 | * marshal.c (w_object): if object responds to 'marshal_dump', | matz |
2003-07-29 | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz |