2010-12-14 17:25:40 +00:00
committed by Git OBS Bridge
parent c066575cda
commit cad20f7be4
13 changed files with 370 additions and 79 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Dec 14 18:20:38 CET 2010 - werner@suse.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\n 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="";\n<tab> 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 16:41:34 CEST 2010 - werner@suse.de
- Avoid crash due own malloc due buggy nss implementation of glibc
-------------------------------------------------------------------
Wed Mar 17 12:58:44 CET 2010 - werner@suse.de