summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-08-21remove trainling spaces.nobu
2012-08-21* test/unit/test.rb (Test::Unit::ProxyError): new exception class tousa
2012-08-21* test_continuation.rb (tracing_with_thread_set_trace_func):ko1
2012-08-21Imported minitest 3.3.0 (r7676)ryan
2012-08-21* test/testunit/tests_for_parallel/ptest_forth.rb: added a test caseusa
2012-08-21* ChangeLog: style.usa
2012-08-20* lib/csv.rb: Fixes #161 on githubjeg2
2012-08-20* re.c (rb_reg_initialize_m): Forgot to update output for or'd-optionsdrbrain
2012-08-20* re.c (rb_reg_initialize_m): Update example to show that regexpdrbrain
2012-08-20parse.y: token namenobu
2012-08-20* ChangeLog: fix commit miss. remove duplicated entry.nobu
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-20* common.mk: fix failed to make with -j2.kazu
2012-08-20fix a typokazu
2012-08-20* lib/test/unit.rb, lib/test/unit/parallel.rb:sorah
2012-08-18Merge branch 'pullreq/129' into trunkayumin
2012-08-18* lib/fileutils.rb: fix typo.ayumin
2012-08-18enc/depend: fix inplace-build conditionnobu
2012-08-17object.c: preserve encodingsnobu
2012-08-17* ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-16object.c: forbid uninitialized classnobu
2012-08-16test_printf.rb: need to be infectednobu
2012-08-16unecessary macros and K&R style codingnobu
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15* lib/test/unit.rb (Test::Unit::Runner#failed): need to delete theusa
2012-08-15sprintf.c: infectnobu
2012-08-15sprintf.c: coderange fixnobu
2012-08-15common.mk: ID_H_TARGETnobu
2012-08-15* vm_trace.c: separate trace_func related functions fromko1
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-14* test/erb/test_erb.rb (test_html_escape): add assertions for theshugo
2012-08-14* ChangeLog: fix typo.shugo
2012-08-14* win32/win32.c (check_valid_dir): reject "..." as directory name.usa
2012-08-14* test/ruby/test_file_exhaustive.rbusa
2012-08-14* test/ruby/test_file_exhaustive.rbusa
2012-08-14* lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s beforenaruse
2012-08-13* lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo
2012-08-12* vm.c (invoke_block_from_c): fix unintentional block passing.ktsj
2012-08-09 * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain
2012-08-09fix a typokazu
2012-08-09mkrunnable.rb: build_osnobu
2012-08-09configure.in: use real pathnobu
2012-08-09fake.rb.in: remove duplicationsnobu
2012-08-09* ChangeLog: fix a typo.nagachika
2012-08-09Optimize winnt_statshirosaki
2012-08-09ruby.c: show version only oncenobu
2012-08-09* test/openssl/test_config.rb (OpenSSL#test_constants): skip thiskosaki