gambas-source-code/main/lib
Benoît Minisini e91a676559 [INTERPRETER]
* NEW: VarPtr() now works on a string variable. It returns the address of 
  the string.
* NEW: TypeOf("") now returns gb.String. "" is equal to NULL yet, but now its 
  string datatype is kept.
* NEW: Memory is new instruction like Open that opens a memory stream from 
  a Pointer.
* NEW: A Pointer can not be used as a stream directly. You must use the new
  Memory instruction for that.
* NEW: The [...] array constructor now checks the datatype of all its 
  argument to decide the type of the new array.
* BUG: The ["key":value] collection constructor now does not leak memory 
  anymore if it fails.
* NEW: A new error, "void key", whose code is 64.
* NEW: TypeOf(Null) now returns gb.Null and not gb.Object anymore.
* BUG: IIf() now returns a Variant only if needed. It uses the same 
  algorithm as the array constructor.

[COMPILER]
* NEW: Memory is new instruction like Open that opens a memory stream from 
  a Pointer. The syntax is: hStream = Memory pPonter For Read | Write.
* NEW: Support for form controls being individually public.
* BUG: VarPtr() is compiled correctly again.


git-svn-id: svn://localhost/gambas/trunk@2339 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-09-17 20:58:27 +00:00
..
compress [CONFIGURATION] 2009-08-24 14:19:32 +00:00
db [CONFIGURATION] 2009-08-24 14:19:32 +00:00
debug [DEVELOPMENT ENVIRONMENT] 2009-09-08 12:22:03 +00:00
draw [DEVELOPMENT ENVIRONMENT] 2009-09-08 12:22:03 +00:00
eval [INTERPRETER] 2009-09-17 20:58:27 +00:00
gui [CONFIGURATION] 2009-08-24 14:19:32 +00:00
image [DEVELOPMENT ENVIRONMENT] 2009-09-06 09:25:18 +00:00
image.effect [CONFIGURATION] 2009-09-01 01:14:13 +00:00
option [CONFIGURATION] 2009-08-24 14:19:32 +00:00
vb [CONFIGURATION] 2009-08-24 14:19:32 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [CONFIGURATION] 2009-09-01 01:14:13 +00:00