guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, lua, created. release_1-9-11-245-gc6f9


From: No Itisnt
Subject: [Guile-commits] GNU Guile branch, lua, created. release_1-9-11-245-gc6f9ee6
Date: Fri, 23 Jul 2010 03:33:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=c6f9ee62ea775754f1aed6b9543beac8cd601da3

The branch, lua has been created
        at  c6f9ee62ea775754f1aed6b9543beac8cd601da3 (commit)

- Log -----------------------------------------------------------------
commit c6f9ee62ea775754f1aed6b9543beac8cd601da3
Merge: d019427 395afce
Author: No Itisnt <address@hidden>
Date:   Thu Jul 22 22:26:23 2010 -0500

    Merge branch 'master' into lua

commit d01942798a63ef0dad3ae1c2ba8b7905d75eb098
Author: No Itisnt <address@hidden>
Date:   Thu Jul 22 22:25:14 2010 -0500

    lua: Prefix all AST records with "ast-" to lessen confusion with tree-il.

commit 0ce74d4b2f80d432c566acb7afdde2bd1091dbfe
Author: No Itisnt <address@hidden>
Date:   Thu Jul 8 15:39:31 2010 -0500

    lua: Table literals, locals supported again.

commit 996fef5800f14ffc0c9587116b7484c67fd0a956
Author: No Itisnt <address@hidden>
Date:   Fri Jul 2 19:16:12 2010 -0500

    lua: Global support finished.

commit bd124a9c561a21d1cb515a9d48425ffaa5e66114
Author: No Itisnt <address@hidden>
Date:   Fri Jul 2 15:11:56 2010 -0500

    lua: Support for getting globals added.

commit 5b2b6bebc8d90aa1ec53ec0187c7120d10fa0879
Author: No Itisnt <address@hidden>
Date:   Wed Jun 30 00:01:18 2010 -0500

    lua: In the middle of overhauling parser.

commit fcbc88d33928b48e13b75fdc69530c5b0b8725ce
Author: No Itisnt <address@hidden>
Date:   Sat Jun 26 04:35:28 2010 -0500

    lua: Add beginnings of module system and the math module

commit 94d4556a3b56582cc0e707b7dbc81c5bc9af75ed
Author: No Itisnt <address@hidden>
Date:   Tue Jun 22 23:51:43 2010 -0500

    lua: Allow ... in parameter lists, and add rest arguments to functions. Add 
_G,
    and a metatable for tables backed by Guile modules.

commit 36b4ef6cf48f5e8f2082ec606cdb21617afde86d
Author: No Itisnt <address@hidden>
Date:   Mon Jun 21 22:56:39 2010 -0500

    lua: Add long strings and comments, full number syntax, and split up the 
tests.

commit 4837e1f739d1bb81e1c2f36d655f7616b7a667a4
Author: No Itisnt <address@hidden>
Date:   Sun Jun 20 21:57:43 2010 -0500

    lua: Add support for string escapes and single-quoted strings. Add the
    beginnings of module support, including skeletons for several of the 
standard
    modules.

commit 996936c9ad9cadc0cdaf4f9fb870337b2eded982
Author: No Itisnt <address@hidden>
Date:   Sat Jun 19 18:28:50 2010 -0500

    lua: Add support for length operator

commit 1506649ab4f06af8638f5682cab0c29d85b865f3
Author: No Itisnt <address@hidden>
Date:   Sat Jun 19 17:13:00 2010 -0500

    lua: Environments now track variable types, so only one environment is 
needed per function. Not all expressions are wrapped in LET anymore, only those 
which access locals.

commit e0d6ac04988b9bd19971e8a2351b0d69652b0651
Author: No Itisnt <address@hidden>
Date:   Thu Jun 17 12:37:03 2010 -0500

    lua: Add table functions.

commit 1ba2d942d52fc76cef78a288683209db3b521b61
Author: No Itisnt <address@hidden>
Date:   Wed Jun 16 10:38:04 2010 -0500

    lua: Split up into modules, fix ^ operator.

