Lichen

Changelog

(0) -300 -100 -10 +10 +100 +300 tip
381:77f8ab079c2e
2016-12-12 Paul Boddie changeset files shortlog graph Fixed the size information on serialised integer strings.
templates/native/int.c
380:86cd43476c54
2016-12-12 Paul Boddie changeset files shortlog graph Added support for character set conversions using the iconv API.
lib/native/__init__.py lib/native/iconv.py lib/posix/iconv.py templates/native/iconv.c templates/native/iconv.h tests/iconv.py
379:38d6eb5db365
2016-12-12 Paul Boddie changeset files shortlog graph Added a helper function to raise OSError in the native functions.
templates/progops.c templates/progops.h
378:15348c678a83
2016-12-12 Paul Boddie changeset files shortlog graph Added an explicit size member to __attr for strings, eliminated strlen usage, replaced strncpy usage with memcpy, permitting strings with zero bytes to be stored and manipulated.
encoders.py generator.py templates/native/buffer.c templates/native/common.c templates/native/common.h templates/native/int.c templates/native/io.c templates/native/locale.c templates/native/str.c templates/types.h ...
377:4a9521f666e9
2016-12-12 Paul Boddie changeset files shortlog graph Added attributes to OSError instances.
lib/__builtins__/exception/system.py
376:333e1b23f4e4
2016-12-11 Paul Boddie changeset files shortlog graph Allocate separate strings for the function results. Fixed comments.
templates/native/locale.c
375:553d14eaf82c
2016-12-11 Paul Boddie changeset files shortlog graph Added a module providing locale initialisation, access and update functions.
lib/locale.py lib/native/__init__.py lib/native/locale.py templates/native/locale.c templates/native/locale.h tests/locale.py
374:0613a74e6aca
2016-12-11 Paul Boddie changeset files shortlog graph Implemented hex and oct, adding tests.
lib/__builtins__/character.py tests/numbers.py
373:ff3ebfe09afc
2016-12-11 Paul Boddie changeset files shortlog graph Produce an error when an argument is not supported by any known parameter.
translator.py
372:01ac965a92a9
2016-12-10 Paul Boddie changeset files shortlog graph Implemented the all and any functions, adding some tests.
lib/__builtins__/iterable.py tests/logical.py
(0) -300 -100 -10 +10 +100 +300 tip