aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Added #charpos for multibyte string position.ryan2012-11-281-0/+5
* * ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove2012-11-281-0/+23
* * doc/globals.rdoc: Add documentation file for magic globalszzak2012-11-271-0/+5
* * .document: Add README's to be included with docszzak2012-11-271-0/+4
* Refix of r37904naruse2012-11-271-0/+1
* * ext/dl/lib/dl.rb: Deprecation notice for DLzzak2012-11-271-0/+4
* * ext/fiddle/closure.c: Documentation for Fiddlezzak2012-11-271-0/+9
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-0/+24
* fix r37904: it forced i486 though -marh was usually i686naruse2012-11-271-1/+1
* * configure.in (opt-dir): don't use non portable flag -E of sed.naruse2012-11-271-0/+4
* * configure.in (ARCH_FLAG): __sync_val_compare_and_swap_4 needsnaruse2012-11-271-0/+5
* * ChangeLog: fix typos for r37867, r37874, r37877 and r37884.nagachika2012-11-271-4/+4
* * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)knu2012-11-271-0/+6
* * bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn2012-11-271-0/+11
* * vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko12012-11-271-0/+10
* * ruby_atomic.h (ATOMIC_CAS): added for Solaris and other platforms.ngoto2012-11-271-0/+9
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-271-0/+7
* * test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug whichdrbrain2012-11-271-0/+5
* * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windowsdrbrain2012-11-271-0/+9
* * common.mk (rdoc): Set --debug for rdoc generation in case of bugsdrbrain2012-11-271-0/+4
* * lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain2012-11-271-0/+6
* reverting r37881tenderlove2012-11-271-24/+0
* * NEWS: add improvements of the garbage collector.nari2012-11-271-0/+4
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-271-0/+7
* * thread.c (rb_thread_terminate_all): retry broadcast only whenko12012-11-271-0/+5
* * thread.c (rb_thread_terminate_all): broadcast terminate eventko12012-11-271-0/+5
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+7
* * thread.c (rb_thread_terminate_all): suppress a warning.kosaki2012-11-271-0/+4
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-271-0/+8
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-271-0/+8
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-0/+24
* extmk.rb: fix mixing mkmf.lognobu2012-11-271-0/+5
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-0/+6
* * NEWS: add TracePont.ko12012-11-271-0/+4
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-0/+12
* * thread.c (rb_thread_terminate_all): broadcast eTerminateSignalkosaki2012-11-261-0/+5
* * vm_core.h: add members to rb_trace_arg_t:ko12012-11-261-0/+11
* * thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().kosaki2012-11-261-0/+6
* extmk.rb: git rid of post-1.8 featuresnobu2012-11-261-0/+5
* * thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):kosaki2012-11-261-0/+6
* * NEWS: update for Thread#join incompatible change.kosaki2012-11-261-0/+4
* * thread.c (rb_thread_terminate_all): use native_sleep() insteadkosaki2012-11-261-0/+7
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)kosaki2012-11-261-0/+8
* * thread.c (thread_join_m): use th->interrupt_mask instead ofkosaki2012-11-261-0/+10
* * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa2012-11-261-0/+5
* * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.kosaki2012-11-261-0/+23
* * iseq.c (make_compile_option_value): add trace_instruction option.ko12012-11-261-0/+6
* * bootstraptest/test_thread.rb: try to `join' each 100ko12012-11-261-0/+7
* * common.mk: specify label `built-ruby'.ko12012-11-261-0/+6
* * signal.c (signal_exec): add volatile to make sure setjmp safe.kosaki2012-11-261-0/+4