Opened 9 years ago

Closed 9 years ago

#6790 closed enhancement (fixed)

tcsh-6.19.00

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://fossies.org/linux/misc/tcsh-6.19.00.tar.gz

http://fossies.org/linux/misc/tcsh-6.19.00.tar.gz/

MD5: f5f854833578647795bc906dd4bcb5d5

http://mx.gw.com/pipermail/tcsh/2015-May/004890.html

tcsh 6.19.00
Christos Zoulas christos at zoulas.com
Thu May 21 21:57:18 UTC 2015

Hello,

I am pleased to announce that tcsh-6.19 is now available; this is a
mainly a bug fix release (after 3 years) with few new features:

    1. new cdtohome variable
    2. locking in history files
    3. history speedups.

christos

Previous Changelogs:

https://raw.githubusercontent.com/tcsh-org/tcsh/master/Fixes

 40. V6.18.05 - 20150510
 39. fix reseting when interrupted inside an eval "eval sleep 10^C"
     (paulo.cesar.pereira.de.andrade)
 38. rename handle_intr -> handle_interrupt as originally intended.
 37. fix input tests that need stdin on a tty

 36. V6.18.04 - 20150504
 35. revert fix echo "\1", it is incorrect.
 34. revert fix to PR/437, breaks short strings.

 33. V6.18.03 - 20150503
 32. PR/437: Nakajima Akira: Fix segmentation fault reading input files
 31. PR/291: Print job status messages to stderr.
 30. Fridolin Pokorny NUL in `` does not mean EOF.
 29. Pavel Raiskup fix hang with:
        while (1)
           ( date & ; wait )
        end
 28. Add cdtohome special variable (Martin Tournoij)
 27. Fix root prompt char for windows (Corinna Vinschen)
 26. For "next" completion matches only consider exact matches of the
     previous word (Jamie Landeg-Jones)
 25. Fix echo "\1" for echo_style=both where the first character was
     not processed properly (Gary Duzan)

 24. V6.18.02 - 20140618
 23. fix ls-F /non printing exit value twice.
 22. rename configure.in to configure.ac, add aclocal.m4 to CVS
 21. set foo="aabaabaa"; echo $foo:as/a// should produce bb
 20. Add locked merge history support (Marcin Konarski)
 19. Support more resource limits from various BSD's
 18. Cache history count to speed up thing
 17. PR/240: minix support 
 16. revert fix for 15. Causes extra quoting, for example (foo is a
     program that prints its arguments):
        $ ./foo 'abc' *
        '\a\b\c'
 15. fix globbing for ``, stripping backslashes. Example:
        cat << _EOF > huh
        echo 'hello\;world'
        _EOF
        echo `./huh 0`
        echo `./huh $?`
 14. fix for `` that causes hang. Example:
        cat << _EOF > huh
        #!/bin/sh
        echo "[$@]"
        echo "I am running"
        echo "I am running ($$)" >> huh.out
        _EOF
        cat << _EOF > huh.tcsh
        #!/bin/tcsh -f

        ./huh \
            `#comment blah blah blah` \
            parameter a \
            `#comment blah blah blah` \
            parameter b \
            `#comment blah blah blah` \
            parameter c
        echo ok
        _EOF
 13. remove AsciiOnly fix now that the real issue has been fixed
     (Roman Kollar)
 12. define utmp file for aix (Laurence Darby)
 11. fix if history in loops
 10. make ls-F print to stderr and set the exit code
  9. make rmstar interruptible on linux
  8. Get rid of pret_t and make the printf functions return the number
     of characters printed as the system ones do.
  7. Parse a FreeBSD compat $LSCOLORS. What to do when both LSCOLORS
     and LS_COLORS are set. I am not documenting this until we decide.

Change History (4)

comment:1 by Fernando de Oliveira, 9 years ago

Builds, installs, hangs when trying to start. It doean't fail with or without an error message: stays there, trying to prompt.

Tests need to run just built tcsh in the source directory: ./tcsh, but hangs, because tcsh didn't complete yet to start. Gdb cannot help, because it doesn't finish the start.

comment:2 by Fernando de Oliveira, 9 years ago

Perhaps I have solved.

comment:3 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:4 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

Fixed at r16332.

Note: See TracTickets for help on using tickets.