-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Increased REPL_BUFFER_SIZE to 2048 just incase you paste dump ... zzz - Updated comments to be clear on it - Also tabbed it out to look nice - Added a TODO: for preperation to add LUA_INIT by lua version (not imp) - Replaced standard imports - Now uses one single if chunk of includes for unix - Removed outside the chunk cross-platform libs - Corrected libraries so that it builds with MSVS - Now uses posix compliant MSVS suggested names for functions - Removed error for not finding your platform zzz - Updated comments galore - Made lua includes include just the headers rather than enforce base folder name - Inserted a hack to fix a bug that lua51 doesn't have luaL_traceback - Fixed command help output to better display commands more compactly - Also purdyfied LuaJIT only commands - Updated date too - Fixed area where jitsupport.h was included - Swapped a lot of size_t to int because lua_gettop(L) needs int duh - Removed false else that would reach when you inputed a command - There was a ghost-like crashing bug that didn't allow me to reach it - Downcasted size_t to int when appropriate, there is no difference - The other change in tandem with this is because MSVS is a whiney botantic piece of cracked pepper - Added win32 MSVS specific environment variable getenv() because it whined, ugly held together by preprocessor... needs to be free too... so that is too... - Copyright no loner pops up when not running tty or post-existing
- Loading branch information
Showing
1 changed file
with
66 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters