aboutsummaryrefslogtreecommitdiff
path: root/shells/yash
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/yash: maintenance update to 2.51Christian Weisgerber2021-02-092-4/+4
| | | | Notes: svn path=/head/; revision=564826
* Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports ↵Alexandre C. Guimarães2020-07-241-1/+1
| | | | | | | | | | | | | geographical load balancing - update all affected ports PR: 244164 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Differential Revision: https://reviews.freebsd.org/D24955 Notes: svn path=/head/; revision=543005
* Update to 2.49, which has a number of minor bug fixes.Christian Weisgerber2020-03-122-5/+5
| | | | Notes: svn path=/head/; revision=528320
* Yash is explicitly written in C99. GCC 4.2 can handle this withoutChristian Weisgerber2019-06-301-1/+2
| | | | | | | requiring a C11 compiler. Notes: svn path=/head/; revision=505439
* shells/yash: fix build with GCC architecturesPiotr Kubaj2019-06-231-1/+1
| | | | | | | | | | Add USES=compiler:c11 to fix: strbuf.h:162: error: expected ';', ',' or ')' before 'buf' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=504917
* New port: shells/yashChristian Weisgerber2019-06-164-0/+275
Yash, yet another shell, is a POSIX-compliant command line shell. Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Notable features are: * Global aliases * Arrays * Socket redirection, pipeline redirection, and process redirection * Brace expansion and extended globbing * Fractional numbers in arithmetic expansion * Prompt command and command-not-found handler * Command line completion with predefined completion scripts for more than 100 commands * Command line prediction based on command history WWW: https://yash.osdn.jp/index.html.en Notes: svn path=/head/; revision=504351