mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-25 21:22:47 +00:00
* Test implementation of lua * Trust that lua knows what its doing with this Silence warnings * actually update top screen when Thingy is called, disable unnecessary ShowPrompt calls * readme * change init for a simple test, print error on top screen too * Readme * change init for a simple test, print error on top screen too * enable more lua libs, edit init.lua with string examples * one more readme edit before bed * Readme * change init for a simple test, print error on top screen too * enable more lua libs, edit init.lua with string examples * make lua a proper file type, add test UI library with two functions, remove luacmd command * remove old attempts at editing lauxlib and liolib * README * README * FS lib, new UI stuff * consistency with "type* ptr" maybe * add custom package searcher, reset package.path * new functions for UI including basic print output buffer, add "Lua scripts..." option to home/power menu * build vram0.tar including subdirs of data * move default path to GM9LUA_DEFAULT_PATH * FS_FileGetData * testfgd, add GM9VERSION global, update README, fix indentation * FS_FileGetData will return a nil instead if it fails * it's actually luaL_pushfail * os * use luaL_tolstring instead of lua_tostring * fix test/remove debugging showprompt * os.clock float attempt * fix print for real * fix swapped offset and size for FileGetData * finish OS stuff * fix os.clock * shorten table in/out * remove .vscode dir * enum test * support building without lua * NO_LUA hides menu options (except when you directly select a lua file) * update UI lib to better match the ideas on #1 * dockermake * add DrawPNG function * whoops its ShowPNG * minor fixes, add DrawPNG * fix AskPrompt, add all showprompts mentioned in #1 * add newly added functions to readme * try to keep separate code and data * update lua to 5.4.7 * remove test libraries now that i want to attempt to implement in a real api * add nix flake for building * add various lua functions, some of them taken from the old attempt but with new names * add dev shell to flake.nix * remove test lua scripts in root * add test lua scripts in data/luascripts * add a whole bunch more lua functions and stuff * add more test lua scripts * add more functions, add preload script, add test io compatibility module * add more functions and test scripts * more functions and stuff * more functions and stuff * more functions and stuff, plus a wip ctrcheck reimpl * yet more functions and stuff * even more functions and stuff * command comparison table.ods * update command comparison table.ods * update command comparison table.ods * Add files via upload * update command comparison table.ods * update ui.show_text to use DrawStringCenter, update ctrcheck rewrite * Split up the ARM9 code (.text, .vectors) and data (.rodata, .data, .bss) sections into their own ELFs. This allows us to use more ARM9 WRAM while leaving the 128k BootROM mirror intact. * use the makefile definition * add title module, move around some functions, update command comparison table * add readme for lua * remove liolib.c and loslib.c * more functions and things, use CheckWritePermissionsLuaError in place of more manual checks, update command comparison table * add missing constant * set CURRDIR to nil instead of "(null)" if not found * remove gm9enum (unused since the restart) * add ui.check_key * split fs module to lua overlay and _fs internal module, and add a check for fs.write_file in lua * add fs.ask_select_file and fs.ask_select_dir * add fs.key_dump, replace overwrite_all and append_all with overwrite and append * add fs.cart_dump and sys.emu_base * add ctrtool, update flake.lock * add io append mode * make sure io.open with write mode starts with an empty file, add os.remove and os.rename aliases * properly implement os.remove compatibility * add fs.verify_with_sha_file, fix PathIsDirectory by using stat instead of opendir * add util.running_as_module (untested) * move scripts over to https://github.com/ihaveamac/GM9-lua-script-experiments * remove ods and dockermake.sh * remove data/scripts * add lua autorun (untested) * fix syntax error * add sys.check_embedded_backup * remove accidental symlink * add sys.check_raw_rtc * fix ui.show_file_text_viewer not freeing memory or reporting an error if OOM happens * add todo notes for ui * work-in-progress lua doc * formatting fix * up heading level for all sections * Revert "up heading level for all sections" This reverts commit 6ef14b619536b4253e341ba40b4dea728358979d. * separators * fix name and error for fs.move * do explicit permission checks in fs.move * fix error string for fs.copy * fix function name for fs.dir_info * fix error string for fs.find and fs.find_not * fix function name for fs.img_umount * partial fs doc * finished fs doc, string fixes for fs module * document fs.cart_dump encrypted opt, remove stat from fs.verify_with_sha_file * title doc * sys doc, error string updates * util doc * add json.lua to lua-doc * add fs.find_all * add 3dstool to flake * make fs.find_all recursive actually recursive, document fs.find_all * add "for" to comparison table * change fs.find to return nil if no path was found, instead of raising an error * change ui.echo to automatically word wrap (untested) * Revert "change ui.echo to automatically word wrap (untested)" This reverts commit 2524e7707708e9818162c31f9f004b6301a3061b. * switch devkitNix to upstream * flake.lock: Update Flake lock file updates: • Updated input 'devkitNix': 'github:ihaveamac/devkitNix/883d173b94e3da8dc4cc0860cdda8c36b738817c' (2024-12-05) → 'github:bandithedoge/devkitNix/95fd44f4ac7cecf24edf22daa899a516df73c6b7' (2025-01-11) • Updated input 'devkitNix/nixpkgs': 'github:NixOS/nixpkgs/566e53c2ad750c84f6d31f9ccb9d00f823165550' (2024-12-03) → 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) • Updated input 'hax-nur': 'github:ihaveamac/nur-packages/c570b3830f7dd4d655afb109300529c896cd8855' (2024-12-05) → 'github:ihaveamac/nur-packages/cd49afba206c2eb10a349d92470fdf2cc942ae23' (2025-01-11) • Updated input 'hax-nur/nixpkgs': 'github:NixOS/nixpkgs/2c15aa59df0017ca140d9ba302412298ab4bf22a' (2024-12-02) → 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/566e53c2ad750c84f6d31f9ccb9d00f823165550' (2024-12-03) → 'github:NixOS/nixpkgs/32af3611f6f05655ca166a0b1f47b57c762b5192' (2025-01-09) * flake.lock: Update Flake lock file updates: • Updated input 'devkitNix': 'github:bandithedoge/devkitNix/95fd44f4ac7cecf24edf22daa899a516df73c6b7' (2025-01-11) → 'github:bandithedoge/devkitNix/a344b0200a044f2d2ff99685f13ff7c53106428e' (2025-02-06) • Updated input 'devkitNix/nixpkgs': 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) → 'github:NixOS/nixpkgs/5b2753b0356d1c951d7a3ef1d086ba5a71fff43c' (2025-02-05) • Updated input 'hax-nur': 'github:ihaveamac/nur-packages/cd49afba206c2eb10a349d92470fdf2cc942ae23' (2025-01-11) → 'github:ihaveamac/nur-packages/2ce890cab4e948109ad1ad82ba18e69240a0d352' (2025-02-06) • Updated input 'hax-nur/nixpkgs': 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) → 'github:NixOS/nixpkgs/8532db2a88ba56de9188af72134d93e39fd825f3' (2025-02-02) • Added input 'hax-nur/treefmt-nix': 'github:numtide/treefmt-nix/bebf27d00f7d10ba75332a0541ac43676985dea3' (2025-01-28) • Added input 'hax-nur/treefmt-nix/nixpkgs': follows 'hax-nur/nixpkgs' • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/32af3611f6f05655ca166a0b1f47b57c762b5192' (2025-01-09) → 'github:NixOS/nixpkgs/5b2753b0356d1c951d7a3ef1d086ba5a71fff43c' (2025-02-05) * make devkitNix and hax-nur inputs follow nixpkgs * Also dump section headers on .dis file * prepare for upstream merge * Restore original README. * Remove flake, was only used for my own testing * fix accidental removal of LIBS * copy lua-doc.md into release archive * README: update to mention Lua in place of GM9Script, add credits * lua-doc: fix typo * add sample HelloScript * lua-doc: remove wip notice, since all gm9script features are replicated * remove accidental inclusion of language.inl * Fix mixture of tabs and spaces * remove accidental nix leftover * re-add @ for add2tar command --------- Co-authored-by: luigoalma <luigoalma@hotmail.com> Co-authored-by: Gruetzig <florianavilov@gmail.com> Co-authored-by: Florian <88926852+Gruetzig@users.noreply.github.com> Co-authored-by: Wolfvak <soherrera1@hotmail.com>
431 lines
13 KiB
C
431 lines
13 KiB
C
/*
|
|
** $Id: ltablib.c $
|
|
** Library for Table Manipulation
|
|
** See Copyright Notice in lua.h
|
|
*/
|
|
|
|
#define ltablib_c
|
|
#define LUA_LIB
|
|
|
|
#include "lprefix.h"
|
|
|
|
|
|
#include <limits.h>
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
|
|
#include "lua.h"
|
|
|
|
#include "lauxlib.h"
|
|
#include "lualib.h"
|
|
|
|
|
|
/*
|
|
** Operations that an object must define to mimic a table
|
|
** (some functions only need some of them)
|
|
*/
|
|
#define TAB_R 1 /* read */
|
|
#define TAB_W 2 /* write */
|
|
#define TAB_L 4 /* length */
|
|
#define TAB_RW (TAB_R | TAB_W) /* read/write */
|
|
|
|
|
|
#define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n))
|
|
|
|
|
|
static int checkfield (lua_State *L, const char *key, int n) {
|
|
lua_pushstring(L, key);
|
|
return (lua_rawget(L, -n) != LUA_TNIL);
|
|
}
|
|
|
|
|
|
/*
|
|
** Check that 'arg' either is a table or can behave like one (that is,
|
|
** has a metatable with the required metamethods)
|
|
*/
|
|
static void checktab (lua_State *L, int arg, int what) {
|
|
if (lua_type(L, arg) != LUA_TTABLE) { /* is it not a table? */
|
|
int n = 1; /* number of elements to pop */
|
|
if (lua_getmetatable(L, arg) && /* must have metatable */
|
|
(!(what & TAB_R) || checkfield(L, "__index", ++n)) &&
|
|
(!(what & TAB_W) || checkfield(L, "__newindex", ++n)) &&
|
|
(!(what & TAB_L) || checkfield(L, "__len", ++n))) {
|
|
lua_pop(L, n); /* pop metatable and tested metamethods */
|
|
}
|
|
else
|
|
luaL_checktype(L, arg, LUA_TTABLE); /* force an error */
|
|
}
|
|
}
|
|
|
|
|
|
static int tinsert (lua_State *L) {
|
|
lua_Integer pos; /* where to insert new element */
|
|
lua_Integer e = aux_getn(L, 1, TAB_RW);
|
|
e = luaL_intop(+, e, 1); /* first empty element */
|
|
switch (lua_gettop(L)) {
|
|
case 2: { /* called with only 2 arguments */
|
|
pos = e; /* insert new element at the end */
|
|
break;
|
|
}
|
|
case 3: {
|
|
lua_Integer i;
|
|
pos = luaL_checkinteger(L, 2); /* 2nd argument is the position */
|
|
/* check whether 'pos' is in [1, e] */
|
|
luaL_argcheck(L, (lua_Unsigned)pos - 1u < (lua_Unsigned)e, 2,
|
|
"position out of bounds");
|
|
for (i = e; i > pos; i--) { /* move up elements */
|
|
lua_geti(L, 1, i - 1);
|
|
lua_seti(L, 1, i); /* t[i] = t[i - 1] */
|
|
}
|
|
break;
|
|
}
|
|
default: {
|
|
return luaL_error(L, "wrong number of arguments to 'insert'");
|
|
}
|
|
}
|
|
lua_seti(L, 1, pos); /* t[pos] = v */
|
|
return 0;
|
|
}
|
|
|
|
|
|
static int tremove (lua_State *L) {
|
|
lua_Integer size = aux_getn(L, 1, TAB_RW);
|
|
lua_Integer pos = luaL_optinteger(L, 2, size);
|
|
if (pos != size) /* validate 'pos' if given */
|
|
/* check whether 'pos' is in [1, size + 1] */
|
|
luaL_argcheck(L, (lua_Unsigned)pos - 1u <= (lua_Unsigned)size, 2,
|
|
"position out of bounds");
|
|
lua_geti(L, 1, pos); /* result = t[pos] */
|
|
for ( ; pos < size; pos++) {
|
|
lua_geti(L, 1, pos + 1);
|
|
lua_seti(L, 1, pos); /* t[pos] = t[pos + 1] */
|
|
}
|
|
lua_pushnil(L);
|
|
lua_seti(L, 1, pos); /* remove entry t[pos] */
|
|
return 1;
|
|
}
|
|
|
|
|
|
/*
|
|
** Copy elements (1[f], ..., 1[e]) into (tt[t], tt[t+1], ...). Whenever
|
|
** possible, copy in increasing order, which is better for rehashing.
|
|
** "possible" means destination after original range, or smaller
|
|
** than origin, or copying to another table.
|
|
*/
|
|
static int tmove (lua_State *L) {
|
|
lua_Integer f = luaL_checkinteger(L, 2);
|
|
lua_Integer e = luaL_checkinteger(L, 3);
|
|
lua_Integer t = luaL_checkinteger(L, 4);
|
|
int tt = !lua_isnoneornil(L, 5) ? 5 : 1; /* destination table */
|
|
checktab(L, 1, TAB_R);
|
|
checktab(L, tt, TAB_W);
|
|
if (e >= f) { /* otherwise, nothing to move */
|
|
lua_Integer n, i;
|
|
luaL_argcheck(L, f > 0 || e < LUA_MAXINTEGER + f, 3,
|
|
"too many elements to move");
|
|
n = e - f + 1; /* number of elements to move */
|
|
luaL_argcheck(L, t <= LUA_MAXINTEGER - n + 1, 4,
|
|
"destination wrap around");
|
|
if (t > e || t <= f || (tt != 1 && !lua_compare(L, 1, tt, LUA_OPEQ))) {
|
|
for (i = 0; i < n; i++) {
|
|
lua_geti(L, 1, f + i);
|
|
lua_seti(L, tt, t + i);
|
|
}
|
|
}
|
|
else {
|
|
for (i = n - 1; i >= 0; i--) {
|
|
lua_geti(L, 1, f + i);
|
|
lua_seti(L, tt, t + i);
|
|
}
|
|
}
|
|
}
|
|
lua_pushvalue(L, tt); /* return destination table */
|
|
return 1;
|
|
}
|
|
|
|
|
|
static void addfield (lua_State *L, luaL_Buffer *b, lua_Integer i) {
|
|
lua_geti(L, 1, i);
|
|
if (l_unlikely(!lua_isstring(L, -1)))
|
|
luaL_error(L, "invalid value (%s) at index %I in table for 'concat'",
|
|
luaL_typename(L, -1), (LUAI_UACINT)i);
|
|
luaL_addvalue(b);
|
|
}
|
|
|
|
|
|
static int tconcat (lua_State *L) {
|
|
luaL_Buffer b;
|
|
lua_Integer last = aux_getn(L, 1, TAB_R);
|
|
size_t lsep;
|
|
const char *sep = luaL_optlstring(L, 2, "", &lsep);
|
|
lua_Integer i = luaL_optinteger(L, 3, 1);
|
|
last = luaL_optinteger(L, 4, last);
|
|
luaL_buffinit(L, &b);
|
|
for (; i < last; i++) {
|
|
addfield(L, &b, i);
|
|
luaL_addlstring(&b, sep, lsep);
|
|
}
|
|
if (i == last) /* add last value (if interval was not empty) */
|
|
addfield(L, &b, i);
|
|
luaL_pushresult(&b);
|
|
return 1;
|
|
}
|
|
|
|
|
|
/*
|
|
** {======================================================
|
|
** Pack/unpack
|
|
** =======================================================
|
|
*/
|
|
|
|
static int tpack (lua_State *L) {
|
|
int i;
|
|
int n = lua_gettop(L); /* number of elements to pack */
|
|
lua_createtable(L, n, 1); /* create result table */
|
|
lua_insert(L, 1); /* put it at index 1 */
|
|
for (i = n; i >= 1; i--) /* assign elements */
|
|
lua_seti(L, 1, i);
|
|
lua_pushinteger(L, n);
|
|
lua_setfield(L, 1, "n"); /* t.n = number of elements */
|
|
return 1; /* return table */
|
|
}
|
|
|
|
|
|
static int tunpack (lua_State *L) {
|
|
lua_Unsigned n;
|
|
lua_Integer i = luaL_optinteger(L, 2, 1);
|
|
lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1));
|
|
if (i > e) return 0; /* empty range */
|
|
n = (lua_Unsigned)e - i; /* number of elements minus 1 (avoid overflows) */
|
|
if (l_unlikely(n >= (unsigned int)INT_MAX ||
|
|
!lua_checkstack(L, (int)(++n))))
|
|
return luaL_error(L, "too many results to unpack");
|
|
for (; i < e; i++) { /* push arg[i..e - 1] (to avoid overflows) */
|
|
lua_geti(L, 1, i);
|
|
}
|
|
lua_geti(L, 1, e); /* push last element */
|
|
return (int)n;
|
|
}
|
|
|
|
/* }====================================================== */
|
|
|
|
|
|
|
|
/*
|
|
** {======================================================
|
|
** Quicksort
|
|
** (based on 'Algorithms in MODULA-3', Robert Sedgewick;
|
|
** Addison-Wesley, 1993.)
|
|
** =======================================================
|
|
*/
|
|
|
|
|
|
/* type for array indices */
|
|
typedef unsigned int IdxT;
|
|
|
|
|
|
/*
|
|
** Produce a "random" 'unsigned int' to randomize pivot choice. This
|
|
** macro is used only when 'sort' detects a big imbalance in the result
|
|
** of a partition. (If you don't want/need this "randomness", ~0 is a
|
|
** good choice.)
|
|
*/
|
|
#if !defined(l_randomizePivot) /* { */
|
|
|
|
#include <time.h>
|
|
|
|
/* size of 'e' measured in number of 'unsigned int's */
|
|
#define sof(e) (sizeof(e) / sizeof(unsigned int))
|
|
|
|
/*
|
|
** Use 'time' and 'clock' as sources of "randomness". Because we don't
|
|
** know the types 'clock_t' and 'time_t', we cannot cast them to
|
|
** anything without risking overflows. A safe way to use their values
|
|
** is to copy them to an array of a known type and use the array values.
|
|
*/
|
|
static unsigned int l_randomizePivot (void) {
|
|
clock_t c = clock();
|
|
time_t t = time(NULL);
|
|
unsigned int buff[sof(c) + sof(t)];
|
|
unsigned int i, rnd = 0;
|
|
memcpy(buff, &c, sof(c) * sizeof(unsigned int));
|
|
memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int));
|
|
for (i = 0; i < sof(buff); i++)
|
|
rnd += buff[i];
|
|
return rnd;
|
|
}
|
|
|
|
#endif /* } */
|
|
|
|
|
|
/* arrays larger than 'RANLIMIT' may use randomized pivots */
|
|
#define RANLIMIT 100u
|
|
|
|
|
|
static void set2 (lua_State *L, IdxT i, IdxT j) {
|
|
lua_seti(L, 1, i);
|
|
lua_seti(L, 1, j);
|
|
}
|
|
|
|
|
|
/*
|
|
** Return true iff value at stack index 'a' is less than the value at
|
|
** index 'b' (according to the order of the sort).
|
|
*/
|
|
static int sort_comp (lua_State *L, int a, int b) {
|
|
if (lua_isnil(L, 2)) /* no function? */
|
|
return lua_compare(L, a, b, LUA_OPLT); /* a < b */
|
|
else { /* function */
|
|
int res;
|
|
lua_pushvalue(L, 2); /* push function */
|
|
lua_pushvalue(L, a-1); /* -1 to compensate function */
|
|
lua_pushvalue(L, b-2); /* -2 to compensate function and 'a' */
|
|
lua_call(L, 2, 1); /* call function */
|
|
res = lua_toboolean(L, -1); /* get result */
|
|
lua_pop(L, 1); /* pop result */
|
|
return res;
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
** Does the partition: Pivot P is at the top of the stack.
|
|
** precondition: a[lo] <= P == a[up-1] <= a[up],
|
|
** so it only needs to do the partition from lo + 1 to up - 2.
|
|
** Pos-condition: a[lo .. i - 1] <= a[i] == P <= a[i + 1 .. up]
|
|
** returns 'i'.
|
|
*/
|
|
static IdxT partition (lua_State *L, IdxT lo, IdxT up) {
|
|
IdxT i = lo; /* will be incremented before first use */
|
|
IdxT j = up - 1; /* will be decremented before first use */
|
|
/* loop invariant: a[lo .. i] <= P <= a[j .. up] */
|
|
for (;;) {
|
|
/* next loop: repeat ++i while a[i] < P */
|
|
while ((void)lua_geti(L, 1, ++i), sort_comp(L, -1, -2)) {
|
|
if (l_unlikely(i == up - 1)) /* a[i] < P but a[up - 1] == P ?? */
|
|
luaL_error(L, "invalid order function for sorting");
|
|
lua_pop(L, 1); /* remove a[i] */
|
|
}
|
|
/* after the loop, a[i] >= P and a[lo .. i - 1] < P */
|
|
/* next loop: repeat --j while P < a[j] */
|
|
while ((void)lua_geti(L, 1, --j), sort_comp(L, -3, -1)) {
|
|
if (l_unlikely(j < i)) /* j < i but a[j] > P ?? */
|
|
luaL_error(L, "invalid order function for sorting");
|
|
lua_pop(L, 1); /* remove a[j] */
|
|
}
|
|
/* after the loop, a[j] <= P and a[j + 1 .. up] >= P */
|
|
if (j < i) { /* no elements out of place? */
|
|
/* a[lo .. i - 1] <= P <= a[j + 1 .. i .. up] */
|
|
lua_pop(L, 1); /* pop a[j] */
|
|
/* swap pivot (a[up - 1]) with a[i] to satisfy pos-condition */
|
|
set2(L, up - 1, i);
|
|
return i;
|
|
}
|
|
/* otherwise, swap a[i] - a[j] to restore invariant and repeat */
|
|
set2(L, i, j);
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
** Choose an element in the middle (2nd-3th quarters) of [lo,up]
|
|
** "randomized" by 'rnd'
|
|
*/
|
|
static IdxT choosePivot (IdxT lo, IdxT up, unsigned int rnd) {
|
|
IdxT r4 = (up - lo) / 4; /* range/4 */
|
|
IdxT p = rnd % (r4 * 2) + (lo + r4);
|
|
lua_assert(lo + r4 <= p && p <= up - r4);
|
|
return p;
|
|
}
|
|
|
|
|
|
/*
|
|
** Quicksort algorithm (recursive function)
|
|
*/
|
|
static void auxsort (lua_State *L, IdxT lo, IdxT up,
|
|
unsigned int rnd) {
|
|
while (lo < up) { /* loop for tail recursion */
|
|
IdxT p; /* Pivot index */
|
|
IdxT n; /* to be used later */
|
|
/* sort elements 'lo', 'p', and 'up' */
|
|
lua_geti(L, 1, lo);
|
|
lua_geti(L, 1, up);
|
|
if (sort_comp(L, -1, -2)) /* a[up] < a[lo]? */
|
|
set2(L, lo, up); /* swap a[lo] - a[up] */
|
|
else
|
|
lua_pop(L, 2); /* remove both values */
|
|
if (up - lo == 1) /* only 2 elements? */
|
|
return; /* already sorted */
|
|
if (up - lo < RANLIMIT || rnd == 0) /* small interval or no randomize? */
|
|
p = (lo + up)/2; /* middle element is a good pivot */
|
|
else /* for larger intervals, it is worth a random pivot */
|
|
p = choosePivot(lo, up, rnd);
|
|
lua_geti(L, 1, p);
|
|
lua_geti(L, 1, lo);
|
|
if (sort_comp(L, -2, -1)) /* a[p] < a[lo]? */
|
|
set2(L, p, lo); /* swap a[p] - a[lo] */
|
|
else {
|
|
lua_pop(L, 1); /* remove a[lo] */
|
|
lua_geti(L, 1, up);
|
|
if (sort_comp(L, -1, -2)) /* a[up] < a[p]? */
|
|
set2(L, p, up); /* swap a[up] - a[p] */
|
|
else
|
|
lua_pop(L, 2);
|
|
}
|
|
if (up - lo == 2) /* only 3 elements? */
|
|
return; /* already sorted */
|
|
lua_geti(L, 1, p); /* get middle element (Pivot) */
|
|
lua_pushvalue(L, -1); /* push Pivot */
|
|
lua_geti(L, 1, up - 1); /* push a[up - 1] */
|
|
set2(L, p, up - 1); /* swap Pivot (a[p]) with a[up - 1] */
|
|
p = partition(L, lo, up);
|
|
/* a[lo .. p - 1] <= a[p] == P <= a[p + 1 .. up] */
|
|
if (p - lo < up - p) { /* lower interval is smaller? */
|
|
auxsort(L, lo, p - 1, rnd); /* call recursively for lower interval */
|
|
n = p - lo; /* size of smaller interval */
|
|
lo = p + 1; /* tail call for [p + 1 .. up] (upper interval) */
|
|
}
|
|
else {
|
|
auxsort(L, p + 1, up, rnd); /* call recursively for upper interval */
|
|
n = up - p; /* size of smaller interval */
|
|
up = p - 1; /* tail call for [lo .. p - 1] (lower interval) */
|
|
}
|
|
if ((up - lo) / 128 > n) /* partition too imbalanced? */
|
|
rnd = l_randomizePivot(); /* try a new randomization */
|
|
} /* tail call auxsort(L, lo, up, rnd) */
|
|
}
|
|
|
|
|
|
static int sort (lua_State *L) {
|
|
lua_Integer n = aux_getn(L, 1, TAB_RW);
|
|
if (n > 1) { /* non-trivial interval? */
|
|
luaL_argcheck(L, n < INT_MAX, 1, "array too big");
|
|
if (!lua_isnoneornil(L, 2)) /* is there a 2nd argument? */
|
|
luaL_checktype(L, 2, LUA_TFUNCTION); /* must be a function */
|
|
lua_settop(L, 2); /* make sure there are two arguments */
|
|
auxsort(L, 1, (IdxT)n, 0);
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
/* }====================================================== */
|
|
|
|
|
|
static const luaL_Reg tab_funcs[] = {
|
|
{"concat", tconcat},
|
|
{"insert", tinsert},
|
|
{"pack", tpack},
|
|
{"unpack", tunpack},
|
|
{"remove", tremove},
|
|
{"move", tmove},
|
|
{"sort", sort},
|
|
{NULL, NULL}
|
|
};
|
|
|
|
|
|
LUAMOD_API int luaopen_table (lua_State *L) {
|
|
luaL_newlib(L, tab_funcs);
|
|
return 1;
|
|
}
|
|
|