]> git.lizzy.rs Git - metalua.git/shortlog
metalua.git
2008-02-27 Fabien Fleutotfixed trycatch
2008-02-26 Fabien Fleutotxloop and xmatch fixes
2008-02-22 Fabien Fleutotfixed xmatch and xloop
2008-02-21 Fabien Fleutotintroduce xloop extended loops
2008-02-20 Fabien Fleutotintroduce xmatch, the extended match library: destructu...
2008-02-18 Fabien Fleutotmisc.
2008-02-18 Fabien Fleutotmisc.
2008-02-18 Fabien Fleutotcompatibility with integral-variants of Lua VMs
2008-02-18 Fabien Fleutotadded destructuring set extension
2008-02-18 Fabien Fleutotupdated trycatch to work with new match, new catch...
2008-02-18 Fabien Fleutotupdated trycatch to work with new match, new catch...
2008-02-14 Fabien Fleutot0.4.1-rc1
2008-02-14 Fabien Fleutotadded 64 bits and openBSD compatibility
2008-02-14 Fabien Fleutotupdated MSVC build
2008-02-14 Fabien FleutotTowards 0.4.1: lua-5.1.3, pluto-2.2, 64 bits compatible...
2008-02-12 Fabien Fleutotmisc.
2008-02-12 Fabien Fleutotadded REPL loop and editline support
2008-02-12 Fabien Fleutotfixed iall and iany in table2
2008-02-08 Fabien Fleutotfixing the merge.
2008-02-08 Fabien FleutotI still suck at merging :(
2008-02-08 Fabien FleutotMerge branch 'eve-runtime-debug'
2008-02-08 Fabien Fleutottypos in doc + removing useless win32 cruft
2008-02-08 Fabien Fleutottypos in doc + removing useless win32 cruft
2008-02-08 Fabien Fleutot0.4-rc2
2008-02-07 Fabien Fleutotfixed LUA_MFAST
2008-02-07 Fabien Fleutotfixing linux/cygwin build, work in progress
2008-02-06 Fabien FleutotFinal cleanup for v0.4, fix in win32 building script...
2008-02-06 Fabien FleutotCleanups towards v0.4
2008-02-06 Fabien Fleutotdoc fixes
2008-02-06 Fabien Fleutothandled hygiene manually in try/catch extension
2008-02-03 Fabien FleutotH: fixed the creation of H.alpha
2008-02-03 Fabien Fleutotwalk now also accepts `Local nodes without rhs
2008-02-03 Fabien Fleutotmatch extension hygienized wrt global function type()
2008-02-03 Fabien FleutotComiler now accept `Local{ {lhs} } nodes without a...
2008-02-01 Fabien Fleutotworking on H:
2008-01-31 Fabien Fleutotintroduce RAII extension
2008-01-30 Fabien FleutotBuilds on win32 with MS Visual Studio, through an ugly...
2008-01-29 Fabien Fleutotsimplified the extension loading mechanism, fixed a...
2008-01-27 Fabien Fleutotimported preliminary version of AST->src dumper lib
2008-01-27 Fabien Fleutotminor stuff
2008-01-27 Fabien Fleutotmakefile fixes
2008-01-27 Fabien Fleutotminor stuff
2008-01-27 Fabien Fleutotfixed bug in `Stat{ } scoping by walk.id
2008-01-27 Fabien Fleutotbetter error msg when walking malformed trees
2008-01-27 Fabien Fleutotgoing on with H
2008-01-27 Fabien Fleutotdollar lib now registers macros in table "dollar"
2008-01-27 Fabien Fleutotmanual update
2008-01-25 Fabien Fleutotmanual page width reduced
2008-01-25 Fabien Fleutothygienic macros, take two: H{ }+{ } and -{! }
2008-01-25 Fabien Fleutotmanual: document some standard exts and libs
2008-01-24 Fabien Fleutotwork on trycatch
2008-01-24 Fabien Fleutotwork on quote hygienizer
2008-01-24 Fabien Fleutotintroduced quote hygienizer
2008-01-24 Fabien Fleutotimpproved makefile
2008-01-24 Fabien Fleutotadded log extension
2008-01-24 Fabien Fleutotimpproved makefile
2008-01-23 Fabien Fleutotbug in traycatch return walker
2008-01-22 Fabien Fleutotadded a try...catch...with extension
2008-01-21 Fabien FleutotEVE patch for line number reporting on runtime errors
2008-01-21 Fabien Fleutotimproved global declarations + minor stuff
2008-01-21 Fabien Fleutotadded lexer switcher in gg
2008-01-21 Fabien Fleutotadded extension for mandatory variables declaration
2008-01-20 Fabien FleutotFixed traversal order for binders in walk.mlua
2008-01-20 Fabien Fleutotadded switchable lexers
2008-01-20 Fabien Fleutotcommited samples, dollar lib, test dir
2008-01-20 Fabien Fleutotminor stuff
2008-01-20 Fabien Fleutotadded comments doc for anaphoric macros
2008-01-20 Fabien Fleutotmetalua help msg improved
2008-01-20 Fabien Fleutotast doc update
2008-01-20 Fabien Fleutotrequire now compiles mlua sources in separate rings...
2008-01-20 Fabien FleutotFixed bug in `Stat compilation, reported by J. Belmonte
2008-01-20 Fabien FleutotMakefile now precompiles metalua libraries
2008-01-20 Fabien Fleutotminor tweaks
2008-01-20 Fabien FleutotReworked the walker, reimplemented the id walker.
2008-01-16 Fabien Fleutotfixed bug in gg: handling of infix operators with ...
2008-01-15 Fabien Fleutotimport fixes on Pluto by Ivko Stanilov
2008-01-13 Fabien Fleutotadded ++ flag in clopts
2008-01-10 Fabien Fleutotmetalua option --run can now be forced off
2008-01-10 Fabien Fleutotfixed a bug in boolean patterns handling, match.mlua
2008-01-10 Fabien Fleutotminor cleanups
2008-01-10 Fabien Fleutotupdated libraries relying on walk.mlua
2008-01-10 Fabien Fleutotsuppressed a warning in clist extension
2008-01-10 Fabien Fleutotwalk.mlua: better warning messages, bugfix in traverse...
2008-01-10 Fabien Fleutotallow to delete a sequence from a GG multi-sequence
2008-01-10 Fabien FleutotFirst attempt at a finite state machine extension
2008-01-10 Fabien Fleutotadded some doc
2008-01-07 Fabien Fleutotsimplified and improved walk.mlua; code using it not...
2008-01-07 Fabien Fleutotfixed broken setenv.sh generation
2008-01-06 Fabien Fleutotadd the user manual to the repository (updated for...
2008-01-06 Fabien FleutotFixing the previous merge :(
2008-01-06 Fabien FleutotMerge branch 'master' of git+ssh://fab13n@repo.or.cz...
2008-01-06 Fabien Fleutotmerged EVE mods and metalua-lib
2008-01-06 Fabien Fleutotmerged EVE mods and metalua-lib
2008-01-06 Fabien FleutotMade AST definition changes, in the compiler and in...
2008-01-06 Fabien Fleutotfixed a bug in table.ifilter()
2008-01-06 Fabien Fleutotmetalua now compile different files in separate rings
2008-01-06 Fabien Fleutotmoved all 3rd party C libraries in a single dir
2008-01-05 Fabien FleutotCompleted bootstrap, without separate rings for metalev...
2008-01-04 Fabien Fleutotsprings minor refactoring
2008-01-04 Fabien FleutotFixed a bug and documentation in Springs.
next