CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/30 04:23:57 UTC

Adding static tag 'joe-3_1jupp40' affecting:

various files; if you want to know more, go read
http://www.mirbsd.org/clogs/ChangeLog


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B842647A2321B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/30 03:11:06 UTC

Modified files:
code/jupp  : b.c charmap.c joe.1.in queue.h selinux.c

Log message:
some commits tested on the Debian side and online:

commit c3fa7ceb04cb952a19cceb55bc4c430d2baaa6af
Author: mirabilos 
Date:   Fri Oct 30 01:28:22 2020 +0100

this causes a bad whatis entry on Debian

 joe.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b406113c20c8aeeb36e986769aad58e33afd94d
Author: mirabilos 
Date:   Fri Oct 30 01:41:32 2020 +0100

this might untaint for Coverity

 b.c   |  2 +-
 charmap.c | 46 +-
 2 files changed, 26 insertions(+), 22 deletions(-)

commit 72f95e31658079824c538d44cada65f7007010dc
Author: mirabilos 
Date:   Fri Oct 30 02:13:03 2020 +0100

this might fix a coverity memory overlapping change issue

(cherry picked from commit 849bdad4ab32c88bb542bf8be132a4482a90cda7)

 b.c |  3 ++-
 queue.h | 10 --
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 954efb7261f6b7a9633878f676a85a6e46fd02da
Author: mirabilos 
Date:   Fri Oct 30 02:33:28 2020 +0100

fix macro wrapping

(fixup for commit 72f95e31658079824c538d44cada65f7007010dc)

 queue.h | 20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

commit 7c77f4b8874a16eb55f946a6f1337e7e30b6fa07 (HEAD -> master)
Author: mirabilos 
Date:   Fri Oct 30 02:42:18 2020 +0100

fix SELinux deprecation warning

 selinux.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.41 -r1.42 contrib/code/jupp/b.c
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/code/jupp/charmap.c
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/code/jupp/joe.1.in
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/queue.h
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/selinux.c


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B851A1AF1879B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/30 03:14:09 UTC

Modified files:
code/jupp  : NEWS

Log message:
sync

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.139 -r1.140 contrib/code/jupp/NEWS


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B573C7CE29C5A
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 23:58:34 UTC

Modified files:
code/jupp  : NEWS configure.ac

Log message:
prepare for a new release

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.138 -r1.139 contrib/code/jupp/NEWS
cvs -R rdiff -kk -upr1.75 -r1.76 contrib/code/jupp/configure.ac


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B58F970050E6F
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/30 00:05:54 UTC

Modified files:
code/jupp  : Makefile.in configure

Log message:
regenerate

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.20 -r1.21 contrib/code/jupp/Makefile.in
cvs -R rdiff -kk -upr1.44 -r1.45 contrib/code/jupp/configure


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B570A6508C53D
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 23:57:41 UTC

Modified files:
code/jupp  : rc.c

Log message:
fix a Macintosh crash bug

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.50 -r1.51 contrib/code/jupp/rc.c


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B565F7E3AD25E
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 23:54:54 UTC

Modified files:
code/jupp  : Makefile.bsd-wrapper joe.1.in

Log message:
fix dependency and many more issues in the manpage

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.21 -r1.22 contrib/code/jupp/Makefile.bsd-wrapper
cvs -R rdiff -kk -upr1.31 -r1.32 contrib/code/jupp/joe.1.in


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B56911BE24FB7
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 23:55:40 UTC

Modified files:
code/jupp  : joe.txt

Log message:
regenerate

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/joe.txt


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B4E2E681C488B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 23:19:59 UTC

Modified files:
code/jupp  : joe.1.in

Log message:
tweak more; mostly dashes of various kinds

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.30 -r1.31 contrib/code/jupp/joe.1.in


CVS: herc.mirbsd.org: contrib

2020-10-29 Thread Thorsten Glaser
Commit ID:  1005F9B3F4B3F1FD59A
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/29 22:16:25 UTC

Modified files:
code/jupp  : Makefile.am

Log message:
don’t kill jupprc on make clean

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.22 -r1.23 contrib/code/jupp/Makefile.am


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F7684447E901ACD
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 01:36:46 UTC

Modified files:
code/jupp  : HINTS

Log message:
more symmetric

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.20 -r1.21 contrib/code/jupp/HINTS


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F7685633124EA52
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 01:42:11 UTC

Modified files:
code/jupp  : Makefile.bsd-wrapper

Log message:
• somewhat repair catmanpage generation with current tmac
• render joe.1 using double spacing after a full stop, for
  bug-for-bug compatibility/with joe.txt as-extant

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.19 -r1.20 contrib/code/jupp/Makefile.bsd-wrapper


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F76859E5109F7CD
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 01:43:10 UTC

Modified files:
code/jupp  : joe.1.in

Log message:
mechanically change $'foo.  Bar' to $'foo.\nBar' and let nroff space this

(we’re hitting an interesting bug in nroff when “.  ” was present in input,
and this is historically never done anyway)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.27 -r1.28 contrib/code/jupp/joe.1.in


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F7685D7714C2428
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 01:43:35 UTC

Modified files:
code/jupp  : joe.1.in

Log message:
slight layout improvement again with the recent deltas

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.28 -r1.29 contrib/code/jupp/joe.1.in


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F7675FF1F046466
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 00:36:03 UTC

