Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | [EXPAND] Added getpwhome as a wrapper for getpwnam | Herbert Xu | 2005-10-29 | |
| | | | | | klibc doesn't have and doesn't need getpwnam. This change creates getpwhome which always returns NULL if getpwnam doesn't exist. | |||
* | Copyright/licence updates and remove all traces of sys/cdefs.h | Herbert Xu | 2005-10-29 | |
| | | | | | | | | | | | This change updates the BSD licence to the three-clause version since NetBSD has already done so. This makes dash GPL-compatible. It also adds Christos Zoulas (NetBSD ash maintainer) to the COPYING file. I've added "copyright by Herbert Xu" to most files. Finally all CVS IDs and inclusion of sys/cdefs.h have been removed. The latter is needed for support of klibc. | |||
* | Removed some unnecessary inclusions of input.h. | herbert | 2005-09-26 | |
| | ||||
* | Renamed error to sh_error. | herbert | 2005-09-26 | |
| | ||||
* | Fixed signed char promotion in src/expand.c. | herbert | 2005-09-26 | |
| | ||||
* | Size optimisations around varvalue() in src/expand.c. | herbert | 2005-09-26 | |
| | ||||
* | Fixed expansion when leading argument is null in src/expand.c. | herbert | 2005-09-26 | |
| | ||||
* | Initial import. | Herbert Xu | 2005-09-26 | |