summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-081-0/+5
* * win32/win32.c (rb_w32_opendir): store attributes of the secondshyouhei2007-06-081-0/+8
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-071-0/+6
* * eval.c (method_inspect): show proper class name.shyouhei2007-06-071-0/+5
* * runruby.rb: eliminate uninitialized variable.shyouhei2007-05-261-0/+5
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-261-0/+8
* * process.c (proc_exec_v): terminate timer thread in advance.shyouhei2007-05-221-0/+5
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei2007-05-221-0/+5
* merge -r 12332:12336shyouhei2007-05-221-0/+6
* merge -c 12293shyouhei2007-05-221-0/+5
* merge -r 12278:12280shyouhei2007-05-221-0/+5
* merge -c 12224shyouhei2007-05-221-0/+4
* merge -c 12272shyouhei2007-05-221-1/+5
* merge -c 12267shyouhei2007-05-221-0/+5
* merge -c 12210shyouhei2007-05-221-0/+5
* merge -c 12206shyouhei2007-05-221-0/+10
* merge -c 12193shyouhei2007-05-221-0/+5
* merge -c 12192shyouhei2007-05-221-0/+4
* merge -c 12190shyouhei2007-05-221-1/+4
* merge -c 12189shyouhei2007-05-221-0/+5
* merge -c 12187shyouhei2007-05-221-0/+8
* merge -r 12165:12168shyouhei2007-05-221-0/+5
* merge -c 12158shyouhei2007-05-221-0/+5
* merge -r 12143:12147shyouhei2007-05-221-0/+8
* merge -c 12137shyouhei2007-05-221-0/+6
* merge -c 12127shyouhei2007-05-221-0/+12
* merge -c 12126shyouhei2007-05-221-0/+11
* merge -c 12123shyouhei2007-05-221-0/+5
* merge -c 12116shyouhei2007-05-221-0/+5
* merge -c 12113shyouhei2007-05-221-0/+6
* * distruby.rb: Add zip generation.shyouhei2007-03-201-0/+4
* * merge -c 12080shyouhei2007-03-191-0/+6
* * merge -c 12071shyouhei2007-03-161-0/+7
* * merge -r 12066:12069shyouhei2007-03-161-0/+22
* * merge -c 12065shyouhei2007-03-161-0/+5
* * stable version 1.8.6 released.knu2007-03-121-0/+4
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-0/+6
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+26
* * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.knu2007-03-111-0/+14
* * misc/README: Add a note about ruby-electric.el. knu2007-03-111-0/+13
* * ext/dl/mkcallback.rb (mkfunc): Make sure that a callbackknu2007-03-111-0/+7
* * eval.c (error_handle): no message when exiting by signal.knu2007-03-111-0/+23
* Merge changes from ruby_1_8:knu2007-03-061-0/+21
* * time.c (time_to_s): Correct the wrong format which did notknu2007-03-051-0/+6
* * lib/fileutils.rb (mv): could not move a directory betweenknu2007-03-041-0/+5
* * file.c (rb_file_s_utime): allow nil to set the current time.knu2007-03-041-0/+7
* * util.c (push_element): should return a int value.knu2007-03-041-0/+4
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-0/+6
* * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu2007-03-031-0/+7
* * ext/thread/thread.c (push_list): Use ALLOC().knu2007-03-031-0/+8