SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tcsh-6.18.01-11.1.x86_64.rpm :
Fri Jun 16 14:00:00 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)

Tue Jan 13 13:00:00 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 14:00:00 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 6 14:00:00 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 14:00:00 2012 wernerAATTsuse.de
- Fix tcsh segfaults in bb_cleanup() (bnc#761353)

Fri Feb 24 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 2011 wernerAATTsuse.de
- Increase size of hash table for runtime linker a lot

Thu Nov 17 13:00:00 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 13:00:00 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 13:00:00 2011 wernerAATTsuse.de
- Use libtinfo if available otherwise libncurses (required due
bnc #729226)

Mon Feb 28 13:00:00 2011 wernerAATTsuse.de
- Add key support for screen terminal emluator

Mon Feb 7 13:00:00 2011 wernerAATTsuse.de
- Renew some patches to make it build

Tue Dec 14 13:00:00 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 14:00:00 2010 wernerAATTsuse.de
- Avoid crash due own malloc due buggy nss implementation of glibc

Wed Mar 17 13:00:00 2010 wernerAATTsuse.de
- Add Forms Data Format (.fdf) for acroread and co (bnc#573202)

Mon Mar 8 13:00:00 2010 roAATTsuse.de
- fix tcsh-6.16.00-history.dif to apply

Mon Feb 15 13:00:00 2010 wernerAATTsuse.de
- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)

Mon Feb 15 13:00:00 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 7 13:00:00 2009 meissnerAATTsuse.de
- fixed patch fuzz in a minimalistic way.

Wed Dec 2 13:00:00 2009 wernerAATTsuse.de
- Remove left over in old patch to re-enable message on suppended
jobs at exit/logout

Fri Aug 14 14:00:00 2009 wernerAATTsuse.de
- After mailbox counting close directory (bnc#530779)

Tue Jun 23 14:00:00 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 14:00:00 2009 wernerAATTsuse.de
- Also enable patch for bnc#472866

Wed Mar 25 13:00:00 2009 wernerAATTsuse.de
- Update to tcsh version V6.16.00
- Add patch to avoid endless loop due incorrect tty process group
(bnc#472866)


 
ICM