summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-011-0/+5
* * time.c (rb_time_succ): make Time#succ obsolete since time is notmatz2009-09-301-0/+9
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-301-0/+5
* * enumerator.c (enumerator_block_call): extracted.nobu2009-09-291-0/+4
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-0/+5
* * configure.in (THREAD_MODEL): modified message when no threadnobu2009-09-291-0/+5
* * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu2009-09-291-0/+4
* fix typos.akr2009-09-291-3/+3
* * include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr2009-09-291-0/+5
* * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr2009-09-291-0/+5
* * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse2009-09-291-0/+4
* * configure.in (--enable-pthread): deprecated.nobu2009-09-291-0/+4
* * add a reference.mame2009-09-291-0/+1
* * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame2009-09-291-0/+4
* * ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu2009-09-291-0/+5
* * vm_method.c (rb_method_definition_eq): non-null definition isnobu2009-09-291-1/+4
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-291-0/+5
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-291-0/+5
* * encoding.c (rb_enc_unicode_p): defined.naruse2009-09-291-0/+6
* * encoding.c (rb_filesystem_encoding): On Unix systems,naruse2009-09-281-0/+6
* * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse2009-09-281-0/+18
* * include/ruby/st.h: include inttypes.h and stdint.h.naruse2009-09-281-0/+4
* * hash.c (rb_f_getenv, env_fetch): env string may be overwritten.nobu2009-09-281-0/+4
* * dln.c (load_lib, dln_find_exe_r): env string may be overwritten.nobu2009-09-281-1/+3
* * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu2009-09-281-1/+4
* * dln.c (aix_loaderror): needs format string.nobu2009-09-281-0/+4
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-281-0/+5
* include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst2009-09-281-0/+5
* * ChangeLog: fixed wrong translation.nobu2009-09-281-2/+2
* missing changelog entries added for r25128.matz2009-09-281-0/+18
* * parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa2009-09-281-0/+5
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-281-0/+5
* * Makefile.in (miniruby): suppress duplication warning on AIX.kanemoto2009-09-271-0/+4
* * common.mk (ruby.imp): add text section [Bug #2064].kanemoto2009-09-271-0/+6
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-0/+5
* * string.c (str_buf_cat2): optimize since all second arguments arenobu2009-09-271-1/+6
* * string.c (rb_hash_{uint{32,},end}): removed.nobu2009-09-271-0/+4
* * configure.in (optflags): add -fomit-frame-pointer by default.nobu2009-09-271-0/+4
* * enum.c (enum_minmax): use struct for memo.akr2009-09-271-0/+5
* * configure.in (warnflags): check all flags if each are available.nobu2009-09-271-0/+4
* * ext/json/ext/generator/generator.c: Documention patch by okkez.naruse2009-09-261-0/+6
* String#inspect's encoding should be fixed.naruse2009-09-261-0/+14
* Symbian build update to work with the latest PIPS version 1.6azav2009-09-261-0/+8
* * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.ko12009-09-261-0/+5
* * vm_method.c (rb_method_entry_eq): method defined from samematz2009-09-261-0/+5
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-261-0/+4
* * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav2009-09-261-0/+4
* * Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui2009-09-261-0/+7
* * st.c (COLLISION): improved collision log feature.nobu2009-09-261-1/+3
* * string.c (hash): updated to MurmurHash 2.0 2009-09-19.nobu2009-09-261-1/+3