[Nice-commit] Nice NEWS,1.71,1.72
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-03-22 11:22:56
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15934 Modified Files: NEWS Log Message: Some error messages locate more precisely the source of the error. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** NEWS 12 Mar 2005 16:26:15 -0000 1.71 --- NEWS 22 Mar 2005 11:22:46 -0000 1.72 *************** *** 39,47 **** ... } ! * Added instanceof on option types. For instance 'x instanceof ?String' ! is equivalent to 'x == null || x instanceof String'. ! * Added binary integer literals. Examples: '0B1011' '0b1010_0000_0101_1111'. ! * Removed octal integer literals. ! * Bug fixes (negative int hex literals, ...) -- --- 39,48 ---- ... } ! * Added instanceof on option types. For instance 'x instanceof ?String' ! is equivalent to 'x == null || x instanceof String'. ! * Added binary integer literals. Examples: '0B1011' '0b1010_0000_0101_1111'. ! * Removed octal integer literals. ! * Some error messages locate more precisely the source of the error. ! * Bug fixes (negative int hex literals, ...) -- |