Changelog for
tcsh-6.14.00-23.4.x86_64.rpm :
Wed Jun 21 14:00:00 2006 - wernerAATTsuse.de
- Do not overwrite memory by not initialized Char array (#186669)
Wed Apr 26 14:00:00 2006 - wernerAATTsuse.de
- Fix typo in compelete macro for the command man
Tue Apr 25 14:00:00 2006 - wernerAATTsuse.de
- Add new LS_COLORS variables to avoid error message (bug #168601)
Mon Apr 10 14:00:00 2006 - wernerAATTsuse.de
- Tcsh completion: expand also for sections of posix manual pages
and include section 0 into search scheme (bug #160782)
Thu Mar 23 13:00:00 2006 - wernerAATTsuse.de
- Source the users ~/.cshrc and ~/.login in the traditional order,
nevertheless the system wide /etc/csh.cshrc and /etc/csh.login
will be sourced in the natual order (bug #160278)
Mon Feb 6 13:00:00 2006 - wernerAATTsuse.de
- Make $< operator work even when fed by pipe (bug #147724)
Wed Jan 25 13:00:00 2006 - mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Tue Oct 25 14:00:00 2005 - wernerAATTsuse.de
- Switch order of sourcing csh.login csh.cshrc, now csh.login
comes first to provide all exported environment variables.
Thu Aug 18 14:00:00 2005 - wernerAATTsuse.de
- Update to tcsh 6.14.00, the wide character version (bug #104108).
Mon May 23 14:00:00 2005 - wernerAATTsuse.de
- Make mh handling more smarter
Fri Apr 1 14:00:00 2005 - wernerAATTsuse.de
- Gcc4 does not allow function prototype declaration within other
function prototype declaration even if the internals are static.
Fri Oct 8 14:00:00 2004 - wernerAATTsuse.de
- Make fcntl call with O_LARGEFILE portable (bug #46977)
Thu May 27 14:00:00 2004 - roAATTsuse.de
- fix sigpause call (force use of sysv flavour)
Fri Apr 2 14:00:00 2004 - mlsAATTsuse.de
- fix utf-8 expansion, ls-F, prompt handling
Mon Mar 29 14:00:00 2004 - mlsAATTsuse.de
- fix utf-8 handling (really fixes #29983, #35486)
Tue Mar 16 13:00:00 2004 - wernerAATTsuse.de
- Do not forget the patch for bug #29983 even if not used
- Accept chinese in dspmbyte and map this on euc
Wed Mar 10 13:00:00 2004 - wernerAATTsuse.de
- Disable multibyte ix due problems on long lines (bug #35486)
- Simplify mv/cp complete
Thu Mar 4 13:00:00 2004 - wernerAATTsuse.de
- Fix mv/cp complete bug (#35339)
Fri Feb 20 13:00:00 2004 - wernerAATTsuse.de
- Add simple workaround for multibyte command lines (bug #29983)
Wed Jan 28 13:00:00 2004 - wernerAATTsuse.de
- Fix bug #34126: add runtime detection as fallback
Sat Jan 10 13:00:00 2004 - adrianAATTsuse.de
- add %defattr
Fri Sep 19 14:00:00 2003 - wernerAATTsuse.de
- Fix the fix for bug #29956: use a ringbuffer to avoid trouble
with recursive calls of UTF-8 convertes messges (bug #31335)
Thu Sep 4 14:00:00 2003 - wernerAATTsuse.de
- Corruption of cursor position is currently not fixable.
fix some other bugs.
Wed Sep 3 14:00:00 2003 - mfabianAATTsuse.de
- Bugzilla #29956: convert all message catalogs to UTF-8 and
convert the strings returned by catgets from UTF-8 into the
encoding of the current locale.
- move Ukrainian message catalog into uk_UA subdirectory
instead of ru_UA.koi8u.
Fri Jul 18 14:00:00 2003 - wernerAATTsuse.de
- Fix multi byte initialization (bug #27793)
- Enable multi byte unset on LANG change
- Fix signess/unsigness mixtures
Fri May 23 14:00:00 2003 - cooloAATTsuse.de
- use BuildRoot
Wed May 14 14:00:00 2003 - wernerAATTsuse.de
- Move pointer adress handling from int to intptr_t
Thu Apr 17 14:00:00 2003 - wernerAATTsuse.de
- Fix multibyte initialization
Mon Feb 17 13:00:00 2003 - wernerAATTsuse.de
- Fix bug #23681: don\'t reset full command line if an error occurs
Mon Nov 11 13:00:00 2002 - roAATTsuse.de
- use x-devel-packages in neededforbuild
Tue Sep 17 14:00:00 2002 - roAATTsuse.de
- removed bogus self-provides
Wed Aug 7 14:00:00 2002 - wernerAATTsuse.de
- Fix bindkey.tcsh for xterm and add some more keys (bug #15002)
Tue Jul 30 14:00:00 2002 - wernerAATTsuse.de
- Update to 6.12.00
- Fix codesets of message cats
Fri Jul 19 14:00:00 2002 - mlsAATTsuse.de
- fix bindkey.tcsh to make it work with an unset $TERM variable
Wed Mar 20 13:00:00 2002 - wernerAATTsuse.de
- Fix bug # 15143: Unreadable /etc/printcap due paranoid SysAdmins
should not stop tcsh.
Wed Dec 12 13:00:00 2001 - wernerAATTsuse.de
- Revisit some complete expansion (mainly for mv, cp, make, and
man), sed error scanners should work for all languages.
Thu Sep 6 14:00:00 2001 - wernerAATTsuse.de
- Update to 6.11.00 due
* correct large file support
* Avoid core-dumping on very long $HOME variable
* Don\'t call qsort(3) with 0 items
* Fix redrawing in the recognize case
* MAXHOSTNAMELEN needs to be 256 (instead of 255)
* Big5 multibyte support
* Fix rmstar not to corrupt memory on off
Wed May 16 14:00:00 2001 - wernerAATTsuse.de
- Force large file support
Wed May 9 14:00:00 2001 - csteinAATTsuse.de
- Corrected German spellings in nls/german/set6
Wed Mar 7 13:00:00 2001 - wernerAATTsuse.de
- We use xmkmf therefore we need a full X environment at build
Fri Feb 9 13:00:00 2001 - wernerAATTsuse.de
- Don\'t use the authors (endless looping) security temp file
change but the mkstemp() function.
Fri Feb 2 13:00:00 2001 - mfabianAATTsuse.de
- update to version 6.10.00
(because the new version has support for display and editing of
multibyte characters)
- add patch to enable multibyte character editing
- patch to glob.c removed (included upstream)
- patch to sh.dir.c removed (included upstream)
- patch to tw.color.c removed (incuded upstream)
- last hunk of patch to tw.h removed (included upstream)
- bzip2 sources
Fri Dec 15 13:00:00 2000 - wernerAATTsuse.de
- Add missed hash for a comment.
Wed Nov 22 13:00:00 2000 - wernerAATTsuse.de
- Make /etc/profile.d/bindkey.tcsh knowing about TERM kvt and gnome
Fri Nov 17 13:00:00 2000 - kukukAATTsuse.de
- fix neededforbuild: textutil -> textutils
Thu Nov 2 13:00:00 2000 - wernerAATTsuse.de
- Use mkstemp for opening tmp files for `<<\' redirects
- Use TMPDIR variable for location of tmp files
- Set group tag in spec
Wed May 24 14:00:00 2000 - uliAATTsuse.de
- moved docs to %{_docdir}
Wed Jan 26 13:00:00 2000 - wernerAATTsuse.de
- New version 6.09.00
- /usr/man -> /usr/share/man
- Fix usage of catopen (MCLoadBySet isn\'t that what is used
internally within glibc, set it to MCLoadBySet)
- Avoid crahs due coloured ls-F
- Correct setpath NLS message
Mon Sep 13 14:00:00 1999 - bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
Mon Jun 28 14:00:00 1999 - wernerAATTsuse.de
- Source key binding and completion code from
/etc/csh.cshrc out into /etc/profile.d/bindkey.tcsh and
/etc/profile.d/complete.tcsh
- No newgrp builtin because its equivalent to exec newgrp
Wed Jun 16 14:00:00 1999 - roAATTsuse.de
- create localedirs before make install
Fri Jun 11 14:00:00 1999 - wernerAATTsuse.de
- New version
Fri Mar 12 14:21:46 MET 1999
- Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE
- New version
- Restore missed MAXNAMLEN
- Make it alpha compile
Thu Dec 3 13:00:00 1998 - wernerAATTsuse.de
- Fix SIGSEGV with SYSMALOC
* alloc n+1 not n chunks
* set freed pointer to (ptr_t)NULL
Wed Sep 16 14:00:00 1998 - wernerAATTsuse.de
- Stupid error fixed
Tue Sep 15 14:00:00 1998 - wernerAATTsuse.de
- Security fix
- Avoid I/O trouble, use POSIX
Wed Oct 22 14:00:00 1997 - wernerAATTsuse.de
- Updatet FAQ.tcsh
- Better installation: remove old files before linking
Thu Jan 2 13:00:00 1997 - bsAATTsuse.de
added FAQ.tcsh
Thu Jan 2 13:00:00 1997 - wernerAATTsuse.de
- Neue Version 6.07.02 mit einigen Fixes