summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-27* lib/matrix.rb: resolve 'ruby -w' warnings.keiju
2001-06-27* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine
2001-06-26aamineaamine
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-12* lib/mkmf.rb: target_prefix is only for installation, not forknu
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-06-06* lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju
2001-06-06bug fix for obj.extend(Mutex_m).keiju
2001-06-05* ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban
2001-06-03 * lib/shellwords.rb: don't destroy argument.wakou
2001-06-02* lib/cgi/session.rb: don't use module_function for Class.shugo
2001-06-01* irb messages: fix typos.keiju
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-26Revise more.knu
2001-05-26Sync with reality.knu
2001-05-17* lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu
2001-05-17* lib/mkmf.rb: unbreak "make install". lib/* must be installedknu
2001-05-17* lib/shell.rb, lib/shell/process-controller.rb,knu
2001-05-17Yay, shell.rb is back!knu
2001-05-17Initial revisionknu
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-08*** empty log message ***keiju
2001-05-07Initial revisionknu
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-07* lib/ftools.rb (syscopy): chmod destination file only ifeban
2001-05-06forgot some checkins.matz
2001-05-03Get rid of Japanese comments and fix English comments as appropriate.knu
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