aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.mk
Commit message (Collapse)AuthorAge
* Harden build; build staticallyHEADmasterGravatar Benjamin Barenblat2015-08-07
|
* Commit to push the 0.6 release.Gravatar Christoph Lohmann2015-07-07
|
* Remove strsep() callGravatar Roberto E. Vargas Caballero2015-03-20
| | | | | | | | | | strsep() is not a POSIX function, and it means that every system needs different defines to expose it. If the prototype of strsep is not exposed then an ugly int/pointer is done and it might mean a crash. The best solution?, to remove the strsep and make a custom loop. If C programmers cannot do this kind of loops without calling a library function, then maybe we should move all the suckless software to Java.
* Glibc wants me to use _DEFAULT_SOURCe. I do obey.Gravatar Christoph Lohmann2015-03-14
|
* Comment default CC assignmentGravatar Roberto E. Vargas Caballero2015-02-22
| | | | | | CC by default is cc, so the assignment was doing nothing, but it was using non standard syntax, so some system (NetBSD) fail to compile.
* Making surf compile again with rt.Gravatar Christoph Lohmann2014-06-30
| | | | | | The clock_gettime patch needs librt to be linked to surf. Thanks _odie for the hint.
* Remove CEIL macroGravatar Roberto E. Vargas Caballero2014-06-26
| | | | | | | | This macro was not correct in some cases, and it was used only in one place, where we did'nt get any benefit in performance of in size, so the macro is removed and ceilf is used instead of it. The only function needed from math.h is ceilf, so this patch defines the prototype of it instead of including math.h.
* 0.5 release.Gravatar Christoph Lohmann2014-04-05
|
* 0.4.1 release.Gravatar Christoph Lohmann2013-04-20
|
* Making st compile on OpenBSD again.Gravatar Christoph Lohmann2013-04-19
|
* Releasing 0.4.Gravatar Christoph Lohmann2013-03-29
|
* Making st compile on OS X.Gravatar Christoph Lohmann2013-03-05
|
* Using strsep and fixing null termination in csiparse.Gravatar Christoph Lohmann2013-02-26
| | | | Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
* Making the fontconfig and freetype paths portable in config.mk.Gravatar Christoph Lohmann2013-01-04
|
* The style inquisition was here again.Gravatar Christoph Lohmann2012-11-13
|
* 0.3 release.Gravatar Christoph Lohmann2012-11-02
|
* Adding a more flexible fontstring handling, shortcuts and a zoom function.Gravatar Christoph Lohmann2012-10-28
|
* This adds the fontcache dependency to try something out. Additionally theGravatar Christoph Lohmann2012-10-04
| | | | invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping.
* Initial Xft support for st. More to follow.Gravatar Christoph Lohmann2012-09-24
|
* Implement Xdbe-based double-bufferingGravatar Brandon Invergo2012-07-28
|
* revert to "tip" in VERSION.Gravatar Aurélien Aptel2012-02-16
|
* bump version.Gravatar Aurélien Aptel2012-02-16
|
* some minor fixesGravatar anselm@garbe.us2012-02-11
|
* update VERSION.Gravatar Aurélien Aptel2011-04-03
|
* fix segfault when selecting big buffersGravatar pancake@nopcode.org2010-08-31
| | | | shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
* use predefined OS macro instead of uname.Gravatar Aurélien Aptel2010-08-30
|
* st should compile on NetBSD.Gravatar Aurélien Aptel2010-08-30
|
* removed pty.h. minimal system guessing added in config.mk.Gravatar Aurélien Aptel2010-08-30
|
* st now runs on Linux, OpenBSD and FreeBSD.Gravatar Aurélien Aptel2010-08-28
|
* removed XINERAMA from config.mk and fixed a segfault when st isGravatar Aurélien Aptel2010-08-27
| | | started without a display. (thx Hiltjo Posthuma)
* backport of local changesGravatar Anselm R Garbe2009-05-10
|
* simplify MakefileGravatar Matthias-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 programmesGravatar Matthias-Christian Ott2008-06-14
|
* assume glibc by defaultGravatar Matthias-Christian Ott2008-06-10
|
* remove xinerama flagsGravatar Matthias-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 scratchGravatar Anselm R Garbe2008-05-20