aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * remove trailing spaces.nobu2012-12-205-6/+6
* * test/openssl/test_pkey_dh.rb: revert special treatment ofemboss2012-12-202-2/+7
* * properties.nobu2012-12-200-0/+0
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-205-8/+107
* add ticket numberko12012-12-191-0/+1
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-197-40/+261
* * test/ruby/test_fiber.rb: remove a strange single quote character.ko12012-12-192-1/+6
* * 2012-12-20svn2012-12-191-2/+2
* * ext/.document: Add missing ext modules to .documentzzak2012-12-192-0/+12
* * ruby.c (load_file_internal): use original C string as the filenameusa2012-12-192-2/+10
* * marshal.c (marshal_dump, marshal_load): fix SEGV during make rdocngoto2012-12-192-2/+9
* style fix.kosaki2012-12-191-2/+0
* object.c: nul in const namenobu2012-12-193-3/+17
* * doc/syntax/methods.rdoc: rdoc fix, patch by Dave Brownmarcandre2012-12-191-2/+2
* * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of racetarui2012-12-192-2/+7
* * doc/syntax/literals.rdoc: Added 0d decimal format. Thanks Nobu!drbrain2012-12-192-1/+9
* * doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser.drbrain2012-12-192-1/+5
* * lib/rubygems/commands/query_command.rb: Refactored to improvedrbrain2012-12-198-119/+236
* Use next in proc instead of break or returnnaruse2012-12-191-1/+1
* * doc/syntax/methods.rdoc: Add () around keyword arguments example fordrbrain2012-12-192-1/+6
* Don't check events from different files like r38456naruse2012-12-191-1/+1
* fix a typokazu2012-12-191-1/+1
* Push given event only if it is right onenaruse2012-12-191-2/+2
* Revert r38371 and r38384. they didn't solve the issuenaruse2012-12-192-11/+1
* Suppress warningsnaruse2012-12-191-11/+11
* * ChangeLog: fix a typo for r38452.nagachika2012-12-181-1/+1
* * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika2012-12-184-7/+14
* * 2012-12-19svn2012-12-181-2/+2
* 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-182-8/+13
* * thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.kosaki2012-12-182-5/+8
* * lib/rdoc/encoding.rb: Do not remove #! line from document whendrbrain2012-12-185-4/+37
* * doc/syntax/literals.rdoc: Used simplified heredoc example thatdrbrain2012-12-182-4/+13
* * lib/rdoc/store.rb: Work around RDoc stores from older versions ofdrbrain2012-12-183-0/+21
* * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING whendrbrain2012-12-184-9/+80
* * properties.nobu2012-12-180-0/+0
* * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika2012-12-185-0/+43
* * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak2012-12-182-26/+33
* typos in changelogzzak2012-12-181-2/+2
* * lib/rubygems/specification.rb: Fixed ruby output of requirementsdrbrain2012-12-183-14/+30
* * doc/syntax/literals.rdoc: Added 0o octal integers.drbrain2012-12-182-2/+10
* * test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly inemboss2012-12-182-1/+9
* Show $LOAD_PATH and RUBYLIB to debug easiernaruse2012-12-181-2/+2
* * test/openssl/test_ssl.rb: Improve my grammar.emboss2012-12-181-3/+2
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-184-4/+30
* fix ChangeLog commentko12012-12-171-1/+2
* * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko12012-12-176-38/+44
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-173-5/+65
* * ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove2012-12-172-35/+42