summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-02* thread.c (ruby_suppress_tracing): get rid of clobbering bynobu
2009-10-02* 2009-10-02svn
2009-10-02* eval.c (rb_origenviron): remove unused old variable.usa
2009-10-01* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa
2009-10-01* 2009-10-01svn
2009-10-01* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa
2009-09-30* time.c (rb_time_succ): make Time#succ obsolete since time is notmatz
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-30* re.c (last_match): add "thread and method" to the scope.naruse
2009-09-29* re.c (last_match): Added note to the doc that last_match is local to curren...marcandre
2009-09-29* enumerator.c (enumerator_block_call): extracted.nobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
2009-09-29* configure.in (THREAD_MODEL): modified message when no threadnobu
2009-09-29* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu
2009-09-29fix typos.akr
2009-09-29* include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr
2009-09-29* lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr
2009-09-29* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse
2009-09-29* configure.in (--enable-pthread): deprecated.nobu
2009-09-29* add a reference.mame
2009-09-29* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame
2009-09-29* ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* test/ruby/test_module.rb: suppress warnings.nobu
2009-09-29* vm_method.c (rb_method_definition_eq): non-null definition isnobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* vm_method.c (rb_method_entry_eq): fixed a message.nobu
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-09-29Refine tests arround String#inspect.naruse
2009-09-29* string.c (rb_str_inspect): dump as \uXXXX when thenaruse
2009-09-29* encoding.c (rb_enc_unicode_p): defined.naruse
2009-09-28* lib/gauntlet_rubygems.rb: out of place.nobu
2009-09-28* encoding.c (rb_filesystem_encoding): On Unix systems,naruse
2009-09-28* hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse
2009-09-28* include/ruby/st.h: include inttypes.h and stdint.h.naruse
2009-09-28* hash.c (rb_f_getenv, env_fetch): env string may be overwritten.nobu
2009-09-28* dln.c (load_lib, dln_find_exe_r): env string may be overwritten.nobu
2009-09-28* dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu
2009-09-28* dln.c (aix_loaderror): needs format string.nobu
2009-09-28* win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa
2009-09-28include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst
2009-09-28* ChangeLog: fixed wrong translation.nobu
2009-09-28missing changelog entries added for r25128.matz
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-28* parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa
2009-09-28* stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse
2009-09-27* Makefile.in (miniruby): suppress duplication warning on AIX.kanemoto
2009-09-27* 2009-09-28svn