Stephan Kulow
529fcc79df
Accepting request 186103 from shells
...
- 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
OBS-URL: https://build.opensuse.org/request/show/186103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=48
2013-08-07 20:00:34 +00:00
Dr. Werner Fink
c56d337e97
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=44
2013-08-06 12:44:33 +00:00
Dr. Werner Fink
bd58d939a1
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=43
2013-08-06 12:39:42 +00:00
Stephan Kulow
bd6540a11c
Accepting request 120566 from shells
...
- Fix tcsh segfaults in bb_cleanup() (bnc#761353)
OBS-URL: https://build.opensuse.org/request/show/120566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=45
2012-05-10 12:34:32 +00:00
Dr. Werner Fink
3f1eb5fe07
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=41
2012-05-10 08:01:23 +00:00
Stephan Kulow
ab2f705439
Accepting request 106826 from shells
...
- 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
OBS-URL: https://build.opensuse.org/request/show/106826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=44
2012-02-25 06:31:46 +00:00
Dr. Werner Fink
d35c0b0716
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=39
2012-02-24 15:07:48 +00:00
Stephan Kulow
e6679aba1e
Accepting request 100233 from shells
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/100233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=43
2012-01-17 10:35:14 +00:00
Dr. Werner Fink
7eefd1666f
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=36
2012-01-16 13:43:34 +00:00
Dr. Werner Fink
631a12b3e5
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=35
2012-01-10 17:37:30 +00:00
Stephan Kulow
0aa3c83802
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=42
2011-12-06 18:07:47 +00:00
OBS User buildservice-autocommit
dfe87a99d0
Updating link to change in openSUSE:Factory/tcsh revision 42.0
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=a90c45700e5c5e30be8b950f449b9194
2011-12-06 18:07:47 +00:00
Stephan Kulow
a4d7e022e1
Accepting request 92396 from shells
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/92396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=41
2011-11-21 11:51:22 +00:00
Dr. Werner Fink
9952523d9c
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=32
2011-11-18 13:37:49 +00:00
Dr. Werner Fink
fdcb383258
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=31
2011-11-17 10:34:10 +00:00
Stephan Kulow
0eb036b3dc
Accepting request 91784 from shells
...
- Use libtinfo if available otherwise libncurses (required due
bnc #729226 )
OBS-URL: https://build.opensuse.org/request/show/91784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=40
2011-11-16 16:21:49 +00:00
Dr. Werner Fink
02ddb26d49
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=28
2011-11-16 11:31:48 +00:00
Dr. Werner Fink
298b99962c
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=27
2011-11-16 11:14:31 +00:00
Sascha Peilicke
5585104fd4
Autobuild autoformatter for 63011
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=38
2011-03-01 08:54:24 +00:00
Sascha Peilicke
5252748280
Accepting request 63011 from shells
...
Accepted submit request 63011 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/63011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=37
2011-03-01 08:54:11 +00:00
Dr. Werner Fink
b60cfeea69
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=25
2011-02-28 14:02:02 +00:00
Ruediger Oertel
e381363640
Autobuild autoformatter for 60209
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=35
2011-02-07 21:13:56 +00:00
Ruediger Oertel
942c45dc2d
Accepting request 60209 from shells
...
Accepted submit request 60209 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/60209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=34
2011-02-07 21:13:46 +00:00
Dr. Werner Fink
e68ca1e849
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=23
2011-02-07 12:46:12 +00:00
Berthold Gunreben
5ebbe4fec2
Autobuild autoformatter for 56408
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=33
2010-12-20 13:04:21 +00:00
OBS User buildservice-autocommit
68a7402a32
Updating link to change in openSUSE:Factory/tcsh revision 33.0
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=92b597fd7f92fade423132fb1c9e3e8a
2010-12-20 13:04:21 +00:00
Berthold Gunreben
89eb94eac7
Accepting request 56408 from shells
...
Accepted submit request 56408 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/56408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=32
2010-12-20 13:04:14 +00:00
Dr. Werner Fink
30c4822935
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=21
2010-12-20 12:07:13 +00:00
Dr. Werner Fink
cad20f7be4
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=20
2010-12-14 17:25:40 +00:00
OBS User autobuild
c8ee56e193
Accepting request 41363 from shells
...
Copy from shells/tcsh based on submit request 41363 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/41363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=29
2010-06-13 22:27:32 +00:00
OBS User autobuild
c066575cda
Accepting request 41363 from shells
...
checked in (request 41363)
OBS-URL: https://build.opensuse.org/request/show/41363
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=19
2010-06-13 22:27:31 +00:00
Dr. Werner Fink
d8fa5bd65b
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=18
2010-06-11 14:42:53 +00:00
OBS User autobuild
53b4a80d12
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=28
2010-03-18 15:31:45 +00:00
OBS User autobuild
ba752e38d2
Accepting request 35044 from shells
...
Copy from shells/tcsh based on submit request 35044 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/35044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=27
2010-03-17 16:20:34 +00:00
OBS User autobuild
aedda7748b
Accepting request 35044 from shells
...
checked in (request 35044)
OBS-URL: https://build.opensuse.org/request/show/35044
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=17
2010-03-17 16:20:33 +00:00
Dr. Werner Fink
bd72981a50
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=16
2010-03-17 12:08:19 +00:00
OBS User autobuild
2c5bd1ec71
Accepting request 34249 from shells
...
Copy from shells/tcsh based on submit request 34249 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/34249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=26
2010-03-08 17:25:39 +00:00
OBS User buildservice-autocommit
f664f38aec
Updating link to change in openSUSE:Factory/tcsh revision 26.0
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=cf05931a8fe208a6bbcbf01252f642d0
2010-03-08 17:25:39 +00:00
OBS User autobuild
e17f75295f
Accepting request 34249 from shells
...
checked in (request 34249)
OBS-URL: https://build.opensuse.org/request/show/34249
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=15
2010-03-08 17:25:38 +00:00
Dr. Werner Fink
1ab8062f07
Accepting request 34245 from home:oertel:branches:shells
...
Copy from home:oertel:branches:shells/tcsh via accept of submit request 34245 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/34245
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=14
2010-03-08 08:35:34 +00:00
OBS User autobuild
59d02a5d3d
Accepting request 32629 from shells
...
Copy from shells/tcsh based on submit request 32629 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/32629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=25
2010-02-18 15:59:51 +00:00
OBS User buildservice-autocommit
8ca3d3c0f3
Updating link to change in openSUSE:Factory/tcsh revision 25.0
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=6eda0af767546d82eace32504fe56735
2010-02-18 15:59:51 +00:00
OBS User autobuild
c34c2e2063
checked in (request 32629)
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=12
2010-02-18 15:59:50 +00:00
Dr. Werner Fink
7f6628ed2b
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=11
2010-02-15 15:45:58 +00:00
Dr. Werner Fink
3e6f6e220e
.
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=10
2010-02-15 13:04:06 +00:00
OBS User autobuild
8c5599ea2d
Accepting request 26655 from shells
...
Copy from shells/tcsh based on submit request 26655 from user coolo
OBS-URL: https://build.opensuse.org/request/show/26655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=24
2009-12-16 09:50:42 +00:00
OBS User buildservice-autocommit
42145622b9
Updating link to change in openSUSE:Factory/tcsh revision 24.0
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=00646fad280d55ed2b48be248decbf38
2009-12-16 09:50:42 +00:00
OBS User autobuild
2ab2db46b6
checked in
...
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=9
2009-12-16 09:50:35 +00:00
Dr. Werner Fink
8a0dbe7341
Accepting request 25760 from home:msmeissn:branches:shells
...
Copy from home:msmeissn:branches:shells/tcsh via accept of submit request 25760 revision 4.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/25760
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=8
2009-12-07 11:24:11 +00:00
OBS User autobuild
0b079eb66c
Accepting request 25414 from shells
...
Copy from shells/tcsh based on submit request 25414 from user WernerFink
OBS-URL: https://build.opensuse.org/request/show/25414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=23
2009-12-04 11:21:29 +00:00