Revisions of tcsh

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 444712 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 59)
- Add patch tcsh-6.20-ptr-update.patch from mailing list to correct
  updating pointers to a reallocated buffer of of linked list elements 
- Remove --hash-size options as there is no any change in the final
  binary nor library anymore
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 443022 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 58)
- Add patch tcsh-6.20-rmstar.patch from mailing list to restore
  the correct behaviour of `rm *' if rmstar is set

- Update to tcsh bug fix version V6.20.00 - 20161124
  * Don't resize the screen if it did not change size.
  * restore file description when cleaning up after eval:
        repeat 99 time
  * PR/572: Fix $SHLVL issue when exec'ing subshells.
  * PR/403: Fix backquote expansion for multi-byte character sets.
  * Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
  * always send prusage to stdout.
  * PR/526: Fix double \\ printing from previous fix in history expansion.
  * Android updates from Corinna Vinschen
  * PR/526: Quote backslashes properly so they can be preserved in ``
     expansions
  * Fix memory leak for paraml
  * Add notempty and ask values for the noclobber setting (Martin Tournoij)
  * more correct $wordchars for vimode (Luke Mewburn)
  * expose VImode in $vimode (Luke Mewburn)
  * display what the compiled in editor is in bindkey -d (Luke Mewburn)
  * run-fg-editor improvements and documentation (Luke Mewburn)
  * Fix parsing of 'if (cond)then' (Fridolin Pokorny)
  * PR/437: Fix handling of invalid unicode characters.
  * PR/451: Fix error messages containing %c to be always '%c'
- Rename patch tcsh-6.18.03.dif which becomes tcsh-6.20.00.dif now
- Drop patch union-wait.patch as now upstream
- Modify patches
    tcsh-6.15.00-pipe.dif
    tcsh-6.17.06-dspmbyte.dif
    tcsh-6.18.03-colorls.dif
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 385308 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 56)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 306382 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 55)
- Update tcsh to patch level 6.18.05 - 20150510
 * fix reseting when interrupted inside an eval "eval sleep 10^C"
   (paulo.cesar.pereira.de.andrade)
 * rename handle_intr -> handle_interrupt as originally intended.
   fix input tests that need stdin on a tty
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 305481 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 54)
- Update tcsh to patch level 6.18.04 - 20150504
  * revert fix echo "\1", it is incorrect.
  * revert fix to PR/437, breaks short strings.

- Update tcsh to patch level 6.18.03 - 20150503
  * PR/437: Nakajima Akira: Fix segmentation fault reading input files
  * PR/291: Print job status messages to stderr.
  * Fridolin Pokorny NUL in `` does not mean EOF.
  * Pavel Raiskup fix hang with:
        while (1)
           ( date & ; wait )
        end
  * Add cdtohome special variable (Martin Tournoij)
  * Fix root prompt char for windows (Corinna Vinschen)
  * For "next" completion matches only consider exact matches of the
    previous word (Jamie Landeg-Jones)
  * Fix echo "\1" for echo_style=both where the first character was
    not processed properly (Gary Duzan)
- Remove patches now upstream
  * tcsh-6.18.01-blk_buf.patch
  * tcsh-6.18.01-metakey.patch
- Rename patches
  tcsh-6.17.03-colorls.dif becomes tcsh-6.18.03-colorls.dif
  tcsh-6.17.10-catalogs.dif becomes tcsh-6.18.03-catalogs.dif
  tcsh-6.18.00-history-file-locking.patch becomes tcsh-6.18.03-history-file-locking.patch
  tcsh-6.18.01-history-merge.dif becomes tcsh-6.18.03-history-merge.dif
  tcsh-6.18.00.dif becomes tcsh-6.18.03.dif
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 283466 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 53)
- Enable tcsh checks but be aware that this can not be done in parallel
- Backup tcsh-6.15.00-blanks.dif away before update a working copy

- Cleanup with spec-cleaner to order header data
- Use %lang_package macro to remove redundant stuff
- Drop unused patch tcsh-6.15.00-blanks.dif
- Run make with more threads
- Move the commented check to check section to silence rpmlint
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 282354 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 51)
Split 13.2 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 204355 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 50)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 49)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 186103 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 48)
- 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
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 47)
Split 12.3 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 46)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 120566 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 45)
- Fix tcsh segfaults in bb_cleanup() (bnc#761353)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106826 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 44)
- 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)
 

- Update to tcsh final version V6.18.00
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 100233 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 43)
- Update to tcsh ifinal version V6.18.00
 * remove unused variables.
 * Make gethost use definitions for x __x__ and __x automatically.
 * More utmp fixes

- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 42)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 92396 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 41)
- Increase size of hash table for runtime linker a lot 

- 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 

- 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)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 91784 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 40)
- Use libtinfo if available otherwise libncurses (required due
  bnc #729226)
Displaying revisions 41 - 60 of 99
openSUSE Build Service is sponsored by