aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-9/+9
* * io.c (prep_stdio): set binmode only if the file descriptoreban2003-03-121-2/+4
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-041-18/+14
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-2/+4
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-0/+1
* * io.c (prep_stdio, Init_io): always set binmode on Cygwin.eban2003-02-151-0/+17
* * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs foureban2003-02-091-1/+1
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-041-3/+4
* * variable.c (rb_obj_classname): new function.matz2003-01-311-2/+2
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1