summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-03-03* eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu
2007-03-03* ext/thread/thread.c (push_list): Use ALLOC().knu
2007-03-03* NEWS: Add a note for String#intern.knu
2007-03-03* eval.c (rb_provided): return true only for features loaded fromknu
2007-03-03* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu
2007-03-03* object.c (rb_obj_ivar_set): RDoc updated according to aknu
2007-03-03* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifknu
2007-02-28* mkconfig.rb (patchlevel): read from version.h.knu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-28Merge changes between r11913 and r11943 from ruby_1_8.knu
2007-02-28* merge -c 11935shyouhei
2007-02-27Merge changes between r11907 and r11913 from ruby_1_8.knu
2007-02-27Merge changes between r11871 and r11907 from ruby_1_8.knu
2007-02-24* defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,knu
2007-02-24* lib/date/format.rb: updated based on date2 4.0.3.knu
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove uselessknu
2007-02-24* win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1knu
2007-02-23* numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize.knu
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-19add some pointersknu
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errorknu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-02-17* lib/.document: Apply patch for irb, e2mmap and README by Hugh Sasseknu
2007-02-15* lib/uri/ftp.rb: Revert the previous change pending discussion.knu
2007-02-15* dir.c (glob_helper): Fix the function declaration.knu
2007-02-15Branch off ruby_1_8_6 from ruby_1_8 in preparation forknu
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): should supportknu
2007-02-15* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu
2007-02-15* ext/thread/thread.c: Handle interrupted waits correctly.knu
2007-02-14* ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu
2007-02-13* io.c (rb_f_syscall): Fix buffer overflow with syscallknu
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
2007-02-10* configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu
2007-02-10* ext/Setup: Add thread except for platforms without threadsknu
2007-02-10* ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu
2007-02-10* lib/thread.rb: Remove an ineffective part of the code.knu
2007-02-10* ext/thread/thread.c (rb_thread_exclusive): Implementknu
2007-02-10* ext/thread/thread.c: Get rid of use of a dummy function.knu
2007-02-10* ext/thread/thread.c (Init_thread): Define missing aliases:knu
2007-02-10* ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke
2007-02-09* ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke
2007-02-09* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai
2007-02-09* ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu
2007-02-09Oops, this is the original form. I committed the wrong file.knu
2007-02-09* ext/thread: Import the "fastthread" implementation by MenTaLguYknu
2007-02-09* ext/bigdecimal: Synchronize with trunk. Better functionknu
2007-02-06Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org>naruse
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz