gambas-source-code/main
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
..
gbc [DEVELOPMENT ENVIRONMENT] 2013-07-10 22:17:27 +00:00
gbx [INTERPRETER] 2013-07-12 23:57:53 +00:00
lib [GB.DATA] 2013-07-13 08:53:49 +00:00
mime [DEVELOPMENT ENVIRONMENT] 2011-10-20 00:03:25 +00:00
share [INTERPRETER] 2013-07-12 23:57:53 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [CONFIGURATION] 2013-05-25 13:23:39 +00:00
COPYING
depcomp
gb.pcre.h [INTERPRETER] 2013-07-12 23:57:53 +00:00
INSTALL
m4
Makefile.am [INTERPRETER] 2013-07-12 23:57:53 +00:00
missing
NEWS
README
reconf
TODO