aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+1
* io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr2003-12-091-1/+1
* * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr2003-12-091-0/+1
* * io.c (flush_before_seek): flush before seek on any platform.eban2003-12-061-4/+0
* * dln.c (aix_loaderror): should not use member named 'errno' whichmatz2003-12-041-8/+6
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-6/+14
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-3/+11
* * io.c (rb_io_inspect): show the path also at a closed file.nobu2003-11-061-4/+10
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-0/+2
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-7/+9
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-051-1/+1
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-191-3/+5
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-4/+4
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-1/+1
* * io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu2003-08-011-6/+5
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-1/+1
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-1/+2
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-23/+13
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-2/+5
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-70/+152
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-261-24/+29
* * io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa2003-07-261-0/+3
* * gcc -Wall clean-up.matz2003-07-241-1/+0
* * io.c (io_fflush): need to check if closed after thread switch.nobu2003-06-261-1/+5
* * io.c (io_close): missing prototype.aamine2003-06-231-0/+1
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-231-6/+39
* * io.c (rb_open_file): initialize flags.akr2003-06-231-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-4/+16
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-14/+17
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-061-1/+1
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-11/+0
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-5/+5
* commit missnobu2003-05-211-1/+1
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-211-8/+17
* * object.c (rb_mod_cmp): stupid comparison fixed.matz2003-05-191-0/+1
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-2/+2
* * io.c (set_stdio): better message.matz2003-05-151-2/+15
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-151-91/+7
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-3/+32
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-091-2/+39
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-8/+6
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-261-9/+2
* * io.c (argf_read): read should not span two files. [ruby-dev:20073]matz2003-04-251-13/+4
* * eval.c (splat_value): split splat_value() and avalue_splat().matz2003-04-251-44/+2
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-17/+16
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-101-7/+23
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-1/+1
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-1/+12
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-251-0/+1
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-231-1/+1