mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
src/cmd/ksh93/bltins/typeset.c: b_typeset(): - For integer bases change argnum check to default values that are < 2 or > 64 to 10 instead of allowing invalid base values that ksh cannot process. src/cmd/ksh93/bltins/typeset.c: setall(): - Remove argnum check for integer base of 1 as base cannot be 1. - Relocate strlen(name) to inside of conditional check for np->nvfun as this code does not need to run all. - Remove no-op oldname code src/cmd/ksh93/tests/attributes.sh: - Add typeset -i base bounds checks to default base 10 |
||
|---|---|---|
| .. | ||
| builtin | ||
| INIT | ||
| ksh93 | ||
| Makefile | ||
| Mamfile | ||