aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* random.c, rational.c: make marshal methods privatenobu2012-12-031-0/+5
* * iseq.h: iseq_catch_table_entry::catch_type should beko12012-12-031-0/+8
* id.h.tmpl: move empty?nobu2012-12-031-0/+4
* * vm_backtrace.c (vm_backtrace_to_ary): check negative size (2nd arg).ko12012-12-031-0/+4
* Un-zerofill the day of month part of some entries.knu2012-12-031-6/+6
* Fix a typo in misc/ruby-additional.el.knu2012-12-031-0/+5
* * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.ko12012-12-031-0/+8
* ruby-mode.el: fix argument indentnobu2012-12-031-0/+9
* * lib/rdoc/parser.rb: Improved modeline support. Patch by nobu.drbrain2012-12-021-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new): stop checking stringmrkn2012-12-021-1/+6
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): tarui2012-12-021-0/+6
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-0/+11
* revert r38141 for stack problemtarui2012-12-021-5/+0
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):tarui2012-12-021-0/+5
* * lib/weakref.rb (rdoc): Clean up usage, add example,zzak2012-12-021-0/+5
* * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak2012-12-021-0/+4
* fix typokazu2012-12-021-1/+1
* add ticket ref: [ruby-dev:46665] [Bug #7468]tarui2012-12-021-1/+1
* * lib/rdoc/parser.rb: Parse files with a -*- rdoc -*- modelinedrbrain2012-12-011-0/+5
* * gc.h (SET_MACHINE_STACK_END): add volatile for preventingkosaki2012-12-011-0/+5
* * iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko12012-12-011-0/+6
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+6
* * test/ruby/test_backtrace.rb: add a test forko12012-12-011-0/+7
* * vm_backtrace.c (location_inspect_m): addko12012-12-011-0/+6
* io.c: recurse for the argumentnobu2012-12-011-0/+5
* marshal.c: private methodsnobu2012-12-011-0/+5
* * lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain2012-12-011-0/+7
* complex.c, time.c: make marshal methods privatenobu2012-12-011-1/+4
* object.c: make remove_instance_variable publicnobu2012-12-011-1/+4
* vm_method.c: make initialize methods privatenobu2012-12-011-0/+8
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-011-0/+8
* * test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki2012-12-011-0/+5
* * lib/thread.rb (ConditionVariable): use hash instead of array forkosaki2012-12-011-0/+8
* ruby-electric.el: use kill-regionnobu2012-12-011-0/+5
* inf-ruby.el: fix compilation-shell-minor-modenobu2012-12-011-0/+7
* * ChangeLog: fix a typo for r38075.nagachika2012-12-011-1/+1
* dir.c: use NAMLENnobu2012-12-011-0/+5
* * lib/rubygems/specification.rb: Don't add default gems to $LOAD_PATHdrbrain2012-12-011-0/+5
* * properties.nobu2012-12-011-4/+4
* * re-added r38053 that is reverted by r38061. Problems by r38053kou2012-12-011-0/+15
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-011-0/+22
* * test/rdoc/test_rdoc_options.rb: Windows drive letters aredrbrain2012-12-011-0/+5
* * lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain2012-12-011-0/+5
* * test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain2012-12-011-0/+6
* * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki2012-11-301-0/+7
* * Fixed commit reference for r38083drbrain2012-11-301-1/+1
* * parse.y (parser.utf8): remove unused property.naruse2012-11-301-0/+8
* * lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timingkosaki2012-11-301-0/+6
* * lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/kosaki2012-11-301-0/+5
* * lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki2012-11-301-0/+14