Age | Commit message (Expand) | Author |
2019-08-13 | Arrange makefile debug target | Quentin Rameau |
2019-08-12 | accept commands from stdin in script-mode | KatolaZ |
2019-08-12 | fix read of command scripts and script-mode | KatolaZ |
2019-08-11 | replace cleanup() with exit() in usage() | KatolaZ |
2019-08-09 | check all mem allocations | KatolaZ |
2019-08-09 | release 0.3v0.3 | KatolaZ |
2019-08-09 | bump version to 0.3 | KatolaZ |
2019-08-09 | update TODO | KatolaZ |
2019-08-09 | small change to manpage | KatolaZ |
2019-08-09 | fix bug in crop-to-visualbox | KatolaZ |
2019-08-09 | document read-at-point and re-organise options in manpage | KatolaZ |
2019-08-09 | add read-at-point function | KatolaZ |
2019-08-09 | Use target-specific vars for debug target | KatolaZ |
2019-08-09 | add debug target in Makefile | KatolaZ |
2019-08-08 | fix bug with global movements in arrow mode | KatolaZ |
2019-08-05 | remove atexit and replace exit() with cleanup() | KatolaZ |
2019-08-05 | replace isblank | KatolaZ |
2019-08-05 | move _i declaration up in arg.h | KatolaZ |
2019-08-05 | use std=c99 | KatolaZ |
2019-08-05 | Makefile: take advantage of having separate build units | Quentin Rameau |
2019-08-05 | Make sure step is 1 at startup | Quentin Rameau |
2019-08-05 | Improve Makefile | Quentin Rameau |
2019-08-02 | fix ANSI code in update_current() - thanks mwmsl! | KatolaZ |
2019-08-01 | remove trailing blank lines in write_file - change check_bound | KatolaZ |
2019-08-01 | fix bug in undo list allocation | KatolaZ |
2019-08-01 | add undo in erase mode | KatolaZ |
2019-08-01 | add undo in arrow mode | KatolaZ |
2019-08-01 | add crop-to-region in visual mode | KatolaZ |
2019-08-01 | add undo support for crop-to-visible | KatolaZ |
2019-07-31 | update Changelog -- release 0.2v0.2 | KatolaZ |
2019-07-31 | bump version number to 0.2 | KatolaZ |
2019-07-31 | add target dist to Makefile | KatolaZ |
2019-07-31 | update Changelog | KatolaZ |
2019-07-31 | support line-by-line undo in text mode | KatolaZ |
2019-07-31 | add undo support for box, visual, cut/paste | KatolaZ |
2019-07-31 | preliminary support for undo | KatolaZ |
2019-07-30 | fix bug in paste at point | KatolaZ |
2019-07-30 | yank buffer and initial copy/cut/paste support | KatolaZ |
2019-07-27 | add crop-to-visible function (C) | KatolaZ |
2019-07-27 | first step towards crop + some fixes to erase | KatolaZ |
2019-07-27 | Merge branch 'devel' into master | KatolaZ |
2019-07-27 | reorganise code | KatolaZ |
2019-07-26 | Merge branch 'devel' into master | KatolaZ |
2019-07-26 | change screen management -- dynamic array of lines | KatolaZ |
2019-07-26 | amended Makefile | KatolaZ |
2019-07-26 | towards dynamic screen management | KatolaZ |
2019-07-26 | small change to the manpage | KatolaZ |
2019-07-26 | add Changelog | KatolaZ |
2019-07-26 | add auto-arrow, multipliers, -s, -h | KatolaZ |
2019-07-24 | Merge branch 'master' into devel | KatolaZ |