Trivial changes: whitespace and modes.
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
This commit is contained in:
parent
77a0a5b519
commit
fa325e9b42
1021 changed files with 5688 additions and 6193 deletions
|
|
@ -158,4 +158,3 @@ uksc_out(Rune *base, int n, long *notused)
|
|||
if(p > obuf)
|
||||
write(1, obuf, p-obuf);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum {
|
||||
Charsperfont = 157,
|
||||
Void1b = (0xC6-0xA2)*Charsperfont+0x3f,
|
||||
Void1e = (0xC9-0xA2)*Charsperfont - 1
|
||||
Void1e = (0xC9-0xA2)*Charsperfont - 1
|
||||
};
|
||||
|
||||
Bitmap *
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ static int
|
|||
hnamecmp(const void *va, const void *vb)
|
||||
{
|
||||
Hchar *a, *b;
|
||||
|
||||
|
||||
a = (Hchar*)va;
|
||||
b = (Hchar*)vb;
|
||||
return strcmp(a->s, b->s);
|
||||
|
|
@ -304,7 +304,7 @@ static int
|
|||
hrunecmp(const void *va, const void *vb)
|
||||
{
|
||||
Hchar *a, *b;
|
||||
|
||||
|
||||
a = (Hchar*)va;
|
||||
b = (Hchar*)vb;
|
||||
return a->r - b->r;
|
||||
|
|
@ -315,12 +315,12 @@ html_init(void)
|
|||
{
|
||||
static int init;
|
||||
int i;
|
||||
|
||||
|
||||
if(init)
|
||||
return;
|
||||
init = 1;
|
||||
memmove(byrune, byname, sizeof byrune);
|
||||
|
||||
|
||||
/* Eliminate names we aren't allowed to generate. */
|
||||
for(i=0; i<nelem(byrune); i++){
|
||||
if(byrune[i].s[0] == '_'){
|
||||
|
|
@ -328,7 +328,7 @@ html_init(void)
|
|||
byname[i].s++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
qsort(byname, nelem(byname), sizeof byname[0], hnamecmp);
|
||||
qsort(byrune, nelem(byrune), sizeof byrune[0], hrunecmp);
|
||||
}
|
||||
|
|
@ -338,7 +338,7 @@ findbyname(char *s)
|
|||
{
|
||||
Hchar *h;
|
||||
int n, m, x;
|
||||
|
||||
|
||||
h = byname;
|
||||
n = nelem(byname);
|
||||
while(n > 0){
|
||||
|
|
@ -386,9 +386,9 @@ html_in(int fd, long *x, struct convert *out)
|
|||
Rune rbuf[N];
|
||||
Rune *r, *er;
|
||||
int c, i;
|
||||
|
||||
|
||||
USED(x);
|
||||
|
||||
|
||||
html_init();
|
||||
r = rbuf;
|
||||
er = rbuf+N;
|
||||
|
|
@ -453,7 +453,7 @@ html_out(Rune *r, int n, long *x)
|
|||
char *s;
|
||||
Biobuf b;
|
||||
Rune *er;
|
||||
|
||||
|
||||
USED(x);
|
||||
html_init();
|
||||
Binit(&b, 1, OWRITE);
|
||||
|
|
@ -468,4 +468,3 @@ html_out(Rune *r, int n, long *x)
|
|||
}
|
||||
Bflush(&b);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -104,4 +104,3 @@
|
|||
* Returns 1 if they are, or 0 otherwise.
|
||||
*/
|
||||
#define CANJ2S(_h, _l) (CANJ2SB(_h) && CANJ2SB(_l))
|
||||
|
||||
|
|
|
|||
1946
src/cmd/tcs/ksc.c
1946
src/cmd/tcs/ksc.c
File diff suppressed because it is too large
Load diff
|
|
@ -16,14 +16,14 @@ long tabatari[256] = /* from jhelling@cs.ruu.nl (Jeroen Hellingman) */
|
|||
0x00bf, 0x2310, 0x00ac, 0x00bd, 0x00bc, 0x00a1, 0x00ab, 0x00bb,
|
||||
0x00e3, 0x00f5, 0x00d8, 0x00f8, 0x0153, 0x0152, 0x00c0, 0x00c3,
|
||||
0x00d5, 0x00a8, 0x00b4, 0x2020, 0x00b6, 0x00a9, 0x00ae, 0x2122,
|
||||
0x0133, 0x0132,
|
||||
0x0133, 0x0132,
|
||||
0x05d0, 0x05d1, 0x05d2, 0x05d3, 0x05d4, 0x05d5, /* hebrew */
|
||||
0x05d6, 0x05d7, 0x05d8, 0x05d9, 0x05db, 0x05dc, 0x05de, 0x05e0,
|
||||
0x05e1, 0x05e2, 0x05e4, 0x05e6, 0x05e7, 0x05e8, 0x05e9, 0x05ea,
|
||||
0x05df, 0x05da, 0x05dd, 0x05e3, 0x05e5,
|
||||
0x05df, 0x05da, 0x05dd, 0x05e3, 0x05e5,
|
||||
0x00a7, 0x2038, 0x221e, /* math */
|
||||
0x03b1, 0x03b2, 0x0393, 0x03c0, 0x03a3, 0x03c3, 0x00b5, 0x03c4, /* greek */
|
||||
0x03a6, 0x03b8, 0x2126, 0x03b4,
|
||||
0x03a6, 0x03b8, 0x2126, 0x03b4,
|
||||
0x222e, 0x03c6, 0x2208, 0x220f, /* math */
|
||||
0x2261, 0x00b1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00f7, 0x2248,
|
||||
0x00b0, 0x2022, 0x00b7, 0x221a, 0x207f, 0x00b2, 0x00b3, 0x00af
|
||||
|
|
@ -141,7 +141,7 @@ long tabps2[256] = /* from jhelling@cs.ruu.nl (Jeroen Hellingman) */
|
|||
0x00a9, 0x2563, 0x2551, 0x2557, 0x255d, 0x00a2, 0x00a5, 0x2510,
|
||||
0x2514, 0x2534, 0x252c, 0x251c, 0x2500, 0x253c, 0x00e3, 0x00c3,
|
||||
0x255a, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256c, 0x00a4,
|
||||
0x00f0, 0x00d0, 0x00ca, 0x00cb, 0x00c8, 0x0131, 0x00cd, 0x00ce,
|
||||
0x00f0, 0x00d0, 0x00ca, 0x00cb, 0x00c8, 0x0131, 0x00cd, 0x00ce,
|
||||
0x00cf, 0x2518, 0x250c, 0x2588, 0x2584, 0x00a6, 0x00cc, 0x2580,
|
||||
0x00d3, 0x00df, 0x00d4, 0x00d2, 0x00f5, 0x00d5, 0x00b5, 0x00fe,
|
||||
0x00de, 0x00da, 0x00db, 0x00d9, 0x00fd, 0x00dd, 0x00af, 0x00b4,
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
for(i in $*){
|
||||
j=`{echo $i | sed 's;.*./;cp;'}
|
||||
echo long tab$j'[256] = {'
|
||||
hget http://www.microsoft.com/globaldev/reference/$i.mspx | htmlfmt |
|
||||
hget http://www.microsoft.com/globaldev/reference/$i.mspx | htmlfmt |
|
||||
9 grep '^.. = U\+....:' | 9 sed 's/= U\+/ 0x/; s/:.*.//' | awk '
|
||||
{ t[$1] = $2 }
|
||||
END {
|
||||
END {
|
||||
for(i=0; i<256; i++) {
|
||||
s = sprintf("%.2X", i);
|
||||
if(s in t)
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ main(int argc, char **argv)
|
|||
break;
|
||||
case 'f':
|
||||
from = EARGF(usage());
|
||||
break;
|
||||
break;
|
||||
case 'l':
|
||||
listem = 1;
|
||||
break;
|
||||
|
|
@ -454,7 +454,7 @@ long tabmsdos[256] = /* from jhelling@cs.ruu.nl (Jeroen Hellingman) */
|
|||
0x2555, 0x2563, 0x2551, 0x2557, 0x255d, 0x255c, 0x255b, 0x2510,
|
||||
0x2514, 0x2534, 0x252c, 0x251c, 0x2500, 0x253c, 0x255e, 0x255f,
|
||||
0x255a, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256c, 0x2567,
|
||||
0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256b,
|
||||
0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256b,
|
||||
0x256a, 0x2518, 0x250c, 0x2588, 0x2584, 0x258c, 0x2590, 0x2580,
|
||||
0x03b1, 0x00df, 0x0393, 0x03c0, 0x03a3, 0x03c3, 0x00b5, 0x03c4, /* greek */
|
||||
0x03a6, 0x0398, 0x2126, 0x03b4, 0x221e, 0x2205, 0x2208, 0x2229,
|
||||
|
|
@ -483,7 +483,7 @@ long tabmsdos2[256] = /* from jhelling@cs.ruu.nl (Jeroen Hellingman) */
|
|||
0x2555, 0x2563, 0x2551, 0x2557, 0x255d, 0x255c, 0x255b, 0x2510,
|
||||
0x2514, 0x2534, 0x252c, 0x251c, 0x2500, 0x253c, 0x255e, 0x255f,
|
||||
0x255a, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256c, 0x2567,
|
||||
0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256b,
|
||||
0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256b,
|
||||
0x256a, 0x2518, 0x250c, 0x2588, 0x2584, 0x258c, 0x2590, 0x2580,
|
||||
0x03b1, 0x00df, 0x0393, 0x03c0, 0x03a3, 0x03c3, 0x00b5, 0x03c4, /* greek */
|
||||
0x03a6, 0x0398, 0x2126, 0x03b4, 0x221e, 0x2205, 0x2208, 0x2229,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ static Tmap t1[] =
|
|||
|
||||
static Rune t2[] =
|
||||
{
|
||||
0x0bcd/*்*/,
|
||||
0x0bcd/*்*/,
|
||||
0x0bcd/*்*/, // filler
|
||||
0x0bbe/*ா*/,
|
||||
0x0bbf/*ி*/,
|
||||
|
|
@ -112,7 +112,7 @@ tune_in(int fd, long *x, struct convert *out)
|
|||
Rune rbuf[N];
|
||||
Rune *r, *er, tr;
|
||||
int c, i;
|
||||
|
||||
|
||||
USED(x);
|
||||
r = rbuf;
|
||||
er = rbuf+N-3;
|
||||
|
|
@ -159,7 +159,7 @@ tune_in(int fd, long *x, struct convert *out)
|
|||
case 0xe38d/**/:
|
||||
*r++ = 0x0bb6/*ஶ*/; *r++ = 0x0bcd/*்*/; *r++ = 0x0bb0/*ர*/; *r++ = 0x0bc0/*ீ*/;
|
||||
break;
|
||||
default:
|
||||
default:
|
||||
if(c >= 0xe200 && c <= 0xe3ff){
|
||||
if(squawk)
|
||||
EPR "%s: rune 0x%x not in output cs\n", argv0, c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue