SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tcsh-debugsource-6.20.00-lp150.1.9.x86_64.rpm :

* 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
* Tue Oct 15 2013 wernerAATTsuse.de- Add patch tcsh-6.18.01-history-merge.dif which is a backport of the patch from Stanislav Tokos (bnc#844752)
* Tue Aug 06 2013 wernerAATTsuse.de- Update to tcsh bug fix version V6.18.01- Remove patch tcsh-6.18.01.patch as not required anymore- Add patch tcsh-6.18.01-metakey.patch to make meta key work
* Thu May 10 2012 wernerAATTsuse.de- Fix tcsh segfaults in bb_cleanup() (bnc#761353)
* Fri Feb 24 2012 wernerAATTsuse.de- Update tcsh to patch level 6.18.01 - 20120214
* fix interruptible wait again
* ignore bogus compiler overflow message
* cleanup ifdefs in utmp code, and provide default array entries
* Ignore #machine entries in host.defs
* Detect missing ) in gethost.c (Corinna Vinschen)
* Mon Jan 16 2012 wernerAATTsuse.de- Update to tcsh final version V6.18.00
* remove unused variables.
* Make gethost use definitions for x __x__ and __x automatically.
* More utmp fixes
* Tue Jan 10 2012 wernerAATTsuse.de- Update to tcsh minor version V6.17.10
* Add more FreeBSD/NetBSD machines
* Add portability wrapper for gencat
* Fix warning for write in SYSMALLOC systems.
* revert gencat handling to pre-cygwin fixes (without the env settings)
* remove stray endutent()
* Remove - from gencat
* Provide support for malloc_usable_size() so that linux works again without SYSMALLOC
* Add support for FreeBSD\'s utmpx.
* Fix debian bug #645238: tcsh segfaults when prompt includes %j and there are more than 10 jobs.
* PR/155: Default $anyerror to set for backward compatibility
* PR/149: Don\'t print -1 in %j (Vojtech Vitek)
* handle -- on chdir commands as the end of options processing so that they can process a directory like -x without resorting to ./-x (Andrew Stevenson)
* Handle write(2) returning ENOENT from SoFS, thanks ++HAL (Robert Byrnes)
* PR/38: Null check for jobs (Kurt Miller)
* Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
* PR/120: string0 in filetest does not have enough space.
* Fri Nov 18 2011 wernerAATTsuse.de- Increase size of hash table for runtime linker a lot
* Thu Nov 17 2011 wernerAATTsuse.de- Split off tcsh-lang as its own package- Make language catalogs work that is use tcsh instead of tcsh.cat as this is the system default
* Wed Nov 16 2011 wernerAATTsuse.de- Update to tcsh minor version V6.17.06
* PR/110: Add $anyerror to select behavior. Default to the new one.
* Don\'t try to spell commands that are correct (Rouben Rostamian) [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo; chmod +x foo; set correct=cmd; ./foo -> ../foo]
* Don\'t push the syntax struct on the cleanup stack, because on foo;bar if foo fails, we will free bar prematurely (Ben Miller)
* Avoid infinite loop while trying to print the pid of a dying process to a closed file (Bob Arendt)
* Handle completion of ${ variables (Anthony Mallet)
* Add --disable-nls-catalogs (Corinna Vinschen)
* convert message catalogs to UTF-8 (Werner Fink)
* check that the NLS path works before setting $NLSPATH.
* use SYSMALLOC for GLIBC (Werner Fink)
* use mallinfo for SYSMALLOC (Corinna Vinschen)
* Use mkstemp() if there for here docs (Werner Fink)
* Fix handling of errors and exit values in builtins (Werner Fink)
* Better pty name detection (Werner Fink)
* Enable NLS catalogs on Cygwin (Corinna Vinschen)
* NLSPATH handling fixes (Corinna Vinschen)
* Avoid infrequent exit when tcsh cd\'s into a non-existent directory https://bugzilla.novell.com/show_bug.cgi?id=293395 (Werner Fink)
* Don\'t try to spell check full path binaries that are correct because they can cause hangs when other nfs partitions are hung. (Werner Fink)
* Avoid nested interrupts when exiting causing history writing to fail https://bugzilla.novell.com/show_bug.cgi?id=331627 (Werner Fink)
* Instead of giving an error or ignoring lines with missing eol at eof, process them.
* Avoid leaking fd\'s in mail check (Werner Fink)
* Recognize i686 (Corinna Vinschen)
* Avoid double slashes in cdpath (Corinna Vinschen)
* PR/102: Complain on input files with missing trailing \

* PR/104: If atime == mtime we don\'t have new mail.
* PR/113: Don\'t allow illegal variable names to be set.
* PR/112: don\'t set $REMOTEHOST on the local machine.
* Add AUTOSET_KANJI which works around the Shift-JIS encoding that translates unshifted 7 bit ASCII (Werner Fink)
* Handle mb{r,}towc() returning 0 by setting the return value to NUL (Jean-Luc Leger)
* PR/109: make wait interruptible (Vojtech Vitek)
* resource limit fixes: signed vs. unsigned, megabyte issue, doc issues (Robert Byrnes)
* Don\'t echo history while history -L or history -M
* Check for EOS before
*
* from Greg Dionne
* Don\'t fork in backeval from Bryan Mason
* Better globstar support from Greg Dionne
* Error out when processing the last incomplete line instead of silently ignoring it (Anders Kaseorg)
* Fix SEGV from echo ``
* Better fixes for histchars and promptchars (nargs)
* Wed Nov 16 2011 wernerAATTsuse.de- Use libtinfo if available otherwise libncurses (required due bnc #729226)
* Mon Feb 28 2011 wernerAATTsuse.de- Add key support for screen terminal emluator
* Mon Feb 07 2011 wernerAATTsuse.de- Renew some patches to make it build
* Tue Dec 14 2010 wernerAATTsuse.de- Update to tcsh minor version V6.17.02
* PR/79: nargs: Better handling for promptchars.
* PR/97: Add parseoctal to retain compatibility with previous versions (Jim Zajkowski)
* PR/84: Performance fixes for large history merges (add hashtable (Ted Anderson)
* Don\'t kill \"hup\" background jobs when a child of the shell exits. From Debian.
* Ignore \\r\
in the command line options for OS\'s that don\'t strip these from #!; from Debian
* Callers of rt_mbtowc don\'t grok -2 as a return. Return -1 for now. (Corinna Vinschen)
* set autoexpand; set histchars=\"\";\
crash. From Debian
* unset verbose while we are reading the history file to avoid echoing to the terminal. (Jeffrey Bastian)
* globstar addition, Enhance addition, euid, euser, gid variables (Greg Dionne)
* Make \'e\' in vi mode work like \'b\' - use wordchars (Alistair Crooks)
* Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen)
* Change internal expression calculations to long long so that we can deal with > 32 bit time, inodes, uids, file sizes etc.
* Don\'t print \'Exit X\' when printexitvalue is set in `` expressions (Jeff Bastian)
* Add more LS_COLORS vars (M.H. Anderson)
* Manual page fixes (Alan R. S. Bueno)
* Remove history in loops bug from the documentation (Holger Weiss)
* Add autorehash (Holger Weiss)
* Add history.at (Ted Anderson)
* Better NLSPATH handling (Norm Jacobs)
* Fix hostname building from utmp (Cyrus Rahman)
* Handle pending signals before flush so that the the history file does not get truncated. (Ted Anderson)
* Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
* remember to closedir in mailchk (from Werner Fink, reported by David Binderman)- Add workaround for Shift-JIS endcoding that translates unshifted 7 bit ASCII (bnc#655306)
* Fri Jun 11 2010 wernerAATTsuse.de- Avoid crash due own malloc due buggy nss implementation of glibc
* Wed Mar 17 2010 wernerAATTsuse.de- Add Forms Data Format (.fdf) for acroread and co (bnc#573202)
* Mon Mar 08 2010 roAATTsuse.de- fix tcsh-6.16.00-history.dif to apply
* Mon Feb 15 2010 wernerAATTsuse.de- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)
* Mon Feb 15 2010 wernerAATTsuse.de- Update to tcsh version V6.17.00
* Fix dataroot autoconf issue.
* Fix directory stuff for unit tests.
* Fix small bug in history in loops.
* Provide newer config.{guess,sub}
* Fix gcc 4 warnings.
* Fix memory trashing bug introduced in 10.
* add missing sigemptyset in goodbye()
* restore behavior where a[n-] never prints an error.
* always save the whole command, not just the first 80 chars of it.
* fix short2str/short2qstr length adjustment in wide chars (Vitezslav Crhonek)
* set histfile=/tmp/history.temp; set savehist=(100 merge); alias precmd history -S. After that justpr is not restored and commands don\'t execute. (Andriy Gapon)
* Fix \"as\" $ modifier from corrupting memory. set t=demfonsftraftionf; echo $t:as/f//
* Make $% work with environment variable (Ron Johnston)
* Add autoexpand=onlyhistory (Don Estabrook, m66)
* Add history in loops (Laurence Darby, m48)
* Add missing colorls \"rs\" variable (Shlomi Fish, m70)
* Fix pts detection issue (Ruslan Ermilov)
* Mon Dec 07 2009 meissnerAATTsuse.de- fixed patch fuzz in a minimalistic way.
* Wed Dec 02 2009 wernerAATTsuse.de- Remove left over in old patch to re-enable message on suppended jobs at exit/logout
* Fri Aug 14 2009 wernerAATTsuse.de- After mailbox counting close directory (bnc#530779)
* Tue Jun 23 2009 wernerAATTsuse.de- Add four unknown colorls variables (rs, ca, hl, and cl) used by dircolors but not by the tcsh ls-F builtin (bnc#494406)
* Tue Mar 31 2009 wernerAATTsuse.de- Also enable patch for bnc#472866
* Wed Mar 25 2009 wernerAATTsuse.de- Update to tcsh version V6.16.00- Add patch to avoid endless loop due incorrect tty process group (bnc#472866)
 
ICM