tomoh****@users*****
tomoh****@users*****
2010年 3月 8日 (月) 17:24:39 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mint-lib" repository containing the "mint" project. The branch, master has been updated via 860a8664e940e067e58489b7dcf84dd2c15d1ebb (commit) via 804f8da223f83b5c84b99760cd6e239a6e7dbf99 (commit) via 5aead76ac7f5beff4c41f4da13cd89d9dd0a2764 (commit) via 7a67bd8f379d8d5d203a0df93bcab989926a3ebc (commit) via 1dddf0fe26aa5573afc43355803b3ea3f2a6b2bc (commit) via d3fb55a1f7a19da07ff55f81b7e2ea56d0c4c16f (commit) from 0119f668109026e750b846d6009fab6d36f5bc0b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 860a8664e940e067e58489b7dcf84dd2c15d1ebb Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 17:18:53 2010 +0900 refactored complex_number_arithmetic generator commit 804f8da223f83b5c84b99760cd6e239a6e7dbf99 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 17:11:47 2010 +0900 move generate_problem into base class * Arithmetic generator * HighOrderExpression generator commit 5aead76ac7f5beff4c41f4da13cd89d9dd0a2764 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 16:12:31 2010 +0900 add spesific spec task commit 7a67bd8f379d8d5d203a0df93bcab989926a3ebc Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 16:12:16 2010 +0900 remove arithmetic solver base commit 1dddf0fe26aa5573afc43355803b3ea3f2a6b2bc Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 15:29:57 2010 +0900 remove useless document commit d3fb55a1f7a19da07ff55f81b7e2ea56d0c4c16f Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Mon Mar 8 15:28:37 2010 +0900 remove example ----------------------------------------------------------------------- Summary of changes: README.rdoc | 3 -- Rakefile | 12 +++++++++++ example/minti.rb | 21 -------------------- lib/mint/generator/arithmetic_base.rb | 4 +++ .../generator/complex_fractional_arithmetic.rb | 4 --- lib/mint/generator/complex_number_arithmetic.rb | 8 +++--- lib/mint/generator/decimal_arithmetic.rb | 4 --- lib/mint/generator/expansion.rb | 4 --- lib/mint/generator/factorization.rb | 4 --- lib/mint/generator/fractional_arithmetic.rb | 4 --- .../generator/fractional_expression_arithmetic.rb | 4 --- lib/mint/generator/high_order_expression_base.rb | 4 +++ lib/mint/generator/ordinary_arithmetic.rb | 4 --- lib/mint/generator/square_root_arithmetic.rb | 4 --- lib/mint/solver/maxima.rb | 1 - lib/mint/solver/maxima/arithmetic_base.rb | 13 ------------ .../solver/maxima/complex_fractional_arithmetic.rb | 6 ++++- lib/mint/solver/maxima/decimal_arithmetic.rb | 6 ++++- lib/mint/solver/maxima/fractional_arithmetic.rb | 6 ++++- lib/mint/solver/maxima/ordinary_arithmetic.rb | 6 ++++- 20 files changed, 44 insertions(+), 78 deletions(-) delete mode 100644 example/minti.rb delete mode 100644 lib/mint/solver/maxima/arithmetic_base.rb hooks/post-receive -- mint-lib (mint)