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
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-09-05
2003-09-06
usa
2003-09-05
* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.
usa
2003-09-05
* win32/win32.c (isInternalCmd): stupid miss.
nobu
2003-09-05
* Makefile.in (test): phony target.
nobu
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* lib/mkmf.rb (have_library, find_library): configure by library
nobu
2003-09-05
* same as the previous commit.
nahi
2003-09-05
* MANIFEST: add test/ruby/test_gc.rb.
nahi
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-05
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
gotoyuzo
2003-09-05
* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should not
nobu
2003-09-05
* eval.c (mark_frame_adj): need to adjust argv pointer if using
matz
2003-09-05
* test/runner.rb: arguments should be keys.
nobu
2003-09-05
* test/ruby/test_system.rb (test_system): check existence of ruby
eban
2003-09-05
test/runner.rb: convert Version to numeric array.
nobu
2003-09-05
test/runner.rb: add Release.
nobu
2003-09-05
* lib/optparse.rb (--version): fix assignment/reference order.
nobu
2003-09-05
* test/runner.rb: added. gets testcases from command line and runs it.
nahi
2003-09-05
* test/ruby/test_gc.rb: added. splitter.rb which I made to split
nahi
2003-09-04
* test/ruby/test_iterator.rb (test_block_in_arg): add no block
nobu
2003-09-04
2003-09-05
eban
2003-09-04
* MANIFEST: add files for the previous commit... 3 times.
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi
2003-09-04
* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. opened
nahi
2003-09-04
* parse.y (tokadd_string): newlines have no special meanings in
nobu
2003-09-04
* MANIFEST: add and remove entries for the previous ext/openssl/sample move.
nahi
2003-09-04
2003-09-04
eban
2003-09-04
* ext/io/wait/.cvsignore: added.
nahi
2003-09-04
* sample/openssl: added. Sample of standard distribution library should be
nahi
2003-09-04
* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir to
nahi
2003-09-04
* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is
nobu
2003-09-04
* test/csv/test_csv.rb: run on test/unit original layer.
nahi
2003-09-04
Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault
shigek
2003-09-03
* ext/syck/token.c: headerless documents with root-level spacing now
why
2003-09-03
* MANIFEST: add test/* files which are added in the previous commit.
nahi
2003-09-03
2003-09-03
eban
2003-09-03
* test: add test directory. Test::Unit aware testcases and needed files should
nahi
2003-09-03
Bug in mult method fixed.
shigek
2003-09-02
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning
gotoyuzo
2003-09-02
* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).
matz
2003-09-02
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-09-02
* eval.c (rb_eval): should not handle exceptions within rescue
nobu
2003-09-01
2003-09-02
eban
2003-09-01
* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]
nobu
2003-09-01
* ext/iconv/iconv.c (map_charset): use lower case keys.
nobu
2003-09-01
* eval.c (rb_eval): make tail recursion in ELSE clause of
nobu
2003-09-01
* parse.y (aref_args): forgot to call NEW_SPLAT(). reported by
matz
2003-09-01
2003-09-01
nobu
2003-09-01
* eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another
nobu
2003-08-31
* process.c (p_gid_sw_ensure): return VALUE.
eban
[next]