Age | Commit message (Expand) | Author |
2004-12-08 | * io.c (io_fwrite): change dereference for cosmetic reason. | matz |
2004-12-07 | io.c (io_fwrite) : fix offset incrementation for VMS and Human68k. | akiyoshi |
2004-12-07 | * io.c (io_write): remove rb_str_locktmp(). [ruby-dev:25050] | matz |
2004-12-03 | * eval.c (proc_invoke): copy arguments to frame.argv. | matz |
2004-11-30 | * io.c (io_fread): need not to null terminate. [ruby-dev:24998] | nobu |
2004-11-29 | * io.c (fptr_finalize): must not use FILE after fclose(). | nobu |
2004-11-28 | don't use READ_DATA_PENDING in previous change | akr |
2004-11-28 | * io.c (rb_io_check_writable): restrict io_seek by | akr |
2004-11-27 | io.c (rb_io_fwrite): set path to NULL | akr |
2004-11-27 | * io.c: avoid avoid data loss with nonblocking fd and | akr |
2004-11-27 | * io.c (io_fread): [ruby-dev:24964] | matz |
2004-11-25 | * io.c (io_read): move StringValue() check before GetOpenFile(). | matz |
2004-11-25 | * io.c (read_all): [ruby-dev:24955] | matz |
2004-11-23 | * io.c (io_read): [ruby-dev:24952] | matz |
2004-11-22 | * file.c (rb_file_chown): integer conversion should be prior to | matz |
2004-11-18 | * io.c, rubyio.h (rb_io_modenum_flags): exported. | nobu |
2004-11-10 | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz |
2004-11-05 | * string.c (rb_str_locktmp): check STR_TMPLOCK flag before | matz |
2004-11-04 | * typo, too. orz | usa |
2004-11-04 | * io.c (rb_f_open): fix typo. | usa |
2004-11-03 | * io.c (pipe_open): fix compile error | nagai |
2004-11-01 | * eval.c (proc_invoke): nail down dyna_var node when Proc object | matz |
2004-10-30 | * string.c (rb_str_locktmp): lock string temporarily. | matz |
2004-10-29 | * io.c (rb_io_check_initialized): new function to check uninitialized | nobu |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
2004-10-26 | * io.c (rb_io_getline): rs modification check should not interfere in the loop. | nobu |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-10-14 | * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition. | eban |
2004-10-09 | * io.c (rb_io_getline): should not treat char as negative value. | nobu |
2004-10-07 | * io.c (io_read): should freeze buffer before thread context | matz |
2004-10-07 | * pack.c (pack_unpack): string conversion should at the top of the | matz |
2004-10-06 | * io.c (rb_io_flags_mode): typo fix. | eban |
2004-10-06 | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz |
2004-10-04 | * io.c (rb_file_open_internal, rb_io_reopen): fname might be altered | nobu |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-08-19 | Update for VMS ports. | akiyoshi |
2004-08-17 | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz |
2004-06-24 | * io.c (rb_io_fread): return already read data when system call is | nobu |
2004-06-22 | * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742] | nobu |
2004-06-04 | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz |
2004-05-27 | * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648] | ocean |
2004-05-27 | * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug. | eban |
2004-05-26 | * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910] | nobu |
2004-05-07 | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz |
2004-04-18 | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-03-19 | * io.c (rb_io_sync): need not to check writable. [ruby-core:02674] | matz |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-03-10 | * eval.c (return_jump): set return value to the return | matz |
2004-01-26 | Remove references to defout | dave |