diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 08:56:09 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 08:56:09 +0000 |
commit | 8a7d7029c805d4cd1f98daf7adf55e5eb50d3a75 (patch) | |
tree | 23492439ba53ae961fcb201be1dd3133e2ad034c /LEGAL | |
parent | 51835ea8286fe7df6d9926460fc9b1a942ce1e36 (diff) | |
download | ruby-8a7d7029c805d4cd1f98daf7adf55e5eb50d3a75.tar.gz ruby-8a7d7029c805d4cd1f98daf7adf55e5eb50d3a75.tar.xz ruby-8a7d7029c805d4cd1f98daf7adf55e5eb50d3a75.zip |
* bignum.c (rb_big_neg): may be accessing bogus pointer value.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'LEGAL')
-rw-r--r-- | LEGAL | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -127,14 +127,12 @@ st.[ch]: x68/*: missing/alloca.c: missing/dup2.c: -missing/erf.c: missing/finite.c: missing/hypot.c: missing/isinf.c: missing/isnan.c: missing/memcmp.c: missing/memmove.c: -missing/mkdir.c: missing/strcasecmp.c: missing/strchr.c: missing/streror.c: @@ -179,6 +177,8 @@ missing/strtoul.c: software for any purpose. It is provided "as is" without express or implied warranty. +missing/erf.c: +missing/crypt.c: missing/vsnprintf.c: This file is under the old-style BSD license. Note that the @@ -198,11 +198,7 @@ missing/vsnprintf.c: 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product includes software developed by the University of - California, Berkeley and its contributors. - 4. Neither the name of the University nor the names of its contributors + 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |