commit 2c0cd8968f2280c4b5b061d19cbba00ff0d560f8
parent d991c290e87e3e0bdadf9745bcb6126d7c1cb160
Author: Anselm R Garbe <anselm@garbe.us>
Date: Sun, 25 Apr 2010 12:14:01 +0100
new 9base release
Diffstat:
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -3,6 +3,10 @@ software with a focus on simplicity, clarity, and frugality.
Read more about our [philosophy](/common/) and join us on the [mailing list](common/community).
+2010-04-25
+----------
+[9base-5](http://tools.suckless.org/9base) released: [download](http://dl.suckless.org/tools/9base-5.tar.gz)
+
2010-03-28
----------
We learned today that the previous wmii maintainer, who wasn't actively
@@ -44,8 +48,6 @@ There was a small community meeting in Berlin! Thanks to all attenders.
----------
[dwm 5.7.2](http://dwm.suckless.org) released: [download](http://dl.suckless.org/dwm/dwm-5.7.2.tar.gz)
-[9base-4](http://tools.suckless.org/9base) released: [download](http://dl.suckless.org/tools/9base-4.tar.gz)
-
2009-04-18
----------
[dmenu 4.0](http://tools.suckless.org/dmenu) released: [download](http://dl.suckless.org/tools/dmenu-4.0.tar.gz)
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
@@ -15,16 +15,25 @@ It currently contains the following original (no source changes) shell commands
* dc
* du
* echo
+* factor
+* fortune
+* freq
+* getflags
* grep
* hoc
* ls
* mk
+* mkdir
+* mtime
+* primes
* rc
* read
* sed
* seq
* sleep
* sort
+* std.mk
+* tail
* tee
* test
* touch
@@ -36,10 +45,9 @@ It currently contains the following original (no source changes) shell commands
It also contains the Plan 9 libc, libbio, libregexp, libfmt and libutf.
The overall SLOC is about 40kSLOC, so this userland + all libs is much smaller than, e.g. bash (duh!).
-
Download
--------
-* [9base-4](http://dl.suckless.org/tools/9base-4.tar.gz) (20090827)
+* [9base-5](http://dl.suckless.org/tools/9base-5.tar.gz) (20100425)
* <code>hg clone [http://hg.suckless.org/9base](http://hg.suckless.org/9base)</code>
Usage