gambas-source-code/main/lib
Benoît Minisini 407e74968b [INTERPRETER]
* BUG: Undo one change of last revision: reading a stream from a memory 
  stream is a special case. It reads a null-terminated C string, and not a
  serialized Gambas string.
* NEW: OPEN STRING is a new instruction that allows to use a string as a 
  stream. Writing to it appends the written data to the end of the string 
  at the moment.
* NEW: Closing a string stream returns the data written to the stream as a
  new string.

[COMPILER]
* NEW: New OPEN STRING instruction.
* NEW: OPEN MEMORY and OPEN PIPE are synonymous of the MEMORY and PIPE
  instructions alone.

[GB.EVAL]
* NEW: Highlight the new OPEN STRING instruction correctly.


git-svn-id: svn://localhost/gambas/trunk@5941 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-11-04 15:17:01 +00:00
..
clipper [INTERPRETER] 2013-10-19 02:53:17 +00:00
complex [DEVELOPMENT ENVIRONMENT] 2013-09-07 23:09:01 +00:00
compress [INTERPRETER] 2013-01-06 16:13:31 +00:00
data [GB.DATA] 2013-10-13 18:29:32 +00:00
db [CONFIGURATION] 2013-08-03 15:38:01 +00:00
debug [CONFIGURATION] 2013-08-03 15:38:01 +00:00
draw [DEVELOPMENT ENVIRONMENT] 2013-08-18 00:47:21 +00:00
eval [INTERPRETER] 2013-11-04 15:17:01 +00:00
geom [DEVELOPMENT ENVIRONMEMNT] 2013-09-08 17:15:55 +00:00
gui [GB.GUI] 2013-11-01 13:18:47 +00:00
gui.opengl [GB.GUI] 2013-11-01 13:18:47 +00:00
image [DEVELOPMENT ENVIRONMEMNT] 2013-09-08 17:15:55 +00:00
image.effect [CONFIGURATION] 2013-08-03 15:38:01 +00:00
option [CONFIGURATION] 2013-07-23 00:56:01 +00:00
signal [CONFIGURATION] 2013-08-03 15:38:01 +00:00
vb [CONFIGURATION] 2013-08-03 15:38:01 +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 [DEVELOPMENT ENVIRONMENT] 2013-08-12 01:50:46 +00:00