Changelog for
ksh-20100621-5.SEL5_6.1.i386.rpm :
* Mon Dec 10 2012 Eddy Nigg
- Rebuild for StartCom Linux 5.0.x
* Wed Mar 21 2012 Michal Hlavinka - 20100621-5.1- fix tilda expansion in scripts (#805459)
* Tue Dec 06 2011 Michal Hlavinka - 20100621-5- fix: ksh can exit prematurely without crash or any error (#759498)
* Thu Oct 20 2011 Michal Hlavinka - 20100621-4- fix loading of dynamic builtins (#747249)
* Wed Oct 12 2011 Michal Hlavinka - 20100621-3- ksh sometimes returns wrong exit code when pid numbers are being recycled (#743357)
* Wed Oct 05 2011 Michal Hlavinka - 20100621-2- do not hang when pipes are used in eval argument (#743302)
* Tue Oct 04 2011 Michal Hlavinka 20100621-1- restore tty settings after timed out read (#573936)- fix stdin for double command substitution (#584704)- fix infinite loop when whence builtin is used with -q option (#587127)- ksh did not wait for pipeline to complete when pipefail option was used (#640379)- fix bug when here document got sometimes truncated (#644362)- completion used after an environment variable reported bad susbstituion error (#647524)- do not forget to restore file handles after execution of sourced script (#650998)- do not use invalid PID values in ksh kill built-in (#701890)- do not change $0 in posix function (#691933)- fix man page information about default value for PATH variable (#699641)- ksh child exit code not preserved correctly (#699823)- ulimit -v limits cpu instead of virtual memory (#712349)- wait was returning incorrect value (#726199)- fix crash when unsetting IFS inside a function (2nd reproducer) (#727891)- Apparent race condition when using pipes in KSH scripts (#736195)- lower resolution of file time comparison (#736462)- do not create extra process when calling function defined with function keyword (#739664)
* Sat Jun 25 2011 Michal Hlavinka 20100202-7- do not count empty array elements (#690816)
* Fri May 06 2011 Michal Hlavinka 20100202-6- fix bug when nested sourced script did not execute all commands (#698874)
* Mon Mar 14 2011 Michal Hlaivnka 20100202-5- fix crash when unsetting IFS inside a function- don\'t forget to close files including auto loaded function definition- fix file io race condition when file was created, but still does not exist
* Fri Feb 04 2011 Michal Hlavinka 20100202-4- fix crash when ksh get SIGPIPE while already executing signal handler- fix wrong output redirection in SIGPIPE trap- fix wrong typeset handling of arrays that could caused a crash
* Wed Feb 02 2011 Michal Hlavinka 20100202-3- fix memory leak slowing executions of scripts (#586923)
* Fri Aug 20 2010 Michal Hlavinka 20100202-2- add RLIMIT_RTPRIO and RLIMIT_NICE support to ulimit
* Tue Feb 09 2010 Michal Hlavinka 20100202-1- updated to 20100202 stable version
* Mon Dec 14 2009 Michal Hlavinka 20091206-1- updated to 20091211- fix looped job list (#435159)- fix error code when unsetting a variable that was already unset (#508869)- restore shell state when return was used in .profile (#506790)- wait for output of background process after foreground\'s completed (#509326)- fix parser failure when alias nested in emacs mode (#513967)- don\'t mention unavailable commands in man pages (#514485)- ship RELEASE in doc as change log (#541654)
* Wed Dec 02 2009 Michal Hlavinka 20080202-15- fix wrong array size caused by typeset (#538857)- fix pids of forked commands (#520383)- fix memcmp-memcpy typo causing syntax error (#538655)
* Sat Jul 11 2009 Michal Hlavinka 20080202-14- fix typeset value assign in an asynchronously called function (#507562)
* Wed Jun 10 2009 Michal Hlavinka 20080202-13- build with the logging ability (#502747)
* Fri May 08 2009 Michal Hlavinka 20080202-12- make braces non-optional for ${a[i]} inside [[...]] in the case where the argument can be a pattern.
* Fri Apr 17 2009 Michal Hlavinka 20080202-11- prevent rpmbuild creating debuginfo for %ghost files (#488798)- don\'t segfault for inaccessible history file (#494363)- add COMPATIBILITY file to the %doc (#494534)- use old language catalog, because the new one is broken (#493570)
* Thu Apr 02 2009 Michal Hlavinka 20080202-10- fix wrong OPTIND values after return from subshell- resolves: #443889
* Wed Apr 01 2009 Michal Hlavinka 20080202-9- fix link for man page- resolves: #488798
* Tue Mar 31 2009 Michal Hlavinka 20080202-8- fix initial link for alternatives- resolves: #488798
* Mon Mar 16 2009 Michal Hlavinka 20080202-7- fix unexpected behaviour of typeset [options] name=value- resolves: #489516- fix alternatives for ksh update, when there wasn\'t alternatives yet
* Fri Mar 06 2009 Michal Hlavinka 20080202-6- update chkconfig- resolves: #488798
* Fri Mar 06 2009 Michal Hlavinka 20080202-5- fix #488798 - use \'alternatives\' for ksh switching- fix #485030 - Umask value not restored when returning from a subshell- fix #488934 - ksh does not declare shell variables with hyphen
* Mon Feb 23 2009 Michal Hlavinka 20080202-4- fix #465438 - builtins do not report errors on failed file operations
* Tue Dec 02 2008 Michal Hlavinka 20080202-3- revert not working fix for #435159
* Thu Oct 02 2008 Tomas Smetana 20080202-2- fix #459228 - option -R not clear- fix #459566 - segfault on set -o vi- fix #456652 - exit shifts vi to background
* Wed Jul 30 2008 Tomas Smetana 20080202-1- rebase to the new version- fix #371441 - can\'t display international characters- fix #429488 - ksh -R can cause segmentation fault- fix #435159 - scripts failing under ksh- fix #441557 - the -m option removed from the manual page
* Thu Mar 13 2008 Tomas Smetana 20060214-1.8- fix #430955 - segaults on nget_optindex
* Fri Jan 04 2008 Tomas Smetana 20060214-1.7- fix race condition in the exit19 patch that could cause a loss of a coprocess\' exit value
* Mon Dec 10 2007 Tomas Smetana 20060214-1.6- fix #250362 - update manpage about subscript of index array
* Tue Aug 21 2007 Tomas Smetana 20060214-1.5- fix #242879 - memory leak- fix #232627 - call to exit(0) returns a status 19 to the calling shell script- fix #242878 - spins in stopped state- fix #243776 - ERR trap causes recursion- fix #219420 - unaligned access messages- fix #242877 - filesystem acl defaults are ignored- fix #278781 - fix handling of sigttou- fix #250362 - update manpage about subscript of index array
* Tue Jan 16 2007 Phil Knirsch 20060214-1.4- Included fix for segfaults in subshells (#222654)
* Fri Jan 12 2007 Karsten Hopp 20060214-1.3- Resolves: #222436 fix segfault on ppc
* Thu Dec 21 2006 Karsten Hopp 20060214-1.2- Resolves: #220018 fix uname -m/-i output
* Thu Jul 13 2006 Jesse Keating - 20060214-1.1- rebuild
* Fri Jun 02 2006 Karsten Hopp 20060214-1- new upstream source
* Mon Feb 27 2006 Karsten Hopp 20060124-3- PreReq grep, coreutils (#182835)
* Tue Feb 14 2006 Karsten Hopp 20060124-2- make it build in chroots (#180561)
* Mon Feb 13 2006 Karsten Hopp 20060124-1- version 20060124
* Fri Feb 10 2006 Jesse Keating - 20050202-5.1- bump again for double-long bug on ppc(64)
* Fri Feb 10 2006 Karsten Hopp 20050202-5- rebuild
* Tue Feb 07 2006 Jesse Keating - 20050202-4.1- rebuilt for new gcc4.1 snapshot and glibc changes
* Thu Feb 02 2006 Karsten Hopp 20050202-4- fix uname -i output- fix loop (
*-path.patch)- conflict pdksh instead of obsoleting it
* Fri Dec 16 2005 Jesse Keating 20050202-3.1- rebuilt for new gcj
* Wed May 11 2005 Karsten Hopp 20050202-3- enable debuginfo
* Tue Mar 15 2005 Karsten Hopp 20050202-2- add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
* Wed Mar 02 2005 Karsten Hopp 20050202-1 - update and rebuild with gcc-4
* Tue Mar 01 2005 Karsten Hopp 20041225-2 - fix gcc4 build
* Fri Jan 21 2005 Karsten Hopp 20041225-1- rebuild with new ksh tarball (license change)
* Tue Nov 02 2004 Karsten Hopp 20040229-11- disable ia64 for now
* Sat Oct 16 2004 Karsten Hopp 20040229-9 - rebuild
* Fri Sep 03 2004 Nalin Dahyabhai 20040229-8- remove \'&\' from summary
* Fri Sep 03 2004 Bill Nottingham 20040229-7- obsolete pdksh (#131303)
* Tue Aug 03 2004 Karsten Hopp 20040229-6- obsolete ksh93, provide ksh93
* Tue Jul 06 2004 Karsten Hopp 20040229-3 - add /bin/ksh to /etc/shells
* Thu Jun 17 2004 Karsten Hopp 20040229-2 - add ppc64 patch to avoid ppc64 dot symbol problem
* Sat May 29 2004 Karsten Hopp 20040229-1 - initial version