Revisions of ksh

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 205892 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 96)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199721 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 95)
- Make vmbalance awk script more clear for small vm page sizes

- Extend patch ksh93-fdstatus.dif to solve bnc#835885
- Modify patch ksh93-builtin.dif to reduce timeouts of pty utility
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 94)
Split 13.1 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 196085 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 93)
- rediff ksh-qemu.patch (forwarded request 195373 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185466 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 92)
- Use own subsection 1ast in manual section 1 to avoid name space
  conflicts

- Add patch ksh93-alias-k.dif as fix for bnc#824187

- Add patch ksh93-fdstatus.dif as fix for bnc#814135 and bnc#808449
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161265 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 91)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156831 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 90)
- Add patch ksh93-heredoclex.dif: substitution in here-document
  results in syntax error (bnc#804998)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155544 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 89)
- Avoid segmentation fault on typeset on ENV variable (bnc#803613)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 151594 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 88)
- Do not use Shift-JIS work around with UTF-8 

- Update to 2012-08-01 of ksh93u+ for bugfix version
  12-08-01 A bug that ignored interrupts for some builtins (e.g. cmdtst::grep) 
	   that read from stdin has been fixed.
  12-08-01 A bug that interpreted "cd .foo" as "cd foo" has been fixed.
  12-07-30 Added automatic restart for EINTR for ioctl, tcgetattr, and tcsetattr.
  12-07-23 A scoping error with namrefs to compound associative arrays has
	   been fixed.
  12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed.
  12-07-18 A bug in which /dev/stdout did not work in command substitution on
	   some systems has been fixed.
  12-07-17 A bug in which the restricted option set in a subshell prevented
	   some variables from getting restored when the subshell completed
	   has been fixed.
  12-07-09 A bug in which the directory is not restored after a subshell changes
	   the name of the directory for subshells executed in the same process
	   has been fixed.
  12-07-09 A bug in which file descriptors created with {n}< file were not being
	   closed has been fixed.
  12-07-09 The 12-04-04 fix for cd .. was not correct causing cd /etc;cd .. to
	   remain in /etc.  This has been fixed.
  12-07-02 A bug in which builtin name did now work for builtins found in a
	   library added by builtin -f lib has been fixed.
  12-07-02 A bug in the edit modes which <tab> after a directory did not refresh
	   the input line has been fixed.
  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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 150665 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 87)
- Finally found the reason for bnc#795324, that is avoid to free
  data which is used lateron in the has tree of reloaded shell
  functions.

- Avoid to skip builtin functions of the gcc if the libast does not
  provide them. Maybe related, to bnc#795324, where a crash happens
  in libc strcmp() if optimized for sse2 on AMD Opteron[tm] 6128.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 86)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146512 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 85)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139565 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 84)
- add explicit buildrequire on grof for man pages (forwarded request 139463 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139271 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 83)
- Make last patch smart that is use /dev/shm for temporary file
  descriptors

- Add a workaround for filled /tmp file systems (bnc#786134)
- Check for subshell if tmp file can be used otherwise use a
  a pipe (bnc#786134)
- Restore shell variables before any outpur will be placed in
  a temp file or buffer (bnc#786134)

- Be able to export justified and zerofilled variables (bnc#785360)
- This requires that variables with this attributes should be really
  cleared if unset
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 138476 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 82)
- Do not chrash if the value of an environment variable is NULL (bnc#785266)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134897 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 81)
- Add polling builtin patch (bnc #779888)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128902 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 80)
- Fix qemu-user build by not evaluating ps output that doesn't reflect
  what the virtual processes see (forwarded request 128876 from dirkmueller)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 79)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123805 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 78)
- Do not ignore backslashes/escapes for read builtin (bnc#765171)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121907 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 77)
- Better check on update for postun scriptlet and error correct with
  an posttrans scriptlet, that is do not remove /etc/ksh.kshrc on
  an update of an older ksh version (bnc#759730)
Displaying revisions 21 - 40 of 116
openSUSE Build Service is sponsored by