Modified files:
code/jupp  : HINTS TODO

Log message:
document useful trick to not have - marked as modified

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.19 -r1.20 contrib/code/jupp/HINTS
cvs -R rdiff -kk -upr1.53 -r1.54 contrib/code/jupp/TODO


CVS: herc.mirbsd.org: contrib

2020-10-01 Thread Thorsten Glaser
Commit ID:  1005F76716A60FAAA69
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/10/02 00:16:43 UTC

Modified files:
code/jupp  : joe.1.in uformat.c

Log message:
document indent chars for format(^B), fmtblk(^KD)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.26 -r1.27 contrib/code/jupp/joe.1.in
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/code/jupp/uformat.c


CVS: herc.mirbsd.org: contrib

2020-07-24 Thread Thorsten Glaser
Commit ID:  1005F1B47063D48A04D
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/07/24 20:39:08 UTC

Modified files:
code/Snippets  : ulimit.c

Log message:
refactoro

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/ulimit.c


CVS: herc.mirbsd.org: contrib

2020-07-24 Thread Thorsten Glaser
Commit ID:  1005F1B409C5FD2DA25
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/07/24 20:12:00 UTC

Added files:
code/Snippets  : ulimit.c

Log message:
add ulimit(2)-on-top-of-{g,s}etrlimit(2) implementation to test mksh’s

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.1 contrib/code/Snippets/ulimit.c


CVS: herc.mirbsd.org: contrib

2020-06-20 Thread Thorsten Glaser
Commit ID:  1005EEE85495D5828F3
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/06/20 21:54:01 UTC

Modified files:
code/Snippets  : eaw2glibc

Log message:
allow only defined codepoints in the width table

cf. https://sourceware.org/bugzilla/show_bug.cgi?id=26120#c7

