• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Aug-201444

bigdecimal.cH A D07-May-2014152.2 KiB

bigdecimal.gemspecH A D22-Feb-2013803

bigdecimal.hH A D22-Dec-20119.4 KiB

dependH A D02-Oct-200957

extconf.rbH A D14-Aug-2010108

lib/H08-May-20143

READMEH A D20-Dec-20112.3 KiB

sample/H29-Aug-20145

README

1
2  Ruby BIGDECIMAL(Variable Precision) extension library.
3  Copyright (C) 1999  by Shigeo Kobayashi(shigeo@tinyforest.gr.jp)
4
5BigDecimal is copyrighted free software by Shigeo Kobayashi <shigeo@tinyforest.gr.jp>.
6You can redistribute it and/or modify it under either the terms of the GPL
7(see COPYING file), or the conditions below:
8
9  1. You may make and give away verbatim copies of the source form of the
10     software without restriction, provided that you duplicate all of the
11     original copyright notices and associated disclaimers.
12
13  2. You may modify your copy of the software in any way, provided that
14     you do at least ONE of the following:
15
16       a) place your modifications in the Public Domain or otherwise
17          make them Freely Available, such as by posting said
18	  modifications to Usenet or an equivalent medium, or by allowing
19	  the author to include your modifications in the software.
20
21       b) use the modified software only within your corporation or
22          organization.
23
24       c) rename any non-standard executables so the names do not conflict
25	  with standard executables, which must also be provided.
26
27       d) make other distribution arrangements with the author.
28
29  3. You may distribute the software in object code or executable
30     form, provided that you do at least ONE of the following:
31
32       a) distribute the executables and library files of the software,
33	  together with instructions (in the manual page or equivalent)
34	  on where to get the original distribution.
35
36       b) accompany the distribution with the machine-readable source of
37	  the software.
38
39       c) give non-standard executables non-standard names, with
40          instructions on where to get the original software distribution.
41
42       d) make other distribution arrangements with the author.
43
44  4. You may modify and include the part of the software into any other
45     software (possibly commercial).
46
47  5. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
48     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
49     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
50     PURPOSE.
51
52* The Author
53
54Feel free to send comments and bug reports to the ruby-core team.
55
56  http://bugs.ruby-lang.org
57
58-------------------------------------------------------
59created at: Thu Dec 22 1999
60updated at: Wed Sep 28 2011
61