summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-01-30* string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa
2007-01-30* mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu
2007-01-27* parse.y (dyna_var_lookup): should not alter dvar->val not tomatz
2007-01-26* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai
2007-01-24* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz
2007-01-23* hash.c: added documentation for Hash about how it uses eql? andmatz
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2007-01-23* ext/socket/socket.c: fix errors in socket sample code.matz
2007-01-13fix memory leak of win32ole.suke
2007-01-12* ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctlyknu
2007-01-10* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine
2007-01-09* file.c (rb_find_file): should not call fpath_check() with NULL.usa
2007-01-08* string.c (rb_str_upto): String#upto from empty string makesmatz
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-07updated based on date2 4.0.1.tadf
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-12-30updated based on date2 4.0.tadf
2006-12-15* ChangeLog: typo.nobu
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-11* ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu
2006-12-11* variable.c (rb_define_const): typo fixed.matz
2006-12-11* string.c (rb_str_aset): index double decode problem.matz
2006-12-09* eval.c (ruby_cleanup): keep the exception till after END blocks.nobu
2006-12-09instead of File.exists?. a patch from Yutaka Kanemotomatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-12-06* Makefile.in, common.mk (NULLCMD): moved for platforms that emptynobu
2006-12-06* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban
2006-12-05* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz
2006-12-04* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz
2006-12-04* parse.y (dyna_init_gen): dvar initialization only if dvar ismatz