sortix-mirror/sh
Jonas 'Sortie' Termansen 47e1cc439a Add glob(3).
Switch sh(1) to use glob(3).

Remove compatibility for no glob(3) from the ports.
2023-03-16 00:20:43 +01:00
..
.gitignore
editline.c Save sh(1) history in ~/.sh_history. 2022-11-19 18:01:30 +01:00
editline.h Save sh(1) history in ~/.sh_history. 2022-11-19 18:01:30 +01:00
Makefile Implement profile(5) and shrc(5) in sh(1). 2022-11-19 18:01:30 +01:00
profile.5 Implement profile(5) and shrc(5) in sh(1). 2022-11-19 18:01:30 +01:00
proper-sh.5 Document sh(1). 2022-11-16 21:10:46 +01:00
proper-sh.c Implement profile(5) and shrc(5) in sh(1). 2022-11-19 18:01:30 +01:00
sh.1 Add sh(1) prompt variable expansion. 2022-11-20 22:15:51 +01:00
sh.c Add glob(3). 2023-03-16 00:20:43 +01:00
showline.c
showline.h
shrc.5 Implement profile(5) and shrc(5) in sh(1). 2022-11-19 18:01:30 +01:00
util.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
util.h