gambas-source-code/main
Benoît Minisini 9c829d258e [INTERPRETER]
* NEW: A new interpreter API that allows a component to tell that its 
  custom stream data is immediately available.
* BUG: GB.Stream.SetBytesRead() now increments the internal number of read
  bytes, so that the 'Line Input' buffer is taken into account.

[GB.NET.CURL]
* NEW: The FtpClient or HttpClient Read event is now called as long as 
  there is something to read *and* the event handler actually read at least
  one byte.
* BUG: The handle of a curl object is now -1 (i.e. it is not available).
* BUG: The data received by a curl object is immediately available to the
  READ instruction.


git-svn-id: svn://localhost/gambas/trunk@5553 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-02-17 00:44:48 +00:00
..
gbc [COMPILER] 2013-01-14 01:26:16 +00:00
gbx [INTERPRETER] 2013-02-17 00:44:48 +00:00
lib [INTERPRETER] 2013-01-06 16:13:31 +00:00
mime [DEVELOPMENT ENVIRONMENT] 2011-10-20 00:03:25 +00:00
share [INTERPRETER] 2013-02-17 00:44:48 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [CONFIGURATION] 2012-09-09 20:20:47 +00:00
COPYING
depcomp
INSTALL
m4
Makefile.am [CONFIGURATION] 2012-10-28 19:21:59 +00:00
missing
NEWS
README
reconf
TODO