Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Mon, 19 Mar 2012 19:19:21 -0500 | Rob Landley | Remove "feature test macros", replace non-portable fdprintf() with standard fprintf(). |
Fri, 16 Mar 2012 06:42:08 -0500 | Georgi Chorbadzhiyski | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). |
Fri, 16 Mar 2012 06:20:48 -0500 | Rob Landley | The linux header doesn't prototype unshare, and the glibc header introduced a regression in recent versions inexplicably crediting a linux feature to the FSF, so add the prototype ourselves. |
Thu, 15 Mar 2012 20:49:11 -0500 | Rob Landley | Simplify nanosleep call. |
Wed, 14 Mar 2012 22:04:06 -0500 | Georgi Chorbadzhiyski | Implement uniq. |
Wed, 14 Mar 2012 21:02:19 -0500 | Rob Landley | Default new ch* commands to n until enough is implemented not to break aboriginal build. |
Tue, 13 Mar 2012 21:05:12 -0500 | Georgi Chorbadzhiyski | New toys - chmod, chown, and chgrp. |