v0.1.11
Highlights
- Major util: bc, driven by pest parsing
- New utils: compress, diff, nohup, sort, tr, uniq, unexpand
What's Changed
- Implement sort by @Wandalen in #96
- sort: standard input mode fix by @Wandalen in #99
- feat: implement "compress" and lzw writer by @rishadbaniya in #100
- Fix possible race condition in cp by @JRF63 in #102
- uncompress/lzw warning fixes by @jgarzik in #103
- nohup: initial implementation by @Wandalen in #98
- Copyright by @jgarzik in #104
- First implementation of uniq by @Wandalen in #105
- expr: cleanup by @jgarzik in #109
- Rm fixes by @JRF63 in #97
- Fix #111 by @JRF63 in #113
- [uuencode, uudecode]: fix uuencode, uudecode and write their tests by @rishadbaniya in #106
- Isolate umask callers to a separate process by @JRF63 in #115
- Fix #114 by @JRF63 in #116
- First implementation of unexpand by @Wandalen in #107
- implement bc by @grisenti in #119
- [uuencode] fix: use umask for file creation by @rishadbaniya in #123
- [uuencode, uudecode] test: add uniformity in permission of the encoded output b… by @rishadbaniya in #124
- Improve testing: vary with --release, or debug by @jgarzik in #125
- Fix file writability check by @JRF63 in #126
- Diff by @alirezabeygi803 in #110
- tr: first implementation by @Wandalen in #120
- [tr] fix: test test_tr_s by @Wandalen in #130
- improve bc by @grisenti in #132
- Version 0.1.11 by @jgarzik in #134
New Contributors
- @alirezabeygi803 made their first contribution in #110
Full Changelog: v0.1.10...v0.1.11