Bart Schaefer
|
5977d3cdd4
|
unposted: fix parsing of Bang token in value side of array element assignment
|
2024-08-15 18:06:19 -07:00 |
|
Bart Schaefer
|
85172998f4
|
52619 (plus tests): no empty element when appending array to unset scalar
|
2024-02-28 20:40:26 -08:00 |
|
dana
|
805192311f
|
42101 (tweaked): assigning shell status to array was broken
|
2018-05-11 09:29:14 +01:00 |
|
Sebastian Gniazdowski
|
8522e996ec
|
40781: optimize array assignment, similar to 39995 for string assignment
|
2017-03-04 15:35:19 -08:00 |
|
Peter Stephenson
|
368884a3aa
|
39995 (from 39977): Optimise string parameter assignment.
If setter is the standard one and string length is unchnaged we can
copy into place.
|
2016-11-20 19:41:52 +00:00 |
|
Daniel Shahaf
|
9d2fe86564
|
37257 (in part): Add array assignment tests.
|
2015-12-19 09:53:05 +00:00 |
|
Peter Stephenson
|
16684952fb
|
37305: typeset -p can now output arrays on one line
|
2015-12-04 15:39:53 +00:00 |
|
Mikael Magnusson
|
8e3ca08f13
|
36347: Fix appending empty array to associations
|
2015-09-01 23:20:05 +02:00 |
|
Barton E. Schaefer
|
f3e8f4cf7a
|
35581, 35582: output array assignments with spaces inside the parens
|
2015-07-22 12:43:09 -07:00 |
|
Peter Stephenson
|
897ad46692
|
35369: better GLOB_ASSIGN testing
|
2015-06-02 16:23:08 +01:00 |
|
Takeshi Banse
|
1cd8023570
|
34064: assignment before command replaces array with export even when KSH_ARRAYS
|
2014-12-27 22:05:05 -08:00 |
|
Barton E. Schaefer
|
49d6aace41
|
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to string scalars
|
2014-11-28 13:30:22 -08:00 |
|
Peter Stephenson
|
1869eeb393
|
30876: fix obscure failures to propagate non-zero status
from optimised simple commands within lists
|
2012-12-13 10:36:59 +00:00 |
|
Bart Schaefer
|
bc1a12f91e
|
users/15662: array slice assignment with one index positive and one negative.
|
2010-12-21 16:54:30 +00:00 |
|
Peter Stephenson
|
d3ec328926
|
users/15663: some incomplete array assignment tests
|
2010-12-21 11:00:14 +00:00 |
|
Peter Stephenson
|
8bc64084a4
|
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
|
2010-08-31 19:32:56 +00:00 |
|
Andrey Borzenkov
|
daed9601f7
|
revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
|
2006-09-23 06:55:29 +00:00 |
|
Andrey Borzenkov
|
4e576c069c
|
22758: fix tests by setting locale to C
|
2006-09-22 19:34:05 +00:00 |
|
Peter Stephenson
|
3fc610c59f
|
Test -nt and FOO=BAR BAR=FOO echo bugs
|
2005-02-02 17:03:50 +00:00 |
|
Peter Stephenson
|
f63b677f53
|
21042: add test for bug fixed in 21041
|
2004-07-07 15:40:34 +00:00 |
|
Oliver Kiddle
|
52b8303537
|
16353: add += parameter assignments
|
2001-12-17 17:17:38 +00:00 |
|