aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-283-22/+24
* * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz2003-08-273-5/+9
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-276-49/+82
* * error.c (rb_bug): should not use other methods; this function isnobu2003-08-272-13/+22
* Forgot to round '*'.shigek2003-08-271-5/+6
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-272-1/+6
* 2003-08-27usa2003-08-261-3/+3
* * win32/win32.c (map_errno): support winsock error.usa2003-08-263-48/+107
* * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz2003-08-262-0/+8
* sqrt() error checking bug fixed.shigek2003-08-261-6/+11
* sqrt() speed up.shigek2003-08-261-25/+23
* commit missnobu2003-08-261-2/+3
* 2003-08-26eban2003-08-261-3/+3
* * lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu2003-08-262-46/+62
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-263-79/+89
* * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() formatz2003-08-233-5/+11
* 2003-08-24eban2003-08-231-3/+3
* BUFCHECK() doesn't update p/pend in loop.nobu2003-08-232-7/+7
* * file.c (file_expand_path): performance improvement.nobu2003-08-232-8/+18
* Added RDoc documentation.wew2003-08-231-5/+764
* again, sorrynobu2003-08-231-1/+1
* commit missnobu2003-08-231-235/+235
* * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to justnobu2003-08-232-237/+244
* * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju2003-08-232-1/+4
* * eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG andnobu2003-08-232-45/+55
* 2003-08-23nobu2003-08-231-3/+3
* * eval.c (rb_yield_splat): should check if "values" is array.matz2003-08-233-8/+73
* * enum.c (each_with_index_i): typo.matz2003-08-223-1/+9
* * ChangeLog: re-formatted.eban2003-08-221-16/+17
* eval.c: typomatz2003-08-221-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-228-14/+41
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-215-719/+767
* 2003-08-22eban2003-08-211-3/+3
* * eval.c (block_pass): improve passing current block.nobu2003-08-212-0/+11
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-212-31/+29
* 2003-08-21eban2003-08-211-3/+3
* Small documentation update, including source attribution.gsinclair2003-08-211-2/+5
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-215-21/+43
* 2003-08-20eban2003-08-201-3/+3
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-202-5/+28
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-195-49/+63
* RD -> RDoc, with embellishments, by William Webber.gsinclair2003-08-191-724/+1055
* to_s("+") implemented.shigek2003-08-195-499/+105
* E added. Typo corrected.shigek2003-08-191-3/+22
* * MANIFEST: add lib/webrick/ssl.rb.eban2003-08-191-0/+1
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-198-165/+201
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-192-3/+10
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-187-38/+95
* 2003-08-19eban2003-08-181-3/+3
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-185-17/+34