Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed the new command | bloodstalker | 2017-06-12 | 1 | -3/+25 |
| | |||||
* | updated | bloodstalker | 2017-06-11 | 1 | -0/+14 |
| | |||||
* | implemented the show source-code command | bloodstalker | 2017-06-11 | 1 | -2/+49 |
| | |||||
* | new command | bloodstalker | 2017-06-11 | 1 | -0/+1 |
| | |||||
* | new commands | bloodstalker | 2017-06-11 | 1 | -6/+39 |
| | |||||
* | now builds luajit as well | bloodstalker | 2017-06-10 | 1 | -1/+6 |
| | |||||
* | updated help | bloodstalker | 2017-06-10 | 1 | -9/+16 |
| | |||||
* | more commands for auto-completion | bloodstalker | 2017-06-10 | 1 | -2/+4 |
| | |||||
* | added a bunch more commands | bloodstalker | 2017-06-10 | 1 | -0/+90 |
| | |||||
* | new submodule, lua-jit | bloodstalker | 2017-06-07 | 1 | -0/+0 |
| | |||||
* | cleaned up the code | bloodstalker | 2017-06-07 | 1 | -243/+2 |
| | |||||
* | moved the other commands into lua now, so they are working again | bloodstalker | 2017-06-05 | 1 | -17/+96 |
| | |||||
* | fixed some commands | bloodstalker | 2017-06-05 | 1 | -22/+34 |
| | |||||
* | now the list commands output the results in as strings so they can be reused ↵ | bloodstalker | 2017-06-04 | 1 | -2/+11 |
| | | | | in lua in any way the user sees fit | ||||
* | added the new commands to the list | bloodstalker | 2017-06-04 | 1 | -0/+6 |
| | |||||
* | you can now call the list functions from lua | bloodstalker | 2017-06-03 | 1 | -6/+49 |
| | |||||
* | added some more lua scripts. theyre mainly used for testing | bloodstalker | 2017-06-03 | 2 | -0/+18 |
| | |||||
* | added a comment about the fact that this file is basically lua.c | bloodstalker | 2017-06-01 | 1 | -0/+8 |
| | |||||
* | registering the functions in lua | bloodstalker | 2017-06-01 | 1 | -0/+41 |
| | |||||
* | read it | bloodstalker | 2017-05-31 | 1 | -2/+16 |
| | |||||
* | lua test scripts | bloodstalker | 2017-05-31 | 4 | -0/+4 |
| | |||||
* | now all commands are sent to the lua interpreter. what that simply means is ↵ | bloodstalker | 2017-05-31 | 1 | -13/+92 |
| | | | | that bruiser is an interactive lua interpreter that uses linenoise for shell-like functionality instead of what the normal lua interpreter does, plus it will feature its own functionality. Im updating the readme as well. I explain more there | ||||
* | added a new command to the list | bloodstalker | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | basically lua.c wrappes in extern C. | bloodstalker | 2017-05-31 | 1 | -0/+597 |
| | |||||
* | nothing | bloodstalker | 2017-05-30 | 1 | -1/+0 |
| | |||||
* | fixed the memory leak | bloodstalker | 2017-05-28 | 1 | -22/+40 |
| | |||||
* | just some comments | bloodstalker | 2017-05-27 | 1 | -6/+20 |
| | |||||
* | nothing | bloodstalker | 2017-05-23 | 1 | -0/+1 |
| | |||||
* | nothing much | bloodstalker | 2017-05-20 | 1 | -12/+18 |
| | |||||
* | the history number is broken. commented it out til i fix it. | bloodstalker | 2017-05-18 | 1 | -8/+3 |
| | |||||
* | changed a comment | bloodstalker | 2017-05-18 | 1 | -30/+1 |
| | |||||
* | fixed the history command. now it prints the contents of the history file | bloodstalker | 2017-05-18 | 1 | -1/+16 |
| | |||||
* | the memory leak is apparently a non-issue, for more info read the comment in ↵ | bloodstalker | 2017-05-15 | 1 | -6/+9 |
| | | | | the source code for it | ||||
* | chaned some macros to fix the color problem | bloodstalker | 2017-05-15 | 1 | -3/+5 |
| | |||||
* | added the shell commands to the list | bloodstalker | 2017-05-15 | 1 | -0/+24 |
| | |||||
* | fixed the color "seeping" problem | bloodstalker | 2017-05-15 | 1 | -12/+22 |
| | |||||
* | updated to build the new object | bloodstalker | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | the header for the tab completions and suggestions | bloodstalker | 2017-05-15 | 1 | -0/+44 |
| | |||||
* | new source. holds the completion and suggestion functions | bloodstalker | 2017-05-15 | 1 | -0/+99 |
| | |||||
* | merely updated | bloodstalker | 2017-05-15 | 1 | -1/+186 |
| | |||||
* | removed a meaningless comment | bloodstalker | 2017-05-15 | 1 | -1/+0 |
| | |||||
* | added the new real hint and tab-completion functions | bloodstalker | 2017-05-15 | 1 | -3/+3 |
| | |||||
* | pretty much re-wrote it | bloodstalker | 2017-05-13 | 1 | -7/+9 |
| | |||||
* | now builds liblua | bloodstalker | 2017-05-13 | 1 | -9/+10 |
| | |||||
* | some deletions of ncurses remnants, added some skeletons for the selective ↵ | bloodstalker | 2017-05-13 | 1 | -11/+38 |
| | | | | non-blind mutation | ||||
* | fixed some stuff, added some more stuff. the embedded lua interpreter now works. | bloodstalker | 2017-05-13 | 1 | -30/+56 |
| | |||||
* | new header for bruiser | bloodstalker | 2017-05-12 | 1 | -0/+252 |
| | |||||
* | added linenoise into the build | bloodstalker | 2017-05-12 | 1 | -1/+7 |
| | |||||
* | added some more macros | bloodstalker | 2017-05-12 | 1 | -0/+12 |
| | |||||
* | history works, need to write completions and hin callbacks, thecolors are ↵ | bloodstalker | 2017-05-12 | 1 | -26/+60 |
| | | | | messed-up |