Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [un]expand: unicode support | Tomas Heinrich | 2010-01-04 | 1 | -0/+6 |
| | | | | | | | | function old new delta expand_main 633 663 +30 Signed-off-by: Tomas Heinrich <heinrich.tomas@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tests: fix POSIX shell source style | Mike Frysinger | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | The source command does not search $PWD, and bash recently fixed itself to follow this behavior for /bin/sh. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | expand: fix incorrect expansion exactly on tab boundary; shrink the code | Denis Vlasenko | 2008-12-14 | 1 | -0/+15 |
function old new delta expand_main 698 676 -22 xputchar 53 - -53 |