gambas-source-code/main/lib
Tobias Boege 4bc9b23c61 [GB.DATA]
* OPT: Shrink internal data structures and adjust algorithms likely
  improving performance (noticably for the 'random' case of my stress test -
  the 'best' case is almost on a par with Variant[] now).
* BUG: Fix difficult-to-spot List.Take() bugs due to difficulties with the
  former internal data structures. The class now survives all my test cases
  (without misbehaviour under valgrind).
* BUG: List.Take() never raises "Out of bounds" anymore if the list is empty
  because that's an inappropriate error for a *circular* list. It raises an
  error if an attempt is made to Take() an invalid Current which includes
  the case that the List is empty.



git-svn-id: svn://localhost/gambas/trunk@5731 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-07-13 08:53:49 +00:00
..
complex [DEVELOPMENT ENVIRONMENT] 2013-07-10 22:17:27 +00:00
compress
data [GB.DATA] 2013-07-13 08:53:49 +00:00
db
debug [INTERPRETER] 2013-05-30 01:10:59 +00:00
draw [GB.DRAW] 2013-05-04 17:24:21 +00:00
eval
geom [GB.DRAW] 2013-05-04 17:23:17 +00:00
gui [GB.DRAW] 2013-05-04 17:23:17 +00:00
gui.opengl
image [EXAMPLES] 2013-05-30 21:16:09 +00:00
image.effect
option
signal
vb
gb.component
Makefile.am [GB.DRAW] 2013-05-04 17:23:17 +00:00