Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv26070/debian
Modified Files:
changelog
Log Message:
Fixed typos.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.206
retrieving revision 1.207
diff -C2 -d -r1.206 -r1.207
*** changelog 31 Aug 2003 14:32:26 -0000 1.206
--- changelog 11 Sep 2003 20:43:16 -0000 1.207
***************
*** 16,20 ****
* Some more methods are added to nice.lang.
* Implemented simple range expressions. 'a..b' is an immutable list of int's
! from a to b(inclusive) where b >= a. Example usage:
for (i : 1..10) println(i);
* In local variable declarations like 'var x = exp', the inferred type
--- 16,20 ----
* Some more methods are added to nice.lang.
* Implemented simple range expressions. 'a..b' is an immutable list of int's
! from a to b (inclusive) where b >= a. Example usage:
for (i : 1..10) println(i);
* In local variable declarations like 'var x = exp', the inferred type
***************
*** 130,134 ****
required for some reason.
* Bugfixes (Parsing of nested tuples, global constants of type char,
! Overloading resolving of methods implementation with additional tc's, ...)
* Improved some error messages.
--- 130,134 ----
required for some reason.
* Bugfixes (Parsing of nested tuples, global constants of type char,
! overloading resolution of method implementations with additional tc's, ...)
* Improved some error messages.
|