nodemcu-firmware/app/lua
Johny Mattsson 526d21dab4 Major cleanup - c_whatever is finally history. (#2838)
The PR removed the bulk of non-newlib headers from the NodeMCU source base.  
app/libc has now been cut down to the bare minimum overrides to shadow the 
corresponding functions in the SDK's libc. The old c_xyz.h headerfiles have been 
nuked in favour of the standard <xyz.h> headers, with a few exceptions over in 
sdk-overrides. Again, shipping a libc.a without headers is a terrible thing to do. We're 
still living on a prayer that libc was configured the same was as a default-configured
xtensa gcc toolchain assumes it is. That part I cannot do anything about, unfortunately, 
but it's no worse than it has been before.

This enables our source files to compile successfully using the standard header files, 
and use the typical malloc()/calloc()/realloc()/free(), the strwhatever()s and 
memwhatever()s. These end up, through macro and linker magic, mapped to the 
appropriate SDK or ROM functions.
2019-07-22 00:58:21 +03:00
..
luac_cross Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
Makefile Add compression to LFS images (#2448) 2018-09-29 16:57:51 +03:00
lapi.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lapi.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lauxlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lauxlib.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lbaselib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lcode.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lcode.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldblib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ldebug.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ldebug.h Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
ldo.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ldo.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldump.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
legc.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
legc.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lflash.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lflash.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
lfunc.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lfunc.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
lgc.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lgc.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
linit.c Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
llex.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
llex.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
llimits.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lmathlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lmem.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lmem.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
loadlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lobject.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lobject.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lopcodes.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lopcodes.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lparser.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lparser.h Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lrodefs.h Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
lrotable.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lrotable.h Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
lstate.c SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
lstate.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
lstring.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lstring.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lstrlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltable.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltable.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
ltablib.c Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
ltm.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltm.h Optimise ROTable accesses and interface (#2505) 2018-10-13 17:14:33 +03:00
lua.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lua.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
luac_cross.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
luaconf.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lualib.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lundump.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lundump.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lvm.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lvm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lzio.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lzio.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00