tls-load-object
was obsoleted).
Gauche-makiki supports https.
As previously announced, we no longer support AxTLS. You need
MbedTLS to use TLS.
If MbedTLS library is installed in your system, Gauche automatically finds it.
Alternatively, you can configure Gauche so that it downloads MbedTLS
during build and compiled into libgauche
.
format
enhancements
~[...~;....~]
is supported. (format).
As previously announced, we dropped eucjp, sjis and none internal encoding. You can still use eucjp, sjis or latin-1 in code and data. It's just converted to utf-8 internally. See Utf8Only for the details.
utf8bom
encoding
for input, which drops the optional BOM at the beginning of
utf8 stream. See the discussion in Issue:966.
global-variable-bound?
and
global-variable-ref
(Issue:963).
gauche-package
- new info
command to show info of installed packages.
:indent
keyword argument.
:if-does-not-exist
keyword argument.
cwd
and cld
as the base-path argument. The latter
stands for "current load directory".
current-output-port
(Issue:967).
blob-*-set!
procedures.