aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add an issueTom Ryder2016-12-181-0/+2
|
* Resolve an issue with find(1) compatibilityTom Ryder2016-12-171-2/+0
|
* Add an issueTom Ryder2016-12-171-0/+2
|
* Remove xrbg(1)Tom Ryder2016-12-151-8/+0
| | | | Overkill given feh(1) has a --randomize
* Add an issue about fcTom Ryder2016-12-151-0/+2
|
* Rewrite unf(1df) in awkTom Ryder2016-12-031-2/+0
| | | | | Also update manual page references to it, and improve it by making it ignore body content
* Convert sd2u and su2d to awkTom Ryder2016-12-031-2/+0
|
* Add another issueTom Ryder2016-12-031-0/+2
|
* Add an issue with unf(1df)Tom Ryder2016-12-031-0/+2
|
* Add issue with dr(6df)Tom Ryder2016-12-021-0/+2
|
* Add issueTom Ryder2016-11-181-0/+7
|
* Add aesth(6)Tom Ryder2016-11-181-2/+0
|
* Add an issue (well, an idea)Tom Ryder2016-11-171-0/+2
|
* Remove resolved issueTom Ryder2016-11-161-1/+0
| | | | This was fixed in d51d5f6
* Resolve issue with destructive sqs(1df)/stex(1df)Tom Ryder2016-11-161-2/+0
|
* Add sqs(1df)Tom Ryder2016-11-161-0/+2
| | | | And a relevant issue
* Flag issue as fixedTom Ryder2016-10-271-7/+0
| | | | Git completion for ancient Bash was fixed in f68239fb
* Add an issueTom Ryder2016-10-251-0/+1
|
* Add issueTom Ryder2016-09-121-0/+7
|
* Removed issueTom Ryder2016-09-081-2/+0
| | | | Decided against this; maintaining the ports not too burdensome really
* Remove issue; keeping non-POSIX \xFF in rfct(1df)Tom Ryder2016-09-081-2/+0
| | | | | This works in gawk, mawk, and both FreeBSD and OpenBSD's system awk. I think that's good enough.
* Remove issueTom Ryder2016-09-081-11/+0
| | | | | | | | | | | | | | Stumbled on a clue in izabera's libash: <https://github.com/izabera/libash/blob/master/scripts/2.completion#L113> Checking the changelog: <http://git.savannah.gnu.org/cgit/bash.git/tree/CHANGES?id=c2fa658335af1d85547b9eff874e97add742d595#n60> >s. Fixed a bug that caused the shell to not correctly parse multi-line > process substitutions containing comments and quoted strings. I can't actually find the code concerned though. I think it's somewhere in c2fa658, maybe in subst.c.
* Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-081-4/+0
|
* Add an issueTom Ryder2016-09-081-0/+4
|
* Remove fixed issue of `kill` completionTom Ryder2016-09-071-1/+0
| | | | Fixed in 015aae3
* Add an ideaTom Ryder2016-09-051-0/+1
|
* Flag an issue as resolvedTom Ryder2016-09-051-3/+0
| | | | Fixed this with b85a309 and 8761d0a.
* Add an issue with the Mutt configurationTom Ryder2016-09-021-0/+3
|
* Reimplement cfr(1df) using cf(1df)Tom Ryder2016-09-021-3/+0
| | | | | Resolves issue; not as fast as non-portable printf hack, but good enough. Also properly excludes root from the count.
* Fix POSIX non-compliance in cfr(1)Tom Ryder2016-09-011-0/+3
| | | | Which slows it down a *lot*; add an issue.
* Add an ideaTom Ryder2016-09-011-0/+2
|
* Add an ideaTom Ryder2016-08-301-0/+1
| | | | <https://bbs.archlinux.org/viewtopic.php?pid=1213693#p1213693>
* Add an ideaTom Ryder2016-08-301-0/+2
|
* Add an issueTom Ryder2016-08-301-0/+2
|
* Fix mysql()Tom Ryder2016-08-301-1/+0
|
* Remove fixed completion issueTom Ryder2016-08-301-3/+0
|
* Note broken mysql()Tom Ryder2016-08-301-0/+1
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-261-3/+3
| | | | This probably contains a few mistakes
* Add note to issueTom Ryder2016-08-251-0/+2
|
* Fix some vi artifactsTom Ryder2016-08-211-2/+1
|
* Resolve an issue with incorrect prompt infoTom Ryder2016-08-211-16/+2
| | | | | | | | | | | | | From `man 1 git-config`: > diff.autoRefreshIndex > When using git diff to compare with work tree files, do not > consider stat-only change as changed. Instead, silently run git > update-index --refresh to update the cached stat information for > paths whose contents in the work tree match the contents in the > index. This option defaults to true. Note that this affects only > git diff Porcelain, and not lower level diff commands such as git > diff-files.
* Add an issue about sh compatibilityTom Ryder2016-08-211-0/+10
|
* Downgrade install-terminfo from defaultsTom Ryder2016-08-211-2/+0
| | | | | But still required for install-tmux (256 colours and custom terminfo file)
* Port vr(1) to POSIX shTom Ryder2016-08-201-3/+0
|
* Add an issue about vr()Tom Ryder2016-08-201-0/+1
|
* Add an issueTom Ryder2016-08-201-0/+14
|
* Add a POSIX compatibility issueTom Ryder2016-08-191-0/+2
|
* Port eds(1) to POSIX sh(1)Tom Ryder2016-08-191-8/+0
| | | | | | | | Even managed to keep the options. Removed issue about Bash scripts; han(1) needs to be Bash as it's specifically for the Bash help() builtin. There's no advantage to making it POSIX.
* Translate apf(1) to POSIX shTom Ryder2016-08-191-1/+0
| | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* Port edda(1) to POSIX shTom Ryder2016-08-191-1/+0
| | | | | Losing the option-passing; could perhaps add this in again by specifically supporting POSIX-specific options for ed(1)