Skip to content

Commit

Permalink
Hover for changes
Browse files Browse the repository at this point in the history
- specified error for unrecongized environment
- removed everything to do with LUACON_ADDITIONS macro
- merged console.c and consolew.c to be one
- patched the merged ^ so that they work exactly the same
- you now have to specify -p else no post exist happens unless no file
- fixed help message to reflect merge changes
- specified inline to many functions
- removed stack_dump from additions and gave it to consolew
- added LIGHTUSERDATA and USERDATA to stack_dump prints
- added exception to strsplit to catch no arguments split
- added macro inline function strnxt to get next string in split
- ^ this is problematic because possible SEGFAULT
- added isatty to detect whether we have ability to post exist
- ^ resolves luaw calling programs without stdin and hanging
- filled in appropriate areas for strnxt function
- -l libraries now can execute modules coined '.dll' or '.so'
  • Loading branch information
tilkinsc committed Jan 6, 2018
1 parent 815cc70 commit 0ccdf16
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 521 deletions.
Loading

0 comments on commit 0ccdf16

Please sign in to comment.