Changes since 2008-06-24 follow.
:::::::: INIT ::::::::
08-06-24 package.sh: fix $INSTALLROOT/bin/cc intercept time stamp file typo
:::::::: ksh93 ::::::::
08-07-25 --- Release ksh93t ---
08-07-18 A bug in which a nameref caused a local variable to be created
rather than binding to an existing variable in the global scope
has been fixed.
08-07-17 A bug which occured when a nameref was created from within a
function that was part of a pipeline has been fixed.
08-07-14 The compile option SHOPT_STATS was added. With this option the
compound variable .sh.stats keeps usage statistics that could help
with performance tuning.
08-07-10 The output of set now always uses a single line for each variable.
For array variables, the complete set of values is now displayed.
08-07-09 The typeset -C option can be used with arrays to indicate that
each element should default to a compound variable.
08-07-08 The %B format now outputs compound variables and arrays. The
alternate flag # can be used to cause output into a single line.
08-07-03 When the window change signal, WINCH, is received, the current
edit line is redrawn in place.
08-07-01 A bug in the handling of shared variables when inside an embedded
type has been fixed.
08-06-29 A bug in multiline edit mode which occured when the prompt length
was three characters or less has been fixed.
:::::::: tests ::::::::
08-06-24 date.dat: update for tmxfmt() %z fix
:::::::: dss ::::::::
08-07-17 dss.c: tweak self-docs
:::::::: bgp ::::::::
08-07-16 bgp-mrt.c: fix MP_UNREACH_NLRI parse bug
08-06-24 bgp-mrt.c: handle ipv6 extensions
:::::::: ip_t ::::::::
08-07-25 ip_t.c: add { %(prefix:C)s %(addr:C)s } for 0x%02x comma-separated value
:::::::: libast ::::::::
08-07-21 include/glob.h,misc/glob.c: GLOB_STARSTAR only forces lstat on chdir
08-07-17 sfio: sync with kpv
08-07-17 misc/optget.c: call astwinsize() each time terminal width required
08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
08-07-16 vmalloc/vmbest.c: add VMCHECK=m, VM_mmap to favor mmap() alloc
08-07-16 features/stdio,stdio/f(read|write).c: size_t return value!! ouch
08-06-24 tm/tmxfmt.c: fix %z to handle tm_isdst -- doh
08-06-24 misc/astintercept.c,misc/getenv.c: split from misc/setenviron.c
:::::::: libdss ::::::::
08-06-24 dss.h: add per-Dssfile_t vm
:::::::: libvcodex ::::::::
08-07-23 vcodex.h: add __EXPORT__/__IMPORT__ extern attributes
|