summaryrefslogtreecommitdiff
path: root/src/host/buildvm_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-06-021-1/+2
|\|
| * Fix compiler warning.Mike Pall2023-06-021-1/+2
| | | | | | | | Reported by Myriachan.
* | Merge branch 'master' into v2.1Mike Pall2023-02-211-5/+11
|\|
| * Allow building sources with mixed LF/CRLF line-endings.Mike Pall2023-02-211-4/+10
| | | | | | | | Reported by mgood7123.
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-0/+2
| | | | | | | | Sponsored by fmad.io.
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Get rid of module() in all internal modules.Mike Pall2013-05-161-1/+1
| |
* | Add special bytecodes for builtins.Mike Pall2013-02-231-12/+20
| | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key.
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-0/+51
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Allow conditional inclusion of builtin library functions.Mike Pall2012-09-241-0/+21
|
* Reorganize build process.Mike Pall2012-06-091-0/+377
Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.