about summary refs log tree commit diff
path: root/Test/D06subscript.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+9
|
* 51079: metafy sep in array subscript flag (s:sep:)Jun-ichi Takimoto2022-12-021-0/+5
| | | | this enable sep to contain \0 etc.
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-0/+5
| | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-2/+2
|
* 42297: (e) subscript flag needs extra work with scalarsdana2018-05-141-0/+16
|
* 40932: Parameter subscripts need to count parentheses.Peter Stephenson2017-04-031-0/+7
| | | | Otherwise they can terminate in the middle of an expression.
* 37128: work around alias expansion trashing subscript parsingPeter Stephenson2015-11-171-0/+17
|
* users/17310: we can't treat < after [ as a normal character.Peter Stephenson2012-10-031-20/+0
| | | | Document problem and test for case that needs to work.
* users/17304: angle brackets aren't associated with special parsingPeter Stephenson2012-10-021-0/+20
| | | | inside square brackets
* 25364: fix k flag in hash subscriptPeter Stephenson2008-07-311-0/+10
|
* 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer2008-03-181-2/+6
| | | | any longer, so the (i) subscript flag on an empty array needs to yield 1.
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-0/+53
|
* 23440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson2007-05-211-2/+1
|
* 21701: Negative subscripts of scalars before start were brokenPeter Stephenson2005-09-061-0/+5
|
* Adjust test for new typeset restrictions.Bart Schaefer2001-08-131-2/+2
|
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-091-1/+1
|
* 15329: test script changes to go with 15327 LINENO changePeter Stephenson2001-07-091-1/+1
|
* Subscripting optimization and error checking.Bart Schaefer2001-04-241-4/+22
|
* Fix subscripting bug with backslash-double-quote.Bart Schaefer2001-04-231-0/+15
|
* Test for (kK) subscript flags bugfix.Bart Schaefer2001-04-231-1/+10
|
* More parameter/subscript cleanup.Bart Schaefer2001-04-211-0/+8
|
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-0/+130