SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tcsh-lang-6.20.00-lp150.2.6.1.noarch.rpm :

* Thu Sep 26 2019 Dr. Werner Fink - Add patch tcsh-6.18.01-history-stderror-jmp.patch to restore cleanup routines in case of an error (bsc#1151630)
* Thu May 09 2019 Dr. Werner Fink - Modify patch tcsh-6.20.00-postcmd.patch to switch over to the fix in latest tcsh-6.21.00 (bsc#1129112)
* Tue Apr 09 2019 Dr. Werner Fink - Add patch tcsh-6.20.00-postcmd.patch as workaround for bsc#1129112- Modify tcsh-6.20.00.dif to fix sed syntax for test case lexical.at
* Wed Jul 19 2017 wernerAATTsuse.de- Add patch tcsh-6.20.00-avoid-dotlock-for-fcntl.patch as we are using fcntl\'s F_SETLKW patches for locking therefore avoid dot file locking without holding a file descriptor as otherwise we migth not be able to open the history file after a crash or if a killall had been used during reboot.
* Fri Jun 16 2017 wernerAATTsuse.de- Add patch tcsh-closem.patch to fix a long standing misbehaviour of upstram tcsh whic his that it close sockets which do not belong to it (bsc#1028864)
* Fri Apr 28 2017 wernerAATTsuse.de- Add patch tcsh-6.20.00-8bit-cmdkeys.patch Do not convert current used control bytes into wide characters- Extend bindkey.tcsh with 8-bit controls key escape sequences
* Thu Jan 19 2017 wernerAATTsuse.de- Remove -L option on screen call dues API change, now we depend on environment variables only.
* Wed Dec 07 2016 wernerAATTsuse.de- Add patch tcsh-6.20-ptr-update.patch from mailing list to correct updating pointers to a reallocated buffer of of linked list elements- Remove --hash-size options as there is no any change in the final binary nor library anymore
* Thu Dec 01 2016 wernerAATTsuse.de- Add patch tcsh-6.20-rmstar.patch from mailing list to restore the correct behaviour of `rm
*\' if rmstar is set
* Fri Nov 25 2016 wernerAATTsuse.de- Update to tcsh bug fix version V6.20.00 - 20161124
* Don\'t resize the screen if it did not change size.
* restore file description when cleaning up after eval: repeat 99 time
* PR/572: Fix $SHLVL issue when exec\'ing subshells.
* PR/403: Fix backquote expansion for multi-byte character sets.
* Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
* always send prusage to stdout.
* PR/526: Fix double \\\\ printing from previous fix in history expansion.
* Android updates from Corinna Vinschen
* PR/526: Quote backslashes properly so they can be preserved in `` expansions
* Fix memory leak for paraml
* Add notempty and ask values for the noclobber setting (Martin Tournoij)
* more correct $wordchars for vimode (Luke Mewburn)
* expose VImode in $vimode (Luke Mewburn)
* display what the compiled in editor is in bindkey -d (Luke Mewburn)
* run-fg-editor improvements and documentation (Luke Mewburn)
* Fix parsing of \'if (cond)then\' (Fridolin Pokorny)
* PR/437: Fix handling of invalid unicode characters.
* PR/451: Fix error messages containing %c to be always \'%c\'- Rename patch tcsh-6.18.03.dif which becomes tcsh-6.20.00.dif now- Drop patch union-wait.patch as now upstream- Modify patches tcsh-6.15.00-pipe.dif tcsh-6.17.06-dspmbyte.dif tcsh-6.18.03-colorls.dif tcsh-6.18.03-history-file-locking.patch tcsh-6.19.00-history-file-locking-order.patch
* Fri Aug 12 2016 wernerAATTsuse.de- Add patch tcsh-6.19.00-history-file-locking-order.patch Make a copy of the file descriptor of the history file to be able not only to lock but also unlock this file (bsc#992577)
* Mon Apr 04 2016 schwabAATTsuse.de- union-wait.patch: don\'t define BSDWAIT on glibc, future versions will remove support for union wait.
* Wed Mar 30 2016 wernerAATTsuse.de- Update to tcsh bug fix version V6.19
* Mainly a bug fix release (after 3 years) with few new features: 1. new cdtohome variable 2. locking in history files 3. history speedups.
* Mon May 11 2015 wernerAATTsuse.de- Update tcsh to patch level 6.18.05 - 20150510
* fix reseting when interrupted inside an eval \"eval sleep 10^C\" (paulo.cesar.pereira.de.andrade)
* rename handle_intr -> handle_interrupt as originally intended. fix input tests that need stdin on a tty
* Tue May 05 2015 wernerAATTsuse.de- Update tcsh to patch level 6.18.04 - 20150504
* revert fix echo \"\\1\", it is incorrect.
* revert fix to PR/437, breaks short strings.
* Mon May 04 2015 wernerAATTsuse.de- Update tcsh to patch level 6.18.03 - 20150503
* PR/437: Nakajima Akira: Fix segmentation fault reading input files
* PR/291: Print job status messages to stderr.
* Fridolin Pokorny NUL in `` does not mean EOF.
* Pavel Raiskup fix hang with: while (1) ( date & ; wait ) end
* Add cdtohome special variable (Martin Tournoij)
* Fix root prompt char for windows (Corinna Vinschen)
* For \"next\" completion matches only consider exact matches of the previous word (Jamie Landeg-Jones)
* Fix echo \"\\1\" for echo_style=both where the first character was not processed properly (Gary Duzan)- Remove patches now upstream
* tcsh-6.18.01-blk_buf.patch
* tcsh-6.18.01-metakey.patch- Rename patches tcsh-6.17.03-colorls.dif becomes tcsh-6.18.03-colorls.dif tcsh-6.17.10-catalogs.dif becomes tcsh-6.18.03-catalogs.dif tcsh-6.18.00-history-file-locking.patch becomes tcsh-6.18.03-history-file-locking.patch tcsh-6.18.01-history-merge.dif becomes tcsh-6.18.03-history-merge.dif tcsh-6.18.00.dif becomes tcsh-6.18.03.dif
* Fri Jan 30 2015 wernerAATTsuse.de- Enable tcsh checks but be aware that this can not be done in parallel- Backup tcsh-6.15.00-blanks.dif away before update a working copy
* Thu Jan 15 2015 tchvatalAATTsuse.com- Cleanup with spec-cleaner to order header data- Use %lang_package macro to remove redundant stuff- Drop unused patch tcsh-6.15.00-blanks.dif- Run make with more threads- Move the commented check to check section to silence rpmlint
* Tue Jan 13 2015 wernerAATTsuse.de- Add patch tcsh-6.18.00-history-file-locking.patch for bsc#901076 Cluster switch does not started completely packages on other node- Modified patch tcsh-6.18.01-history-merge.dif to fit with former
 
ICM