aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAge
* update VERSION.0.1.1Aurélien Aptel2011-04-03
|
* fix segfault when selecting big bufferspancake@nopcode.org2010-08-31
| | | | shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
* use predefined OS macro instead of uname.Aurélien Aptel2010-08-30
|
* st should compile on NetBSD.Aurélien Aptel2010-08-30
|
* removed pty.h. minimal system guessing added in config.mk.Aurélien Aptel2010-08-30
|
* st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel2010-08-28
|
* removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel2010-08-27
| | | started without a display. (thx Hiltjo Posthuma)
* backport of local changesAnselm R Garbe2009-05-10
|
* simplify MakefileMatthias-Christian Ott2008-07-21
| | | | | | | | | Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile.
* make st and std separate programmesMatthias-Christian Ott2008-06-14
|
* assume glibc by defaultMatthias-Christian Ott2008-06-10
|
* remove xinerama flagsMatthias-Christian Ott2008-06-08
| | | | The xinerama related variables in config.mk are a relict of dwm and therefore should be removed.
* added some new files for the initial rewrite of st from scratchAnselm R Garbe2008-05-20