Changelog for
ksh-20120801-34.el6_9.x86_64.rpm :
Thu May 18 14:00:00 2017 Siteshwar Vashisht
- 20120801-34
- Fix a memory leak while creating subshells
Resolves: #1324990
Fri Jan 8 13:00:00 2016 Michal Hlavinka - 20120801-33
- ksh crashed when disk was full (#1212992)
Thu Nov 26 13:00:00 2015 Michal Hlavinka - 20120801-32
- fix: in a login shell \"( cmd & )\" does nothing (#1217236)
- multibyte character string after $1-9 was not expanded correctly (#1256495)
- case in a for loop inside a subshell caused syntax error (#1241013)
Wed Aug 19 14:00:00 2015 Michal Hlavinka - 20120801-31
- fix another occurence of previous bug (#1247383)
Wed Aug 12 14:00:00 2015 Michal Hlavinka - 20120801-30
- do not free constant string trap (#1247383)
Tue Jul 7 14:00:00 2015 Michal Hlavinka - 20120801-29
- prevent null-test optimization in strdup (#1221766)
Fri Apr 3 14:00:00 2015 Michal Hlavinka - 20120801-28
- using trap DEBUG could cause segmentation fault (#1200534)
Mon Mar 23 13:00:00 2015 Michal Hlavinka - 20120801-27
- ksh could hang when executed in removed directory (#1204111)
Thu Mar 5 13:00:00 2015 Michal Hlavinka - 20120801-26
- fix segfault when handling a trap (#1117404)
- closing a file descriptor in a command substitution caused loss of the output (#1116072)
Fri Feb 13 13:00:00 2015 Michal Hlavinka - 20120801-25
- combining alarm and IFS caused segfault (#1176670)
Thu Feb 12 13:00:00 2015 Michal Hlavinka - 20120801-24
- cd to directory without execution permission can\'t fail silently (#1160923)
- current directory could differ from PWD (#1168611)
- declaration of a two dimemsional associatve array could add an extra 0 element (#1173668)
- exporting fixed with variable corrupted its data (#1188377)
- fixes memmory leak on unset of associative array (#1189294)
Thu Feb 12 13:00:00 2015 Michal Hlavinka - 20120801-23
- do not inherit invalid variables during shell initializaton (#1147645)
Thu Oct 2 14:00:00 2014 Michal Hlavinka - 20120801-22
- ksh hangs when command substitution containing pipe fills out the pipe buffer (#1138751)
Tue Sep 2 14:00:00 2014 Michal Hlavinka - 20120801-21
- the last patch was not applied correctly (#1116508)
Tue Sep 2 14:00:00 2014 Michal Hlavinka - 20120801-20
- return code from a function could be wrong (#1116508)
Wed Aug 27 14:00:00 2014 Michal Hlavinka - 20120801-19
- cd builtin could break IO redirection (#1133582)
Fri Jul 25 14:00:00 2014 Michal Hlavinka - 20120801-18
- job locking mechanism did not survive compiler optimization (#1112306)
- wrong return code from a pipe in command substitution (#1117316)
Fri Jun 20 14:00:00 2014 Michal Hlavinka - 20120801-17
- do not crash when unsetting running function from another one (#1105138)
- should report an error when trying to cd into directory without execution bit (#1102627)
Wed May 21 14:00:00 2014 Michal Hlavinka - 20120801-16
- do not resend signal on termination (#1075635)
- fix argv rewrite (#1047506)
- fix brace expansion on/off (#1078698)
- fix incorrect rounding of numsers 0.5 < |x| <1.0 in printf (#1070350)
- fix parser errors related to the end of the here-document marker (#1036931)
- ksh hangs when command substitution fills out the pipe buffer (#1062296)
- using typeset -l with a restricted variabled caused segmentation fault (#1083713)
- ksh stopped on read when monitor mode was enabled (#1023109)
- monitor mode was documented incorrectly (#1019334)
Tue May 13 14:00:00 2014 Michal Hlavinka - 20120801-15
- fix segfault in job list code (#825520)
Tue Mar 4 13:00:00 2014 Michal Hlavinka - 20120801-14
- reading a file via command substitution did not work when any of stdin,
stdout or stderr were closed (#1066589)
Wed Jan 22 13:00:00 2014 Michal Hlavinka - 20120801-13
- fix memory leak (#1036470)
Mon Jan 20 13:00:00 2014 Michal Hlavinka - 20120801-12
- use different fix for last bug
Fri Jan 10 13:00:00 2014 Michal Hlavinka - 20120801-11
- standard error output could get misdirected (#1036802)
Wed Oct 16 14:00:00 2013 Michal Hlavinka - 20120801-10
- ksh sometimes wrote wrong byte sequence to terminal when vi editing
mode was used (#1016611)
Tue Sep 24 14:00:00 2013 Michal Hlavinka - 20120801-9
- ctrl-c during read did not kill job group (#960034)
Fri Sep 13 14:00:00 2013 Michal Hlavinka - 20120801-8
- fix errors in man page (#1007816)
Tue Aug 13 14:00:00 2013 Michal Hlavinka - 20120801-7
- fix command substitution in pipelines (#994241)
Tue Jul 30 14:00:00 2013 Michal Hlavinka - 20120801-6
- fix license tag
Mon Jul 29 14:00:00 2013 Michal Hlavinka - 20120801-5
- fix another memory leak (#982142)
Mon Jul 22 14:00:00 2013 Michal Hlavinka - 20120801-4
- fix two memory leaks (#982142)
Thu Jul 11 14:00:00 2013 Michal Hlavinka - 20120801-3
- assigment to right justified variables did not work correctly (#903750)
Mon Jul 8 14:00:00 2013 Michal Hlavinka - 20120801-2
- fix overflow in subshell loop (#858263)
- set default editing mode to emacs (#761551)
- ksh -m did not turn monitor mode on (#960034)
- prevent fork bomb trigered by SIGSTP (#922851)
Thu Jul 4 14:00:00 2013 Michal Hlavinka - 20120801-1
- updated to 20120801, fixes (#840568)
- fix several memory leaks (#921455)
Thu May 16 14:00:00 2013 Michal Hlavinka - 20100621-22
- fix for command substitutions caused regressions, use different fix (#913110)
Tue Apr 9 14:00:00 2013 Michal Hlavinka - 20100621-21
- do not crash when using more file descriptors (#924440)
Mon Mar 25 13:00:00 2013 Michal Hlavinka - 20100621-20
- command substitution in here-document did not work propperly (#913110)
Thu Nov 1 13:00:00 2012 Michal Hlavinka - 20100621-19
- assigning a right justified typedef\'d variable to a smaller one
could corrupt the result (#846678)
- fix exporting of l/r-justified variable (#846678)
Tue Oct 30 13:00:00 2012 Michal Hlavinka - 20100621-18
- build with the logging ability (#869155)
Tue Oct 2 14:00:00 2012 Michal Hlavinka - 20100621-17
- flush output before forking (#827512)
Wed Apr 11 14:00:00 2012 Michal Hlavinka - 20100621-16
- tilda expansion does not work correctly (#800684)
Wed Mar 7 13:00:00 2012 Michal Hlavinka - 20100621-15
- do not crash when using a lot of file descriptors (#798868)
Fri Mar 2 13:00:00 2012 Michal Hlavinka - 20100621-14
- fix data corruption in a here-document section of a script at byte 8192 (#786787)
- restore tty settings after timed out read (#577223)
- do not create extra process when it\'s not needed (#781976)
- fix file descriptor leak (#781498)
- do not segfault on incorrect oop code (#743840)
Mon Dec 19 13:00:00 2011 Michal Hlavinka - 20100621-13
- fix: ksh can exit prematurely without crash or any error (#742930)
Tue Oct 11 14:00:00 2011 Michal Hlavinka - 20100621-12
- previous fix did not scale well, use different approach (#743842)
Thu Oct 6 14:00:00 2011 Michal Hlavinka - 20100621-11
- ksh sometimes returns wrong exit code when pid numbers are being recycled (#743842)
Tue Oct 4 14:00:00 2011 Michal Hlavinka - 20100621-10
- do not hang when pipes are used in eval argument (#742244)
Wed Aug 10 14:00:00 2011 Michal Hlavinka - 20100621-9
- wait was returning incorrect value (#728900)
- last fix was incomplete, add missing part
Fri Aug 5 14:00:00 2011 Michal Hlavinka - 20100621-8
- fix crash when IFS is unset inside a function - 2nd reproducer (#683734)
Tue Jul 26 14:00:00 2011 Michal Hlavinka - 20100621-7
- ksh did not wait for pipeline to complete when pipefail option was used (#702016)
- completion used after an environment variable reported bad susbstituion error (#702015)
- ksh child exit code not preserved correctly (#702013)
- do not change $0 in posix function (#702011)
- fix man page information about default value for PATH variable (#702008)
- do not use invalid PID values in ksh kill built-in (#701890)
- fix crashe when IFS is unset inside a function (#683734)
- do not count empty array elements (#702014)
Thu Mar 3 13:00:00 2011 Michal Hlavinka - 20100621-6
- fix ( ) compound list altering environment (#681478)
Thu Feb 3 13:00:00 2011 Michal Hlavinka - 20100621-5
- fix for #616691 when combined with #616684 needs to be modified
Mon Jan 17 13:00:00 2011 Michal Hlavinka - 20100621-4
- disable script aliasing optimization, because source code is not fully compliant
Wed Jan 5 13:00:00 2011 Michal Hlavinka - 20100621-3
- fix file io race condition when file was created, but still does not exist (#660319)
- use \'alternatives\' for (m)ksh switching (#659658)
- do not forget to restore file handles after execution of sourced script (#651888)
- fix bug when here document got sometimes truncated (#644362)
- do not forget to close autoloaded file with function definition (#643811)
- fix wrong typeset handling of arrays that could caused a crash (#637052)
- fix minor issues in man page (#619692)
- fix crash when ksh get SIGPIPE while already executing signal handler (#616691)
- fix wrong output redirection in SIGPIPE trap (#616684)
- add RLIMIT_RTPRIO and RLIMIT_NICE support to ulimit (#582690)
Tue Jun 29 14:00:00 2010 Michal Hlavinka - 20100621-2
- fix memory leak (second part is not upstream yet) (#586923)
Tue Jun 29 14:00:00 2010 Michal Hlavinka - 20100621-1
- updated to 2010-06-21
Mon May 31 14:00:00 2010 Michal Hlavinka - 20100202-9
- add pathmunge to /etc/kshrc
Tue May 25 14:00:00 2010 Michal Hlavinka - 20100202-8
- fix rare cd builtin crash
Tue May 4 14:00:00 2010 Michal Hlavinka - 20100202-7
- fix memory leak (#588710)
Mon May 3 14:00:00 2010 Michal Hlavinka - 20100202-6
- fix infinite loop when whence builtin is used with -q option (#587127)
- fix stdin for double command substitution (#584704)
Mon Mar 29 14:00:00 2010 Michal Hlavinka - 20100202-5
- fix typo in last patch
Fri Mar 26 13:00:00 2010 Michal Hlavinka - 20100202-4
- restore tty settings after timed out read for utf-8 locale
Fri Feb 19 13:00:00 2010 Michal Hlavinka - 20100202-3
- add zlib to license
Wed Feb 10 13:00:00 2010 Michal Hlavinka - 20100202-2
- add COMPATIBILITY, RELEASE and ChangeLog to docs
Tue Feb 9 13:00:00 2010 Michal Hlavinka - 20100202-1
- updated to stable version 2010-02-02
Tue Jan 5 13:00:00 2010 Michal Hlavinka - 20091224-1
- updated to 2009-12-24
Mon Dec 7 13:00:00 2009 Michal Hlavinka - 20091206-1
- updated to 2009-12-06
Fri Dec 4 13:00:00 2009 Michal Hlavinka - 20091130-1
- updated to 2009-11-30
Wed Nov 18 13:00:00 2009 Michal Hlavinka - 20091021-1
- updated to 2009-10-21
Thu Aug 27 14:00:00 2009 Michal Hlavinka - 20090630-1
- updated to 2009-06-30
Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 20090505-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Mon May 11 14:00:00 2009 Michal Hlavinka - 20090505-1
- updated to 2009-05-05
Tue May 5 14:00:00 2009 Michal Hlavinka - 20090501-1
- updated to 2009-05-01
Tue Mar 10 13:00:00 2009 Michal Hlavinka - 20081104-3
- fix typos in spec file
Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 20081104-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Wed Jan 21 13:00:00 2009 Michal Hlavinka 20081104-1
- update to 2008-11-04
- ast-ksh-locales are not useable remove them
- /usr/bin/ksh symlink was removed
Tue Oct 21 14:00:00 2008 Michal Hlavinka 20080725-4
- fix #467025 - Ksh fails to initialise environment when login from graphic console
Wed Aug 6 14:00:00 2008 Tomas Smetana 20080725-3
- fix BuildRequires, rebuild
Tue Aug 5 14:00:00 2008 Tom \"spot\" Callaway 20080725-2
- fix license tag
Mon Jul 28 14:00:00 2008 Tomas Smetana 20080725-1
- new upstream version
Thu Jun 26 14:00:00 2008 Tomas Smetana 20080624-1
- new upstream version
Mon Feb 11 13:00:00 2008 Tomas Smetana 20080202-1
- new upstream version
Wed Jan 30 13:00:00 2008 Tomas Smetana 20071105-3
- fix #430602 - ksh segfaults after unsetting OPTIND
Mon Jan 7 13:00:00 2008 Tomas Smetana 20071105-2
- fix #405381 - ksh will not handle $(xxx) when typeset -r IFS
- fix #386501 - bad group in spec file
Wed Nov 7 13:00:00 2007 Tomas Smetana 20071105-1
- new upstream version
Wed Aug 22 14:00:00 2007 Tomas Smetana 20070628-1.1
- rebuild
Thu Jul 12 14:00:00 2007 Tomas Smetana 20070628-1
- new upstream version
- fix unaligned access messages (Related: #219420)
Tue May 22 14:00:00 2007 Tomas Smetana 20070328-2
- fix wrong exit status of spawned process after SIGSTOP
- fix building of debuginfo package, add %{?dist} to release
- fix handling of SIGTTOU in non-interactive shell
- remove useless builtins
Thu Apr 19 14:00:00 2007 Tomas Smetana 20070328-1
- new upstream source
- fix login shell invocation (#182397)
- fix memory leak
Wed Feb 21 13:00:00 2007 Karsten Hopp 20070111-1
- new upstream version
- fix invalid write in uname function
Wed Jul 12 14:00:00 2006 Jesse Keating - 20060214-1.1
- rebuild
Thu Jun 1 14:00:00 2006 Karsten Hopp 20060214-1
- new upstream source
Mon Feb 27 13:00:00 2006 Karsten Hopp 20060124-3
- PreReq grep, coreutils (#182835)
Tue Feb 14 13:00:00 2006 Karsten Hopp 20060124-2
- make it build in chroots (#180561)
Mon Feb 13 13:00:00 2006 Karsten Hopp 20060124-1
- version 20060124
Fri Feb 10 13:00:00 2006 Jesse Keating - 20050202-5.1
- bump again for double-long bug on ppc(64)
Fri Feb 10 13:00:00 2006 Karsten Hopp 20050202-5
- rebuild
Tue Feb 7 13:00:00 2006 Jesse Keating - 20050202-4.1
- rebuilt for new gcc4.1 snapshot and glibc changes
Thu Feb 2 13:00:00 2006 Karsten Hopp 20050202-4
- fix uname -i output
- fix loop (
*-path.patch)
- conflict pdksh instead of obsoleting it
Fri Dec 16 13:00:00 2005 Jesse Keating 20050202-3.1
- rebuilt for new gcj
Tue May 10 14:00:00 2005 Karsten Hopp 20050202-3
- enable debuginfo
Tue Mar 15 13:00:00 2005 Karsten Hopp 20050202-2
- add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
Wed Mar 2 13:00:00 2005 Karsten Hopp 20050202-1
- update and rebuild with gcc-4
Tue Mar 1 13:00:00 2005 Karsten Hopp 20041225-2
- fix gcc4 build
Fri Jan 21 13:00:00 2005 Karsten Hopp 20041225-1
- rebuild with new ksh tarball (license change)
Tue Nov 2 13:00:00 2004 Karsten Hopp 20040229-11
- disable ia64 for now
Fri Oct 15 14:00:00 2004 Karsten Hopp 20040229-9
- rebuild
Thu Sep 2 14:00:00 2004 Nalin Dahyabhai 20040229-8
- remove \'&\' from summary
Thu Sep 2 14:00:00 2004 Bill Nottingham 20040229-7
- obsolete pdksh (#131303)
Mon Aug 2 14:00:00 2004 Karsten Hopp 20040229-6
- obsolete ksh93, provide ksh93
Mon Jul 5 14:00:00 2004 Karsten Hopp 20040229-3
- add /bin/ksh to /etc/shells
Wed Jun 16 14:00:00 2004 Karsten Hopp 20040229-2
- add ppc64 patch to avoid ppc64 dot symbol problem
Fri May 28 14:00:00 2004 Karsten Hopp 20040229-1
- initial version