diff options
author | jtb <jtb@pkgsrc.org> | 2003-08-30 20:51:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-08-30 20:51:49 +0000 |
commit | da9ece1ae12afe56fb08ba41486da339aba9bf58 (patch) | |
tree | 01a2fa7a457ae0b6b9b2e3696f8612ab2889a467 /doc/CHANGES | |
parent | a47bfe0d747d067d8eea222fdb89bd9f8ba85f7b (diff) | |
download | pkgsrc-da9ece1ae12afe56fb08ba41486da339aba9bf58.tar.gz |
Note update of aribas to 1.40.
Changes from former versions of ARIBAS to the present version:
V1.30 (March 2002) to V1.40 (June 2003)
- simultaneous assignments
(x1,x2,...,xn) := (a1,a2,...,an)
- new functions
divide, bit_count,
set_workdir, get_workdir, gmtime,
stack2string, stack_arraypush, string_scan,
realloc, binsearch
- some bug fixes (regarding qs_factorize and
handling of special variable and value arguments
in user defined functions)
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 903467e3de1..4c1223cdcf8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3152 2003/08/30 19:05:38 he Exp $ +$NetBSD: CHANGES,v 1.3153 2003/08/30 20:51:49 jtb Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3402,3 +3402,4 @@ Changes to the packages collection and infrastructure in 2003: Added p5-Class-Data-Inheritable-0.02 [he 2003-08-30] Added p5-Exception-Class-1.14 [he 2003-08-30] Added p5-Scalar-List-Utils-1.12 [he 2003-08-30] + Updated aribas to 1.40 [jtb 2003-08-30] |