mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-23 05:30:18 +00:00
01902c1b91
* When ~ is parsed and next character is a delimiter, make sure contents of expanded $HOME match the user's delimiter. * When wildcard patterns don't match, rather than terminating the command gsh now prints "No match: <pattern> ignored" and passes the command line minus the unmatched patterns on to be executed. * Modified echo command so it doesn't add a blank to the end. * Make "clear" and "source" built-ins non-forked commands. Unforking "source" allows prefixes to be set in files that are sourced. * Add loop to parse a single command (removing leading whitespace) before sending it off to be expanded and executed. Skip null lines and comments at this level. This allows later commands that depend upon variables set in the 1st command to work; e.g.: set t_num=1 ; echo "Test number $t_num" Also fixes problems seen when tab was first character of multiple lines. * Initialize environment variable flags at startup (for echo, nodirexec, nonewline, noglob, nobeep, pushdsilent, term, and ignoreeof). Set flag when env var is set in upper or lower case (formerly, only worked with lower case). * Lots of places two-word addresses are incremented using inc, without checking for overflow into the high-order word. As these are discovered, they are changed to use adc on both words. See file UpdateLog for detailed list of changes. |
||
---|---|---|
.. | ||
M | ||
man | ||
tests | ||
alias.asm | ||
bufpool.asm | ||
builtin.asm | ||
cmd.asm | ||
dir.asm | ||
edit.asm | ||
expand.asm | ||
gsh.mac | ||
gsh.rez | ||
hash.asm | ||
history.asm | ||
invoke.asm | ||
jobs.asm | ||
m16.gno | ||
main.asm | ||
Makefile | ||
mdb.mac | ||
mmdebug.asm | ||
oldorca.asm | ||
orca.asm | ||
prompt.asm | ||
shell.asm | ||
shellutil.asm | ||
shellvar.asm | ||
stdio.asm | ||
sv.asm | ||
term.asm | ||
To.Do | ||
UpdateLog |