Lines Matching full:foo*

71 10-11-18  Fixed a bug in which typeset -T foo; typeset -T could cause a
326 typeset -a x=(foo (x=3;y=4) bar) as a syntax error has been fixed.
345 10-04-28 A type defined with a member foo that is an associative array without
346 elements followed by an expansion ${bar.foo[a]} and an assignment
347 bar.foo[a]=b, no longer indicates that ${#bar.foo[@]} has 0 members.
452 subscript was evaluated twice for $((foo[x++]++)) has been fixed.
488 09-11-17 +Change .paths parse to handle BUILTIN_LIB=foo BUILTIN_LIB=foo-1.2.
489 09-11-17 Inside a function, typeset foo.bar will bind foo to global variable
490 foo if local variable foo does not exist, instead of creating a
519 09-09-24 A bug in which LANG=foo; LC_ALL=foo; unset LC_ALL; did not revert
894 08-06-09 +Add -C option to typeset so that typeset -C foo, is equivalent
895 to foo=().
963 08-04-27 A bug in which the assignment x=(typeset -a foo=([0]=abc)) created
964 x.foo as an associative array has been fixed.
1043 07-08-30 +A discipline function can be invoked as ${x.foo} and is equivalent
1044 to ${ x.foo;} and can be invoked as x.foo inside ((...)).
1226 06-11-20 A bug in which "${foo[@]:1}}" expands a null argument (instead of
1227 no argument), when foo[0] is not empty has been fixed.
1354 variable were array elements, i.e. foo=(bar=(1 2)), has been fixed.
1394 05-07-24 A bug in which the pattern ~(E)(foo|bar) was treated as a syntax
1483 04-10-22 +`-o foo' equivalent to `+o nofoo', `-o nobar' equivalent to `+o bar'.
1484 `--foo' equivalent to `-o foo', `--nofoo' equivalent to `+o foo'
1603 03-08-01 A bug in which "${foo#pattern}(x)" treated (x) as if it were
1646 run from directory foo and PATH contained .:foo:xxx has been fixed.
1676 03-04-25 A bug in which if x is a name reference, then nameref y=x.foo
1866 02-01-07 A bug in which builtin foo, where foo is already a builtin
1867 would result in the builtin foo getting removed has been fixed.
2085 01-03-06 A bug in which an argument of the form foo=bar was not
2087 was foo has been fixed.
2257 99-03-31 A function defined as foo() without a function body
2298 has been fixed, for example {\$foo}.
2346 97-06-30 ulimit foobar, where foobar is not an arithmetic
2373 such as {foo\,bar,bam} to expand incorrectly have been fixed.
2384 whence -v foo now gives the correct result after calling
2385 builtin -d foo.
2400 96-07-31 The error message from sh -c ';echo foo' has been
2605 94-06-30 If foo is a function, and not a program, then command foo
2606 now reports that foo isn't found rather than invoking foo.