log src/lwasm.c @ 109:f21a5593a661

age author description
Fri, 23 Jan 2009 03:36:27 +0000 lost Fixed relative branches and PCR addressing to handle constant intra-section references properly
Sat, 17 Jan 2009 07:12:05 +0000 lost Cleaned up old lwasm_expr_result() function and unused EXPR_* flags
Sat, 17 Jan 2009 06:50:49 +0000 lost Fixed problem with constant expressions evaluating to 0 when they shouldn't
Sat, 17 Jan 2009 06:27:01 +0000 lost Fixed symbol resolution to not resolve intra-section references to constants by default
Sat, 17 Jan 2009 06:11:40 +0000 lost Make external symbols remain unresolved in expressions and also flag them in the symbol list
Wed, 14 Jan 2009 07:04:45 +0000 lost Fixed problem with expression evaluation infrastructure not advancing input pointer on pass 2
Sat, 10 Jan 2009 07:09:14 +0000 lost Checkpointing deployment of non-constant expression handling