Lines Matching refs:variable

32 09-12-11  A bug where the subscript of an unset variable was not evaluated has
50 09-11-17 Inside a function, typeset foo.bar will bind foo to global variable
51 foo if local variable foo does not exist, instead of creating a
52 local variable.
59 09-11-09 A bug in which a variable that has been unset in a subshell and then
74 contains multiple subscripts for the same variable has been fixed.
94 when it was converted from a compound variable by adding an another
96 09-09-03 Specifying export for a compound variable now generates an error.
104 09-08-26 The .sh.file variable was not being set for a script that was run
114 09-08-20 A bug in which a compound variable containing an array of a type
118 09-08-19 A bug in which initializing a compound variable instance to another
119 compound variable by name has been fixed.
120 09-08-18 A bug in which compound variable instances could be lost after
142 09-06-18 A bug in appending a compound variable to a an indexed array of
144 09-06-18 A bug which occurs when appending a compound variable to an indexed
148 09-06-17 A bug in typeset -m when moving a local compound variable to a
149 global compound variable via a name reference has been fixed.
173 09-05-12 A bug which could cause a core dump when a variable whose name
185 09-04-05 The ENV variable defaults the the file named by $HOME/.kshrc rather
189 09-03-24 ksh now only uses the value of the _ variable on startup if it can
201 09-03-10 If a variable that was left or right justified or zero-filled was
226 a global name reference to a local variable.
240 a variable is a name reference.
242 a variable is set.
244 unsetting a variable that was unset to conform with the POSIX
247 after encountering a variable that it could not unset to
250 the variable x when determining whether x is set or not.
255 non-existent sub-variable in an arithmetic expression could cause
256 the sub-variable to be created has been fixed.
268 08-12-16 A bug in which a name reference to a name reference variable that
270 08-12-16 A bug in which a variable given both the -A and -C attribute along
304 set for an instance could appear twice when displaying the variable
312 08-11-06 A bug which could cause a core dump when the _ reference variable was
362 08-09-15 The variable _ is now set as a reference to the compound variable
363 when defining a compound variable or a type.
382 08-09-05 A bug in which unsetting a compound variable did not unset all
386 06-08-26 The SHLVL variable which is an environment variable used by bash
391 08-08-22 If oldvar is a compound variable, typeset -C newvar=oldvar creates
394 08-08-13 When used in an arithmetic expression, the .sh.version variable
399 variable. Not documented yet.
406 08-07-30 A bug in which expanding compound variable that had a get discipline
408 08-07-18 A bug in which a nameref caused a local variable to be created
409 rather than binding to an existing variable in the global scope
414 compound variable .sh.stats keeps usage statistics that could help
416 08-07-10 The output of set now always uses a single line for each variable.
419 each element should default to a compound variable.
438 specified variable was not set has been fixed.
439 08-06-16 When typeset -p is followed by variable names, it now displays
443 08-06-13 A bug in which a compound variable defined in a subshell could
447 08-06-13 The .sh.lineno variable has been added. When .sh.level is changed
450 08-06-13 The .sh.level variable has been documented and now works.
502 the specified variable so be unset before the assignment and
528 08-04-04 Choose the name _ as the sub-variable that holds type or instance
540 08-03-24 A bug which could cause a memory exception when a compound variable
592 07-09-26 A bug in which appending a compound variable to a compound variable
603 It will be bound to a variable on the first assignment.
634 08-01-16 A bug in which a set discipline defined for a variable before
647 07-12-04 A bug in which using <n>TAB after a variable name listing expansion
656 07-11-27 A bug in which compound variable UTF-8 multibyte values were not
672 only a simple variable has been fixed.
677 variable is declared as in indexed array and has no elements has
679 07-11-14 A bug in which creating a local SECONDS variable with typeset in
692 07-09-20 A bug in which a nameref to a compound variable that was local
709 variable was not expanded correctly has been fixed.
711 made to a compound variable element with a typeset -a attribute
716 for a variable with the -RZ attribute if the variable name had been
732 07-06-18 The braces for a subscripted variable with ${var[sub]} are now
754 07-03-08 A bug in which an error in read (for example, an invalid variable
757 variable with a subscript that is an arithmetic expression has
765 07-02-26 A bug in which setting a variable readonly in a subshell would
770 07-02-19 A bug introduced in ksh93 that causes global compound variable
785 the first variable name argument will become the default value
791 be called when called from a discipline function of the same variable.
839 binary (typeset -B) variable.
856 06-06-23 A number of bug fixes for command, file, and variable completion
915 variable were array elements, i.e. foo=(bar=(1 2)), has been fixed.
938 05-11-22 The .sh.match array variable is now set after each [[ ... ]]
940 05-10-17 A bug in which the library path variable could be prefixed
979 with no intervening space, where varname is a variable name which
1000 detect environment variable changes has been fixed.
1061 04-07-31 The .sh.match variable added in ksh93l, now works like other
1083 04-04-28 If the first character of assignment to an integer variable was 0,
1084 the variable had been treated as unsigned. This behavior was
1099 04-02-28 The ability to apply an append discipline to any variable has
1139 03-11-04 A bug in which leading zeros were stripped from variable
1145 called when a string variable was implicitly referenced from
1151 when getting the numerical value of a string variable so that
1181 variable could cause a core dump has been fixed.
1228 .sh. prefixed to it after expanding a variable whose name begins
1232 of another name in the compound variable has been fixed.
1244 03-03-18 The TIMEFORMAT variable was added to control the format for
1249 03-03-03 Three new shell variables were added. The variable .sh.file
1251 was found in. The variable .sh.fun names the current function
1252 that is running. The variable .sh.subshell contains the depth
1255 expansions is placed in the variable .sh.command. The trap
1294 variable, $x will not be treated as an octal constant.
1319 02-10-21 A bug which could cause a core dump when a local SECONDS variable
1331 02-09-30 A bug in which exporting an array variable would not export the
1336 null or unset did not contain the variable name var has been fixed.
1352 compound variable assignment has been fixed.
1380 when the OPTIND variable contained a negative value has been fixed.
1443 01-10-16 typeset without arguments no longer outputs variable names
1478 library path variable is prepended with a corresponding library
1520 PATH variable.
1525 01-07-09 A bug in which a discipline function applied to a local variable
1535 of the $? variable.
1582 01-05-08 The FPATH variable now requires an explicit . to cause the
1591 01-04-30 The variable .sh.match is set after each pattern match (# % or /)
1592 in a variable substitution. The variable .sh.match is an
1595 match or until the value of the variable changes which ever
1713 is appended to a variable that is not an array has been fixed.
1736 00-06-12 Added variable name completion/expansion/listing to the set of
1759 00-03-27 A bug in which the library path variable was not updated
1807 99-03-31 A bug in which a local variable in a function declared readonly
1838 the appropriate library path variable is prepended
1848 the variable it references was the subject of a compound
1895 quoted strings that also contained variable expansions
1901 prevent variable substitution to occur after $(...) command
1993 96-07-31 A discipline function for a global variable defined
1995 incorrectly created a local variable of the same name
2053 specified for an existing variable has been fixed.
2079 95-04-31 A bug which could cause a core dump if variable TMPDIR was
2160 the LANG variable was assigned to has been fixed.
2182 94-06-30 A bug which caused a variable to be unset if the