Lichen

Changelog

(0) -300 -100 -10 +10 +100 +300 tip
532:3dc8eff805e4
2017-02-02 Paul Boddie changeset files shortlog graph Updated expected output.
tests/read_localised.py tests/unicode.py
531:aab03ea7fc94
2017-02-02 Paul Boddie changeset files shortlog graph Implemented the chr built-in function.
lib/__builtins__/character.py lib/native/__init__.py lib/native/str.py templates/native/str.c templates/native/str.h tests/string.py
530:7812a5a746be
2017-02-02 Paul Boddie changeset files shortlog graph Fixed number-to-string output when the number is zero.
lib/__builtins__/character.py
529:d6a50fe5b3ad
2017-02-02 Paul Boddie changeset files shortlog graph Moved C library functionality into a separate package, adjusting built-in object dependencies and making the POSIX functionality more specific (and less likely to be included by many programs).
lib/__builtins__/file.py lib/__builtins__/stream.py lib/libc/__init__.py lib/libc/io.py lib/posix/io.py lib/sys.py
528:ca18c51ae153
2017-02-02 Paul Boddie changeset files shortlog graph Rearranged iteration-related functionality within a __builtins__ subpackage.
lib/__builtins__/__init__.py lib/__builtins__/dict.py lib/__builtins__/iterable.py lib/__builtins__/iteration/__init__.py lib/__builtins__/iteration/core.py lib/__builtins__/iteration/enumeration.py lib/__builtins__/iteration/functional.py lib/__builtins__/iteration/iterator.py lib/__builtins__/iteration/ordering.py lib/__builtins__/iteration/quantifiers.py ...
527:05ef82f40280
2017-02-01 Paul Boddie changeset files shortlog graph Fixed native fdopen usage and the result of the fdopen function.
lib/posix/io.py
526:354ddce9205e
2017-02-01 Paul Boddie changeset files shortlog graph Moved the special attribute names collection to the top of the Importer class.
importer.py
525:167a42443af6
2017-02-01 Paul Boddie changeset files shortlog graph Removed Python path elements from the library search path. Sorted the option variables and option handling tests.
lplc
524:bcc186281e9e
2017-02-01 Paul Boddie changeset files shortlog graph Comma-separate the deferred references. Removed the cache format description.
modules.py
523:0c397087e94c
2017-01-30 Paul Boddie changeset files shortlog graph Eliminated separate objects for bound and unbound methods, requiring that the context be checked when obtaining the function pointer to invoke methods, at least where this cannot be avoided in the code generated for such invocations.
encoders.py generator.py optimiser.py templates/native/introspection.c templates/ops.c templates/ops.h templates/progops.c templates/types.h translator.py
(0) -300 -100 -10 +10 +100 +300 tip