Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | yup. lua. better than whatever shaky messy DSL i was gonna come up with for ↵ | bloodstalker | 2017-05-12 | 74 | -0/+36828 | |
| | | | | bruiseer. | |||||
* | its a submodule | bloodstalker | 2017-05-12 | 1 | -0/+0 | |
| | ||||||
* | fixes and some changes | bloodstalker | 2017-05-12 | 1 | -13/+13 | |
| | ||||||
* | updated the readme, now it actually makes some sense and talks about what ↵ | bloodstalker | 2017-05-09 | 1 | -2/+2 | |
| | | | | bruiser really does | |||||
* | minor change | bloodstalker | 2017-05-09 | 1 | -0/+6 | |
| | ||||||
* | added the list records action | bloodstalker | 2017-05-09 | 1 | -7/+59 | |
| | ||||||
* | now prints function signature and var decls instead of just a name | bloodstalker | 2017-05-09 | 1 | -2/+16 | |
| | ||||||
* | now the list command works | bloodstalker | 2017-05-08 | 1 | -8/+202 | |
| | ||||||
* | added a bunch a things | bloodstalker | 2017-05-07 | 1 | -3/+21 | |
| | ||||||
* | added a list feature | bloodstalker | 2017-05-07 | 1 | -4/+214 | |
| | ||||||
* | added a help structure along with minor additions/changes | bloodstalker | 2017-05-06 | 1 | -0/+25 | |
| | ||||||
* | daemonize? | bloodstalker | 2017-05-02 | 1 | -2/+5 | |
| | ||||||
* | hijack main now works | bloodstalker | 2017-05-02 | 1 | -3/+4 | |
| | ||||||
* | history..., well sorta | bloodstalker | 2017-05-01 | 1 | -3/+22 | |
| |