head 1.3; access; symbols; locks; strict; comment @.\" @; 1.3 date 2021.12.09.19.55.40; author kim; state dead; branches; next 1.2; commitid MGKrPOUn14iwP0kD; 1.2 date 2021.11.18.10.20.47; author kim; state Exp; branches; next 1.1; commitid k5iM1RsJeTL9lghD; 1.1 date 2021.11.14.22.15.13; author kim; state Exp; branches; next ; commitid jiGAPADusPNhqOgD; desc @@ 1.3 log @{,standalone-,static-}tcsh: Update to 6.23.01 Changes since 6.23.00: 8. V6.23.01 - 20211209 7. add \cc and \Uhhh, and document escape sequences 6. add $'string with escapes' ("dollar-single-quotes") (Kimmo Suominen) 5. don't glob the filetest builtin arguments twice 4. remove the duplicate echo escape parsing code and use parseescape 3. add \x{hh} \xhh \uhhh (H.Merijn Brand) 2. fix and document ln=target 1. Merge in patches from pkgsrc: - Modernize the installation targets so that they use INSTALL_DATA, INSTALL_PROGRAM, and MKDIR_P. - Enable SYSMALLOC and SHORT_STRINGS on NetBSD. - Enable NO_FIX_MALLOC and SHORT_STRINGS on OpenBSD. For pkgsrc, items 1, 2, and 5 had already been applied via patches. @ text @$NetBSD: patch-tcsh.man,v 1.2 2021/11/18 10:20:47 kim Exp $ Document ln=target Add more detail to "jobs -Z" usage. https://github.com/tcsh-org/tcsh/commit/b98d6544234e9258156f08c8b559ed6253f2bc49.patch https://github.com/tcsh-org/tcsh/commit/a81394cfaca1b9cf4d9cf8d3f4d8c0126b8b09d0.patch --- tcsh.man.orig 2021-11-11 09:54:05.000000000 +0000 +++ tcsh.man 2021-11-18 10:08:01.436706660 +0000 @@@@ -2972,16 +2972,22 @@@@ .B inlib \fIshared-library\fR ... (+) Adds each \fIshared-library\fR to the current environment. There is no way to remove a shared library. (Domain/OS only) +.PP +.B jobs \fR[\fB\-l\fR] +.PD 0 .TP 8 -.B jobs \fR[\fB\-lZ\fR] +.B jobs \-Z \fR[\fItitle\fR] (+) Lists the active jobs. With \fB\-l\fR, lists process IDs in addition to the normal information. On TCF systems, prints the site on which each job is executing. -The \fB-Z\fR option sets the process title using setproctitle(3) -where available. +.PD +.RS +8 +.PP +The \fB-Z\fR option sets the process title to \fItitle\fR using +setproctitle(3) where available. +If no \fItitle\fR is provided, the process title will be cleared. +.RE .PP -.PD 0 -.TP 8 .B kill \fR[\fB\-s \fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ... .PD 0 .TP 8 @@@@ -5088,6 +5094,9 @@@@ properly. If all text gets colorized after you do a directory listing, try changing the \fBno\fR and \fBfi\fR codes from 0 to the numerical codes for your standard fore- and background colors. +.PP +For symbolic links the \fBln\fR keyword can be set to \fBtarget\fR, which makes +the file color the same as the color of the link target. .RE .TP 8 .B MACHTYPE \fR(+) @ 1.2 log @{,standalone-,static-}tcsh: Pull in some additional patches - Fix off-by-one, found by Coverity - Don't glob the filetest builtin arguments twice - Add more detail to "jobs -Z" usage @ text @d1 1 a1 1 $NetBSD: patch-tcsh.man,v 1.1 2021/11/14 22:15:13 kim Exp $ @ 1.1 log @{,standalone-,static-}tcsh: fix and document ln=target @ text @d1 1 a1 1 $NetBSD$ d4 1 d7 1 d9 31 a39 3 --- tcsh.man +++ tcsh.man @@@@ -5088,6 +5088,9 @@@@ A few terminal programs do not recognize the default end code @