[Nice-commit] Nice/debian changelog,1.134,1.135
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-05 12:33:59
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv12565/debian
Modified Files:
changelog
Log Message:
Closed 0.7.7
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** changelog 26 Feb 2003 16:15:37 -0000 1.134
--- changelog 5 Mar 2003 12:33:54 -0000 1.135
***************
*** 17,25 ****
fib(n) = fib(n-2) + fib(n-1);
* The '@' in '@null' patterns is deprecated, '@' should be omitted.
! * The 'fun' keyword is deprecated now, you can leave it away.
* New policy for typing calls to Java methods. By default, the typing
is more convenient, considering arguments as possibly null, and
! results as non-null. With the '-- strict' compiler option, use a stricter
! heuristics.
Additionally, arrays are always considered to have non-null component
types.
--- 17,25 ----
fib(n) = fib(n-2) + fib(n-1);
* The '@' in '@null' patterns is deprecated, '@' should be omitted.
! * The 'fun' keyword for anonymous functions is deprecated. It can be omitted.
* New policy for typing calls to Java methods. By default, the typing
is more convenient, considering arguments as possibly null, and
! results as non-null. The '--strict' compiler option enforces a stricter
! heuristic.
Additionally, arrays are always considered to have non-null component
types.
***************
*** 33,37 ****
* Allow the ?(T->U) syntax for optional functional types as an alternative
to T ?-> U, and void -> Type as an alternative to () -> Type.
! * Added the 'concat' function on arrays.
* Faster compilation for large projects with many classes.
* Bugfixes (anonymous functions inside functionals with constracts,
--- 33,37 ----
* Allow the ?(T->U) syntax for optional functional types as an alternative
to T ?-> U, and void -> Type as an alternative to () -> Type.
! * Added the 'concat' function on arrays, and sort function for lists.
* Faster compilation for large projects with many classes.
* Bugfixes (anonymous functions inside functionals with constracts,
***************
*** 39,43 ****
what the parser accepts and the compiler can handle, ...).
! --
nice (0.7.6) unstable; urgency=low
--- 39,43 ----
what the parser accepts and the compiler can handle, ...).
! -- Daniel Bonniot <bo...@us...> Wed, 5 Mar 2003 13:30:30 +0100
nice (0.7.6) unstable; urgency=low
|