]> git.lizzy.rs Git - metalua.git/commitdiff
0.4.1-rc1
authorFabien Fleutot <fabien@macfabien.local>
Thu, 14 Feb 2008 22:43:00 +0000 (23:43 +0100)
committerFabien Fleutot <fabien@macfabien.local>
Thu, 14 Feb 2008 22:43:00 +0000 (23:43 +0100)
README.TXT
src/config
src/lua/Makefile

index cb04fe8c1adcc8e8e36bf8d2de9cbfc2a7ef8129..30867943c5368f6a87d53b61bd55adba72c24c8f 100644 (file)
@@ -2,8 +2,8 @@ README.TXT
 ==========
 For installation matters, cf. INSTALL.TXT
 
-Metalua 0.4
-===========
+Metalua 0.4.1
+=============
 Metalua is a static metaprogramming system for Lua: a set of tools
 that let you alter the compilation process in arbitrary, powerful and
 maintainable ways. For the potential first-time users of such a
@@ -113,8 +113,17 @@ Library-wise, Metalua offers a set of syntax tree manipulation tools:
   extensions.
 
 
-Notworthy changes since 0.3
-===========================
+Notworthy changes from 0.4 to 0.4.1
+===================================
+
+- Proper reporting of runtime errors
+- Interactive REPL loop
+- Support for 64 bits architectures
+- Update to Pluto 2.2 and Lua 5.1.3
+- Build for Visual Studio .NET
+
+Notworthy changes from 0.3 to 0.4
+=================================
 
 - A significantly bigger code base, mostly due to more libraries:
   about 2.5KLoC for libs, 4KLoC for the compiler. However, this remains
@@ -338,5 +347,5 @@ I'd like to thank the people who wrote the open source code which
 makes Metalua run: the Lua team, the authors of Yueliang, Pluto, Lua
 Rings, Bitlib; and the people whose bug reports, patches and
 insightful discussions dramatically improved the global design,
-including John Belmonte, Vyacheslav Egorov, David Manura, Olivier
-Gournet, Eric Raible, Laurence Tratt...
+including John Belmonte, Olivier Gournet, Vyacheslav Egorov, David
+Manura, Olivier Gournet, Eric Raible, Laurence Tratt...
index 588ae32499307f516e4540e748c85391aeb0eebe..24cf809570d3ea6e0eac6a43b8c109ac4fd34cb5 100644 (file)
@@ -4,7 +4,7 @@
 # Platforms currently supported: mingw, macosx.
 # Feel welcome to contribute additional ones! :)
 
-PLATFORM  = macosx
+PLATFORM  = none
 PLATFORMS = macosx mingw linux bsd
 
 
index b6445f5d0a84cfcf2099f9a62e9ad8208272a6e8..e4a3cd6108c219f19030e2fe48cefa3b3869936a 100644 (file)
@@ -99,7 +99,7 @@ linux:
        $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
 
 macosx:
-       $(MAKE) all MYCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" MYLIBS="-lreadline"
+       $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lreadline"
 # use this on Mac OS X 10.3-
 #      $(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX