Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-19 | lua binary is always lua.exe now | Alexander M Pickering | 1 | -6/+1 | |
2024-11-07 | Patch wget to use short options | Alexander M Pickering | 3 | -0/+33 | |
2024-09-27 | Enable all versions | Alexander M Pickering | 1 | -2/+0 | |
2024-09-25 | Re-enable everything | Alexander M Pickering | 1 | -6/+0 | |
2024-09-25 | Actually copy the C file | Alexander M Pickering | 1 | -0/+1 | |
2024-09-25 | Also export the C file | Alexander M Pickering | 1 | -0/+1 | |
2024-09-25 | Don't use cflags in quotes, multiple flags can be passed. | Alexander M Pickering | 1 | -1/+1 | |
2024-09-25 | Compile with cflags instead of -Oz | Alexander M Pickering | 1 | -1/+1 | |
2024-09-25 | Add debugging symbols | Alexander M Pickering | 1 | -3/+5 | |
2024-09-25 | correct patch range | Alexander M Pickering | 1 | -1/+1 | |
2024-09-25 | Add LUA_OK to luajit patch | Alexander M Pickering | 1 | -0/+12 | |
2024-09-25 | Seperate patches for lua51 and luajit | Alexander M Pickering | 3 | -2/+15 | |
2024-09-25 | Only patch luarocks.exe.c on lua 5.1 | Alexander M Pickering | 2 | -1/+4 | |
2024-09-25 | Rewrite init to use luajit | Alexander M Pickering | 1 | -2/+4 | |
2024-09-25 | correct lua link | Alexander M Pickering | 1 | -1/+0 | |
2024-09-25 | Work on luajit+luarocks | Alexander M Pickering | 1 | -4/+35 | |