aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* forgot some checkins.matz2001-05-0610-58/+80
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-0310-33/+13
* These files are also obsoleted.knu2001-04-302-92/+0
* Merge from irb-tools 0.7.1.knu2001-04-303-13/+143
* This file is not needed anymore.knu2001-04-301-867/+0
* Merge from irb 0.7.3.knu2001-04-307-50/+61
* Initial revisionknu2001-04-3012-0/+1441
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-241-26/+22
* Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-04-171-9/+5
* * lib/net/imap.rb: fix typo.shugo2001-04-091-1/+1
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-031-2/+4
* * lib/monitor.rb (wait): fix timeout support.shugo2001-04-021-9/+13
* * lib/monitor.rb (wait): ensure reentrance.shugo2001-04-021-11/+10
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-021-0/+4
* * lib/net/imap.rb (flag_list): capitalize flags.shugo2001-04-021-21/+49
* * lib/net/imap.rb: add document and example code.shugo2001-03-301-7/+592
* * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo2001-03-301-3/+3
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-281-1/+16
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-281-3/+9
* * lib/net/imap.rb: added example.shugo2001-03-261-0/+5
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-261-79/+163
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-212-2/+2
* very sorry check miss.wakou2001-03-181-1/+1
* sorry erase miss.wakou2001-03-181-1/+1
* Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-03-181-20/+20
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-141-1/+1
* aamineaamine2001-03-133-8/+17
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-133-6/+7
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-121-0/+4
* * lib/mkmf.rb (install_rb): fix handling of destination path.eban2001-03-101-1/+3
* aamineaamine2001-03-082-18/+22
* * lib/monitor.rb: fixed the example code.shugo2001-03-061-18/+35
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-264-15/+4
* Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-251-196/+21
* Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-251-174/+33
* aamineaamine2001-02-244-125/+157
* aamineaamine2001-02-222-146/+219
* aamineaamine2001-02-171-16/+12
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-0/+2
* * lib/cgi/session.rb (close): fixed reversed condition.shugo2001-02-151-2/+1
* * lib/net/imap.rb: supports unknown resp_text_code.shugo2001-02-141-0/+6
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-132-3/+1
* lib/mkmf.rb (create_makefile): add srcdir.eban2001-02-081-3/+3
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-3/+4
* aamineaamine2001-02-072-69/+63
* aamineaamine2001-02-072-42/+70
* aamineaamine2001-02-061-13/+2
* aamineaamine2001-02-062-3/+11
* aamineaamine2001-02-064-311/+329
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-022-16/+16