215 Commits

Author SHA256 Message Date
a86ad2ed69 Accepting request 1291947 from shells
- Update to tcsh 6.24.16 - 2025-07-09
  * Use $+ instead of $^ in nls/Makefile.in
    NetBSD make added support for $^ per POSIX, so it no longer expands to
    an empty string, which breaks the rules.  It does not define $+, so we
    can use that instead for GNU make.
    A proper fix would be to detect the make flavor used, and build rules
    appropriate for each flavor.  Listing all the dependencies is not
    practical (in the rules involving multiple set files).

OBS-URL: https://build.opensuse.org/request/show/1291947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=104
2025-07-15 14:42:32 +00:00
7bc55548d7 Update to tcsh-6.24.16
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=182
2025-07-11 09:56:00 +00:00
fbdea007d3 Accepting request 1245870 from shells
- Do not interfere Meta with Carriage Return (boo#1170527)

OBS-URL: https://build.opensuse.org/request/show/1245870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=103
2025-02-16 21:37:13 +00:00
dddc246e11 Do not interfere Meta with Carriage Return
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=180
2025-02-14 11:35:06 +00:00
56f7b9a222 Accepting request 1243276 from shells
- Update to tcsh 6.24.15 - 2025-02-04
  * This release provides fixes for some compilation failures
    introduced in the previous release
- Port patch tcsh-6.21.00.dif means remove temporary fix now upstream

OBS-URL: https://build.opensuse.org/request/show/1243276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=102
2025-02-07 21:56:15 +00:00
c8093e368c .
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=178
2025-02-05 08:32:25 +00:00
cfd5bfa677 Update to tcsh 6.24.15
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=177
2025-02-05 07:53:49 +00:00
612f7ffd87 Accepting request 1227089 from shells
- Update to tcsh 6.24.14 - 2024-11-26
  * Fix issues with S-JIS handling (T. Nosaka)
  * Handle redirections in bracketed expressions
    if { foo > /dev/null } (christos)
  * Recognize history searches in history expansion
    !?foo<tab> (christos)

OBS-URL: https://build.opensuse.org/request/show/1227089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=101
2024-11-28 23:08:42 +00:00
ac9cd5162c Use UTF-8 not S-IJS support
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=175
2024-11-28 09:58:32 +00:00
7c8c55d964 Update to tcsh-6.24.14
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=174
2024-11-28 09:08:02 +00:00
c9d5254ec8 Accepting request 1180140 from shells
- Update to tcsh 6.24.13 - 2024-06-12
  * Fix !^:h and !^:t failing when no / found (Kimmo Suominen)
  * Add cross-build support for gethost (josefs10)
  * Add support for $?< (Matheus Garcia)
- Port patches
  * tcsh-6.15.00-pipe.dif
  * tcsh-6.18.03-catalogs.dif
  * tcsh-6.21.00.dif

OBS-URL: https://build.opensuse.org/request/show/1180140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=100
2024-06-13 13:37:33 +00:00
1c21bad859 Update to tcsh-6.24.13 .. real
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=172
2024-06-12 09:09:36 +00:00
ab99f05f64 Update to tcsh-6.24.13
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=171
2024-06-12 07:54:51 +00:00
32a873a3ea Accepting request 1165473 from shells
- Update to tcsh 6.24.12 - 2024-04-05
  * Fix history merge and add a test for it (Werner Fink, Kimmo Suominen)
- Remove patch tcsh-6.24.10-history-merge.dif now solved upstream
- Port patch tcsh-6.22.02-local-dotlock.dif (corrected offsets)

OBS-URL: https://build.opensuse.org/request/show/1165473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=99
2024-04-05 18:25:48 +00:00
3f1a2be84a Update to tcsh-6.24.12
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=169
2024-04-05 09:13:53 +00:00
d833bcab10 Accepting request 1157873 from shells
- Update to tcsh 6.24.11 - 2024-03-14
  * Make nice priority incremental even with setpriority(2) to
    match how it worked with nice(3) (Kimmo Suominen)
- Port patch tcsh-6.22.02-local-dotlock.dif

OBS-URL: https://build.opensuse.org/request/show/1157873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=98
2024-03-15 19:27:28 +00:00
77ef683cb9 Update tp tcsh 6.24.11
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=167
2024-03-14 07:35:55 +00:00
4435f24aeb Accepting request 1130750 from shells
- Add patch tcsh-skip-utmp-service.dif
  * There is currently no API avaible to replace the utmp/wtmp
    based builtins watch and who of tcsh

OBS-URL: https://build.opensuse.org/request/show/1130750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=97
2023-12-05 16:01:08 +00:00
829060f6e1 Disable watch and who builtin as there is no working utmp anymore
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=165
2023-12-04 12:27:22 +00:00
7cac8df6f7 Accepting request 1118948 from shells
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1118948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=96
2023-10-20 21:16:24 +00:00
95dec2257e .
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=163
2023-10-12 12:17:40 +00:00
587f1506b9 complete for manual pages
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=162
2023-10-12 11:12:23 +00:00
58099ef7d8 Accepting request 1116393 from shells
- Add some fixes from
  https://github.com/tcsh-org/tcsh/blob/master/complete.tcsh
  to our complete.tcsh (boo#1215817)

OBS-URL: https://build.opensuse.org/request/show/1116393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=95
2023-10-11 21:53:33 +00:00
fe821df20c Add fix for complete.tcsh (boo#1215817)
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=160
2023-10-09 08:10:26 +00:00
e268c72784 Accepting request 1100325 from shells
- Extend tcsh-6.24.10-history-merge.dif
  * Add a test case 

- Modify tcsh-6.24.10-history-merge.dif
  * Skip workaround but disable fastMergeErase instead to really be
    able to merge currently history with history file (bsc#1213484)

OBS-URL: https://build.opensuse.org/request/show/1100325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=94
2023-07-24 16:11:56 +00:00
5f3d08b218 Add a test case for history merge
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=158
2023-07-24 08:12:57 +00:00
b67ecb8918 Avoid failed history erase mode
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=157
2023-07-21 12:26:09 +00:00
55113a80a1 Skip workaround but disable fastMergeErase instead to really be able to merge currently history with history file
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=156
2023-07-21 11:26:28 +00:00
2adf41b977 Accepting request 1098668 from shells
- (Re)add patch tcsh-6.24.10-history-merge.dif
  * which is port of an old patch as the problem was not gone
  * Make it possible to merge current history with already
    written history

OBS-URL: https://build.opensuse.org/request/show/1098668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=93
2023-07-15 21:15:02 +00:00
d5beccc42a (Re)add patch tcsh-6.24.10-history-merge.dif
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=154
2023-07-14 11:31:09 +00:00
d4e9d1d940 Accepting request 1079847 from shells
- update to 6.24.10:
  * Restore skipping of the "$edit" and "Comments" tests when not
    running on a terminal (forwarded request 1079562 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1079847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=92
2023-04-18 13:52:05 +00:00
a4c9be7a2b Accepting request 1079562 from home:dirkmueller:Factory
- update to 6.24.10:
  * Restore skipping of the "$edit" and "Comments" tests when not
    running on a terminal

OBS-URL: https://build.opensuse.org/request/show/1079562
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=152
2023-04-17 06:54:01 +00:00
d2a420e61e Accepting request 1079203 from shells
- Update to tcsh 6.24.09
  * ls-F: unsetenv LS*COLOR reapplies other LS*COLOR (Luke Mewburn)
  * Don't crash if LSCOLORS contains > 11 pairs (Luke Mewburn)
- Port patch
  * tcsh-6.18.03-colorls.dif
    that is we ignore unknown colors to be compatible with LS_COLOR
    used by /usr/bin/ls from coreutils

- Update to tcsh 6.24.08

OBS-URL: https://build.opensuse.org/request/show/1079203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=91
2023-04-14 11:12:30 +00:00
b973ead22f Update to tcsh-6.24.09 ... unkown colors
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=150
2023-04-13 12:54:26 +00:00
abb00a06a5 Update to tcsh-6.24.09
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=149
2023-04-13 12:36:12 +00:00
b7927c471b Accepting request 1078404 from shells
- Update too tcsh 6.24.08
  * Support LS_COLORS su,sg,tw,ow,st,mh variables. (Luke Mewburn)
  * Fixes for LS_COLORS ln=target: ls-F directory; reset on unsetenv;
      intermittent parse bug; only support lower-case "target". (Luke Mewburn)
  * Fix LSCOLORS bold/bright color support, add to manual (Luke Mewburn)
  * Implement CLICOLOR_FORCE (Luke Mewburn)
  * On startup, use LS_COLORS in preference to LSCOLORS (Luke Mewburn)
  * Improve color ls-F documentation (Luke Mewburn)
- Port patches
  * tcsh-6.17.06-dspmbyte.dif
  * tcsh-6.18.03-colorls.dif
  * tcsh-6.21.00.dif

OBS-URL: https://build.opensuse.org/request/show/1078404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=90
2023-04-12 10:50:56 +00:00
6dab9590c9 Update to tcsh-6.24.08
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=147
2023-04-11 10:49:58 +00:00
ecc9a3cbba Accepting request 1056976 from shells
Replace transitional %usrmerged macro with regular version check (boo#1206798) (forwarded request 1055745 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/1056976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=89
2023-01-10 13:59:01 +00:00
2e0ca742ca Accepting request 1055745 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055745
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=145
2023-01-09 07:15:40 +00:00
e33f80625d Accepting request 1045617 from home:dirkmueller:Factory
- update to 6.24.07:
  * widen the pid field in pprint so that it aligns even with large pids
  * build system updates 
- use https for download urls

OBS-URL: https://build.opensuse.org/request/show/1045617
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=144
2023-01-09 07:14:54 +00:00
7d53330d1d Accepting request 1042552 from shells
- Update to tcsh 6.24.06
  16. V6.24.06 - 2022-12-12
    This is a maintenance release to make all the recent manual page,
    documentation, and build improvements available to all.

OBS-URL: https://build.opensuse.org/request/show/1042552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=88
2022-12-14 13:10:36 +00:00
5e9f9ecd19 Update to tcsh-6.24.06
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=142
2022-12-13 07:35:27 +00:00
64c50369cb Accepting request 1040341 from shells
- Update to tcsh 6.24.05
  15. V6.24.05 - 2022-12-04
  14. Build and release process improvements (Luke Mewburn, Kimmo Suominen)
  13. V6.24.04 - 2022-12-03
  12. Fix a test to match output from old bash versions (Corinna Vinschen)
- Port patch tcsh-6.21.00.dif

- Update to tcsh 6.24.03
  10. Fix set/@ test when diff is from busybox (Luke Mewburn)
   9. Handle \c in echo properly instead of printing garbage past the
      end of the string.
   8. Add a configure check for a working sbrk() (Luke Mewburn)
- Correct offset and port patch tcsh-6.17.06-dspmbyte.dif

OBS-URL: https://build.opensuse.org/request/show/1040341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=87
2022-12-07 16:34:00 +00:00
f0666f7f81 .
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=140
2022-12-05 15:15:15 +00:00
563ca5b47f Update to tcsh-6.24.05
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=139
2022-12-05 15:14:29 +00:00
a58affdeea Update to tcsh-6.24.03
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=138
2022-12-05 15:04:31 +00:00
59d12ef3ff Accepting request 1038210 from shells
- Update to tcsh 6.24.02
  7. V6.24.02 - 20221124
  6. Complete mdoc-based manual page (Luke Mewburn)
  5. Fix rechist() check for NULL filename (broke when arg was renamed).
       > cd
       > rm .history
       > unset savehist
       > history -S /tmp/s
       > exit
     A ~/.history has been written when it should not have been.
  4. Make OpenBSD use SHORT_STRINGS and fix non-SHORT_STRINGS compilation.
- Delete patch tcsh-6.24.01-bash52.dif now upstream
- Correct offset and port patches
  * tcsh-6.21.00.dif
  * tcsh-6.22.02-local-dotlock.dif
- Enhance completion for man command

OBS-URL: https://build.opensuse.org/request/show/1038210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=86
2022-11-26 17:45:11 +00:00
a0bd13fc1f Update to tcsh 6.24.02 .. second
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=136
2022-11-25 09:05:26 +00:00
98dbb63431 Update to tcsh 6.24.02
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=135
2022-11-25 08:58:42 +00:00
010a6d4745 Accepting request 1035845 from shells
- Add search-lists to gpg completions, extend ispell completions

OBS-URL: https://build.opensuse.org/request/show/1035845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=85
2022-11-16 14:42:26 +00:00