gambas-source-code/main/lib/debug
Benoît Minisini a2850ebc91 [CONFIGURATION]
* BUG: Do not compile database manager anymore, it has been deprecated.
* BUG: Compile the gb.dbus component.

[INTERPRETER]
* NEW: Pointer is a real datatype now.
* NEW: Static arrays came back. They are now like real array classes, 
  except that they are not resizable.
* NEW: IsPointer() is a new function that tells if an expression is a 
  pointer.
* NEW: All XXXX?() function synonymous were removed. Use the IsXXXX() 
  version instead.
* NEW: Remove now useless source files.

[COMPILER]
* NEW: Static arrays came back, with actually the same syntax as before.

[EXAMPLES]
* BUG: Fix the examples according to the new array syntax.



git-svn-id: svn://localhost/gambas/trunk@2949 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-05-19 12:43:57 +00:00
..
CDebug.c [INTERPRETER] 2010-03-25 02:00:55 +00:00
CDebug.h Typo __CDBUG_H -> __CDEBUG_H 2010-03-19 14:43:57 +00:00
debug.c [COMPILER] 2010-01-31 20:32:12 +00:00
debug.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb.debug.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
gb.debug.h [WIKI CGI SCRIPT] 2010-01-28 10:55:24 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-08-24 14:19:32 +00:00
print.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
print.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00