index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
build: fix curses library/pkg-config name
Leonardo Taccari
1
-1
/
+1
2020-11-13
build: use feature test macros for memrchr configure check
Marc André Tanner
1
-1
/
+1
2020-11-12
build: add -D_NETBSD_SOURCE for NetBSD
Silas
1
-0
/
+1
2020-06-30
build: define LUA_COMPAT_5_3
Christian Hesse
1
-1
/
+1
2020-05-12
build: use -O2 by default
Marc André Tanner
1
-1
/
+1
2020-04-29
build: fix _XOPEN_SOURCE redefinition warning
Marc André Tanner
1
-1
/
+1
2020-02-07
build: improve debug flags
Marc André Tanner
1
-1
/
+1
2018-11-17
Fix configure on DragonFly BSD
Michael Neumann
1
-1
/
+1
2018-03-14
configure: Improve LPeg detection
TwoFinger
1
-23
/
+23
2018-02-19
configure: fix static lpeg detection messages
Quentin Rameau
1
-4
/
+5
2018-01-26
build: abort configure scripts upon interrupts
Marc André Tanner
1
-1
/
+2
2018-01-26
build: use pkg-config to find lpeg
TwoFinger
1
-4
/
+18
2017-12-02
build: remove erroneous libtermkey dependency
Marc André Tanner
1
-1
/
+1
2017-05-31
build: cleanup self contained executable
Marc André Tanner
1
-10
/
+1
2017-05-13
build: fix warning in lua related configure check
Marc André Tanner
1
-0
/
+2
2017-04-14
build: install miscellaneous documentation
David B. Lamkins
1
-1
/
+5
2017-04-09
text: add mem{r,}chr(3) based byte search functions
Marc André Tanner
1
-0
/
+20
2017-03-27
Prefer Lua 5.3
Klemens Nanni
1
-1
/
+1
2017-03-15
build: clarify lpeg related configure option
Marc André Tanner
1
-4
/
+4
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
1
-28
/
+37
2017-02-25
build: try to enable compiler flags to minimize binary size
Marc André Tanner
1
-3
/
+3
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-0
/
+11
2017-02-23
build: skip configure check for built-in lpeg if lua is not found
Marc André Tanner
1
-1
/
+1
2017-01-19
text-regex: add regex backend based on libtre
Marc André Tanner
1
-0
/
+52
2016-12-15
build: move $CFLAGS_DEBUG into config.mk
Marc André Tanner
1
-0
/
+1
2016-12-14
build: improve description of --enable-lpeg configure option
Marc André Tanner
1
-1
/
+1
2016-12-13
build: remove internal configure options from help text
Marc André Tanner
1
-2
/
+0
2016-12-13
build: add configure options for built-in lpeg support
Marc André Tanner
1
-0
/
+52
2016-05-19
build: check for Lua >= 5.2 in configure script
Marc André Tanner
1
-1
/
+5
2016-05-05
build: add -D__BSD_VISIBLE=1 to default CFLAGS for FreeBSD
Marc André Tanner
1
-3
/
+4
2016-04-26
build: fix lua auto detection on OpenBSD
Marc André Tanner
1
-1
/
+1
2016-04-26
build: try to produce a statically linked position independent executable
Marc André Tanner
1
-3
/
+7
2016-04-26
build: skip -pie for static build
Christian Hesse
1
-1
/
+5
2016-04-25
build: (re)enable pie build
Christian Hesse
1
-1
/
+3
2016-04-25
build: remove redundant code from configure script
Marc André Tanner
1
-3
/
+0
2016-04-25
build: add more default flags to $CFLAGS instead of $CFLAGS_AUTO
Marc André Tanner
1
-7
/
+7
2016-04-24
build: run configure before building dependencies
Christian Hesse
1
-18
/
+37
2016-04-22
build: disable pie build for now, it breaks local/standalone builds
Marc André Tanner
1
-1
/
+1
2016-04-22
build: clean up make local/standalone implementation
Marc André Tanner
1
-3
/
+3
2016-04-11
build: also probe for lua as lua-{5.2,5.3}
Marc André Tanner
1
-1
/
+1
2016-03-26
fix linker flags
Christian Hesse
1
-1
/
+1
2016-03-25
configure: fix probing of hardening flags
Marc André Tanner
1
-3
/
+3
2016-03-23
configure: use capital letters for variable names
Christian Hesse
1
-26
/
+26
2016-03-23
configure: default to cc instead of c99
Marc André Tanner
1
-1
/
+1
2016-03-23
configure: fix detection of libtermkey
Marc André Tanner
1
-1
/
+1
2016-03-23
configure: use temporary file instead of /dev/null for compiler output
Marc André Tanner
1
-12
/
+13
2016-03-22
configure: clear ${C,LD}FLAGS_LUA in error case
Marc André Tanner
1
-0
/
+2
2016-03-22
configure: exchange _{BSD,DARWIN_C}_SOURCE defines
Marc André Tanner
1
-2
/
+2
2016-03-21
Remove bashisms from configure script.
Richard Burke
1
-4
/
+7
2016-03-21
configure: probe for hardening flags
Marc André Tanner
1
-1
/
+8
[next]