Lichen

Shortlog

(0) -300 -100 -60 +60 +100 +300 tip
2017-02-14 Paul Boddie Record the context for accesses that are immediately invoked so that it may be method-wrapper-for-context
2017-02-13 Paul Boddie Merged changes from the attr-strvalue-without-size branch. method-wrapper-for-context
2017-02-13 Paul Boddie Fixed str_add invocations for Unicode objects. attr-strvalue-without-size
2017-02-13 Paul Boddie Merged changes from the attr-strvalue-without-size branch. method-wrapper-for-context
2017-02-13 Paul Boddie Re-added size information to string instances as the __size__ attribute. This attr-strvalue-without-size
2017-02-13 Paul Boddie Set instantiator arguments to null, preventing context test rejection. method-wrapper-for-context
2017-02-13 Paul Boddie Added __str__ to the wrapper class to delegate to wrapped objects. method-wrapper-for-context
2017-02-13 Paul Boddie Eliminated redundant struct usage. method-wrapper-for-context
2017-02-13 Paul Boddie Moved minimum parameter information to parameter tables, adding maximum method-wrapper-for-context
2017-02-13 Paul Boddie Used specific-width types for codes and positions, also switching to float for method-wrapper-for-context
2017-02-13 Paul Boddie Introduced method wrapper usage to hold context information in order to method-wrapper-for-context
2017-02-12 Paul Boddie Merged changes from the default branch. attr-strvalue-without-size
2017-02-12 Paul Boddie Eliminated code previously used to generate method alternatives.
2017-02-12 Paul Boddie Merged changes from the default branch. attr-strvalue-without-size
2017-02-12 Paul Boddie Made use of instantiation convenience macros.
2017-02-12 Paul Boddie Merged changes from the default branch. attr-strvalue-without-size
2017-02-12 Paul Boddie Added a convenience macro for instantiation.
2017-02-11 Paul Boddie Tidied up table output and made use of convenience macros. attr-strvalue-without-size
2017-02-11 Paul Boddie Removed the size member from __attr, requiring strlen to be used to get the size attr-strvalue-without-size
2017-02-11 Paul Boddie Changed generated functions to use the specific types for positions.
2017-02-10 Paul Boddie Added module search path configuration using LICHENPATH and related options.
2017-02-10 Paul Boddie Introduced specific types for code and position information.
2017-02-10 Paul Boddie Restructured the __attr type to bundle related members together.
2017-02-10 Paul Boddie Changed various names to refer to kinds of objects rather than types of objects.
2017-02-09 Paul Boddie Added a manual page for the tool.
2017-02-09 Paul Boddie Added version information and an option to suppress timing output.
2017-02-09 Paul Boddie Made class- and module-level temporary names function locals in output programs.
2017-02-09 Paul Boddie Added another test of sequence assignment.
2017-02-09 Paul Boddie Avoid repeated processing of the program type information.
2017-02-08 Paul Boddie Introduced a warnings mechanism to support invocation-related messages.
2017-02-08 Paul Boddie Incorporated keyword arguments into invocation descriptions so that argument
2017-02-08 Paul Boddie Produce invocation warnings on standard error.
2017-02-08 Paul Boddie Merged invocation argument testing with reference identification in order to
2017-02-07 Paul Boddie Replaced the specific invocation-related details on results with the more
2017-02-07 Paul Boddie Enhanced attribute access modifiers to communicate details of invocations,
2017-02-06 Paul Boddie Introduced warnings about inappropriate numbers of arguments for invocations
2017-02-06 Paul Boddie Added missing step parameter to tuple.__getslice__.
2017-02-06 Paul Boddie Quote 2-digit Unicode values using \u, since \x encodes byte values in
2017-02-05 Paul Boddie Fixed various update operations and expanded the test of sets.
2017-02-05 Paul Boddie Added missing support for item and slice deletion, fixing the syntax tree so
2017-02-05 Paul Boddie Fixed method call arguments.
2017-02-05 Paul Boddie Raise TypeError when inappropriate arguments are given.
2017-02-05 Paul Boddie Added missing error imports.
2017-02-05 Paul Boddie Fixed internal mapping methods to accept explicit bucket sequences, preventing
2017-02-04 Paul Boddie Handle situations where a global accidentally refers to a built-in module.
2017-02-04 Paul Boddie Introduced generic mapping support for dictionaries and sets.
2017-02-04 Paul Boddie Removed a redundant function.
2017-02-04 Paul Boddie Obtain a proper __init__ reference when preparing class invocations.
2017-02-04 Paul Boddie Explicitly list program modules in an included file, avoiding problems with any
2017-02-04 Paul Boddie Tidied up built-in class location computation.
2017-02-04 Paul Boddie Restored UTF-8 source recoding and added support for concatenated literals.
2017-02-04 Paul Boddie Implemented appropriate character quoting for Unicode string representations.
2017-02-04 Paul Boddie Removed recoding to UTF-8 since this failed for ISO-8859-15, causing UTF-8
2017-02-03 Paul Boddie Made ord a generic function, introducing __ord__ special methods and Unicode
2017-02-03 Paul Boddie Obtain and reuse next methods instead of accessing them repeatedly on iterators.
2017-02-02 Paul Boddie Updated expected output.
2017-02-02 Paul Boddie Implemented the chr built-in function.
2017-02-02 Paul Boddie Fixed number-to-string output when the number is zero.
2017-02-02 Paul Boddie Moved C library functionality into a separate package, adjusting built-in
2017-02-02 Paul Boddie Rearranged iteration-related functionality within a __builtins__ subpackage.
(0) -300 -100 -60 +60 +100 +300 tip