# HG changeset patch # User lost # Date 1240610953 0 # Node ID 11a2b63bbdce1a5d707e07db90e57bac578adbfb # Parent 23eb557ea1eb054998ebf0e3d66b7323401d21f3 Update version diff -r 23eb557ea1eb -r 11a2b63bbdce ChangeLog --- a/ChangeLog Fri Apr 24 21:52:55 2009 +0000 +++ b/ChangeLog Fri Apr 24 22:09:13 2009 +0000 @@ -13,6 +13,8 @@ Version 2.3 +[*] added support for compiling using MinGW and added portions of gnulib + to support argp, among other things. Yah! A Windows build! [+] added library search path (-L) and library specification (-l) to LWLINK [+] added ability to specify section base addresses on the command line to LWLINK (they get prepended to the built in link script) @@ -24,8 +26,9 @@ global symbol (non-section) if it resolves to a constant [+] added operator ~ as a prefix operator for a 1s complement in LWASM [+] allow exporting multiple symbols (export sym,sym,sym...) -[+] allow extern references in base page addresing mode (LWASM) -[+] handle 8 bit external references (LWLINK) +[+] allow extern references in base page addresing mode, possibly buggy + still (LWASM) +[+] handle 8 bit external references, possibly buggy still (LWLINK) [+] arranged for unused members of library files (archives) to be ignored during linking to keep the final size of the binary down (LWLINK) [b] arranged for output files for lwasm/lwlink to be removed if the assembly diff -r 23eb557ea1eb -r 11a2b63bbdce configure.ac --- a/configure.ac Fri Apr 24 21:52:55 2009 +0000 +++ b/configure.ac Fri Apr 24 22:09:13 2009 +0000 @@ -1,4 +1,4 @@ -AC_INIT([LWTOOLS], [2.2], [lost@l-w.ca]) +AC_INIT([LWTOOLS], [2.3], [lost@l-w.ca]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC gl_EARLY