gambas-source-code/main
gambas c1c14d0f8a Avoid race conditions with actual reads, when we need to PEEK all the bytes of a stream.
[INTERPRETER]
* BUG: If some data have been peeked on a stream, then the next reads will
  only return the peeked data until they all have been exhausted, and the
  Lof() function will return the number of peeked bytes yet to read.
2022-02-01 02:37:09 +01:00
..
gbc The NEW operator now raises an error if the class following it is unknown. 2022-01-29 18:46:36 +01:00
gbx Avoid race conditions with actual reads, when we need to PEEK all the bytes of a stream. 2022-02-01 02:37:09 +01:00
lib Fix a warning message. 2022-02-01 01:22:02 +01:00
man
mime
share Forgot to commit a file. 2022-01-14 22:02:29 +01:00
tools/gbh3
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am
NEWS
README
reconf
TODO