summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Branch off ruby_1_8_6 from ruby_1_8 in preparation forknu2007-02-152-4/+9
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-152-6/+13
* 20070215knu2007-02-151-3/+3
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-156-495/+868
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportknu2007-02-157-38/+174
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu2007-02-152-5/+12
* * ext/thread/thread.c: Handle interrupted waits correctly.knu2007-02-152-19/+63
* set svn:ignoreknu2007-02-140-0/+0
* 2007214knu2007-02-141-3/+3
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-142-8/+16
* set svn:eol-styleshyouhei2007-02-130-0/+0
* * io.c (rb_f_syscall): Fix buffer overflow with syscallknu2007-02-132-0/+7
* set svn:eol-styleshyouhei2007-02-120-0/+0
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-102-2/+7
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-104-0/+18
* * ext/Setup: Add thread except for platforms without threadsknu2007-02-107-0/+11
* * ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu2007-02-102-0/+10
* * lib/thread.rb: Remove an ineffective part of the code.knu2007-02-102-9/+4
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-102-0/+39
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-102-11/+6
* * 2007-02-11eban2007-02-101-3/+3
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-102-0/+7
* * ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke2007-02-102-1/+7
* * ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke2007-02-092-1/+10
* * 2007-02-10eban2007-02-091-3/+3
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-092-2/+7
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-093-696/+514
* Oops, this is the original form. I committed the wrong file.knu2007-02-092-6/+22
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-093-0/+1310
* 20070209knu2007-02-091-4/+4
* Back out the previous commit which was unintended.knu2007-02-091-2/+2
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-096-44/+38
* Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org>naruse2007-02-063-348/+767
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-313-2/+22
* * 2007-01-31eban2007-01-311-3/+3
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-302-1/+7
* * 2007-01-30eban2007-01-301-3/+3
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-302-4/+35
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * parse.y (dyna_var_lookup): should not alter dvar->val not tomatz2007-01-274-6/+14
* * 2007-01-26usa2007-01-261-3/+3
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2611-17/+47
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-243-4/+13
* version.h: fix broken patchlevel; sorrymatz2007-01-231-0/+2
* * hash.c: added documentation for Hash about how it uses eql? andmatz2007-01-232-1/+38
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-232-1/+6
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-233-8/+11
* remove including header filesuke2007-01-131-2/+0
* fix memory leak of win32ole.suke2007-01-133-4/+24