gambas-source-code/main
Benoît Minisini 7c9f99fef6 [INTERPRETER]
* NEW: Add a GB.FreeStringLater() API to allow components to create a new
  string with GB.NewString(), and let the interpreter frees it later.

[GB.GSL]
* NEW: Add a ToString() method to all classes. That method takes two 
  arguments: the first one tells if number must be localized. The second 
  one tells if complex numbers and polynomials are converted to a string
  that can be sent to Eval().
* BUG: Adding a number N to a Matrix A is equivalent to adding N times the
  identity matrix.
* NEW: The '^' operator has been implemented in the Matrix class. Only A^N
  where N is an integer is valid.


git-svn-id: svn://localhost/gambas/trunk@4955 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-07-15 13:07:57 +00:00
..
gbc [INTERPRETER] 2012-07-08 23:23:24 +00:00
gbx [INTERPRETER] 2012-07-15 13:07:57 +00:00
lib [INTERPRETER] 2012-07-14 02:49:57 +00:00
mime
share [INTERPRETER] 2012-07-15 13:07:57 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [DEVELOPMENT ENVIRONMENT] 2012-07-09 15:37:42 +00:00
COPYING
depcomp
INSTALL
m4
Makefile.am
missing
NEWS
README
reconf
TODO