commit bdb031be2ea64e9817c157740609bf29d695c636
Author: No Itisnt <address@hidden>
Date:   Wed Jun 16 10:28:42 2010 -0500

    lua: Metatable events are now supported.

commit a41c98ae325ea49b1bb5e30181b55c95426fc596
Author: No Itisnt <address@hidden>
Date:   Mon Jun 14 19:34:17 2010 -0500

    lua: Add local function support

commit e435f261b96b85d3610417dfb63c334b9777ad2c
Author: No Itisnt <address@hidden>
Date:   Mon Jun 14 17:14:26 2010 -0500

    lua: Fix function parameters and local variable assignments.

commit 0256c15a6f7b1cef9eacbb2cbfe48ae69f65e83f
Author: No Itisnt <address@hidden>
Date:   Mon Jun 14 16:59:50 2010 -0500

    lua: Support for declaration and assignment of local variables.

commit 34df2c55282c3a81f43138cc300a807b3ac4ec6f
Author: No Itisnt <address@hidden>
Date:   Mon Jun 14 15:37:13 2010 -0500

    Add primtiive support for locals; fix heretoforth untested lexical set! 
functionality.

commit 536a3136b40f94a8def2481f21645ac3a4efb485
Author: No Itisnt <address@hidden>
Date:   Sun Jun 13 15:40:51 2010 -0500

    Add partial implementations of assignments, while loops, and tables to Lua.

commit ecf56e97d137f41e85acbb138ba9d61087693ce6
Author: No Itisnt <address@hidden>
Date:   Wed Jun 9 08:47:37 2010 -0500

    Lua can now compute fibonacci numbers.

commit 7365e7ebd2308cabe19cd1b4a83706fe36ccb877
Author: No Itisnt <address@hidden>
Date:   Wed Jun 9 08:41:46 2010 -0500

    Add lexical variable support to Lua.

commit da37a95825c5ddd843258d3e98b005127ae4a965
Author: No Itisnt <address@hidden>
Date:   Tue Jun 8 16:26:54 2010 -0500

    Anonymous/expression functions added. Can nearly compute fibonacci numbers.

commit 3244a8becc982f5ebdde04aa89fbb13d23743640
Author: No Itisnt <address@hidden>
Date:   Mon Jun 7 07:14:31 2010 -0500

    More improvements to source code information.
    
    * lua.scm: Lexer does a better job of tracking source code information.

commit ed445c6c0b3e4c4af9cace29af179ed3195c1ef3
Author: No Itisnt <address@hidden>
Date:   Mon Jun 7 06:51:27 2010 -0500

    Do a better job of tracking Lua source code information.
    
    * lua.scm: Most tree-il now carries source code information.

commit 35852fedfedc7bcc93099da182af53495142f11a
Author: No Itisnt <address@hidden>
Date:   Sun Jun 6 16:22:22 2010 -0500

    Lua now has partial support for functions and full (but not extensively 
tested)
    support for if statements.

commit 817acfd12ef0ddf635748952f68b181a7c215cc7
Author: No Itisnt <address@hidden>
Date:   Fri Jun 4 11:26:52 2010 -0500

    Fix binary operator support

commit 69409416ded96d6b093e315d107a4cf541188453
Author: No Itisnt <address@hidden>
Date:   Fri Jun 4 09:32:49 2010 -0500

    Add unary operators.
    
    * lua.scm: Add support for unary operators, currently just unm (unary -).

commit 5b8d95ebf9810533944a98c43d85848873fffa51
Author: No Itisnt <address@hidden>
Date:   Thu Jun 3 19:14:09 2010 -0500

    Remove (rnrs control) from imports
    
    * lua.scm: Remove (rnrs control) from imports.

commit 55d8202c856e9ec09801043eadf2ec0397bd3cb1
Author: No Itisnt <address@hidden>
Date:   Thu Jun 3 03:34:42 2010 -0500

    Fix syntax error in lua.scm.
    
    * lua.scm: Test case had no body.

commit 51afc97ce35ee8608591f5a77babc988c19f4c34
Author: No Itisnt <address@hidden>
Date:   Thu Jun 3 03:12:41 2010 -0500

    Add lua.scm
    
    * lua.scm: Lua implementation file.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]