Release 1.2.3
The following features and bug fixes were provided for the
Dogelog player of version 1.2.3:
Language Reference
- The predicate open/4 has been removed from library(util/spin).
- New predicate open/4 in core introduced with type/1 option
support.
- Predicate open/4 new needs library(util/spin) consult for
other options.
- The predicate http_server_listen/2 can now be asynchronously.
- New predicate http_server_close/1 introduced in
library(util/spin).
- The directive initialization/1 now schedules for later
execution.
- The predicate sys_time_atom/3 in core has been removed.
- New predicates atom_time/[3,4] in core introduced.
- The real_name/1 property in predicate file_property/2 has been
removed.
- New absolute_name/1 property in predicate file_property/2
introduced.
- New uri/1 open result in predicate open/4 introduced.
- New fields/1 open result in predicate open/4 introduced.
- New predicate http_current_headers/2 introduced in
library(util/spin).
Host Interface
- Python library(util/spin) now runs protocol HTTP/1.1.
- Python library(util/spin) now generates chunked responses.
- The convenience toplevel_async(), that does sys_launch/0, has
been removed.
- New preamble sys_baseline/0, that does option processing,
introduced.
- New command line option -h, to display a help text,
introduced.
- New abbreviated weekday specifier “%a” in time conversion
introduced.
- New abbreviated month specifier “%b” in time conversion
introduced.
- New percent sign specifier “%%” in time conversion introduced.
Kommentare