Gimp/plug-ins/script-fu/test/tests/TS
bootchk 3a4d6387b3 ScriptFu: TinyScheme: fix closing of ports
Formerly, closing a port cleared all the attribute bits.
Then the port was not disposed of properly (leaked memory)
when the port was garbage collected.

Now, closing a port only clears the direction bits.
The kind of port is still known for a closed port.

Add test script for file port methods of Scheme.
2024-05-01 12:08:46 +00:00
..
atom2string.scm
cond-expand.scm
file-port.scm ScriptFu: TinyScheme: fix closing of ports 2024-05-01 12:08:46 +00:00
integer2char.scm
no-memory.scm ScriptFu tests: Add some tests and remove hardcoded ID's 2023-09-06 09:53:31 +00:00
sharp-expr-char.scm ScriptFu: tests of TinyScheme string-ports and string escapes 2024-03-29 10:03:44 +00:00
sharp-expr-unichar.scm
sharp-expr.scm
string-escape.scm ScriptFu: TinyScheme: add call-with-output-string etc to dialect 2024-04-06 13:43:33 +00:00
string-port-input.scm ScriptFu: TinyScheme: major revision and fix bugs string-port 2024-04-06 13:43:33 +00:00
string-port-output.scm ScriptFu: TinyScheme: major revision and fix bugs string-port 2024-04-06 13:43:33 +00:00
string-port-unichar.scm ScriptFu: tests of TinyScheme string-ports and string escapes 2024-03-29 10:03:44 +00:00
testing.scm
tinyscheme.scm ScriptFu: TinyScheme: fix closing of ports 2024-05-01 12:08:46 +00:00
unichar.scm
vector.scm ScriptFu tests: Add some tests and remove hardcoded ID's 2023-09-06 09:53:31 +00:00