From: Ton v. O. <tvo...@us...> - 2007-11-07 01:49:07
|
Update of /cvsroot/easycalc/easycalc/mlib In directory sc8-pr-cvs17:/tmp/cvs-serv32446/mlib Modified Files: konvert.c Log Message: Changed XOR symbold from 0xA5 to 0x88 (a small ^). Changed the button labels for 'Clr' and 'ans' to 'CLR' and 'ANS' for better readability. These changes suggested by Mark (resonat at f-m dot fm). Index: konvert.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/konvert.c,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** konvert.c 4 Oct 2006 00:39:17 -0000 1.67 --- konvert.c 7 Nov 2007 01:48:59 -0000 1.68 *************** *** 316,320 **** {"%",4,FUNC_MOD}, {" xor ",3,FUNC_XOR}, ! {"¥",3,FUNC_XOR}, {"\2",6,FUNC_CONJ}, /* The apostrophe, it shouldn't be recognized * as a normal operator */ --- 316,320 ---- {"%",4,FUNC_MOD}, {" xor ",3,FUNC_XOR}, ! {"",3,FUNC_XOR}, {"\2",6,FUNC_CONJ}, /* The apostrophe, it shouldn't be recognized * as a normal operator */ |