aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-01build: produce reproducible self contained executableChristian Hesse1-3/+3
2017-06-01Merge branch 'strip' of https://github.com/eworm-de/visMarc André Tanner1-0/+1
2017-06-01build: strip vis-single by defaultChristian Hesse1-0/+1
2017-06-01build: use single threaded compression for reproducible buildsChristian Hesse1-1/+1
2017-06-01vis: use more portable format string for wchar_tMarc André Tanner1-1/+2
2017-06-01build: inject the version into docker imageChristian Hesse1-0/+1
2017-05-31vis: fix compiler warning concerning write(2) return valueMarc André Tanner1-1/+1
2017-05-31build: remove make standalone leftoversMarc André Tanner1-33/+4
2017-05-31build: switch docker image to i386 architectureMarc André Tanner1-1/+1
2017-05-31build: try to make docker build reproducibleMarc André Tanner2-2/+3
2017-05-31build: add a make docker targetMarc André Tanner1-1/+11
2017-05-31build: cleanup self contained executableMarc André Tanner4-100/+120
2017-05-31build: remove standaloneChristian Hesse1-127/+0
2017-05-31build: remove shell based self contained executableChristian Hesse2-126/+0
2017-05-31build: allow to build self-contained executableChristian Hesse4-2/+170
2017-05-31build: add Dockerfile for static builds from AlpineMarc André Tanner1-0/+14
2017-05-31vis-lua: fix file:match_at API documentationMarc André Tanner1-1/+1
2017-05-30lexer: add simple strace(1) output lexerMarc André Tanner2-0/+36
2017-05-30ui: reopen terminal read-writeableMarc André Tanner1-1/+1
2017-05-27vis-lua: avoid nil values in table returned by vis:mappingMarc André Tanner1-1/+2
2017-05-27vis-lua: expose functions to unmap key bindingsMarc André Tanner1-0/+40
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner3-1/+40
2017-05-27vis: remove unused enumeration constantsMarc André Tanner1-2/+0
2017-05-19vis: improve `:<` command implementationMarc André Tanner1-3/+13
2017-05-17vis: ensure complete ! command output is displayedMarc André Tanner1-3/+11
2017-05-17man: mention regex anchor behaviorMarc André Tanner1-0/+5
2017-05-15man: mention `o` to change selection directionMarc André Tanner1-0/+3
2017-05-15sam: use default address for file looping commandsMarc André Tanner1-2/+4
2017-05-13build: fix warning in lua related configure checkMarc André Tanner1-0/+2
2017-05-12vis: immediately update screen after a vis_redraw callMarc André Tanner1-0/+1
2017-05-12Add a whitespace rule for the "elixir" lexer.Tynan Colin Beatty1-0/+1
2017-05-11Move the #defines within the #include guardsParide Legovini1-5/+4
2017-05-11Fix compilation on GNU Hurd systemsParide Legovini1-0/+11
2017-05-07Link to C API documentation of master branchMarc André Tanner1-3/+3
2017-05-07Revert "doc: specify complete file names"Marc André Tanner1-5/+5
2017-05-07doc: specify complete file namesMarc André Tanner1-5/+5
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner2-0/+20
2017-05-06vis: add doxygen commentsMarc André Tanner8-176/+731
2017-05-04vis: improve job control for forked processMarc André Tanner1-2/+27
2017-05-03text: remove text_history_get functionMarc André Tanner3-17/+2
2017-05-03text: remove text_iterate macroMarc André Tanner2-8/+9
2017-05-03text: remove text_insert_newline functionMarc André Tanner4-10/+4
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner4-18/+21
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner3-2/+36
2017-05-03text: add miscellaneous documentation sectionMarc André Tanner2-8/+17
2017-05-03text: rename text_sigbus to text_mmapedMarc André Tanner3-6/+9
2017-05-03text: rename text_byte_get argument nameMarc André Tanner1-2/+2
2017-05-03map: convert comments to doxygen formatMarc André Tanner3-22/+66
2017-05-03array: convert comments to doxygen formatMarc André Tanner3-34/+80
2017-05-03buffer: convert comments to doxygen formatMarc André Tanner3-29/+53