checked in (request 32629)

OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=12
This commit is contained in:
OBS User autobuild
2010-02-18 15:59:50 +00:00
committed by Git OBS Bridge
parent 7f6628ed2b
commit c34c2e2063
15 changed files with 166 additions and 99 deletions

View File

@@ -1,34 +1,3 @@
-------------------------------------------------------------------
Mon Feb 15 16:42:56 CET 2010 - werner@suse.de
- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)
-------------------------------------------------------------------
Mon Feb 15 13:58:45 CET 2010 - werner@suse.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 7 11:23:30 CET 2009 - meissner@suse.de