aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test_libs.rb: new testnobu2013-02-071-0/+69
* * lib/rubygems/package.rb: Ensure digests are generated for signing.drbrain2013-02-076-43/+165
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* test_basicinstructions.rb: implementation definednobu2013-02-071-0/+2
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* * doc/pty/README: Remove static documentation filezzak2013-02-063-84/+18
* * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre2013-02-063-6/+23
* * doc/security.rb: Translate japanese kanji to englishzzak2013-02-061-1/+1
* * 2013-02-07svn2013-02-061-2/+2
* * doc/security.rdoc: Link to japanese version of CVE page patch byzzak2013-02-062-0/+6
* * doc/pty/README.expect: Removed static documentation filezzak2013-02-063-23/+26
* * hash.c (env_reject_bang): hide keys array from ObjectSpacecharliesome2013-02-062-0/+7
* configure.in: multiarch optionnobu2013-02-063-8/+34
* configure.in: arch dependent header directory optionsnobu2013-02-064-4/+28
* configure.in: arch dependent library directory optionsnobu2013-02-065-26/+69
* configure.in: RUBY_VERSION_NAMEnobu2013-02-063-2/+8
* configure.in: architecture namenobu2013-02-063-19/+28
* configure.in: shvar_to_cppnobu2013-02-062-47/+53
* * lib/rdoc: Import RDoc 4.0.0.rc.2drbrain2013-02-063-8/+14
* mkconfig.rb: fix anchornobu2013-02-061-1/+1
* * test/ruby/test_process.rb (test_setsid): ensure to callkosaki2013-02-062-7/+14
* * test/ruby/test_process.rb (test_setsid): skip when platform iskosaki2013-02-062-0/+13
* * README: Fix typo, patch by zzakmarcandre2013-02-061-1/+1
* vm_method.c: show respond_to locationnobu2013-02-064-7/+54
* * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/securityzzak2013-02-062-0/+7
* * NEWS: Add note about removal of CSV::load and CSV::dump from r39077zzak2013-02-062-0/+8
* Update README to direct questions & bug reports adequatelymarcandre2013-02-061-4/+13
* test_require.rb: shared drivenobu2013-02-061-1/+7
* * properties.nobu2013-02-060-0/+0
* * ChangeLog: fix indent.nobu2013-02-061-18/+18
* * remove trailing spaces.nobu2013-02-061-1/+1
* Missed comment from r39079zzak2013-02-051-1/+1
* * lib/racc/parser.rb: Hide copyright notice from Racc doczzak2013-02-052-2/+6
* * doc/rubygems/*: Removed outdated documentation fileszzak2013-02-058-6599/+29
* * doc/security.rdoc: Remove documentation for unsafe CSV.load whichzzak2013-02-052-20/+5
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-054-302/+20
* add contributor to ChangeLogzzak2013-02-051-0/+1
* * lib/irb.rb: Remove example from restrictions, it works [Github #246]zzak2013-02-052-10/+4
* * 2013-02-06svn2013-02-051-2/+2
* * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj2013-02-053-4/+24
* * doc/security.rdoc: add regex, eval and drb sectionscharliesome2013-02-052-5/+63
* * lib/rdoc/servlet.rb: Fixed root search paths, filesystem pathsdrbrain2013-02-053-16/+26
* * lib/rubygems/config_file.rb: Ignore permissions check on windows.drbrain2013-02-052-0/+7
* vm_method.c: drop include_all flagnobu2013-02-053-1/+35
* * remove trailing spaces.nobu2013-02-051-1/+1
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-056-5/+59
* * enumerator.c: Remove rdoc that is obsolete because of lazymarcandre2013-02-051-57/+0
* * lib/matrix.rb: Fix error message, patch by pypypy [Bug #7777]marcandre2013-02-052-6/+10
* * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre2013-02-053-12/+36
* * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre2013-02-052-0/+66