summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-04-30These files are also obsoleted.knu
2001-04-30Merge from irb-tools 0.7.1.knu
2001-04-30This file is not needed anymore.knu
2001-04-30Merge from irb 0.7.3.knu
2001-04-30Initial revisionknu
2001-04-24* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu
2001-04-17Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-04-09* lib/net/imap.rb: fix typo.shugo
2001-04-03* ext/extmk.rb.in (create_makefile): create def file only ifeban
2001-04-02* lib/monitor.rb (wait): fix timeout support.shugo
2001-04-02* lib/monitor.rb (wait): ensure reentrance.shugo
2001-04-02* lib/net/imap.rb (media_subtype): return subtype.shugo
2001-04-02* lib/net/imap.rb (flag_list): capitalize flags.shugo
2001-03-30* lib/net/imap.rb: add document and example code.shugo
2001-03-30* lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu
2001-03-26* lib/net/imap.rb: added example.shugo
2001-03-26* lib/net/imap.rb: supports response handlers and multiple commands.shugo
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-18very sorry check miss.wakou
2001-03-18sorry erase miss.wakou
2001-03-18Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-03-14* eval.c (rb_thread_schedule): raise FATAL just once tomatz
2001-03-13aamineaamine
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-03-12* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban
2001-03-10* lib/mkmf.rb (install_rb): fix handling of destination path.eban
2001-03-08aamineaamine
2001-03-06* lib/monitor.rb: fixed the example code.shugo
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-25Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-02-25Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-02-24aamineaamine
2001-02-22aamineaamine
2001-02-17aamineaamine
2001-02-15* process.c (proc_waitall): new method based on a patch from Brianmatz
2001-02-15* lib/cgi/session.rb (close): fixed reversed condition.shugo
2001-02-14* lib/net/imap.rb: supports unknown resp_text_code.shugo
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz
2001-02-08lib/mkmf.rb (create_makefile): add srcdir.eban
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-07aamineaamine
2001-02-07aamineaamine
2001-02-06aamineaamine
2001-02-06aamineaamine
2001-02-06aamineaamine
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-26* parse.y: clarify do ambiguity, bit more complex but naturalmatz
2001-01-24* lib/cgi.rb: fix the problem that when running under mod_rubyknu