Share

gema

Code

Programming Languages: Lua, C

License: MIT License

Repositories

browse code, statistics, last commit on 2004-12-29 cvs -d:pserver:anonymous@gema.cvs.sourceforge.net:/cvsroot/gema login

cvs -z3 -d:pserver:anonymous@gema.cvs.sourceforge.net:/cvsroot/gema co -P modulename

Show:

What's happening?

  • GUA w/ lua 5.1 patch + small gel_bind fix

    In the previous patches I forgot to update GUA to use the new stuff. I replaced the existing GUA w/ lua 5.1.1's lua.c and added a version line (the same as the previous gua), a declaration and usage of gel_init(L); I also made a small mistake w/ the gel_bind in the case of luaL_newstate returning NULL...

    2006-10-30 15:27:27 UTC by harningt

  • Remove some unnecessary statics

    In this patch I moved the MACOS CInfoPBRec block into the functions that need it so that I can eliminate it from the set of static variables. I also removed vgpc_emptystr since it doesn't seem necessary to have a variable holding an empty string. I also improved the gel binding such that if cos_whole_string returns NULL, it's handled gracefully. (This work is in a larger attempt to...

    2006-10-29 05:09:37 UTC by harningt

  • Patch to support lua 5.1 + amd64 + lua5.1 package system

    Here's a list of changes made: * Modifications to support Lua 5.1 * Modifications to gel_bind to fix an AMD64 bug * Modifications to support Lua 5.1 package system To support Lua 5.1, I modified the library initialization to use luaL_newstate and luaL_openlibs for the lua base libraries. I also set it up to load the gel library using lua_cpcall to perform initialization like lua's...

    2006-10-29 05:00:14 UTC by harningt

  • Comment: compiling on cygwin

    Logged In: YES user_id=1240597 I forgot to mention that gel/gua compiled fine with the patches on both on MinGW 5.0.2 and Cygwin's gcc compiler. Luis.

    2006-09-16 21:44:06 UTC by jlrn7

  • Comment: compiling on cygwin

    Logged In: YES user_id=1240597 I did a little fiddling with the sources this afternoon, and gel/gua compiled fine. I just uploaded the few patches needed. I'm no pro-programmer, so please check for inconsistencies. Thanks, Luis.

    2006-09-16 21:42:13 UTC by jlrn7

  • patch for makefile, lua-5.1

    part of the gel/gua patch 3/3.

    2006-09-16 21:39:32 UTC by jlrn7

  • patch for gua

    part of the lua-5.1 patch combo.

    2006-09-16 21:38:35 UTC by jlrn7

  • patches for gel and gua, lua-5.1

    some patches for the src directory, to fix gel_bind.c and gua.c, and make them compile with lua-5.1 I'm no pro-programmer, so I may have done just a couple of kludges; please check if the patches pass more sophisticated programming skills.

    2006-09-16 21:37:47 UTC by jlrn7

  • Comment: compiling on cygwin

    Logged In: YES user_id=419887 You're right. I did not check GeL for compatibility with Lua 5.1.1, latest tested version was 5.0.2 and probably the interface LUA C changed since then. I will have a look and will come back with a resolution time. Thanks. Remo.

    2006-09-11 21:41:54 UTC by rdentato

  • compiling on cygwin

    Hello, I downloaded Lua-5.1.1 and gema 1.4.1RC sources. Lua and Gema compiled fine, but gel and gua didn't. I typed make -i 2>errors.txt to catch the error stream. Apparently the interface to C++ has changed, so a few lines of code need changes, but I can't really tell, since this is my first experience with lua/gua/gel. Here's the output gel_bind.c:109: error...

    2006-09-11 20:25:12 UTC by nobody

Our Numbers