From 75775157ea68efdd0b71345a37a6930e5bf1d2ef Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 7 Nov 2016 00:45:00 +0000 Subject: Introduce table improvement by Vladimir Makarov . [Feature #12142] See header of st.c for improvment details. You can see all of code history here: This improvement is discussed at with many people, especially with Yura Sokolov. * st.c: improve st_table. * include/ruby/st.h: ditto. * internal.h, numeric.c, hash.c (rb_dbl_long_hash): extract a function. * ext/-test-/st/foreach/foreach.c: catch up this change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index addaf2d6c9..37b4b5337f 100644 --- a/NEWS +++ b/NEWS @@ -324,3 +324,5 @@ with all sufficient information, see the ChangeLog file or Redmine to `Math.max(x, y)`. * Thread deadlock detection now shows their backtrace and dependency. [Feature #8214] + +* Table (st.c) internal data structure is improved. [Feature #12142] -- cgit v1.2.3 From 807f3f97b795a9d80a108106708a886115b511d7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 7 Nov 2016 01:03:04 +0000 Subject: fix NEWS message git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 37b4b5337f..eea628d8df 100644 --- a/NEWS +++ b/NEWS @@ -325,4 +325,4 @@ with all sufficient information, see the ChangeLog file or Redmine * Thread deadlock detection now shows their backtrace and dependency. [Feature #8214] -* Table (st.c) internal data structure is improved. [Feature #12142] +* st_table (st.c) internal data structure is improved. [Feature #12142] -- cgit v1.2.3 From 4c5f4258aac15c8162e8e9c08ad45781511c3d48 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 7 Nov 2016 05:53:42 +0000 Subject: Add NEWS about removing ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index eea628d8df..57c4bcda83 100644 --- a/NEWS +++ b/NEWS @@ -326,3 +326,11 @@ with all sufficient information, see the ChangeLog file or Redmine * Thread deadlock detection now shows their backtrace and dependency. [Feature #8214] * st_table (st.c) internal data structure is improved. [Feature #12142] + +=== Miscellaneous changes + +* ChangeLog is removed from the repository. + It is generated from commit messages in Subversion by `make dist`. + Also note that now people should follow Git style commit message. + The template is written at + [Short (50 chars or less) summary of changes](https://git-scm.com/book/ch5-2.html). -- cgit v1.2.3