gambas-source-code/main/lib
Tobias Boege 2d81f8dff0 [GB.DATA]
* BUG: The 256 values of an input byte were mapped to just 128 bits of the
  trie children mask, so corruption could have happened with non-ASCII keys.
* BUG: Add a special case when using GB.AddString() on an empty key
* BUG: Fix a memory error from Trie.Complete()'s return value
* OPT: Use the Gambas API in trie.c to manage memory and thus remove error
  recovery since the interpreter will crash anyway
* OPT: Remove checks for "unsupported" characters as all 256 values of a
  byte are supported in this version of the code



git-svn-id: svn://localhost/gambas/trunk@6515 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-09-28 20:01:52 +00:00
..
clipper [DEVELOPMENT ENVIRONMENT] 2014-09-04 15:55:50 +00:00
complex [GB.COMPLEX] 2014-02-14 23:17:45 +00:00
compress
data [GB.DATA] 2014-09-28 20:01:52 +00:00
db [DEVELOPMENT ENVIRONMENT] 2014-09-22 02:52:05 +00:00
debug [INTERPRETER] 2014-08-23 15:10:11 +00:00
draw [DEVELOPMENT ENVIRONMENT] 2014-08-28 00:16:06 +00:00
eval [INTERPRETER] 2014-09-16 01:10:58 +00:00
geom
gui [DEVELOPMENT ENVIRONMENT] 2013-12-29 15:17:40 +00:00
gui.opengl
image [DEVELOPMENT ENVIRONMENT] 2014-09-07 21:21:14 +00:00
image.effect
inotify [GB.INOTIFY] 2014-07-28 02:14:37 +00:00
option
signal
vb
gb.component
Makefile.am [CONFIGURATION] 2013-12-30 11:29:15 +00:00