Reijo Tomperi
|
c022057c70
|
bug fix, didn't compile on Linux (3 utf characters on top of file again)
|
2008-11-24 08:59:10 +00:00 |
Daniel Marjamäki
|
e0027bef66
|
Borland C++: Minor updates so cppcheck compiles with Borland C++
|
2008-11-24 07:35:03 +00:00 |
Reijo Tomperi
|
a6ad4045d4
|
Refactoring: IsName() and IsNumber() are no longer static and they don't take a parameter.
|
2008-11-23 12:21:40 +00:00 |
Reijo Tomperi
|
0b2e7a0ef3
|
Refactoring: at() changed to tokAt() and getstr() changed to strAt()
|
2008-11-23 10:09:16 +00:00 |
Reijo Tomperi
|
3ba83b6620
|
Refactoring: token.* files added, Some functions from Tokenizer moved under TOKEN. Renamed few functions, like gettok() -> at(), combineWithNext() and deleteNext() are also new
names for old functions. Usage was gettok( tok, 2 ), but now it is tok->at( 2 ).
|
2008-11-22 22:49:14 +00:00 |