sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit df59e437f378f4780c591f49e53ae9bf091d280e
parent 585f53b124a31bf8c0e4aad79fc5359302a415bd
Author: Martin Zach <martin.zach@student.tugraz.at>
Date:   Wed, 27 Feb 2019 12:56:02 +0100

Fixed links to libtom

Diffstat:
Msuckless.org/sucks/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -30,8 +30,8 @@ alternatives. library. Quite bloated, slow and [calls abort() on failed malloc](https://gmplib.org/repo/gmp/file/tip/memory.c#l105) - Alternatives: [libtommath](http://www.libtom.org/LibTomMath/), - [TomsFastMath](http://www.libtom.org/TomsFastMath/), + Alternatives: [libtommath](http://www.libtom.net/LibTomMath/), + [TomsFastMath](http://www.libtom.net/TomsFastMath/), [imath](https://github.com/creachadair/imath), [libzahl](//libs.suckless.org/libzahl) (WIP), [hebimath](https://github.com/suiginsoft/hebimath) (WIP)