summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize.knu2007-02-231-0/+7
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-231-0/+10
* add some pointersknu2007-02-191-0/+1
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errorknu2007-02-191-0/+6
* * configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu2007-02-191-0/+6
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sasseknu2007-02-171-0/+7
* * lib/uri/ftp.rb: Revert the previous change pending discussion.knu2007-02-151-0/+7
* * dir.c (glob_helper): Fix the function declaration.knu2007-02-151-0/+4
* Branch off ruby_1_8_6 from ruby_1_8 in preparation forknu2007-02-151-0/+5
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-0/+7
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-0/+7
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportknu2007-02-151-0/+13
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu2007-02-151-0/+7
* * ext/thread/thread.c: Handle interrupted waits correctly.knu2007-02-151-0/+5
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-141-0/+6
* * io.c (rb_f_syscall): Fix buffer overflow with syscallknu2007-02-131-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-101-0/+5
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-101-0/+7
* * ext/Setup: Add thread except for platforms without threadsknu2007-02-101-0/+5
* * ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu2007-02-101-0/+5
* * lib/thread.rb: Remove an ineffective part of the code.knu2007-02-101-0/+4
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-101-0/+5
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-101-0/+4
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-101-0/+5
* * ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke2007-02-101-0/+5
* * ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke2007-02-091-0/+5
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-091-0/+5
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-091-0/+7
* Oops, this is the original form. I committed the wrong file.knu2007-02-091-1/+1
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-091-0/+6
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-091-0/+6
* Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org>naruse2007-02-061-0/+12
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-311-0/+8
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-301-0/+6
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-301-0/+4
* * parse.y (dyna_var_lookup): should not alter dvar->val not tomatz2007-01-271-0/+7
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-261-0/+15
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-241-0/+9
* * hash.c: added documentation for Hash about how it uses eql? andmatz2007-01-231-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-0/+5
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-231-0/+5
* fix memory leak of win32ole.suke2007-01-131-0/+6
* * ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctlyknu2007-01-121-0/+5
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-0/+12
* * file.c (rb_find_file): should not call fpath_check() with NULL.usa2007-01-091-0/+5
* * string.c (rb_str_upto): String#upto from empty string makesmatz2007-01-081-0/+5
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-0/+13
* updated based on date2 4.0.1.tadf2007-01-071-0/+4
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-0/+4
* Revert r11453matz2007-01-031-5/+18