| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for VMS ports. | akiyoshi | 2004-08-19 | 1 | -2/+4 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -1/+1 |
* | * io.c (rb_io_fread): return already read data when system call is | nobu | 2004-06-24 | 1 | -3/+2 |
* | * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742] | nobu | 2004-06-22 | 1 | -0/+1 |
* | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 1 | -3/+1 |
* | * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648] | ocean | 2004-05-27 | 1 | -1/+1 |
* | * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug. | eban | 2004-05-27 | 1 | -1/+5 |
* | * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910] | nobu | 2004-05-26 | 1 | -0/+2 |
* | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz | 2004-05-07 | 1 | -2/+23 |
* | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu | 2004-04-18 | 1 | -3/+3 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -4/+4 |
* | * io.c (rb_io_sync): need not to check writable. [ruby-core:02674] | matz | 2004-03-19 | 1 | -1/+0 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -2/+2 |
* | * eval.c (return_jump): set return value to the return | matz | 2004-03-10 | 1 | -2/+3 |
* | Remove references to defout | dave | 2004-01-26 | 1 | -6/+6 |
* | * io.c (lineno): typo fix(FIX2INT -> INT2FIX). | eban | 2004-01-19 | 1 | -1/+1 |
* | * io.c, re.c, string.c, time.c: fixed up positions of RDocs. | akira | 2004-01-19 | 1 | -164/+157 |
* | * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585) | nobu | 2004-01-15 | 1 | -2/+5 |
* | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz | 2004-01-06 | 1 | -17/+16 |
* | * io.c (fptr_finalize): should save errno just after failure. | nobu | 2004-01-06 | 1 | -7/+8 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -0/+278 |
* | Added RDoc for class IO | dave | 2003-12-27 | 1 | -2/+819 |
* | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz | 2003-12-26 | 1 | -12/+27 |
* | * eval.c (catch_timer): do not call rb_thread_schedule() inside to | matz | 2003-12-24 | 1 | -3/+3 |
* | Forgot to save buffer.... sigh | dave | 2003-12-24 | 1 | -0/+64 |
* | * io.c (read_all): do not return nil at the end of file. | matz | 2003-12-23 | 1 | -22/+21 |
* | * io.c (rb_io_ungetc): raise an exception at unread stream to | nobu | 2003-12-23 | 1 | -2/+3 |
* | * pack.c (pack_pack): remove unnecessary negative value check. | matz | 2003-12-23 | 1 | -0/+1 |
* | * io.c (read_all): should return given string even if data read is | matz | 2003-12-10 | 1 | -2/+1 |
* | io.c (rb_io_check_writable): don't call io_seek if EOF flag is set, | akr | 2003-12-09 | 1 | -1/+1 |
* | * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek. | akr | 2003-12-09 | 1 | -0/+1 |
* | * io.c (flush_before_seek): flush before seek on any platform. | eban | 2003-12-06 | 1 | -4/+0 |
* | * dln.c (aix_loaderror): should not use member named 'errno' which | matz | 2003-12-04 | 1 | -8/+6 |
* | * io.c (argf_read): should not terminate on empty string; wait | matz | 2003-12-03 | 1 | -6/+14 |
* | * io.c (appendline): file may not end with newline. a bug if | matz | 2003-11-11 | 1 | -3/+11 |
* | * io.c (rb_io_inspect): show the path also at a closed file. | nobu | 2003-11-06 | 1 | -4/+10 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -0/+2 |
* | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz | 2003-10-30 | 1 | -7/+9 |
* | * eval.c (mark_frame_adj): need to adjust argv pointer if using | matz | 2003-09-05 | 1 | -1/+1 |
* | * io.c (next_argv): should not call GetOpenFile() if rb_stdout is | shugo | 2003-08-19 | 1 | -3/+5 |
* | * eval.c (method_proc): should specify YIELD_FUNC_SVALUE. | matz | 2003-08-04 | 1 | -4/+4 |
* | * numeric.c (flo_to_s): get rid of buffer overflow. | matz | 2003-08-02 | 1 | -1/+1 |
* | * io.c (rb_io_check_readable, rb_io_check_writable): ensure not | nobu | 2003-08-01 | 1 | -6/+5 |
* | * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings. | nobu | 2003-08-01 | 1 | -1/+1 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -1/+2 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -23/+13 |
* | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz | 2003-07-29 | 1 | -2/+5 |
* | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz | 2003-07-28 | 1 | -70/+152 |
* | * io.c (io_reopen): avoid dup2() equal handles not to close itself and | nobu | 2003-07-26 | 1 | -24/+29 |
* | * io.c (rb_fdopen): set errno if it's zero on win32 platforms. | usa | 2003-07-26 | 1 | -0/+3 |