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
*
* io.c (NOFILE): define NOFILE as 64 if not defined.
eban
2002-08-16
1
-1
/
+3
*
* io.c (rb_io_fread): renamed from io_fread and made extern.
nobu
2002-08-16
1
-4
/
+4
*
* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.
usa
2002-06-28
1
-3
/
+37
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
1
-0
/
+3
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-2
/
+2
*
* ruby.c (proc_options): removed "-*-" support for #! line.
matz
2002-05-23
1
-3
/
+27
*
* io.c (rb_io_clone): writing stream was not copied properly.
nobu
2002-05-20
1
-2
/
+2
*
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
matz
2002-05-02
1
-2
/
+2
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-31
/
+30
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-11
/
+12
*
* pack.c (pack_unpack): should treat 'U' in character unit, not in
matz
2002-04-15
1
-7
/
+1
*
* struct.c (rb_struct_select): fix typo.
matz
2002-04-12
1
-2
/
+2
*
* io.c (remain_size): IO#read returns "" if file.size == 0.
eban
2002-04-11
1
-3
/
+0
*
* Makefile.in (CPPFLAGS): remove @includedir@.
matz
2002-04-02
1
-1
/
+3
*
* io.c (rb_io_fptr_cleanup): need flush even when io will not be
matz
2002-04-01
1
-2
/
+5
*
* re.c (match_setter): it's OK to assign nil to $~.
matz
2002-04-01
1
-14
/
+25
*
* io.c (io_fflush): DRY patch from /Christoph applied.
matz
2002-03-29
1
-22
/
+16
*
* ext/socket/socket.c (sock_addrinfo): should specify socktype
matz
2002-03-28
1
-14
/
+17
*
* io.c (READ_DATA_PENDING): configure.in has supported for uClibc,
eban
2002-03-27
1
-4
/
+0
*
typo
nobu
2002-03-27
1
-1
/
+1
*
* io.c (rb_io_sysseek): new method based on a patch from Aristarkh
matz
2002-03-27
1
-10
/
+36
*
* configure.in (FILE_READPTR): new. for IO#gets improvement.
nobu
2002-03-25
1
-139
/
+165
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
1
-9
/
+13
*
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-22
1
-3
/
+10
*
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-03-14
1
-14
/
+34
*
* io.c (READ_DATA_PENDING): uClibc support.
eban
2002-02-27
1
-0
/
+2
*
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-22
1
-0
/
+16
*
* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),
nobu
2002-02-20
1
-6
/
+4
*
* io.c (rb_io_close): return Qnil.
usa
2002-02-20
1
-1
/
+1
*
* hash.c (rb_any_cmp): should handle Qundef in keys.
matz
2002-02-20
1
-1
/
+1
*
* io.c (rb_io_ungetc): don't fail pushed EOF back.
nobu
2002-02-19
1
-1
/
+1
*
* io.c (io_write): flag when buffered write is done.
matz
2002-02-07
1
-4
/
+24
*
* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.
matz
2002-02-06
1
-85
/
+125
*
* io.c (fptr_finalize): ignore EBADF when f and f2 use same
nobu
2002-02-05
1
-7
/
+11
*
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-05
1
-19
/
+28
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-0
/
+23
*
* eval.c (ruby_stop): should not trace error handler.
matz
2002-01-21
1
-3
/
+3
*
* io.c (rb_io_s_new): block check moved from initialize to this
matz
2002-01-18
1
-33
/
+23
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-1
/
+1
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-04
1
-4
/
+1
*
* time.c (time_plus): result should not be negative unless
matz
2001-12-21
1
-1
/
+1
*
* eval.c (rb_mod_define_method): define_method should follow
matz
2001-12-19
1
-3
/
+8
*
* intern.h: add prototypes.
nobu
2001-12-17
1
-1
/
+1
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-4
/
+27
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-0
/
+5
*
* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.
matz
2001-10-30
1
-29
/
+4
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-1
/
+2
*
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2001-10-16
1
-4
/
+0
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-32
/
+19
*
* re.c (Init_Regexp): to_s to be alias to inspect.
matz
2001-09-05
1
-1
/
+2
[next]