aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* add ticket numberko12012-12-191-0/+1
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-191-0/+42
* * test/ruby/test_fiber.rb: remove a strange single quote character.ko12012-12-191-0/+5
* * ext/.document: Add missing ext modules to .documentzzak2012-12-191-0/+5
* * ruby.c (load_file_internal): use original C string as the filenameusa2012-12-191-0/+7
* * marshal.c (marshal_dump, marshal_load): fix SEGV during make rdocngoto2012-12-191-0/+7
* object.c: nul in const namenobu2012-12-191-0/+4
* * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of racetarui2012-12-191-0/+5
* * doc/syntax/literals.rdoc: Added 0d decimal format. Thanks Nobu!drbrain2012-12-191-0/+4
* * doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser.drbrain2012-12-191-0/+4
* * lib/rubygems/commands/query_command.rb: Refactored to improvedrbrain2012-12-191-0/+16
* * doc/syntax/methods.rdoc: Add () around keyword arguments example fordrbrain2012-12-191-0/+5
* fix a typokazu2012-12-191-1/+1
* Revert r38371 and r38384. they didn't solve the issuenaruse2012-12-191-6/+0
* * ChangeLog: fix a typo for r38452.nagachika2012-12-181-1/+1
* * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika2012-12-181-0/+9
* fix typos and styleskazu2012-12-181-5/+4
* * ChangeLog: add ML and ticket ref for r38441.nagachika2012-12-181-1/+2
* * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd()kosaki2012-12-181-0/+11
* * thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.kosaki2012-12-181-0/+5
* * lib/rdoc/encoding.rb: Do not remove #! line from document whendrbrain2012-12-181-0/+11
* * doc/syntax/literals.rdoc: Used simplified heredoc example thatdrbrain2012-12-181-0/+5
* * lib/rdoc/store.rb: Work around RDoc stores from older versions ofdrbrain2012-12-181-0/+6
* * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING whendrbrain2012-12-181-0/+8
* * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika2012-12-181-0/+9
* * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak2012-12-181-0/+5
* typos in changelogzzak2012-12-181-2/+2
* * lib/rubygems/specification.rb: Fixed ruby output of requirementsdrbrain2012-12-181-0/+7
* * doc/syntax/literals.rdoc: Added 0o octal integers.drbrain2012-12-181-0/+4
* * test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly inemboss2012-12-181-0/+6
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-181-0/+12
* fix ChangeLog commentko12012-12-171-1/+2
* * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko12012-12-171-0/+44
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-171-0/+18
* * ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove2012-12-171-0/+5
* * lib/optparse.rb: Remove 'developer documentation' section from rdoczzak2012-12-171-0/+5
* typozzak2012-12-171-1/+1
* * lib/matrix.rb (#dup): typo in example [ruby-core:50946][Bug #7582]zzak2012-12-171-0/+4
* * class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome2012-12-171-0/+7
* * io.c (io_flush_buffer_sync2): avoid to return 0. becausekosaki2012-12-171-0/+6
* * doc/syntax/methods.rdoc: Added a description of singleton methods.drbrain2012-12-171-0/+4
* * doc/.document: Added doc/syntaxdrbrain2012-12-171-0/+4
* * doc/syntax.rdoc: Added syntax guide table of contentsdrbrain2012-12-171-0/+7
* * lib/rubygems.rb: Updated VERSIONdrbrain2012-12-161-0/+10
* * signal.c (rb_sigaltstack_size): cast sysconf() return valuekosaki2012-12-151-0/+5
* * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika2012-12-151-0/+8
* * ext/fiddle/pointer.c (rb_fiddle_ptr2cptr): fix error message forgotten to b...ngoto2012-12-151-0/+5
* fix a typokazu2012-12-151-1/+1
* * signal.c (default_handler): remove rb_register_sigaltstack()kosaki2012-12-151-0/+5
* * signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki2012-12-151-0/+14