Skip to content

Tags: dan42/ruby

Tags

v2_6_4

Toggle v2_6_4's commit message
add tag v2_6_4

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_6_4@67798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

v2_5_6

Toggle v2_5_6's commit message
add tag v2_5_6

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_5_6@67796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

v2_4_7

Toggle v2_4_7's commit message
add tag v2_4_7

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_4_7@67795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

v1_0_971225

Toggle v1_0_971225's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971225

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971225.tar.gz

Thu Dec 25 17:06:30 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971225

	* some minor bug fixes.

v1_0_971209

Toggle v1_0_971209's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971209

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971209.tar.gz

Tue Dec  9 17:54:56 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971209

	* sample/ruby-mode.el (ruby-expr-beg): forgot to handle modifiers.

	* parse.y (tokadd): token buffer overrun.

v1_0_971204

Toggle v1_0_971204's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971204

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971204.tar.gz

Thu Dec  4 14:29:59 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971204

Mon Dec  1 15:24:41 1997  Yukihiro Matsumoto  <[email protected]>

	* compar.c (cmp_between): wrong comparison made.

Wed Nov 26 18:18:05 1997  Yukihiro Matsumoto  <[email protected]>

	* numeric.c (fix2str): enlarge buffer to prevent overflow on some
	  machines.

v1_0_971125

Toggle v1_0_971125's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971125

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971125.tar.gz

Tue Nov 25 15:03:28 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971125

Fri Nov 21 13:17:12 1997  Yukihiro Matsumoto  <[email protected]>

	* parse.y (yylex): skip multibyte characters in comments.

Wed Nov 19 17:19:20 1997  Yukihiro Matsumoto  <[email protected]>

	* parse.y (call_args): wrong node generation.

v1_0_971118

Toggle v1_0_971118's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971118

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971118.tar.gz

Tue Nov 18 13:59:59 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971118

Tue Nov 18 10:13:08 1997  Yukihiro Matsumoto  <[email protected]>

	* regex.c (re_compile_pattern): insert initialize code for jump_n,
	  before entering loops.

Sat Nov 15 00:11:36 1997  WATANABE Hirofumi  <[email protected]>

	* io.c (io_s_popen): "rb" detection

Wed Nov 12 13:44:47 1997  Yukihiro Matsumoto  <[email protected]>

	* time.c: remove coerce from Time class.

Wed Nov  2 16:00:00 1997  WATANABE Hirofumi  <[email protected]>

	* string.c (str_sub_s): "".sub! "", "" => "\000"

Thu Oct 30 16:54:01 1997  WATANABE Hirofumi  <[email protected]>

	* string.c (str_chop_bang): "".chop caused SEGV.

	* string.c (str_chomp_bang): method to chop out last newline.

Mon Oct 27 13:49:13 1997  Yukihiro Matsumoto  <[email protected]>

	* ext/extmk.rb.in: library may have pathname contains `.'

	* eval.c (rb_rescue): should not protect SystemError.

Thu Oct 23 11:17:44 1997  Yukihiro Matsumoto  <[email protected]>

	* range.c (range_eqq): fixnum check for last needed too.

Wed Oct 22 12:52:30 1997  Yukihiro Matsumoto  <[email protected]>

	* array.c (ary_join): call ary_join() recursively for the 1st
 	  array element.

Co-authored-by: WATANABE Hirofumi <[email protected]>

v1_0_971021

Toggle v1_0_971021's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971021

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971021.tar.gz

Tue Oct 21 13:31:29 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971021

Mon Oct 20 12:18:29 1997  WATANABE Hirofumi  <[email protected]>

	* ruby.c (load_file): wrong condition for #! check with -x.

	* file.c (file_s_dirname): did return "" for "/a".

Fri Oct 17 14:29:09 1997  Yukihiro Matsumoto  <[email protected]>

	* bignum.c (bigadd): some undefined side effect order assumed.

Co-authored-by: WATANABE Hirofumi <[email protected]>

v1_0_971015

Toggle v1_0_971015's commit message

Verified

This commit was signed with the committer’s verified signature.
k0kubun Takashi Kokubun
version 1.0-971015

https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971015.tar.gz

Wed Oct 15 18:08:37 1997  Yukihiro Matsumoto  <[email protected]>

	* version 1.0-971015