gambas-source-code/main
gambas a7a249543e Fix how 'Lof()' behaves on special files, and how read watches are automatically disabled or not. Add a new "Unknown stream size" error.
[INTERPRETER]
* NEW: New "Unknown stream size" error when 'Lof()' cannot know the size of a stream.
* BUG: If we can't know the size of a stream watched for reading, then we don't unwatch it automatically anymore.
* BUG: Streams based on non-regular file descriptors (devices for example) opened in direct mode now never use 'fstat()' for getting the file length.
2021-07-31 00:46:51 +02:00
..
gbc Don't handle VERSION file in the compiler. Only the IDE supports that feature now. 2021-06-23 18:51:44 +02:00
gbx Fix how 'Lof()' behaves on special files, and how read watches are automatically disabled or not. Add a new "Unknown stream size" error. 2021-07-31 00:46:51 +02:00
lib Fix highlighting and rewriting of lines having comments with more than one space before them. 2021-07-05 18:52:07 +02:00
man
mime
share Remove an extra newline at the end of the "non freed allocation" warning message. 2021-06-16 01:54:12 +02:00
tools/gbh3
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am Fix deletion of empty directories. 2021-05-22 16:04:41 +02:00
NEWS
README
reconf
TODO