| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662] | usa | 2004-11-01 | 1 | -3/+3 |
* | * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] | matz | 2004-10-31 | 1 | -63/+26 |
* | * io.c (rb_io_check_initialized): new function to check uninitialized | nobu | 2004-10-29 | 1 | -2/+10 |
* | * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception, | matz | 2004-10-29 | 1 | -3/+3 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -20/+26 |
* | * ext/zlib/zlib.c (zstream_shift_buffer): should restore class | matz | 2004-10-21 | 1 | -0/+2 |
* | * io.c (pipe_open): variable name "fpw" is conflicted. | eban | 2004-10-21 | 1 | -3/+3 |
* | * parse.y (lex_getline): should not touch ruby_debug_lines if | matz | 2004-10-20 | 1 | -0/+3 |
* | * io.c (rb_io_getline): rs modification check should not interfere in the loop. | nobu | 2004-10-20 | 1 | -1/+1 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -5/+22 |
* | * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether file | nobu | 2004-10-18 | 1 | -2/+5 |
* | * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition. | eban | 2004-10-12 | 1 | -2/+2 |
* | * io.c (rb_io_getline): should not treat char as negative value. | nobu | 2004-10-09 | 1 | -1/+1 |
* | * io.c (io_read): should freeze buffer before thread context | matz | 2004-10-07 | 1 | -1/+1 |
* | * pack.c (pack_unpack): string conversion should at the top of the | matz | 2004-10-07 | 1 | -1/+1 |
* | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz | 2004-10-06 | 1 | -6/+8 |
* | * io.c (rb_io_modenum_mode): typo fix again. | eban | 2004-10-06 | 1 | -1/+1 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -36/+36 |
* | * io.c (rb_io_flags_mode): typo fix. | eban | 2004-10-05 | 1 | -1/+1 |
* | * io.c (rb_fopen): mode string copy at the lowest level. | matz | 2004-10-05 | 1 | -38/+23 |
* | * io.c (rb_file_open_internal, rb_io_reopen): fname might be altered | nobu | 2004-10-04 | 1 | -9/+12 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -1/+5 |
* | * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first. | akr | 2004-09-19 | 1 | -3/+3 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -3/+0 |
* | * io.c (rb_io_check_writable): no need to check read buffer if | usa | 2004-08-20 | 1 | -1/+1 |
* | * dir.c (free_dir): fix memory leak. reported by yamamoto | matz | 2004-08-19 | 1 | -7/+6 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -1/+1 |
* | * io.c (read_buffered_data): extracted from rb_io_fread. | akr | 2004-08-11 | 1 | -21/+136 |
* | * env.h: remove argv from ruby_frame. | matz | 2004-07-28 | 1 | -1/+1 |
* | * io.c (rb_io_popen): update the document for the first argument and | nobu | 2004-06-29 | 1 | -209/+217 |
* | * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may return | nobu | 2004-06-25 | 1 | -3/+3 |
* | * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() | matz | 2004-06-24 | 1 | -7/+7 |
* | * io.c (rb_io_fread): return already read data when system call is | nobu | 2004-06-24 | 1 | -3/+2 |
* | io_seek()'s retval should be checked [ruby-core:03045] | michal | 2004-06-23 | 1 | -3/+7 |
* | * 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): should check if errnro == ENOENT, too. | eban | 2004-05-27 | 1 | -2/+2 |
* | * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug. | eban | 2004-05-27 | 1 | -2/+6 |
* | * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910] | nobu | 2004-05-26 | 1 | -0/+2 |
* | * io.c (rb_f_open): open should not ignore block when "to_open" | matz | 2004-05-08 | 1 | -1/+5 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -0/+12 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.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_binmode): inverted condition. [ruby-dev:23349] | nobu | 2004-04-08 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -6/+6 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -39/+41 |
* | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz | 2004-04-05 | 1 | -3/+10 |
* | * pack.c (pack_pack): raises RangeError if uv is out of UTF8 value | matz | 2004-03-31 | 1 | -0/+3 |
* | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 1 | -1/+0 |