note: ischar[codepoint] is way too slow (linked list) so we nameref
  isch${codepoint#16#}=1 as variables are already hashtables in
  mksh (to be fixed for arrays in some later release)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/eaw2glibc


CVS: herc.mirbsd.org: contrib

2020-06-15 Thread Thorsten Glaser
Commit ID:  1005EE7DA200F16918D
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/06/15 20:31:14 UTC

Modified files:
hosted/tg  : uni.mk

Log message:
add a space before combining characters in acronyms

also use <>, not (), so we can distinguish combining from normal ones more
easily, and use ‘’ for parenthesēs (hm, expensive); we cannot determine
the width of nōn-BMP chars yet, leave that for later

Modified files:
code/Snippets  : eawparse

Log message:
U+D7B0‥U+D7FF are also Korean middle/final syllable parts and thus combining

from Robert Ross via Mike FABIAN (my i18n counterpart at glibc/Red Hat)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/hosted/tg/uni.mk
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/code/Snippets/eawparse


CVS: herc.mirbsd.org: contrib

2020-05-28 Thread Thorsten Glaser
Commit ID:  1005ECFAB1D7C4CBA73
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/05/28 12:13:56 UTC

Modified files:
samples: dot.Xmodmap
samples: Tag: grml dot.Xmodmap

Log message:
explain even better

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.31 -r1.32 contrib/samples/dot.Xmodmap
cvs -R rdiff -kk -upr1.24.4.13 -r1.24.4.14 contrib/samples/dot.Xmodmap


CVS: herc.mirbsd.org: contrib

2020-05-28 Thread Thorsten Glaser
Commit ID:  1005ECFA3E5055A6FE1
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/05/28 11:43:08 UTC

Modified files:
samples: dot.Xmodmap
samples: Tag: grml dot.Xmodmap

Log message:
improved usage instructions

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.30 -r1.31 contrib/samples/dot.Xmodmap
cvs -R rdiff -kk -upr1.24.4.12 -r1.24.4.13 contrib/samples/dot.Xmodmap


CVS: herc.mirbsd.org: contrib

2020-04-14 Thread Thorsten Glaser
Commit ID:  1005E95CB9B40238974
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/14 14:41:20 UTC

Modified files:
extraman   : Makefile

Log message:
provide htman/…/man8/sticky.htm for hyperlink compatibility

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/extraman/Makefile


CVS: herc.mirbsd.org: contrib

2020-04-14 Thread Thorsten Glaser
Commit ID:  1005E95A6B915CBC2BE
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/14 12:03:46 UTC

Modified files:
samples: Tag: 1.14 portmdoc

Log message:
same as cid 1005E95A63769EEE535 in base

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.14 contrib/samples/portmdoc


CVS: herc.mirbsd.org: contrib

2020-04-13 Thread Thorsten Glaser
Commit ID:  1005E9509AB43C29EF5
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/14 00:53:46 UTC

Modified files:
samples: portmdoc

Log message:
add macro for hair space-surrounded em dash

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/samples/portmdoc


CVS: herc.mirbsd.org: contrib

2020-04-11 Thread Thorsten Glaser
Commit ID:  1005E91FBC10BC0871B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/11 17:18:51 UTC

Modified files:
fonts/fixed: 18x18ko.bdfc

Log message:
improve the default glyph in the same way the 9x18 one was recently

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/fonts/fixed/18x18ko.bdfc


CVS: herc.mirbsd.org: contrib

2020-04-11 Thread Thorsten Glaser
Commit ID:  1005E91FB740D64BD82
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/11 17:16:33 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
add U+2B73 DOWNLOAD ICON (based on U+2913 with appropriate delta)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-04-03 Thread Thorsten Glaser
Commit ID:  1005E874CD3123C678B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/04/03 14:48:53 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
• add half stars (2BE8, 2BE9, 2BEA, 2BEB)
• make char0 less obtrusive especially when in subsequent lines

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.31 -r1.32 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7DB94F09AA0582
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 08:28:54 UTC

Modified files:
code/jupp  : HINTS

Log message:
add © hints for the binary package

as most licences require reproduction along

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/code/jupp/HINTS


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 08:29:22 UTC

Moving static tag 'joe-3_1jupp39' affecting:

various files; if you want to know more, go read
http://www.mirbsd.org/clogs/ChangeLog


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7DB36F3BBCF6E7
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 08:03:39 UTC

Modified files:
code/jupp  : NEWS builtins.c configure.ac

Log message:
prepare for the next release

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.135 -r1.136 contrib/code/jupp/NEWS
cvs -R rdiff -kk -upr1.33 -r1.34 contrib/code/jupp/builtins.c
cvs -R rdiff -kk -upr1.74 -r1.75 contrib/code/jupp/configure.ac


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7DB4A07FBA44C9
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 08:08:43 UTC

Modified files:
code/jupp  : configure

Log message:
regen

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.43 -r1.44 contrib/code/jupp/configure


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 08:09:23 UTC

Adding static tag 'joe-3_1jupp39' affecting:

various files; if you want to know more, go read
http://www.mirbsd.org/clogs/ChangeLog


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7DA1451A4AC1E8
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 06:46:06 UTC

Modified files:
code/jupp  : rc.c rc.h

Log message:
more const

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.48 -r1.49 contrib/code/jupp/rc.c
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/jupp/rc.h


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7D9F9451E7BA98
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 06:39:02 UTC

Modified files:
code/jupp  : b.h blocks.h builtin.h bw.h charmap.h cmd.h config.h
 hash.h help.h i18n.h kbd.h macro.h main.h menu.h
 path.h poshist.h pw.h queue.h qw.h rc.h regex.h scrn.h
 syntax.h tab.h termcap.h tty.h tw.h types.h ublock.h
 uedit.h uerror.h ufile.h uformat.h uisrch.h umath.h
 undo.h usearch.h ushell.h utag.h utf8.h utils.h va.h
 vfile.h vs.h w.h

Log message:
use more consistent header guards

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/b.h
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/blocks.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/builtin.h
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/bw.h
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/jupp/charmap.h
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/code/jupp/cmd.h
cvs -R rdiff -kk -upr1.16 -r1.17 contrib/code/jupp/config.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/hash.h
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/code/jupp/help.h
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/jupp/i18n.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/kbd.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/macro.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/main.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/menu.h
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/code/jupp/path.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/poshist.h
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/pw.h
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/code/jupp/queue.h
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/code/jupp/qw.h
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/rc.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/regex.h
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/jupp/scrn.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/syntax.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/tab.h
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/termcap.h
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/code/jupp/tty.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/tw.h
cvs -R rdiff -kk -upr1.37 -r1.38 contrib/code/jupp/types.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/ublock.h
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/code/jupp/uedit.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/uerror.h
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/ufile.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/uformat.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/uisrch.h
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/umath.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/undo.h
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/usearch.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/ushell.h
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/utag.h
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/utf8.h
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/code/jupp/utils.h
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/va.h
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/vfile.h
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/vs.h
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/w.h


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7D9D887B2C948F
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 06:30:18 UTC

Modified files:
code/jupp  : main.c scrn.c termcap.c termcap.h types.h

Log message:
continued dead code and parameter elimination

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.46 -r1.47 contrib/code/jupp/main.c
cvs -R rdiff -kk -upr1.46 -r1.47 contrib/code/jupp/scrn.c
cvs -R rdiff -kk -upr1.27 -r1.28 contrib/code/jupp/termcap.c
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/code/jupp/termcap.h
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/types.h


CVS: herc.mirbsd.org: contrib

2020-03-27 Thread Thorsten Glaser
Commit ID:  1005E7D985721CC1552
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 06:08:20 UTC

Modified files:
code/jupp  : ChangeLog HINTS Make-w32.sh Makefile.bsd-wrapper TODO
 b.c builtin.c bw-lgen.inc bw.c charmap.c charmap.h
 i18n.c kbd.c macro.c main.c path.c path.h pw.c pw.h
 qw.c rc.c regex.c scrn.c scrn.h syntax.c termcap.c
 termidx.c tw.c types.h ublock.c uedit.c uerror.c
 uformat.c uisrch.c umath.c usearch.c utf8.c utf8.h w.c
 w.h

Log message:
major overhaul of charmap handling + quelling of lots of warnings

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/ChangeLog
cvs -R rdiff -kk -upr1.17 -r1.18 contrib/code/jupp/HINTS
cvs -R rdiff -kk -upr1.24 -r1.25 contrib/code/jupp/Make-w32.sh
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/code/jupp/Makefile.bsd-wrapper
cvs -R rdiff -kk -upr1.51 -r1.52 contrib/code/jupp/TODO
cvs -R rdiff -kk -upr1.40 -r1.41 contrib/code/jupp/b.c
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/builtin.c
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/bw-lgen.inc
cvs -R rdiff -kk -upr1.39 -r1.40 contrib/code/jupp/bw.c
cvs -R rdiff -kk -upr1.31 -r1.32 contrib/code/jupp/charmap.c
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/charmap.h
cvs -R rdiff -kk -upr1.38 -r1.39 contrib/code/jupp/i18n.c
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/code/jupp/kbd.c
cvs -R rdiff -kk -upr1.20 -r1.21 contrib/code/jupp/macro.c
cvs -R rdiff -kk -upr1.45 -r1.46 contrib/code/jupp/main.c
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/jupp/path.c
cvs -R rdiff -kk -upr1.17 -r1.18 contrib/code/jupp/path.h
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/code/jupp/pw.c
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/pw.h
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/qw.c
cvs -R rdiff -kk -upr1.47 -r1.48 contrib/code/jupp/rc.c
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/regex.c
cvs -R rdiff -kk -upr1.45 -r1.46 contrib/code/jupp/scrn.c
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/scrn.h
cvs -R rdiff -kk -upr1.25 -r1.26 contrib/code/jupp/syntax.c
cvs -R rdiff -kk -upr1.26 -r1.27 contrib/code/jupp/termcap.c
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/code/jupp/termidx.c
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/jupp/tw.c
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/types.h
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/code/jupp/ublock.c
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/uedit.c
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/uerror.c
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/code/jupp/uformat.c
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/code/jupp/uisrch.c
cvs -R rdiff -kk -upr1.26 -r1.27 contrib/code/jupp/umath.c
cvs -R rdiff -kk -upr1.22 -r1.23 contrib/code/jupp/usearch.c
cvs -R rdiff -kk -upr1.25 -r1.26 contrib/code/jupp/utf8.c
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/jupp/utf8.h
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/code/jupp/w.c
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/code/jupp/w.h


CVS: herc.mirbsd.org: contrib

2020-03-26 Thread Thorsten Glaser
Commit ID:  1005E7D754700CAF39E
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 03:38:30 UTC

Modified files:
code/jupp  : i18n.c i18n.h

Log message:
[i18n] fix some unused parameters

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.37 -r1.38 contrib/code/jupp/i18n.c
cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/jupp/i18n.h


CVS: herc.mirbsd.org: contrib

2020-03-26 Thread Thorsten Glaser
Commit ID:  1005E7D57F211BF6EAC
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/27 01:33:23 UTC

Modified files:
code/Snippets  : Tag: 1.14 eawparse

Log message:
carry version and indicate licence hint

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.14 contrib/code/Snippets/eawparse


CVS: herc.mirbsd.org: contrib

2020-03-26 Thread Thorsten Glaser
Commit ID:  1005E7D378847F52579
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/26 23:15:51 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
reduce obstruction level of pDEFAULT_CHAR glyph

rationale: it’s used also for combining characters that are not present,
probably including those outside the BMP that *cannot* be present…

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.30 -r1.31 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-03-14 Thread Thorsten Glaser
Commit ID:  1005E6D27162CD2E401
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/14 18:48:40 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
do some arrow work

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.29 -r1.30 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-03-13 Thread Thorsten Glaser
Commit ID:  1005E6BE41D7132F75E
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/03/13 19:50:46 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
add a few overlays annoying in a terminal font

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.28 -r1.29 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E462422536DBACF
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 04:38:36 UTC

Modified files:
fonts/fixed: fixedmir.sh

Log message:
clean up properly after ourselves

this needs (on fish) almost 16 minutes to compile to over 43¾ MiB now;
speed-up on Debian with multiple CPUs is immense of course…

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.19 -r1.20 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E46132701686184
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 03:25:12 UTC

Modified files:
fonts/fixed: README.dist fixedmir.sh

Log message:
rename the map as it is now shared between two fonts

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.20 -r1.21 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E46135E7A59C3F2
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 03:26:11 UTC

Modified files:
fonts/fixed: fixedmir.dbl

Log message:
fix refactoro (need bdfctool -c postprocessing for mirf32vd)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/fonts/fixed/fixedmir.dbl


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E460E6D2CE03DFA
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 03:05:10 UTC

Modified files:
fonts/fixed: fixedmir.sh

Log message:
prepare for shipping doubled VGA font as well

needs bdfctool enhancement to handle PSF2

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.17 -r1.18 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E460C7F0E57EFC3
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 02:56:51 UTC

Modified files:
fonts/fixed: fixedmir.dbl

Log message:
• fix pointsize in xlfd
• support doubling mirf16v8

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 contrib/fonts/fixed/fixedmir.dbl


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E4606F3525771F7
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 02:33:09 UTC

Modified files:
fonts/fixed: mirf16v8.bdfc

Log message:
add some more Unicode standard equivalence mappings

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E460755351E1E37
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 02:35:03 UTC

Modified files:
fonts/fixed: mirf16v8.bdfc

Log message:
harmonise inner brace distance

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.16 -r1.17 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-13 Thread Thorsten Glaser
Commit ID:  1005E45E4876A2A5CC7
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/14 00:06:37 UTC

Modified files:
code/Snippets  : KBDmir2U.map

Log message:
drop Ctrl-Alt-{←,→} from the Linux console keymap

found the hard way that it gets them before evilwm or IceWM under X11 do…

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/Snippets/KBDmir2U.map


CVS: herc.mirbsd.org: contrib

2020-02-12 Thread Thorsten Glaser
Commit ID:  1005E445D0B26665760
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 20:17:46 UTC

Modified files:
fonts/fixed: fixedmir.dbl

Log message:
tweak a number of glyphs after doubling:
• anything containing A
• anything containing w or W (thanks cnuke@)
• anything containing y (thanks Sarah)
• %&/0@\{}ß░▒▓�

also included is Sarah’s suggestion for parenthesēs

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.2 -r1.3 contrib/fonts/fixed/fixedmir.dbl


CVS: herc.mirbsd.org: contrib

2020-02-12 Thread Thorsten Glaser
Commit ID:  1005E445DA05B98DD1A
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 20:18:59 UTC

Modified files:
fonts/fixed: fixedmir.dbl

Log message:
revert to stock doubled (pixelated) parenthesēs as they look rounder to me
(the draft looks to me like a boomerang, more angled, even if it is less
pixelated — thanks anyway)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 contrib/fonts/fixed/fixedmir.dbl


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4345D00D629DA8
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 00:24:29 UTC

Modified files:
fonts/fixed: mirf16v8.bdfc

Log message:
drop now-unnecessary comment

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4345315D7014D4
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 00:21:44 UTC

Modified files:
fonts/fixed: Tag: 1.14 mirf16v8.bdfc

Log message:
synchronise curly braces with ornamental ones used in 9x18

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.14 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E43442F57DF02C2
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 00:17:41 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
fix inner bracket distance for bold ornamental curlies

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.27 -r1.28 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4341BE3A9F3CC7
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/12 00:07:30 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
these look not as ugly; also harmonises inner bracket distance

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.25 -r1.26 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E432B5570983D68
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 22:31:53 UTC

Modified files:
fonts/fixed: 9x18.bdfc mirf16v8.bdfc

Log message:
fix curly braces, although this is certainly uglier due to even height :/

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.24 -r1.25 contrib/fonts/fixed/9x18.bdfc
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4329BA067F468D
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 22:25:40 UTC

Modified files:
fonts/fixed: 18x18ko.bdfc

Log message:
fix fullwidth curly braces to fully enclose the surrounding text (trivial)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/fonts/fixed/18x18ko.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4326A937205449
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 22:11:34 UTC

Modified files:
fonts/fixed: README.dist

Log message:
it’s now more than three BDFs ☻

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/fonts/fixed/README.dist


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E4326D439CD4F6D
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 22:12:27 UTC

Modified files:
fonts/fixed: fixedmir.sh

Log message:
tiny legibility nit

now that the worth of the visually parallel construction is reduced

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.16 -r1.17 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E432546706E2FA1
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 22:05:44 UTC

Modified files:
fonts/fixed: fixedmir.sh

Log message:
improve PS4 construction; fix a race condition in removing too early

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-11 Thread Thorsten Glaser
Commit ID:  1005E43233C2A4823DC
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 21:57:11 UTC

Modified files:
fonts/fixed: README.dist fixedmir.sh

Log message:
ship FixedMisc 9x18/18x18 and 18x36/36x36 .pf2 and FixedMiscPC .psf{,u} fonts

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.17 -r1.18 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41FD085D784EA5
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 01:01:48 UTC

Modified files:
fonts/fixed: README.dist

Log message:
update copyright status; recheck X.org git (no changes)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/fonts/fixed/README.dist


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41F7AA11929F9F
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/11 00:38:50 UTC

Modified files:
fonts/fixed: 9x18.bdfc fixedmir.dbl

Log message:
pimp the shades

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/fonts/fixed/9x18.bdfc
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/fonts/fixed/fixedmir.dbl


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41B745183421E6
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/10 20:04:02 UTC

Modified files:
fonts/fixed: Tag: 1.14 fixedmir.sh

Log message:
do something marginally more useful with $rcsid

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.14 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41B6FD2062D226
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/10 20:02:56 UTC

Modified files:
fonts/fixed: README.dist fixedmir.sh

Log message:
ship FixedMiscHW instead of indicating generation instructions, also doubled

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41B7C11A7C177E
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/10 20:06:03 UTC

Modified files:
fonts/fixed: README.dist

Log message:
point to our font aliases

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/fonts/fixed/README.dist


CVS: herc.mirbsd.org: contrib

2020-02-10 Thread Thorsten Glaser
Commit ID:  1005E41AE83225B56B4
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/10 19:29:03 UTC

Modified files:
fonts/fixed: fixedmir.sh
Added files:
fonts/fixed: fixedmir.dbl

Log message:
• ease calling from GNU, for testing (locale, sed --posix, …)
• improve parallel build safety (set -o pipefail, $@~, …)
• split doubling code into separate file so we can call it from Imakefile
• add hooks for postprocessing and overriding glyphs
• if $1 = keep do not rm the bdfc files (to be used by consolefonts-base)
• keep more used branches at top of case switch

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.1 contrib/fonts/fixed/fixedmir.dbl
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2020-02-09 Thread Thorsten Glaser
Commit ID:  1005E40A5C02FA29526
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/10 00:37:48 UTC

Modified files:
fonts/fixed: fixedmir.sh
samples: dot.Xresources

Log message:
mechanically double FixedMisc HW/FW in size (by doubling pixels stupidly);
add commented-out example to contrib dot.Xresources (in base/skel once we
actually ship this); build in parallel

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/fonts/fixed/fixedmir.sh
cvs -R rdiff -kk -upr1.31 -r1.32 contrib/samples/dot.Xresources


CVS: herc.mirbsd.org: contrib

2020-02-02 Thread Thorsten Glaser
Commit ID:  1005E37481F0305E202
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 22:07:12 UTC

Modified files:
code/Snippets  : KBDmir2A.S

Log message:
fix installation; drop attempt to remap CapsLock (doesn't work)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 contrib/code/Snippets/KBDmir2A.S


CVS: herc.mirbsd.org: contrib

2020-02-02 Thread Thorsten Glaser
Commit ID:  1005E3731BA4AAA9E20
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 20:31:37 UTC

Modified files:
code/Snippets  : KBDmir2A.S

Log message:
generate an installer and point to download location in a comment

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 contrib/code/Snippets/KBDmir2A.S


CVS: herc.mirbsd.org: contrib

2020-02-02 Thread Thorsten Glaser
Commit ID:  1005E371B9457AFD1A9
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 19:00:13 UTC

Modified files:
code/Snippets  : KBDmir2U.map
samples: Tag: gnu dot.Xmodmap
samples: Tag: gnuwin dot.Xmodmap
samples: Tag: grml dot.Xmodmap
samples: dot.Xmodmap

Log message:
retire not only the “gnu” branch but also the “gnuwin” branch, in
preparation for a keyboard layout customisation tool that handles
both dot.Xmodmap (both XF86 and evdev) and KBDmir2U.map offering
multiple items (Esc/` switch; swap 102nd with CapsLock optionally
binding Ctrl to CapsLock; switch to AltGr with stock Alt_L/Win_L)

also document that Win9x layout uses the florin (cp1252 limitation)
and that Linux always has Mode_switch on both Alt keys (and Win_L)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 contrib/code/Snippets/KBDmir2U.map
cvs -R rdiff -kk -upr1.24.2.3 -r1.24.2.4 contrib/samples/dot.Xmodmap
cvs -R rdiff -kk -upr1.24.2.1.2.6 -r1.24.2.1.2.7 contrib/samples/dot.Xmodmap
cvs -R rdiff -kk -upr1.24.4.11 -r1.24.4.12 contrib/samples/dot.Xmodmap
cvs -R rdiff -kk -upr1.29 -r1.30 contrib/samples/dot.Xmodmap


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E3643524A33F285
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 03:34:24 UTC

Modified files:
code/Snippets  : KBDmir2A.S

Log message:
use the pre-exe2bin ELF file to see where I fucked up

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/KBDmir2A.S


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E3630F83D21C60B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 02:16:07 UTC

Added files:
code/Snippets  : KBDmir2A.S

Log message:
first cut at keyboard layout, WIP

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.1 contrib/code/Snippets/KBDmir2A.S


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E361F6A68A322A1
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 01:01:27 UTC

Modified files:
fonts/fixed: README.dist

Log message:
fix oversea barbarian dialect spelling

(despite Brexit we stick to the Queen’s English, mostly)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 contrib/fonts/fixed/README.dist


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E361822155AC10C
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/02 00:30:57 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
Add U+2B7E, which is a better “Tab key” than U+21B9

This commit brought to you by me creating KBDmir2a (for Win95)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.22 -r1.23 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E36057028612CC4
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/01 23:10:37 UTC

Modified files:
fonts/fixed: 9x18.bdfc

Log message:
add placeholder glyphs in the OPTU-16 raw octet range for OPTU-8

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.21 -r1.22 contrib/fonts/fixed/9x18.bdfc


CVS: herc.mirbsd.org: contrib

2020-02-01 Thread Thorsten Glaser
Commit ID:  1005E35FAB3639FB657
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/02/01 22:25:18 UTC

Modified files:
fonts/fixed: 9x18.bdfc README.dist fixedmir.sh
Removed files:
fonts/fixed: pwrline.ed

Log message:
seeing as we don’t have glyphs for Cirth, and according to
http://www.evertype.com/standards/csur/ it might land in
the UCS SMP anyway, merge “Powerline” glyphs into main font

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.20 -r1.21 contrib/fonts/fixed/9x18.bdfc
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/fonts/fixed/fixedmir.sh
cvs -R rdiff -kk -upr1.3 -r0 contrib/fonts/fixed/pwrline.ed


CVS: herc.mirbsd.org: contrib

2020-01-31 Thread Thorsten Glaser
Commit ID:  1005E345DA067E53D23
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/31 17:02:15 UTC

Modified files:
code/jupp  : builtins.c

Log message:
drop overlarge, Debian-specific ^KF from builtin jupprc

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/code/jupp/builtins.c


CVS: herc.mirbsd.org: contrib

2020-01-31 Thread Thorsten Glaser
Commit ID:  1005E345D285AF12BC3
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/31 17:00:27 UTC

Modified files:
code/jupp  : Tag: jupprc-for-joe-3_7 jupprc
code/jupp  : Tag: jupprc-for-joe-4_4 jupprc
code/jupp  : jmacsrc.in joerc.in jpicorc.in jstarrc.in jupprc
 rjoerc.in

Log message:
Add *.lco to Tₑχ/LᴬTᴇΧ files’ highlighting

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.23.2.39 -r1.23.2.40 contrib/code/jupp/jupprc
cvs -R rdiff -kk -upr1.62.2.27 -r1.62.2.28 contrib/code/jupp/jupprc
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/jmacsrc.in
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/joerc.in
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/jpicorc.in
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/jstarrc.in
cvs -R rdiff -kk -upr1.85 -r1.86 contrib/code/jupp/jupprc
cvs -R rdiff -kk -upr1.36 -r1.37 contrib/code/jupp/rjoerc.in


CVS: herc.mirbsd.org: contrib

2019-12-31 Thread Thorsten Glaser
Commit ID:  1005E0C148E3BFC14DD
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/01 03:40:01 UTC

Modified files:
code/jupp  : setup.inf

Log message:
fix installation on Windows 95 which is more picky about syntax

(jupp32 itself works well except some cursor positioning, like ^QF)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/setup.inf


CVS: herc.mirbsd.org: contrib

2019-12-31 Thread Thorsten Glaser
Commit ID:  1005E0C0BD41B40E377
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/01 03:02:45 UTC

Modified files:
code/jupp  : setup.inf

Log message:
use PROGRA~1 for the installation directory

tested on Win7; Win95 doesn’t do LFNs here

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/code/jupp/setup.inf


CVS: herc.mirbsd.org: contrib

2019-12-31 Thread Thorsten Glaser
Commit ID:  1005E0C0779032D81D3
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/01 02:43:53 UTC

Modified files:
code/jupp  : setup.inf

Log message:
time to retire the fixup for old INFs’ damage

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/setup.inf


CVS: herc.mirbsd.org: contrib

2019-12-31 Thread Thorsten Glaser
Commit ID:  1005E0BF6FE212699A0
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2020/01/01 01:33:35 UTC

Modified files:
code/jupp  : Make-w32.sh

Log message:
fix version displayed in SETUP.INF

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/jupp/Make-w32.sh


CVS: herc.mirbsd.org: contrib

2019-12-30 Thread Thorsten Glaser
Commit ID:  1005E0A726B11C4B72E
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/12/30 21:56:04 UTC

Modified files:
code/Snippets  : getshver

Log message:
drop the “Version ” from ksh86 (like ksh93); handle ksh2020 separately

ksh93 version numbers can be interpreted arithmetically as well, show

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.22 -r1.23 contrib/code/Snippets/getshver


CVS: herc.mirbsd.org: contrib

2019-09-11 Thread Thorsten Glaser
Commit ID:  1005D79583F532D7C94
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/09/11 20:25:28 UTC

Modified files:
fonts/fixed: fixedmir.sh
Removed files:
fonts/fixed/9x18: fullamb.bdfc fullcomb.bdfc halfamb.bdfc halfcomb.bdfc

Log message:
fix mirf16v8.bdf build

also, drop useless directory while here

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/fonts/fixed/fixedmir.sh
cvs -R rdiff -kk -upr1.1 -r0 contrib/fonts/fixed/9x18/fullamb.bdfc
cvs -R rdiff -kk -upr1.1 -r0 contrib/fonts/fixed/9x18/fullcomb.bdfc
cvs -R rdiff -kk -upr1.1 -r0 contrib/fonts/fixed/9x18/halfamb.bdfc
cvs -R rdiff -kk -upr1.1 -r0 contrib/fonts/fixed/9x18/halfcomb.bdfc


CVS: herc.mirbsd.org: contrib

2019-09-05 Thread Thorsten Glaser
Commit ID:  1005D71290F71E333EB
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/09/05 15:26:06 UTC

Modified files:
gnu/config : config.guess config.sub

Log message:
add ppc64le, riscv64 (and ppcle, riscv32)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.18 -r1.19 contrib/gnu/config/config.guess
cvs -R rdiff -kk -upr1.15 -r1.16 contrib/gnu/config/config.sub


CVS: herc.mirbsd.org: contrib

2019-08-30 Thread Thorsten Glaser
Commit ID:  1005D69658636F22673
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/08/30 18:05:58 UTC

Modified files:
fonts/fixed: mirf16v8.bdfc

Log message:
add mapping from MirDebian console-data and from contrib/samples/utf-8

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2019-08-30 Thread Thorsten Glaser
Commit ID:  1005D69661770486900
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/08/30 18:08:11 UTC

Modified files:
fonts/fixed: mirf16v8.bdfc

Log message:
add mappings needed for sirc and sid’s mc with m-s theme

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.10 -r1.11 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2019-08-02 Thread Thorsten Glaser
Commit ID:  1005D44895D181BB09B
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/08/02 19:04:51 UTC

Modified files:
code/jupp  : NEWS TODO
code/jupp/syntax: sh.jsf.in

Log message:
handle "…" '…' and \… in ${…} a tad better; we really need nested states

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.131 -r1.132 contrib/code/jupp/NEWS
cvs -R rdiff -kk -upr1.50 -r1.51 contrib/code/jupp/TODO
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/syntax/sh.jsf.in


CVS: herc.mirbsd.org: contrib

2019-08-01 Thread Thorsten Glaser
Commit ID:  1005D438CFF203DB644
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/08/02 01:08:32 UTC

Modified files:
code/jupp  : Tag: jupprc-for-joe-3_7 jupprc
code/jupp  : Tag: jupprc-for-joe-4_4 jupprc

Log message:
highlight HTML/XHTML as html and XML as xml with content sniffing

also, force joe 4.6 into highlighting with -assume_256color
and add a feature request by König Moserig…

commitid: 1005D438CBE73A1F558

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.23.2.38 -r1.23.2.39 contrib/code/jupp/jupprc
cvs -R rdiff -kk -upr1.62.2.26 -r1.62.2.27 contrib/code/jupp/jupprc


CVS: herc.mirbsd.org: contrib

2019-08-01 Thread Thorsten Glaser
Commit ID:  1005D438CBE73A1F558
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/08/02 01:07:28 UTC

Modified files:
code/jupp  : NEWS TODO jmacsrc.in joerc.in jpicorc.in jstarrc.in
 jupprc rjoerc.in

Log message:
highlight HTML/XHTML as html and XML as xml with content sniffing

also, force joe 4.6 into highlighting with -assume_256color
and add a feature request by König Moserig…

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.130 -r1.131 contrib/code/jupp/NEWS
cvs -R rdiff -kk -upr1.49 -r1.50 contrib/code/jupp/TODO
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/jmacsrc.in
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/joerc.in
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/jpicorc.in
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/jstarrc.in
cvs -R rdiff -kk -upr1.84 -r1.85 contrib/code/jupp/jupprc
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/rjoerc.in


CVS: herc.mirbsd.org: contrib

2019-06-09 Thread Thorsten Glaser
Commit ID:  1005CFDA6B705E4DAD3
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/10 00:39:10 UTC

Modified files:
fonts/fixed: fixedmir.sh mirf16v8.bdfc
Removed files:
fonts/fixed: mirf16v8.map

Log message:
embed the unicode map into the bdfc (tab as two spaces)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/fonts/fixed/fixedmir.sh
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/fonts/fixed/mirf16v8.bdfc
cvs -R rdiff -kk -upr1.4 -r0 contrib/fonts/fixed/mirf16v8.map


CVS: herc.mirbsd.org: contrib

2019-06-07 Thread Thorsten Glaser
Commit ID:  1005CFA6E1B2893DAF0
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/07 14:00:33 UTC

Modified files:
fonts/fixed: pwrline.ed

Log message:
fix pasto; thanks Lukas Degener for betatesting

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/fonts/fixed/pwrline.ed


CVS: herc.mirbsd.org: contrib

2019-06-05 Thread Thorsten Glaser
Commit ID:  1005CF7FD721B1274C0
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/05 17:35:28 UTC

Modified files:
fonts/fixed: README.dist fixedmir.sh

Log message:
fix and just always build dist, it also cleans up

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2019-06-05 Thread Thorsten Glaser
Commit ID:  1005CF7F6243D4B0935
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/05 17:04:10 UTC

Modified files:
fonts/fixed: fixedmir.sh
Added files:
fonts/fixed: pwrline.ed

Log message:
first cut at https://github.com/powerline/fonts-compatible font variant

but read https://github.com/powerline/powerline/issues/2008 about their
misuse of a Cirth CSUR-allocated PUA block

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 contrib/fonts/fixed/fixedmir.sh
cvs -R rdiff -kk -upr0 -r1.1 contrib/fonts/fixed/pwrline.ed


CVS: herc.mirbsd.org: contrib

2019-06-04 Thread Thorsten Glaser
Commit ID:  1005CF6DFBE1A8C1D01
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/04 21:16:26 UTC

Modified files:
fonts/fixed: fixedmir.sh

Log message:
also include the PSFU map

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 contrib/fonts/fixed/fixedmir.sh


CVS: herc.mirbsd.org: contrib

2019-06-04 Thread Thorsten Glaser
Commit ID:  1005CF6DE49631FA33C
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/04 21:10:10 UTC

Modified files:
fonts/fixed: mirf16v8.map

Log message:
fix phi

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 contrib/fonts/fixed/mirf16v8.map


CVS: herc.mirbsd.org: contrib

2019-06-04 Thread Thorsten Glaser
Commit ID:  1005CF6D9C2492E1FBF
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/06/04 20:55:22 UTC

Modified files:
fonts/fixed: 18x18ko.bdfc 9x18.bdfc README.dist mirf16v8.bdfc

Log message:
couple of bugfixes and additions:
• U+32FF SQUARE ERA NAME REIWA (Unicode 12.1~pre)
• fix lambda look (lowercase greek, latin with stroke)
• improve the lowercase pi
• add benzolring with circle, to match one with lines
• adjust coptic pi slightly, to unconfuse with greek
• add Kapitälchen Q
• bump year

still to do:
• make the digit ‘7’ (seven) in all of its forms look more like
  a seven and less like a one: 7̶ 7̵ something like that…
• switch to “single-storey” a and g (mind ɑ and ɡ)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 contrib/fonts/fixed/18x18ko.bdfc
cvs -R rdiff -kk -upr1.19 -r1.20 contrib/fonts/fixed/9x18.bdfc
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/fonts/fixed/README.dist
cvs -R rdiff -kk -upr1.7 -r1.8 contrib/fonts/fixed/mirf16v8.bdfc


CVS: herc.mirbsd.org: contrib

2019-05-14 Thread Thorsten Glaser
Commit ID:  1005CDB04031BFFB096
CVSROOT:/cvs
Module name:contrib
Changes by: t...@herc.mirbsd.org2019/05/14 18:07:40 UTC

Modified files:
code/Snippets  : uri-grabber.sh

Log message:
fix extglob

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 contrib/code/Snippets/uri-grabber.sh


  1   2   3   4   5   6   >