summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-06-06Bug fix for obj.extend(Mutex_m).keiju
2001-06-05* ext/extmk.rb.in, lib/mkmf.rb: print command line in xsystem()eban
2001-06-05* marshal.c (r_object): wrong type check for modules.matz
2001-06-04This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
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-26Update.knu
2001-05-25* string.c (rb_str_replace): add taint status infectionmatz
2001-05-21 * lib/irb/multi-irb.rbkeiju
2001-05-17* lib/thread.rb: rescue ThreadError in case the thread is deadknu
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-17* doc/shell.rd*, lib/shell*: bring shell.rb 0.6 onto the ruby_1_6knu
2001-05-17This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-05-16resolve ctrl-c problem.keiju
2001-05-16array.c typo fixed.matz
2001-05-15* 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* eval.c (is_defined): core dumped during instance_eval formatz
2001-05-07This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-05-07* lib/ftools.rb (syscopy): chmod destination file only ifeban
2001-05-03Get rid of Japanese comments and fix English comments as appropriate.knu
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-05-01* eval.c (rb_eval): should preserve value of ruby_errinfo.matz
2001-04-30These files are also obsoleted.knu
2001-04-30* sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irbknu
2001-04-30This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-04-24* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu
2001-04-19m68m frame_pointer patchmatz
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: backport from ruby-1.7.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-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_yield_0): 0 (= Qfalse) is a valid value, so thatmatz
2001-03-13aamineaamine
2001-03-13* io.c (argf_seek): 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-03-04Merge from HEAD. (ext/extmk.rb.in 1.38, lib/mkmf.rb 1.41)knu