gambas-source-code/app
Benoît Minisini 091b94b1ed [INTERPRETER]
* NEW: Allow components to access the interpreter API through a pointer and 
  not a full structure. It is a little bit slower (one more indirection),
  but it uses less memory: one pointer instead of about 180.

[GB.GTK]
* NEW: Use the indirect API access.

[GB.QT4]
* NEW: Use the indirect API access.

[GB.TASK]
* NEW: Use the indirect API access.
* NEW: Task now is now a stream that can read the standard output of the 
  background task.
* NEW: Task now raises the Read event when the background task has printed
  something on its standard output.
* NEW: Task now raises the Error event when the background task has printed
  something on its standard error output. The event handler receives the
  data in its first argument.

[GB.XML.RPC]
* BUG: Some english fixes in some error messages.


git-svn-id: svn://localhost/gambas/trunk@5077 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-25 15:13:39 +00:00
..
desktop
mime
other/MakeWebSite [GB.FORM] 2012-07-27 00:30:16 +00:00
src [INTERPRETER] 2012-08-25 15:13:39 +00:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac
COPYING
depcomp
INSTALL
Makefile.am
missing
NEWS
README
reconf
TODO