aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* profiler.rb: split PROFILE_PROCnobu2013-02-032-21/+26
* * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level modulezzak2013-02-023-2/+6
* * lib/debug.rb: Documentation for DEBUGGER__ class methods based onzzak2013-02-022-0/+17
* * lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak2013-02-022-3/+5
* * lib/net/pop.rb: Fix rdoc title for Net::POP3zzak2013-02-022-5/+7
* * lib/gserver.rb (GServer#start): fix a timing issue. patch frommame2013-02-022-1/+7
* * lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes ofmame2013-02-023-2/+38
* * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]zzak2013-02-022-1/+5
* * lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is notmame2013-02-022-8/+8
* * ChangeLog: Forgot to add a reference to the ChangeLog of themame2013-02-021-1/+6
* * lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")mame2013-02-023-3/+35
* * lib/English.rb: Remove some confusing words from rdoc. [Bug #7406]mame2013-02-022-5/+9
* * NEWS: add keyword arguments.ktsj2013-02-022-0/+6
* * proc.c (proc_curry): Fix arity check [Bug #5747]marcandre2013-02-013-10/+18
* * proc.c: Add {*}_min_max_arity and refactor.marcandre2013-02-013-34/+83
* * 2013-02-02svn2013-02-011-2/+2
* * marshal.c: add security considerations to marshal overview, refer tocharliesome2013-02-012-4/+22
* * array.c (rb_ary_dup): make returned array the same class as the originalcharliesome2013-02-013-1/+15
* marshal.c: prohibit_ivarnobu2013-02-013-1/+28
* * ext/readline/extconf.rb, ext/readline/readline.c: checkshugo2013-02-013-7/+7
* * 2013-02-01svn2013-02-011-3/+3
* fix a typokazu2013-02-011-1/+1
* marshal.c: warn against using Marshal.load on untrusted datacharliesome2013-01-312-0/+10
* parse.y: no assigned but unused warnings in evalnobu2013-01-313-1/+8
* * test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"kosaki2013-01-312-1/+6
* * string.c (rb_str_aset_m): Documentation for String#[]= fixzzak2013-01-312-1/+7
* * 2013-01-31svn2013-01-311-2/+2
* * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo2013-01-314-4/+46
* * ext/socket/basicsocket.c (bsock_getsockname): ignore truncatedakr2013-01-304-0/+32
* win32.h: revert r37337nobu2013-01-302-1/+6
* * ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo2013-01-303-1/+16
* vm_dump.c: important message firstnobu2013-01-303-10/+20
* ChangeLog, range.c: adjust indent and stylenobu2013-01-302-7/+11
* * array.c (rb_ary_bsearch): Fix r38986 (typo) [Bug #7726]marcandre2013-01-302-2/+2
* * array.c (rb_ary_bsearch): Fix r38986 (missing whitespace)marcandre2013-01-302-2/+2
* * array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre2013-01-305-7/+30
* * range.c: Restrict bsearch to integers [#7728]marcandre2013-01-303-5/+27
* * array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre2013-01-305-0/+25
* * lib/matrix.rb: Take conjugate for inner productmarcandre2013-01-302-1/+6
* parse.y: warn assigned but unused in toplevelnobu2013-01-303-1/+9
* cont.c: fiber local svarnobu2013-01-303-0/+31
* * re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre2013-01-293-6/+14
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-294-2/+21
* * range.c: Fix Range#bsearch for floats [Bug #7724]marcandre2013-01-292-159/+147
* * 2013-01-30svn2013-01-291-2/+2
* * object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].marcandre2013-01-291-1/+1
* * lib/net/http/generic_request.rb (encode_multipart_form_data): removeakr2013-01-292-0/+6
* * array.c: Improve documentation abouteregon2013-01-292-3/+13
* debug: trivial fixesnobu2013-01-293-3/+3
* test_settracefunc.rb: fix testsnobu2013-01-291-11/+19