mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merges r25029 from trunk into ruby_1_9_1.
--
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
bigdecimal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
389bcac27c
commit
91e96335c1
4 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
Tue Sep 22 05:04:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
|
||||
bigdecimal.
|
||||
|
||||
* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.
|
||||
|
||||
Tue Sep 22 01:10:02 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section):
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
require 'bigdecimal'
|
||||
|
||||
#
|
||||
# Solves a*x = b for x, using LU decomposition.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
require 'bigdecimal'
|
||||
|
||||
#
|
||||
#--
|
||||
# Contents:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.1"
|
||||
#define RUBY_PATCHLEVEL 348
|
||||
#define RUBY_PATCHLEVEL 349
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 9
|
||||
#define RUBY_VERSION_TEENY 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue