aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-29Cleanup, added FOREACH() macro, fixed some bugs with key bindings.Bruce Hill
2021-07-28Improved memory allocation/error checking helper functions. AlsoBruce Hill
2021-07-15Cleanup/inlining/documentationBruce Hill
2021-07-15Unnecessary codeBruce Hill
2021-07-15CleanupBruce Hill
2021-07-15Tweaked ugly hackBruce Hill
2021-07-15Removed unnecessary macroBruce Hill
2021-07-15Improved execution order during startup so it's less hackyBruce Hill
2021-07-15Fix for bindingsBruce Hill
2021-07-06Fixed sed compatibility issueBruce Hill
2021-07-06Cross-platform compatibility changesBruce Hill
2021-07-05Fix for bcd on zshBruce Hill
2021-07-05TweaksBruce Hill
2021-07-05Restored docs for bcdBruce Hill
2021-07-05Fix for running bb within a subcommand (e.g. `cd $(bb -d)`)Bruce Hill
2021-07-03Switch from /etc/xdg/bb to /etc/bbBruce Hill
2021-07-03Removed outdated infoBruce Hill
2021-05-31Added lots of extra compiler checks and fixed a few minor issues.Bruce Hill
2021-05-31Added flagBruce Hill
2021-05-07Code cleanupBruce Hill
2021-04-17Added auto sort/interleave when opening selectionBruce Hill
2021-04-17TweaksBruce Hill
2021-04-17Proper history functionality via cd:- and cd:+Bruce Hill
2021-04-16Deprecated "<selection>" in favor of a better system using symlinksBruce Hill
2021-04-16Bugfix for <selection> files having weird truncation issuesBruce Hill
2021-02-07Stabilized randomization so it doesn't reshuffle when reloading the sameBruce Hill
2021-02-07Fixed column widths for absolute timesBruce Hill
2021-02-07Simplified safety checkBruce Hill
2021-02-07Fixed bug in size rendering, added safety check.Bruce Hill
2021-01-28Added commons clause to the licenseBruce Hill
2021-01-28Tweaked comment format and bumped copyright yearBruce Hill
2021-01-28Revered macro comments to inline blocksBruce Hill
2021-01-28Fixed macro backslashBruce Hill
2021-01-28Converted block comments to line commentsBruce Hill
2021-01-28Renamed bbbindkeys -> bbkeysBruce Hill
2021-01-28CleanupBruce Hill
2021-01-28Version bumpBruce Hill
2021-01-28Renamed $BBCURSOR -> $BB for concisionBruce Hill
2021-01-28Reorganized header filesBruce Hill
2021-01-28Renamed bterm -> terminalBruce Hill
2021-01-28Fixed up some makefile stuff with NAME flagBruce Hill
2021-01-18Removed TCC hack, since this is now fixed in TCCBruce Hill
2021-01-02Added -WerrorBruce Hill
2021-01-02Updating compiler flagsBruce Hill
2021-01-01A bit of refactoring, moving more rendering code into draw.cBruce Hill
2020-12-30Refactoring into multiple files betterBruce Hill
2020-10-23Fixed commentBruce Hill
2020-06-04Added some simplifications/tweaksBruce Hill
2020-06-03Misc fixes and tweaksBruce Hill
2020-04-20Slightly optimized column rendering by using the sequence for movingBruce Hill