commit c0b6a6541f51edf28b76920513f40865ef913cbc
parent c130df1b52caa567be9cf0a110a43a13d26d2932
Author: anselm@garbe.us <unknown>
Date: Fri, 4 Jun 2010 11:49:29 +0100
new releases
Diffstat:
3 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
@@ -47,7 +47,7 @@ Links
Download
--------
* [MIT/X Consortium license](http://hg.suckless.org/dwm/raw-file/tip/LICENSE)
-* [dwm 5.8.1](http://dl.suckless.org/dwm/dwm-5.8.1.tar.gz) (20kb) (20100429)
+* [dwm 5.8.2](http://dl.suckless.org/dwm/dwm-5.8.2.tar.gz) (20kb) (20100604)
* See also [dmenu](http://tools.suckless.org/dmenu)
Development
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -3,6 +3,12 @@ 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-06-04
+----------
+[dwm 5.8.2](http://dwm.suckless.org) released: [download](http://dl.suckless.org/dwm/dwm-5.8.2.tar.gz)
+
+[9base-6](http://tools.suckless.org/9base) released: [download](http://dl.suckless.org/tools/9base-6.tar.gz)
+
2010-05-31
----------
[tabbed 0.3](http://tools.suckless.org/tabbed) released: [download](http://dl.suckless.org/tools/tabbed-0.3.tar.gz)
@@ -13,8 +19,6 @@ Read more about our [philosophy](/common/) and join us on the [mailing list](com
2010-05-29
----------
-[dwm 5.8.1](http://dwm.suckless.org) released: [download](http://dl.suckless.org/dwm/dwm-5.8.1.tar.gz)
-
[dmenu 4.1.1](http://tools.suckless.org/dmenu) released: [download](http://dl.suckless.org/tools/dmenu-4.1.1.tar.gz)
2010-05-25
@@ -25,10 +29,6 @@ Read more about our [philosophy](/common/) and join us on the [mailing list](com
----------
[wmii 3.9](http://wmii.suckless.org/) released: [download](http://dl.suckless.org/wmii/wmii+ixp-3.9-4.tbz)
-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
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
@@ -5,48 +5,62 @@
It currently contains the following original (no source changes) shell commands from Plan 9 for Unix:
+* ascii
* awk
* basename
* bc
* cal
* cat
* cleanname
+* cmp
* date
* dc
* du
+* dd
+* diff
* echo
+* ed
* factor
* fortune
+* fmt
* freq
* getflags
* grep
* hoc
+* join
+* look
* ls
* mk
* mkdir
* mtime
+* pbd
* primes
* rc
* read
+* sam
+* sha1sum
* sed
* seq
* sleep
* sort
+* split
+* strings
* tail
* tee
* test
* touch
* tr
* troff
+* unicode
* uniq
-* yacc
+* unutf
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!).
+The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller than, e.g. bash (duh!).
Download
--------
-* [9base-5](http://dl.suckless.org/tools/9base-5.tar.gz) (20100425)
+* [9base-6](http://dl.suckless.org/tools/9base-6.tar.gz) (20100604)
* <code>hg clone [http://hg.suckless.org/9base](http://hg.suckless.org/9base)</code>
Usage