0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
deleted inneccessary file
Adrian Perez
as themoebius
More... over 19 years ago
Added ascii85 module
Adrian Perez
as themoebius
More... over 19 years ago
Adapted more modules to the new (Lua >=5.1) packaging system: bit, cgi, fs, fuzzy, gd, lxp, mapm, md5, pack, posix, readline, rex, shelve, socket and sqlite use the new one (load with `require')
Adrian Perez
as themoebius
More... over 19 years ago
Support for manually closing shelves via shelve.close() added.
Adrian Perez
as themoebius
More... over 19 years ago
Merged second release of `compat-5.1'. The `shelve' module now is loadable by means of the new packaging system: `require' directly loads it by calling the `luaopen_shelve' function and `cheia.load' find the `shelve.lua' script, that in turn loads the module.
Adrian Perez
as themoebius
More... over 19 years ago
Fixed Makefile.am's so ``make dist'' works as expected.
Adrian Perez
as themoebius
More... over 19 years ago
Fixed makefiles for MacOS X -> now they honor $(DESTDIR)
Adrian Perez
as themoebius
More... over 19 years ago
Fixed bug in src/luacheia/Makefile.am
Adrian Perez
as themoebius
More... over 19 years ago
Migration to "new" module system: compat-5.1 support added. "cgi" module changed to the new schema.
Adrian Perez
as themoebius
More... over 19 years ago
Added files for the readline module.
Adrian Perez
as themoebius
More... over 19 years ago
Cleaned-up configure.ac a bit, removed unused stuff.
Adrian Perez
as themoebius
More... over 19 years ago
Added missing headers as sources of luaglib.la
Adrian Perez
as themoebius
More... over 19 years ago
* Removed old (unused) SDL tests from configure.ac * Added test for libgd in configure.ac * Added GD module (adapted from aranha [aranha.pepperfish.net]) * Updated README.MacOSX
Adrian Perez
as themoebius
More... over 19 years ago
Fixed build system so out-of-the-tree builds are possible
Adrian Perez
as themoebius
More... over 19 years ago
Added more string funcs to glib module, started GIConv and moved type tag definitions to a separate file
Adrian Perez
as themoebius
More... over 19 years ago
Initial work to add GMainLoop to the glib module (maybe it\'s unneded in Lua\?
Adrian Perez
as themoebius
More... over 19 years ago
Added GModule to glib module.
Adrian Perez
as themoebius
More... over 19 years ago
more work on the glib module
Adrian Perez
as themoebius
More... over 19 years ago
Started work in the 'glib' module. Now separated from 'gtk' and using gluax as binding facility.
Adrian Perez
as themoebius
More... over 19 years ago
Proof-of-concept GTK+/GLib module added. Not much functionality yet.
Adrian Perez
as themoebius
More... almost 20 years ago
fix some name spellings More... almost 20 years ago
Small registration correction. More... almost 20 years ago
Added test to determine wether popen/pclose are available. If they are present, define stuff so io.popen() is available under Lua.
Adrian Perez
as themoebius
More... almost 20 years ago
pack fixes More... about 20 years ago
fix warning More... about 20 years ago
updated pack module to lhf's latest code w/ endian support More... about 20 years ago
loadlib mods for Darwin's dyld More... about 20 years ago
Should now be ANSI style More... about 20 years ago
Correct Lua includes More... about 20 years ago
whoops, disable luacom using a conditional, so the code is still in the distro and users can try optionally compiling it. More... about 20 years ago