|
From: Jose M. <ho...@us...> - 2005-06-25 23:49:58
|
Update of /cvsroot/ganc/ganc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7283 Modified Files: README Log Message: - Fixed bug with variables ending in 'e' followed by '+' or '-' leche=2 leche+3 -> error tried to use the exponential notation (like 1e4) - Fixed bug with variables and specifying basis: a= 2 a_16 -> error, it understood 'a' as a variable Index: README =================================================================== RCS file: /cvsroot/ganc/ganc/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Nov 2003 03:31:37 -0000 1.1.1.1 --- README 25 Jun 2005 23:49:50 -0000 1.2 *************** *** 2,11 **** ================================================= ! ganc is just a simple algebraic calculator. ! Basically I didn't like any of the calculators available in my ! desktop. Like the very simple calculators where you start typing ! numbers and then after a few you make a mistake and everything you ! typed so far gets lost, so you have to start again from the ! beginning. What I needed was an algebraic calculator. But something simple, something easy to use. Something where you type '2+2' and you get 4, --- 2,9 ---- ================================================= ! ganc is a simple algebraic calculator. ! I didn't like any of the calculators available in my ! desktop. Don't like those simple calculators, I'm always making ! mistakes and getting the wrong result. What I needed was an algebraic calculator. But something simple, something easy to use. Something where you type '2+2' and you get 4, *************** *** 14,31 **** to go ahead and make my own. - To be completely truthfull, it wasn't until I had almost finished a - working version of ganc that I found 'rcalc'. - - - NOTES - ===== - - There's a lot of room for improvement in this project. - I'm sure it's going to have huuuuge portability issues. I'm only a - beginner in the amazing world of autoconf and automake. - I would like to make ganc more in sync with current gnome libraries, - i.e. getting rid of libzvt2 and start using vte. However, current - versions of vte won't work well with ganc. - BUILD --- 12,15 ---- *************** *** 36,40 **** - libgnomeui-2.x - gtk-2.x - - libzvt-2.x - readline - bison (or yacc) (note: not tested with yacc, but should work fine ;) ) --- 20,23 ---- |