summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite morphology as YAML and remove tab charactersbaserock/5.1-morphAdam Coldrick2014-06-241-16/+11
|
* lib_name_include needed for the the pkg-configDaniel Silverstone2012-08-211-1/+1
|
* Support /usr/* for package loadsDaniel Silverstone2012-08-211-3/+10
|
* Add pkgconfigDaniel Silverstone2012-08-212-1/+27
|
* More fixes for Debian-style buildDaniel Silverstone2012-08-212-2/+2
|
* Update build to include Debian-style makeDaniel Silverstone2012-08-213-2/+46
|
* lua.morph: Don't back up src/MakefileRichard Maw2012-05-311-1/+1
| | | | | busybox's sed may not support backing up with -i. I think the newest version can though.
* lua.morph: prevent linking to readline as wellRichard Maw2012-05-311-1/+2
| | | | | | | Just removing it from the headers doesn't stop it linking, as those are disjoint operations when building C programs. Yet more ugly sed.
* lua: define morphologyRichard Maw2012-05-311-0/+13
| | | | | | | | | | | | | | The build system for lua is too odd to be morphless. The maintainer of this repository has converted it to CMake, but we don't support CMake yet and he moved luaconf.h, so it can't use the default configuration without effort. PLAT=linux is required because lua can build on many different systems, but won't deduce which one it is built on. Unfortunately, it assumes that if it is built on linux, then it has libreadline, and I would prefer if it didn't depend on it. So an ugly sed command is used to stop it.
* Updated rc filePeter Drahoš2012-05-111-6/+6
|
* Updated macrosPeter Drahoš2012-05-112-1/+119
|
* Updated iconsPeter Drahoš2012-05-112-0/+0
|
* Added new LuaDist macrosPeter Drahoš2012-05-111-2/+2
|
* Updated dist.cmakePeter Drahoš2012-05-101-1/+1
|
* cmake: update dist.cmakeDavid Manura2012-04-251-28/+60
|
* cmake: update dist.cmakeDavid Manura2012-04-245-452/+682
|
* cmake: fixed path style in .rc for mingw cross compile from linuxDavid Manura2012-04-072-2/+2
|
* updated travis build with cleaner output for 5.1 branchPeter Drahoš2012-04-031-17/+5
|
* New Travis buildPeter Drahoš2012-04-031-6/+46
|
* Minor adjustment in install destinationPeter Drahoš2012-04-011-1/+1
|
* Removed failing test.Peter Drahoš2012-04-011-1/+1
|
* Updating READMEPeter Drahoš2012-04-011-10/+10
|
* Updated Readme installPeter Drahoš2012-04-011-1/+1
|
* Readme with markupPeter Drahoš2012-04-011-0/+0
|
* Adding Travis-CI HookPeter Drahoš2012-04-011-0/+10
|
* Lua 5.1.5 update using official release package.Peter Drahoš2012-03-0918-130/+176
|
* Added LUA_PATH entry. On Windows added wlua. Closes #50. Closes #515.1.4drahosp2011-10-241-1/+9
|
* Removed version number from the lib again. Version causes issues in binary ↵Peter Drahos2011-08-091-1/+1
| | | | installation when swapped to LuaJIT.
* set_property readonly prevented bootstrapPeter Drahos2011-08-011-1/+1
|
* test - enable test of readonly.luaDavid Manura2011-05-141-1/+2
|
* test - reduce runtime of tests like life.luaDavid Manura2011-05-141-2/+6
|
* build - update dist.cmake (add_test WORKING_DIRECTORY improvements)David Manura2011-05-141-6/+6
|
* build - update dist.cmake to fix broken argument in fib.lua testDavid Manura2011-05-141-7/+5
|
* build - update dist.cmake to latestDavid Manura2011-05-141-10/+26
|
* Fixed regex issue, it striped path separators outPeter Drahoš2011-04-011-5/+5
|
* Forgot to replace path separatorsPeter Drahoš2011-03-311-1/+2
|
* Path generation cleanupPeter Drahoš2011-03-312-6/+10
|
* Autoconfig of LUA_ROOT. No longer needed to be passed manually.Peter Drahoš2011-03-271-2/+9
|
* OSX can now detect executable path faster. Fallback is now only for ↵Peter Drahoš2011-03-251-0/+10
| | | | unsupported systems.
* loadlib_rel.c - Fix implicit declaration of readlink (on clang/linux).David Manura2011-03-241-0/+3
| | | | | | | | This error was observed in clang/Linux: loadlib_rel.c- warning: implicit declaration of function 'readlink' is invalid in C99 [-Wimplicit-function-declaration] n = readlink("/proc/self/exe", progdir, nsize); ^
* Updated install defaults. Now only LUA_ROOT needs to be changed LUA_CDIR and ↵Peter Drahoš2011-03-202-12/+13
| | | | LUA_LDIR are now automated
* cmake - fix SKIP_TESTING test in dist.cmakeDavid Manura2011-03-191-2/+2
|
* cmake - fix posix LUA_LDIR/LUA_CDIRDavid Manura2011-03-191-2/+2
|
* New dist.cmakePeter Drahos2011-03-192-99/+408
|
* Applied lua patch 5.1.4-3Peter Drahos2011-03-178-21/+24
|
* Luac rc file renamed and fixed define warning.Peter Drahos2011-03-153-5/+6
|
* Merge branch 'master' into lua-5.1.4-1Peter Drahos2011-03-151-2/+0
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * Add rc content to the MinGW buildPeter Drahos2011-03-031-1/+1
| |
* | Tested on MinGW and CygwinPeter Drahos2011-03-151-6/+6
| |
* | Tested on Linux and CygwinPeter Drahos2011-03-152-2/+4
| |