gambas-source-code/main/lib
Benoît Minisini 7b01d12f31 [INTERPRETER]
* OPT: Optimizations in string comparison operators.
* OPT: Optimizations in string allocations.
* OPT: Optimizations in Left$(), Mid$(), Right$() and Len().
* OPT: Optimizations of calls to native methods when the number of 
  arguments is fixed, and when no argument conversion is needed.
* OPT: Optimizations of INPUT and LINE INPUT, by using an internal buffer
  instead of reading the stream one byte at a time.
* BUG: Fixed the new error management.
* BUG: Fixed a possible spurious error when reading a file from an archive.

[GB.EVAL]
* BUG: Use the same new error management than the interpreter.

[GB.QT]
* BUG: The DrawingArea control now should draw its border correctly without
  erasing its contents.


git-svn-id: svn://localhost/gambas/trunk@1041 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-27 14:00:04 +00:00
..
compress ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
db [EXAMPLES] 2008-01-25 15:01:02 +00:00
debug [CONFIGURATION] 2008-01-23 19:56:18 +00:00
draw
eval [INTERPRETER] 2008-01-27 14:00:04 +00:00
gui
option
vb ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb.component
Makefile.am