summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-06forgot some checkins.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-13* eval.c (ev_const_defined): add new parameter self for specialmatz
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-16* io.c (set_outfile): f should be the FILE* from the assigning value.matz
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-18* io.c (rb_io_s_read): new method to call IO#read frommatz
2001-01-15Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz
2000-12-26matzmatz
2000-12-26matzmatz
2000-12-22matzmatz
2000-12-12matzmatz
2000-11-27matzmatz
2000-11-20matzmatz
2000-11-17matzmatz
2000-11-16001117matz
2000-11-13ebaneban
2000-11-13matzmatz
2000-11-10matzmatz
2000-11-08matzmatz
2000-09-21matzmatz
2000-09-04matzmatz
2000-08-30matzmatz
2000-08-25matzmatz
2000-08-15matzmatz
2000-08-09matz(ruby-bugs PR#51)matz
2000-08-07matzmatz
2000-07-27matzmatz
2000-07-25matzmatz
2000-07-17matzmatz
2000-07-14matzmatz
2000-07-10ebaneban
2000-07-10ebaneban
2000-07-06matzmatz
2000-07-06matzmatz
2000-07-04matzmatz
2000-06-192000-06-19matz