index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2003-08-29
* doc/ChangeLog-1.8.0: add changes of Ruby/Tk
nagai
2003-08-29
Add documentation in RDoc format.
wew
2003-08-28
* variable.c (rb_const_get_0): should check constants defined in
matz
2003-08-27
* parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)
matz
2003-08-27
* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.
matz
2003-08-27
* error.c (rb_bug): should not use other methods; this function is
nobu
2003-08-27
Forgot to round '*'.
shigek
2003-08-27
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...
aamine
2003-08-26
2003-08-27
usa
2003-08-26
* win32/win32.c (map_errno): support winsock error.
usa
2003-08-26
* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifying
matz
2003-08-26
sqrt() error checking bug fixed.
shigek
2003-08-26
sqrt() speed up.
shigek
2003-08-26
commit miss
nobu
2003-08-26
2003-08-26
eban
2003-08-26
* lib/mkmf.rb (create_tmpsrc): add the hook for source.
nobu
2003-08-26
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-23
* file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for
matz
2003-08-23
2003-08-24
eban
2003-08-23
BUFCHECK() doesn't update p/pend in loop.
nobu
2003-08-23
* file.c (file_expand_path): performance improvement.
nobu
2003-08-23
Added RDoc documentation.
wew
2003-08-23
again, sorry
nobu
2003-08-23
commit miss
nobu
2003-08-23
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
nobu
2003-08-23
* lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]
keiju
2003-08-23
* eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG and
nobu
2003-08-23
2003-08-23
nobu
2003-08-23
* eval.c (rb_yield_splat): should check if "values" is array.
matz
2003-08-22
* enum.c (each_with_index_i): typo.
matz
2003-08-22
* ChangeLog: re-formatted.
eban
2003-08-22
eval.c: typo
matz
2003-08-22
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-21
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
2003-08-22
eban
2003-08-21
* eval.c (block_pass): improve passing current block.
nobu
2003-08-21
Int. overflow bug in multiplication fixed & VpNmlz() speed up.
shigek
2003-08-21
2003-08-21
eban
2003-08-21
Small documentation update, including source attribution.
gsinclair
2003-08-21
Small changes to documentation; mainly hiding things from RDoc.
gsinclair
2003-08-20
2003-08-20
eban
2003-08-20
* ext/socket/socket.c (ruby_connect): many systems seem to have
nobu
2003-08-19
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-19
RD -> RDoc, with embellishments, by William Webber.
gsinclair
2003-08-19
to_s("+") implemented.
shigek
2003-08-19
E added. Typo corrected.
shigek
2003-08-19
* MANIFEST: add lib/webrick/ssl.rb.
eban
2003-08-19
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-19
* io.c (next_argv): should not call GetOpenFile() if rb_stdout is
shugo
2003-08-18
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
[next]