[Nice-commit] Nice NEWS,1.69,1.70
                
                Brought to you by:
                
                    bonniot
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Arjan B. <ar...@us...> - 2005-03-12 00:25:21
      
     
   | 
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3157/Nice Modified Files: NEWS Log Message: Integer literal changes. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** NEWS 9 Mar 2005 22:56:46 -0000 1.69 --- NEWS 12 Mar 2005 00:25:11 -0000 1.70 *************** *** 41,44 **** --- 41,46 ---- * 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'. + * Bug fixes (negative int hex literals, ...) --  |