index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* gcc -Wall clean-up.
matz
2003-07-24
1
-1
/
+0
*
* io.c (io_fflush): need to check if closed after thread switch.
nobu
2003-06-26
1
-1
/
+5
*
* io.c (io_close): missing prototype.
aamine
2003-06-23
1
-0
/
+1
*
* dir.c (find_dirsep): get rid of warnings.
nobu
2003-06-23
1
-6
/
+39
*
* io.c (rb_open_file): initialize flags.
akr
2003-06-23
1
-1
/
+1
*
* string.c (rb_str_upto): generate sequence according to "succ"
matz
2003-06-23
1
-4
/
+16
*
* parse.y (value_expr0): class and module statements should not be
matz
2003-06-07
1
-14
/
+17
*
* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.
matz
2003-06-06
1
-1
/
+1
*
* array.c (push_values_at): Array#values_at should work with
matz
2003-06-02
1
-11
/
+0
*
* io.c (rb_f_syscall): type dispatch should be based on
matz
2003-05-30
1
-5
/
+5
*
commit miss
nobu
2003-05-21
1
-1
/
+1
*
* eval.c (rb_thread_fd_close): raise for writing threads.
nobu
2003-05-21
1
-8
/
+17
*
* object.c (rb_mod_cmp): stupid comparison fixed.
matz
2003-05-19
1
-0
/
+1
*
* object.c (init_copy): rename copy_object as initialize_copy,
matz
2003-05-19
1
-2
/
+2
*
* io.c (set_stdio): better message.
matz
2003-05-15
1
-2
/
+15
*
* io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.
matz
2003-05-15
1
-91
/
+7
*
* eval.c (error_pos): use $deferr for output instead of stderr
matz
2003-05-13
1
-3
/
+32
*
* io.c (rb_io_reopen): It should be possible to reopen closed IO.
matz
2003-05-09
1
-2
/
+39
*
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-05-02
1
-8
/
+6
*
* parse.y (open_args): warning message changed to "don't put space
matz
2003-04-26
1
-9
/
+2
*
* io.c (argf_read): read should not span two files. [ruby-dev:20073]
matz
2003-04-25
1
-13
/
+4
*
* eval.c (splat_value): split splat_value() and avalue_splat().
matz
2003-04-25
1
-44
/
+2
*
* rubyio.h (struct OpenFile): add error raise flag to finalizer.
matz
2003-04-14
1
-17
/
+16
*
* io.c (set_stdin): assigned value must respond to "read" and
nobu
2003-04-10
1
-7
/
+23
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct
matz
2003-04-07
1
-1
/
+1
*
* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.
matz
2003-04-03
1
-1
/
+12
*
* io.c (rb_io_initialize): should check rb_secure(4).
matz
2003-03-25
1
-0
/
+1
*
* io.c (rb_io_fread): may lose data on nonblocking read.
matz
2003-03-23
1
-1
/
+1
*
* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)
matz
2003-03-20
1
-9
/
+9
*
* io.c (prep_stdio): set binmode only if the file descriptor
eban
2003-03-12
1
-2
/
+4
*
* io.c (rb_io_popen): do not call rb_io_close() directly, call
matz
2003-03-04
1
-18
/
+14
*
* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.
matz
2003-03-03
1
-2
/
+4
*
* eval.c (rb_call0): should not report uninitialized warning by
matz
2003-02-18
1
-0
/
+1
*
* io.c (prep_stdio, Init_io): always set binmode on Cygwin.
eban
2003-02-15
1
-0
/
+17
*
* io.c (rb_file_sysopen): rb_file_sysopen_internal() needs four
eban
2003-02-09
1
-1
/
+1
*
* array.c (rb_ary_equal): a == b is true when b is non T_ARRAY
matz
2003-02-04
1
-3
/
+4
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-2
/
+2
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
[next]