summary refs log tree commit diff
path: root/bin/1sh/histedit.c (follow)
Commit message (Collapse)AuthorAge
* Remove 1shJune McEnroe2020-12-23
|
* Replace __DECONST with regular castsJune McEnroe2020-06-08
| | | | sed -E 's/__DECONST[(]([^,]+), ([^)]+)[)]/(\1)(\2)/'
* Replace __FBSDID macros with commentsJune McEnroe2020-06-08
| | | | sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
* Remove reference to FreeBSD-specific libedit hackJune McEnroe2020-06-08
| | | | | | | | Newer versions of libedit have sane tab-complete now without FreeBSD's hacks, and in fact the hack is gone in FreeBSD-CURRENT. I'm still a little confused why binding this weird function is necessary at all, but at least it exists everywhere, I guess.
* Add HISTFILE history savingJune McEnroe2020-03-09
|
* Source .editrc before applying -v or -eJune McEnroe2020-03-09
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09
|
* Import /usr/src/bin/sh from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove 1sh sourcesJune McEnroe2020-03-09
| | | | I'm going to recreate it from fresh sh sources for clean git history.
* Source .editrc before applying -v or -eJune McEnroe2019-12-20
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Do not apply expansion to HISTFILEJune McEnroe2019-11-21
|
* Revert "Use local libedit"June McEnroe2019-11-21
| | | | This reverts commit 4ec42616876188657fde1230f7c2ccd8396f18b1.
* Just use H_LOAD and H_SAVEJune McEnroe2019-11-21
|
* Remove PSlitJune McEnroe2019-11-20
|
* Rename catsh to 1shJune McEnroe2019-06-28
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique.