aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu2009-10-023-448/+59
* * method.h (rb_method_type_t): remove a comma at end ofnaruse2009-10-022-1/+6
* * range.c (discrete_object_p): needs the argument type to get ridnobu2009-10-023-6/+10
* Updated to Unicode 5.2.0.naruse2009-10-026-22660/+3766
* get rid of unused keywords from svn:keywords.akr2009-10-020-0/+0
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-023-18/+48
* * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu2009-10-024-173/+331
* update rdoc.akr2009-10-021-0/+12
* unused svn:keywords property deleted.akr2009-10-020-0/+0
* * thread.c (ruby_suppress_tracing): get rid of clobbering bynobu2009-10-022-1/+7
* * 2009-10-02svn2009-10-021-2/+2
* * eval.c (rb_origenviron): remove unused old variable.usa2009-10-022-9/+5
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-015-16/+25
* * 2009-10-01svn2009-10-011-3/+3
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-012-2/+6
* * time.c (rb_time_succ): make Time#succ obsolete since time is notmatz2009-09-303-9/+26
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-305-3/+37
* * re.c (last_match): add "thread and method" to the scope.naruse2009-09-301-1/+1
* * re.c (last_match): Added note to the doc that last_match is local to curren...marcandre2009-09-291-0/+3
* * enumerator.c (enumerator_block_call): extracted.nobu2009-09-292-36/+26
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-293-10/+24
* * configure.in (THREAD_MODEL): modified message when no threadnobu2009-09-293-2/+10
* * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu2009-09-292-1/+5
* fix typos.akr2009-09-291-3/+3
* * include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr2009-09-292-1/+6
* * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr2009-09-292-2/+15
* * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse2009-09-292-3/+9
* * configure.in (--enable-pthread): deprecated.nobu2009-09-292-5/+8
* * add a reference.mame2009-09-291-0/+1
* * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame2009-09-292-2/+6
* * ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu2009-09-292-1/+5
* * test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu2009-09-291-1/+1
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-292-2/+32
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-293-20/+71
* * test/ruby/test_module.rb: suppress warnings.nobu2009-09-291-4/+4
* * vm_method.c (rb_method_definition_eq): non-null definition isnobu2009-09-292-4/+6
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-293-2/+22
* * vm_method.c (rb_method_entry_eq): fixed a message.nobu2009-09-291-1/+1
* * test/ruby/test_class.rb (test_module_function): tests for warnings.nobu2009-09-291-0/+27
* Refine tests arround String#inspect.naruse2009-09-291-35/+12
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-293-33/+59
* * encoding.c (rb_enc_unicode_p): defined.naruse2009-09-293-0/+16
* * lib/gauntlet_rubygems.rb: out of place.nobu2009-09-281-50/+0
* * encoding.c (rb_filesystem_encoding): On Unix systems,naruse2009-09-282-1/+7
* * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse2009-09-284-2/+34
* * include/ruby/st.h: include inttypes.h and stdint.h.naruse2009-09-282-0/+11
* * hash.c (rb_f_getenv, env_fetch): env string may be overwritten.nobu2009-09-283-5/+20
* * dln.c (load_lib, dln_find_exe_r): env string may be overwritten.nobu2009-09-282-3/+13
* * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu2009-09-282-19/+44
* * dln.c (aix_loaderror): needs format string.nobu2009-09-282-1/+5