aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * NEWS: announce AEAD encryption support in the OpenSSL extension.emboss2012-12-202-0/+7
* * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum onusa2012-12-202-1/+14
* * ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss2012-12-203-0/+16
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-204-47/+23
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-203-4/+53
* * remove trailing spaces.nobu2012-12-202-2/+2
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-203-8/+361
* * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain2012-12-206-12/+92
* test_require.rb: clear load pathnobu2012-12-201-0/+8
* envutil.rb: validate syntaxnobu2012-12-203-15/+25
* vm.c: fix formatnobu2012-12-201-1/+1
* * 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