diff ChangeLog @ 216:11a2b63bbdce

Update version
author lost
date Fri, 24 Apr 2009 22:09:13 +0000
parents d6cba9d66979
children 2b254f02b252 701132971855
line wrap: on
line diff
--- 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