mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix 181 typos in user-facing documentation
(cherry picked from commit fe365afb433bb39d4f3a6b68b3fd8e8daf5370c8)
This commit is contained in:
parent
2940b3f536
commit
9c75314c71
31 changed files with 181 additions and 181 deletions
|
|
@ -1,4 +1,4 @@
|
|||
12-07-17 iffe.sh: add C code NOTE("...") to ammend --verbose output
|
||||
12-07-17 iffe.sh: add C code NOTE("...") to amend --verbose output
|
||||
12-06-26 iffe.sh: fix "npt foo" to handle function-like macro foo()
|
||||
12-06-20 package.sh: use $KSH for rt in "results test"
|
||||
12-06-15 Makefile: add PLUGIN_LIB to $INSTALLROOT/bin/.paths and BUILTIN_LIB => PLUGIN_LIB
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
05-02-20 probe.win32: handle /platformsdk mount
|
||||
05-02-19 package.sh,package.mk: add write tst for tgz in tst subdir
|
||||
05-02-18 package.sh: accept cc -dumpmachine with 0 or 1 -
|
||||
05-02-14 package.sh: handle mutiple architectures per host in admin.db
|
||||
05-02-14 package.sh: handle multiple architectures per host in admin.db
|
||||
Makefile,package.sh: honor $INSTALLROOT/bin/.paths overrides
|
||||
package.sh: normalize trailing [-_]bits in host type
|
||||
iffe.sh: some ksh-compatible shells don't do *(pattern)
|
||||
|
|
@ -707,7 +707,7 @@
|
|||
package.sh: $CC ^HOSTTYPE=[A-Za-z_0-9.]*$ overrides HOSTTYPE
|
||||
iffe.sh: fix dat code that used previous $tmp.exe
|
||||
iffe.sh: fix dat code for _DLL imports
|
||||
01-02-09 iffe.sh: add copy() for shells with the dissappearing here doc bug
|
||||
01-02-09 iffe.sh: add copy() for shells with the disappearing here doc bug
|
||||
01-02-08 Makefile: guard against null $(CC.HOSTTYPE)
|
||||
01-02-06 Makefile: separate out cc,ld,ldd workarounds (so they will be packaged)
|
||||
01-02-02 package.sh: fix package use for $INSTALLROOT != */$HOSTTYPE
|
||||
|
|
|
|||
|
|
@ -861,7 +861,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
\b#define\b \aarg\a \adefault\a is emitted. \bkey\b accepts multiple
|
||||
\b= \b\adefault\a values; the first valid one is used.]
|
||||
[+?Each test statement generates a portion of a C language header that contains
|
||||
macro defintions, comments, and other text corresponding to the feature
|
||||
macro definitions, comments, and other text corresponding to the feature
|
||||
tests. \b#ifndef _def_\b\aname\a\b_\b\adirectory\a ...
|
||||
\b#endif\b guards the generated header from multiple \b#include\bs,
|
||||
where \aname\a is determined by either the \brun\b statement input file
|
||||
|
|
@ -917,7 +917,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
[+def \aname\a?Equivalent to \bcmd,dat,hdr,key,lib,mth,sys,typ\b
|
||||
\aname\a.]
|
||||
[+dfn \aname\a?If \aname\a is a macro in the candidate headers then
|
||||
a \b#define\b \aname\a \avalue\a statment is output for the
|
||||
a \b#define\b \aname\a \avalue\a statement is output for the
|
||||
\avalue\a defined in the headers. The definition is \b#ifndef\b
|
||||
guarded.]
|
||||
[+exp \aname\a \aexpression\a?If \aexpression\a is a \"...\" string
|
||||
|
|
@ -1050,7 +1050,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
\bsh\b(1).]
|
||||
[+preprocess?The block is preprocessed (\bcc -E\b).]
|
||||
[+run?The block is executed as a shell script and the output is
|
||||
copied to the output file. Succesful test macros are also
|
||||
copied to the output file. Successful test macros are also
|
||||
defined as shell variables with value \b1\b and are available
|
||||
within the block. Likewise, failed test macros are defined
|
||||
as shell variables with value \b0\b.]
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ USAGE_LICENSE
|
|||
" directories containing a makefile named \bNmakefile\b, \bnmakefile\b,"
|
||||
" \bMakefile\b or \bmakefile\b are considered. The first makefile"
|
||||
" found in each leaf directory is scanned for leaf directory"
|
||||
" prerequisites; the recusion order is determined by a topological sort"
|
||||
" prerequisites; the recursion order is determined by a topological sort"
|
||||
" of these prerequisites.]:[pattern]"
|
||||
"[C:?Do all work in \adirectory\a. All messages will mention"
|
||||
" \adirectory\a.]:[directory]"
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
[+DESCRIPTION?The \bpackage\b command controls source and binary
|
||||
packages. It is a \bsh\b(1) script coded for maximal portability. All
|
||||
package files are in the \b$PACKAGEROOT\b directory tree.
|
||||
\b$PACKAGEROOT\b must at minumum contain a \bbin/package\b command or a
|
||||
\b$PACKAGEROOT\b must at minimum contain a \bbin/package\b command or a
|
||||
\blib/package\b directory. Binary package files are in the
|
||||
\b$INSTALLROOT\b (\b$PACKAGEROOT/arch/\b\ahosttype\a) tree, where
|
||||
\ahosttpe\a=`\bpackage\b`. All \aactions\a but \bhost\b and \buse\b
|
||||
|
|
@ -170,7 +170,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
are variable assignments. Set admin_ping to local conventions
|
||||
if \"'$admin_ping$'\" fails. If a package list is not specified
|
||||
on the command line the \aaction\a applies to all packages; a
|
||||
variable assigment \bpackage\b=\"\alist\a\" applies \aaction\a
|
||||
variable assignment \bpackage\b=\"\alist\a\" applies \aaction\a
|
||||
to the packages in \alist\a for subsequent hosts in \afile\a.
|
||||
The remaining line type is a host description consisting of 6
|
||||
tab separated fields. The first 3 are mandatory; the remaining
|
||||
|
|
@ -206,7 +206,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
}
|
||||
[+clean | clobber?Delete the \barch/\b\aHOSTTYPE\a hierarchy; this
|
||||
deletes all generated files and directories for \aHOSTTYPE\a.
|
||||
The heirarchy can be rebuilt by \bpackage make\b.]
|
||||
The hierarchy can be rebuilt by \bpackage make\b.]
|
||||
[+contents\b [ \apackage\a ... ]]?List description and
|
||||
components for \apackage\a on the standard output.]
|
||||
[+copyright\b [ \apackage\a ... ]]?List the general copyright
|
||||
|
|
@ -322,7 +322,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
[+update\b [ beta ]] [ binary ]] [ source ]] [\aarchitecture\a ... ]] [ \aurl\a ]] [ \apackage\a ... ]]?Download
|
||||
the latest release of the selected and required packages from \aurl\a
|
||||
(e.g., \bhttp://www.research.att.com/sw/download\b) into the directory
|
||||
\b$PACKAGEROOT/lib/package/tgz\b. \bbeta\b acesses beta packages;
|
||||
\b$PACKAGEROOT/lib/package/tgz\b. \bbeta\b accesses beta packages;
|
||||
download these at your own risk. If \aarchitecture\a is omitted then
|
||||
only architectures already present in the \btgz\b directory will be
|
||||
downloaded. If \aarchitecture\a is \b-\b then all posted architectures
|
||||
|
|
@ -513,7 +513,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
|
|||
K&R, ANSI, and C++ dialects.]
|
||||
[+?All scripts and commands under \b$PACKAGEROOT\b use \b$PATH\b
|
||||
relative pathnames (via the \bast\b \bpathpath\b(3) function); there
|
||||
are no imbedded absolute pathnames. This means that binaries generated
|
||||
are no embedded absolute pathnames. This means that binaries generated
|
||||
under \b$PACKAGEROOT\b may be copied to a different root; users need
|
||||
only change their \b$PATH\b variable to reference the new installation
|
||||
root \bbin\b directory. \bpackage install\b installs binary packages in
|
||||
|
|
@ -864,9 +864,9 @@ original source. The ${bB}ast${eB} ${Mproto} command converts an ANSI C subset t
|
|||
that is compatible with K&R, ANSI, and C++ dialects.
|
||||
${bP}
|
||||
All scripts and commands under ${bB}\$PACKAGEROOT${eB} use ${bB}\$PATH${eB} relative pathnames;
|
||||
there are no imbedded absolute pathnames. This means that binaries generated
|
||||
there are no embedded absolute pathnames. This means that binaries generated
|
||||
under ${bB}\$PACKAGEROOT${eB} may be copied to a different root; users need only change
|
||||
their ${bB}\$PATH${eB} variable to reference the new instalation root bin directory.
|
||||
their ${bB}\$PATH${eB} variable to reference the new installation root bin directory.
|
||||
${bF}package install${eF} installs binary packages in a new ${bB}\$INSTALLROOT${eB}.
|
||||
${eO}"
|
||||
;;
|
||||
|
|
@ -990,7 +990,7 @@ ${bT}(5)${bD}Read all unread package archive(s):${bX}
|
|||
ignored. Lines starting with id=value are variable assignments.
|
||||
Set admin_ping to local conventions if \"$admin_ping\" fails.
|
||||
If a package list is not specified on the command line the
|
||||
action applies to all packages; a variable assigment
|
||||
action applies to all packages; a variable assignment
|
||||
package=list applies action to the packages in list for
|
||||
subsequent hosts in FILE. The remaining line type is a host
|
||||
description consisting of 6 tab separated fields. The first 3
|
||||
|
|
@ -1026,7 +1026,7 @@ ${bT}(5)${bD}Read all unread package archive(s):${bX}
|
|||
cc=compiler-version.
|
||||
clean | clobber
|
||||
Delete the arch/HOSTTYPE hierarchy; this deletes all generated
|
||||
files and directories for HOSTTYPE. The heirarchy can be rebuilt
|
||||
files and directories for HOSTTYPE. The hierarchy can be rebuilt
|
||||
by package make.]
|
||||
contents [ package ... ]
|
||||
List description and components for PACKAGE on the standard
|
||||
|
|
@ -1143,7 +1143,7 @@ ${bT}(5)${bD}Read all unread package archive(s):${bX}
|
|||
Download the latest release of the selected and required
|
||||
packages from URL (e.g.,
|
||||
http://www.research.att.com/sw/download) into the directory
|
||||
\$PACKAGEROOT/lib/package/tgz. beta acesses beta packages;
|
||||
\$PACKAGEROOT/lib/package/tgz. beta accesses beta packages;
|
||||
download these at your own risk. If ARCHITECTURE is omitted
|
||||
then only architectures already present in the tgz directory
|
||||
will be downloaded. If ARCHITECTURE is - then all posted
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ unit [ command [ arg ... ] ]
|
|||
and \bSAME\b calls following this \bEXEC\b up until the next
|
||||
\bEXEC\b or the end of the script provide details for the
|
||||
expected results. If no arguments are specified then the
|
||||
arguments from the previious \bEXEC\b in the current \bTEST\b
|
||||
arguments from the previous \bEXEC\b in the current \bTEST\b
|
||||
group are used, or no arguments if this is the first \bEXEC\b
|
||||
in the group.]
|
||||
[+EXIT \b\astatus\a?The command exit status is expected to match
|
||||
|
|
@ -113,7 +113,7 @@ unit [ command [ arg ... ] ]
|
|||
0 then tests until the next \bELIF\b, \bELSE\b or \bFI\b are
|
||||
enabled. Otherwise those tests are skipped. \bIF\b ... \bFI\b
|
||||
may be nested, but must not cross \bTEST\b boundaries. \anote\a
|
||||
is listed on the standard error if the correspoding test block
|
||||
is listed on the standard error if the corresponding test block
|
||||
is enabled; \bIF\b, \bELIF\b, \bELSE\b may nave a \anote\a
|
||||
operand.]
|
||||
[+IGNORE \b\afile\a ...?\afile\a is ignored for subsequent result
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
.AL 1
|
||||
.LI
|
||||
Using a pair of grave accents \^\fB\(ga\fR ... \fB\(ga\fR\^
|
||||
for command substition. Use \fB$(\fR ... \fB)\fR instead.
|
||||
for command substitution. Use \fB$(\fR ... \fB)\fR instead.
|
||||
.LI
|
||||
.B FCEDIT
|
||||
is an obsolete name for
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ The options have the following defaults and meanings:
|
|||
using while < file;do ...; done and allowing fields in
|
||||
each line to be accessed as positional parameters.
|
||||
FS_3D off For use with 3-D file system. Enabled automatically for
|
||||
sytems with dynamic linking.
|
||||
systems with dynamic linking.
|
||||
KIA off Allow generation of shell cross reference database with -I.
|
||||
MULTIBYTE on Multibyte character handling. Requires mblen() and
|
||||
mbctowc().
|
||||
|
|
@ -68,7 +68,7 @@ The options have the following defaults and meanings:
|
|||
PFSH off Compile with support for profile shell.
|
||||
RAWONLY off Turn on if the vi line mode doesn't work right unless
|
||||
you do a set -o viraw.
|
||||
SEVENBIT off Strip the eigth bit from characters.
|
||||
SEVENBIT off Strip the eighth bit from characters.
|
||||
SPAWN off Use spawn as combined fork/exec. May improve speed on
|
||||
some systems.
|
||||
STATS on Add .sh.stats compound variable.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
12-07-02 A bug in which an exit status > 256 corresponding to a signal was
|
||||
not returned by a function to indicate a signal exit has been fixed.
|
||||
12-06-28 Fix ulimit -a to list (Kibytes) instead of (kbytes).
|
||||
12-06-27 Fix unitialized data reference for <CR> as first char in --vi mode.
|
||||
12-06-27 Fix uninitialized data reference for <CR> as first char in --vi mode.
|
||||
12-06-26 The formatting of printf "%q" for multibyte locales has changed to
|
||||
output using \u[xxx] format for valid wide characters.
|
||||
12-06-25 The size limit for read -N and read -n has been raised to INT_MAX.
|
||||
|
|
@ -47,16 +47,16 @@
|
|||
12-06-12 For assignments if the form x=(foo bar), foo is only check for an
|
||||
alias if it is float, integer, compound, or nameref.
|
||||
12-06-12 +The shell supports 64 bit i-nodes even for 32 bit binaries.
|
||||
12-06-11 A bug wth >; redirection systems for which vfork() was the same a
|
||||
12-06-11 A bug with >; redirection systems for which vfork() was the same a
|
||||
fork() has been fixed.
|
||||
12-06-11 A bug in path lookup that ignored buffer boundaries has been fixed.
|
||||
12-06-08 typeset -a var and typeset -A var, first unset var when var is
|
||||
a compound variable.
|
||||
12-06-08 A bug in which running shcomp on a program containg namespace
|
||||
12-06-08 A bug in which running shcomp on a program containing namespace
|
||||
could core dump has been fixed.
|
||||
12-06-06 A bug in which unset of an associative array of compound variables
|
||||
did not completely unset the variable has been fixed.
|
||||
12-06-06 A bug in which exporting left or right justfied fields could loose
|
||||
12-06-06 A bug in which exporting left or right justified fields could loose
|
||||
the field width has been fixed.
|
||||
12-06-06 A bug on Solaris11 in which >; did not work for /dev/null was fixed.
|
||||
12-06-05 A race condition which occured when stopping a builtin command
|
||||
|
|
@ -69,14 +69,14 @@
|
|||
directory if they are killed or stopped.
|
||||
12-06-04 A bug in handling \\ in read has been fixed.
|
||||
12-05-31 Use getrlimit64/setrlimit64 on systems that support it.
|
||||
12-05-31 Fix 64 bit big-endian arithmentic bug that mishandled nan and inf.
|
||||
12-05-31 Fix 64 bit big-endian arithmetic bug that mishandled nan and inf.
|
||||
12-05-31 Handle ECONNRESET like EPIPE.
|
||||
12-05-31 Change .paths parse to use only the last BUILTIN_LIB from the top
|
||||
and treat BUILTIN_LIB value as a ':' separated list of lib names.
|
||||
12-05-29 Fix BUILTIN_LIB binding bug that ignored subsequent lookups.
|
||||
12-05-29 shtests: --nocompile omits the compile test and --compile does only
|
||||
the compile test.
|
||||
12-05-25 A command subsitution containing a here-document that itself contains
|
||||
12-05-25 A command substitution containing a here-document that itself contains
|
||||
a here-document no longer hangs.
|
||||
12-05-24 When the redirection operatory >; is directed to a symlink, it now
|
||||
overwrites the file named by the link rather than the link.
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
12-04-09 A bug in which the leading 0 was stripped from $x, when $x contained
|
||||
a heximadecimal constant inside an arithmetic expression inside
|
||||
a for or while loop.
|
||||
12-04-06 Modified namespaces to hand variabes FPATH, PATH, and OPTIND that
|
||||
12-04-06 Modified namespaces to hand variables FPATH, PATH, and OPTIND that
|
||||
are defined in name spaces appropriately. This also fixed OPTIND
|
||||
and OPTARG processing for functions.
|
||||
12-04-04 A bug in which cd .. fails when the current directory has been
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
cursor on the b rather than the a has been fixed.
|
||||
12-03-20 A bug which caused a core dump when defining a type with a field
|
||||
as ' integer -a data=([0]=0)' has been fixed.
|
||||
12-03-19 Using typeset -a array when array is an associative arry not
|
||||
12-03-19 Using typeset -a array when array is an associative array not
|
||||
generated an error message.
|
||||
12-03-19 typeset +a, typeset +A, and typeset +C not displays the variables
|
||||
with the attributes a, A, and C respectively instead of an error.
|
||||
|
|
@ -208,7 +208,7 @@
|
|||
12-03-16 A bug in which an unset discipline from a variable defined in a
|
||||
subshell is not invoked in the subshell has been fixed.
|
||||
12-03-08 The assignment typeset -a (x=1 y=2) now creates an index array
|
||||
of two elements rathern than an array of one element which is
|
||||
of two elements rather than an array of one element which is
|
||||
a compound variable.
|
||||
12-03-02 +The vi and emacs edit modes now list all the entries in a directory
|
||||
when entering a <tab> for completion after a /.
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
characters correctly has been fixed.
|
||||
12-01-20 A bug that could cause the shell to hang waiting for an incorrect
|
||||
job pid has been fixed.
|
||||
12-01-19 A memory leak which occured for a nested command subtiution has been
|
||||
12-01-19 A memory leak which occurred for a nested command subtiution has been
|
||||
fixed.
|
||||
12-01-17 A bug in which typeset -u PS1 could enable the uppercase attribute
|
||||
for some other variables, for exampe, HISTFILE has been fixed.
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
with a backshash.
|
||||
11-12-13 When tab is entered for completion after a ' or ", the ' and "
|
||||
characters are no longer deleted.
|
||||
11-12-07 A bug in which a program in the current direcotry with a . in the
|
||||
11-12-07 A bug in which a program in the current directory with a . in the
|
||||
name could fail to execute when both PATH and FPATH end with :. has
|
||||
been fixed.
|
||||
11-12-07 I fixed a bug in which a variable expansion in a large here-document
|
||||
|
|
@ -439,7 +439,7 @@
|
|||
11-03-04 +The tilde expansion on windows has been modified to handle user
|
||||
names of the form domain/user so that ~domain/user now expands
|
||||
to the home directory of that domain user.
|
||||
11-03-03 A bug in which the width of the prompt was calculated incorectly
|
||||
11-03-03 A bug in which the width of the prompt was calculated incorrectly
|
||||
which cause the wrong line length for edit commands has been fixed.
|
||||
11-03-02 A bug in which a global variables set from within a function inside
|
||||
a subshell can leave side effects in parent shell has been fixed.
|
||||
|
|
@ -454,7 +454,7 @@
|
|||
references defined and the script creates name references of the
|
||||
same name.
|
||||
11-02-21 The shell now fails with a syntax error when a here-document in a
|
||||
command substition is not completed before the closing ), for
|
||||
command substitution is not completed before the closing ), for
|
||||
example, $( foobar <<! )
|
||||
here_doc
|
||||
!.
|
||||
|
|
@ -468,7 +468,7 @@
|
|||
11-02-08 --- Release ksh93u ---
|
||||
11-02-08 A bug in which opening standard output after it has been closed with
|
||||
exec 1>&- doesn't work has been fixed.
|
||||
11-02-07 A bug on some systems for which a command subtitution could hang
|
||||
11-02-07 A bug on some systems for which a command substitution could hang
|
||||
has been fixed.
|
||||
11-01-28 A bug in file name completion for files containing both multibyte
|
||||
characters shell special characters has been fixed.
|
||||
|
|
@ -482,7 +482,7 @@
|
|||
variables when the same array was referenced on the left and the
|
||||
right hand side with different indices has been fixed.
|
||||
11-01-10 A bug in which the output of time was lost when { time...;} 2>&1
|
||||
occurred inside command substition has been fixed.
|
||||
occurred inside command substitution has been fixed.
|
||||
11-01-07 [[ -v sh.match[i] ]] was returning false when sh.match[i] was set.
|
||||
11-01-05 Added and modified warning messages with sh -n.
|
||||
11-01-02 Fixed bugs with typeset -l/-u/-M and arrays.
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
when the type is initialized has been fixed.
|
||||
10-11-12 The sequences \< and \> are now preserved after patterns containing
|
||||
~(E) in ${var/pattern/string} expansions.
|
||||
10-11-11 A bug in typeset -m when the variables were compound arrary instances
|
||||
10-11-11 A bug in typeset -m when the variables were compound array instances
|
||||
has been fixed.
|
||||
10-11-10 A bug in output of a compound variable with types containing types
|
||||
has been fixed.
|
||||
|
|
@ -718,7 +718,7 @@
|
|||
10-07-07 A bug in the output for compound variables containing
|
||||
multi-dimensional arrays has been fixed.
|
||||
10-07-06 ksh now recovers from changes made by bash to the history file without
|
||||
loosing history commands.
|
||||
losing history commands.
|
||||
10-06-25 A bug in which a large here document containing command substitutions
|
||||
of a dynamically loaded function that contained a here document
|
||||
could get truncated has been fixed.
|
||||
|
|
@ -785,7 +785,7 @@
|
|||
to make this the current line (n defaults to 1 of omitted) or
|
||||
<ESC>n<cr> to execute.
|
||||
10-05-20 A bug which caused an exception when multiple levels of composite
|
||||
functions in arithemtic expressions has been fixed.
|
||||
functions in arithmetic expressions has been fixed.
|
||||
10-05-19 <<< with an empty string no longer gives an error.
|
||||
10-05-19 A bug in arithmetic evaluation when a name reference to an array
|
||||
instance was used has been fixed.
|
||||
|
|
@ -819,7 +819,7 @@
|
|||
a non-zero element was specified and this has been fixed.
|
||||
10-04-26 A bug in which types defined in a subshell were not undefined when
|
||||
the subshell completed has been fixed.
|
||||
10-04-23 For file completion in commmand line editing, file names starting
|
||||
10-04-23 For file completion in command line editing, file names starting
|
||||
with # are now escaped so that they are not treated as comments.
|
||||
10-04-23 A bug in which ${t.var:=value}, where t is an instance of a type
|
||||
variable, could assign value to the type variable rather than to
|
||||
|
|
@ -1436,7 +1436,7 @@
|
|||
08-03-27 A bug in which the terminal group was not given back to the parent
|
||||
shell when the last part of a pipeline was handled by the parent shell
|
||||
and the other parts of the pipeline complete has been fixed.
|
||||
The symptom was that the pipeline became uninterruptable.
|
||||
The symptom was that the pipeline became uninterruptible.
|
||||
08-03-25 A bug in restricted mode introduced in ksh93s that caused scripts
|
||||
that did not use #! to executed in restricted mode has been fixed.
|
||||
08-03-25 A bug in which the pipefail option did not work for a pipeline
|
||||
|
|
@ -1533,7 +1533,7 @@
|
|||
from a subshell has been fixed.
|
||||
08-01-17 A bug in which a command substitution consisting only of
|
||||
assignments was treated as a noop has been fixed.
|
||||
08-01-17 A bug in which discipline functions invoked from withing a
|
||||
08-01-17 A bug in which discipline functions invoked from within a
|
||||
compound assignment could fail has been fixed.
|
||||
08-01-16 Incomplete arithmetic assignments, for example ((x += )), now
|
||||
generate an error message.
|
||||
|
|
@ -1793,7 +1793,7 @@
|
|||
06-04-25 A bug in the vi edit mode which could cause the shell to core dump
|
||||
when switching from emacs mode.
|
||||
06-04-17 A bug in which using LANG or LC_ in assignment lists with builtins
|
||||
did not restore the localed correctly has been fixed.
|
||||
did not restore the locale correctly has been fixed.
|
||||
06-04-04 A bug in which discipline functions could not be added to variables
|
||||
whose names started with .sh has been fixed.
|
||||
06-03-28 +The -s option to typeset was added to modify -i to indicate short
|
||||
|
|
@ -2344,7 +2344,7 @@
|
|||
viraw mode will always be on.
|
||||
|
||||
01-10-31 --- Release ksh93m ---
|
||||
01-10-31 A for loop optimizer bug for subshells contained withing for
|
||||
01-10-31 A for loop optimizer bug for subshells contained within for
|
||||
loops has been fixed.
|
||||
01-10-16 typeset without arguments no longer outputs variable names
|
||||
that do not have any attributes that are set.
|
||||
|
|
|
|||
|
|
@ -313,7 +313,7 @@ of ksh.
|
|||
the value of a name reference contained a positional
|
||||
parameter and the name reference was not defined inside
|
||||
a function has been fixed.
|
||||
o. Arithmetic expressions now correctly handle hexidecimal
|
||||
o. Arithmetic expressions now correctly handle hexadecimal
|
||||
constants.
|
||||
p. A bug in which integer variables could be expanded
|
||||
with a leading 10# when declared with typeset -i
|
||||
|
|
|
|||
|
|
@ -624,7 +624,7 @@ The \f5sh_addbuiltin()\fP function can be used to add or delete
|
|||
builtin commands. It takes the name of the built-in, the
|
||||
address of the function that implements the built-in, and
|
||||
a \f5void*\fP pointer that will be passed to this function
|
||||
as the third agument whenever it is invoked.
|
||||
as the third argument whenever it is invoked.
|
||||
If the function address is \f5NULL\fP, the specified built-in
|
||||
will be deleted. However, special built-in functions cannot
|
||||
be deleted or modified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue