fine N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ rawgraph.c:82:16: note: in expansion of macro ?N_NEW? 82 | sp->vals = N_NEW(i,int); | ^~~~~ In file included from fPQ.c:14: fPQ.c: In function ?PQgen?: fPQ.c:28:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 28 | pq = N_NEW(sz+1,snode*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ trapezoid.c: In function ?math_N?: trapezoid.c:1009:10: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 1009 | return (int) ceil((double) 1.0*n/v); | ^ In file included from trapezoid.c:21: trapezoid.c: In function ?construct_trapezoids?: trapezoid.c:1024:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1024 | qs = N_NEW (2*ntraps, qnode_t); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ trapezoid.c:1026:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1026 | memset(tr, 0, ntraps*sizeof(trap_t)); | ^ partition.c: In function ?generateRandomOrdering?: partition.c:160:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 160 | j = i + drand48() * (n + 1 - i); | ^ partition.c: In function ?traverse_polygon?: partition.c:332:46: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 332 | if (t->hi.y > t->lo.y && seg[t->lseg].v0.x == seg[t->lseg].v1.x && | ^~ partition.c:333:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 333 | seg[t->rseg].v0.x == seg[t->rseg].v1.x) { | ^~ In file included from partition.c:15: partition.c: In function ?monotonate_trapezoids?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:602:20: note: in expansion of macro ?N_NEW? 602 | int* visited = N_NEW(tr_size,int); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:604:14: note: in expansion of macro ?N_NEW? 604 | mchain = N_NEW(tr_size, monchain_t); | ^~~~~ partition.c:605:23: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 605 | vert = N_NEW(nsegs+1,vertexchain_t); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:606:11: note: in expansion of macro ?N_NEW? 606 | mon = N_NEW(nsegs, int); | ^~~~~ partition.c: In function ?partition?: partition.c:697:35: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 697 | segment_t* segs = N_GNEW(nsegs+1, segment_t); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ partition.c:698:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 698 | int* permute = N_NEW(nsegs+1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:703:19: note: in expansion of macro ?N_GNEW? 703 | trap_t* trs = N_GNEW(ntraps, trap_t); | ^~~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:704:24: note: in expansion of macro ?N_NEW? 704 | boxf* hor_decomp = N_NEW(ntraps, boxf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ partition.c:705:25: note: in expansion of macro ?N_NEW? 705 | boxf* vert_decomp = N_NEW(ntraps, boxf); | ^~~~~ partition.c:736:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 736 | rs = N_NEW (hd_size*vd_size, boxf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ partition.c:742:10: note: in expansion of macro ?RALLOC? 742 | rs = RALLOC (cnt, rs, boxf); | ^~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/ortho/ortho.h:13, from ortho.c:30: ortho.c: In function ?insertChan?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ortho.c:424:22: note: in expansion of macro ?ALLOC? 424 | chan->seg_list = ALLOC(chan->cnt, chan->seg_list, segment*); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ortho.c:424:22: note: in expansion of macro ?ALLOC? 424 | chan->seg_list = ALLOC(chan->cnt, chan->seg_list, segment*); | ^~~~~ ortho.c: In function ?assignTrackNo?: ortho.c:580:62: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 580 | if (odb_flags & ODB_CHANG) dumpChanG (cp, ((chanItem*)l1)->v); | ~~~~~~~~~~~~~~~^~~ ortho.c: In function ?overlapSeg?: ortho.c:624:18: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 624 | else if(S1->p.p2==S2->p.p2) { | ^~ ortho.c: In function ?segCmp?: ortho.c:656:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 656 | else if(S1->p.p1==S2->p.p1) { | ^~ ortho.c:657:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 657 | if(S1->p.p2==S2->p.p2) { | ^~ ortho.c:703:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 703 | else if(S1->p.p2==S2->p.p1) { | ^~ ortho.c: In function ?seg_cmp?: ortho.c:735:46: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 735 | if(S1->isVert!=S2->isVert||S1->comm_coord!=S2->comm_coord) { | ^~ ortho.c: In function ?propagate_prec?: ortho.c:816:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 816 | if(next->comm_coord==current->p.p1) { | ^~ ortho.c:824:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 824 | if(next->comm_coord==current->p.p1) { | ^~ In file included from ../../lib/common/types.h:18, from ../../lib/ortho/structures.h:13, from ../../lib/ortho/sgraph.h:13, from ../../lib/ortho/maze.h:13, from ortho.c:28: ortho.c: In function ?is_parallel?: ortho.c:839:27: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 839 | assert (s1->comm_coord==s2->comm_coord); | ^~ ortho.c:839:27: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 839 | assert (s1->comm_coord==s2->comm_coord); | ^~ ortho.c:840:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 840 | return s1->p.p1 == s2->p.p1 && | ^~ ortho.c:841:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 841 | s1->p.p2 == s2->p.p2 && | ^~ In file included from sgraph.c:15: sgraph.c: In function ?initSEdges?: sgraph.c:45:35: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 45 | int* adj = N_NEW (6*g->nnodes + 2*maxdeg, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ sgraph.c:46:35: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 46 | g->edges = N_NEW (3*g->nnodes + maxdeg, sedge); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ortho.c: In function ?set_parallel_edges?: sgraph.c: In function ?createSGraph?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ sgraph.c:64:16: note: in expansion of macro ?N_NEW? 64 | g->nodes = N_NEW(nnodes, snode); | ^~~~~ sgraph.c: In function ?shortPath?: sgraph.c:172:7: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 172 | d = -(N_VAL(n) + E_WT(e)); | ^ ortho.c:906:26: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 906 | if(prev1->comm_coord==seg1->p.p1) { | ^~ ortho.c:937:26: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 937 | if(prev1->comm_coord==seg1->p.p1) { | ^~ ortho.c: In function ?addPEdges?: ortho.c:1027:32: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1027 | if(segs[i]->prev->comm_coord==segs[j]->prev->comm_coord) | ^~ ortho.c: In function ?htrack?: ortho.c:1140:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1140 | return lo + f*(hi-lo); | ~~~^~~~~~~~~~~ ortho.c: In function ?attachOrthoEdges?: ortho.c:1209:42: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 1209 | clip_and_install(e, aghead(e), ispline, npts, sinfo); | ^~~~ In file included from ../../lib/common/render.h:42, from ../../lib/ortho/ortho.h:13, from ortho.c:30: ortho.c: In function ?orthoEdges?: ortho.c:1259:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1259 | epair_t* es = N_GNEW(agnedges(g), epair_t); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ortho.c:1275:3: warning: switch missing default case [-Wswitch-default] 1275 | switch (c) { | ^~~~~~ ortho.c: In function ?coordOf?: ortho.c:1429:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1429 | p.x = (cp->bb.LL.x + cp->bb.UR.x)/2; | ^ ortho.c:1430:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1430 | p.y = cp->bb.UR.y; | ^~ ortho.c:1433:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1433 | p.x = (cp->bb.LL.x + cp->bb.UR.x)/2; | ^ ortho.c:1434:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1434 | p.y = cp->bb.LL.y; | ^~ ortho.c:1437:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1437 | p.y = (cp->bb.LL.y + cp->bb.UR.y)/2; | ^ ortho.c:1438:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1438 | p.x = cp->bb.LL.x; | ^~ ortho.c:1441:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1441 | p.y = (cp->bb.LL.y + cp->bb.UR.y)/2; | ^ ortho.c:1442:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1442 | p.x = cp->bb.UR.x; | ^~ maze.c: In function ?psdump?: maze.c:62:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 62 | absbb.UR.x = absbb.LL.x + BB.UR.x - BB.LL.x; | ^~~~~ maze.c:63:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 63 | absbb.UR.y = absbb.LL.y + BB.UR.y - BB.LL.y; | ^~~~~ ortho.c: In function ?emitEdge?: ortho.c:1458:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1458 | x = vtrack(seg, m); | ^~~~~~ ortho.c:1459:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1459 | y = (n.UR.y + n.LL.y)/2; | ^ maze.c: In function ?updateWts?: ortho.c:1463:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1463 | x = (n.UR.x + n.LL.x)/2; | ^ maze.c:145:19: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 145 | #define CHANSZ(w) (((w)-3)/2) | ^ maze.c:175:15: note: in expansion of macro ?CHANSZ? 175 | int hsz = CHANSZ (cp->bb.UR.y - cp->bb.LL.y); | ^~~~~~ maze.c:145:19: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 145 | #define CHANSZ(w) (((w)-3)/2) | ^ maze.c:176:15: note: in expansion of macro ?CHANSZ? 176 | int vsz = CHANSZ (cp->bb.UR.x - cp->bb.LL.x); | ^~~~~~ ortho.c:1474:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1474 | x = vtrack(seg, m); | ^~~~~~ In file included from maze.c:20: maze.c: In function ?mkMazeGraph?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ maze.c:328:25: note: in expansion of macro ?N_NEW? 328 | snodeitem* ditems = N_NEW(bound, snodeitem); | ^~~~~ maze.c:335:20: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 335 | sides = N_NEW(4*mp->ncells, snode*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ maze.c:373:20: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 373 | sides = N_NEW(g->nnodes, snode*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ maze.c: In function ?mkMaze?: maze.c:460:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 460 | cp = mp->gcells = N_NEW(mp->ngcells, cell); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ortho.c:1488:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1488 | x = vtrack(seg, m); | ^~~~~~ ortho.c:1489:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1489 | y = (n.UR.y + n.LL.y)/2; | ^ ortho.c:1493:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1493 | x = (n.LL.x + n.UR.x)/2; | ^ ortho.c: In function ?emitSearchGraph?: ortho.c:1519:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1519 | p.x = pf.x; | ^~ ortho.c:1520:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1520 | p.y = pf.y; | ^~ ortho.c: In function ?emitGraph?: ortho.c:1567:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1567 | bbox.LL.x = absbb.LL.x + TRANS; | ^~~~~ ortho.c:1568:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1568 | bbox.LL.y = absbb.LL.y + TRANS; | ^~~~~ ortho.c:1569:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1569 | bbox.UR.x = absbb.UR.x + TRANS; | ^~~~~ ortho.c:1570:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1570 | bbox.UR.y = absbb.UR.y + TRANS; | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ maze.c:492:17: note: in expansion of macro ?N_NEW? 492 | mp->cells = N_NEW(nrect, cell); | ^~~~~ 58/105 Test #58: test1001_py ...................... Passed 1.18 sec Start 59: test1001_pyhook CCLD libortho_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/ortho' Making all in sparse make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/sparse' CC general.lo CC BinaryHeap.lo CC IntStack.lo CC DotIO.lo CC SparseMatrix.lo CC vector.lo CC color_palette.lo CC clustering.lo CC LinkedList.lo CC mq.lo CC colorutil.lo CC QuadTree.lo IntStack.c: In function ?IntStack_new?: IntStack.c:21:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 21 | s->stack = MALLOC(sizeof(int)*max_len); | ^ IntStack.c: In function ?IntStack_realloc?: IntStack.c:37:43: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 37 | s->stack = REALLOC(s->stack, sizeof(int)*max_len); | ^ SparseMatrix.c: In function ?SparseMatrix_init?: SparseMatrix.c:301:13: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 301 | A->size = sz; | ^~ BinaryHeap.c: In function ?BinaryHeap_new?: BinaryHeap.c:20:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 20 | h->heap = MALLOC(sizeof(void*)*max_len); | ^ BinaryHeap.c:21:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 21 | h->id_to_pos = MALLOC(sizeof(int)*max_len); | ^ BinaryHeap.c:24:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 24 | h->pos_to_id = MALLOC(sizeof(int)*max_len); | ^ BinaryHeap.c: In function ?BinaryHeap_realloc?: BinaryHeap.c:44:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 44 | max_len = max_len + MAX(0.2*max_len, 10); | ^~~~~~~ BinaryHeap.c:47:43: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 47 | h->heap = REALLOC(h->heap, sizeof(void*)*max_len); | ^ BinaryHeap.c:50:51: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 50 | h->id_to_pos = REALLOC(h->id_to_pos, sizeof(int)*max_len); | ^ BinaryHeap.c:53:51: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 53 | h->pos_to_id = REALLOC(h->pos_to_id, sizeof(int)*max_len); | ^ SparseMatrix.c: In function ?SparseMatrix_alloc?: SparseMatrix.c:331:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 331 | A->a = MALLOC(A->size*nz_t); | ^ SparseMatrix.c:338:28: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 338 | A->a = MALLOC(A->size*nz_t); | ^ BinaryHeap.c: In function ?BinaryHeap_sanity_check?: BinaryHeap.c:245:28: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 245 | mask = MALLOC(sizeof(int)*(h->len + IntStack_get_length(h->id_stack))); | ^ SparseMatrix.c: In function ?SparseMatrix_realloc?: SparseMatrix.c:356:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 356 | A->a = REALLOC(A->a, A->size*nz_t); | ^ SparseMatrix.c:358:23: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 358 | A->a = MALLOC(A->size*nz_t); | ^ QuadTree.c: In function ?node_data_new?: SparseMatrix.c:368:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 368 | A->a = REALLOC(A->a, A->size*nz_t); | ^ QuadTree.c:35:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 35 | nd->coord = MALLOC(sizeof(real)*dim); | ^ QuadTree.c: In function ?node_data_get_id?: QuadTree.c:61:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 61 | return nd->id; | ~~^~~~ SparseMatrix.c:370:23: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 370 | A->a = MALLOC(A->size*nz_t); | ^ QuadTree.c: In function ?check_or_realloc_arrays?: QuadTree.c:71:44: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 71 | *center = REALLOC(*center, sizeof(real)*(*nsupermax)*dim); | ^ QuadTree.c:71:57: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 71 | *center = REALLOC(*center, sizeof(real)*(*nsupermax)*dim); | ^ QuadTree.c:72:60: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 72 | *supernode_wgts = REALLOC(*supernode_wgts, sizeof(real)*(*nsupermax)); | ^ QuadTree.c:73:50: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 73 | *distances = REALLOC(*distances, sizeof(real)*(*nsupermax)); | ^ QuadTree.c: In function ?QuadTree_get_supernodes_internal?: QuadTree.c:77:74: warning: declaration of ?point? shadows a global declaration [-Wshadow] 77 | static void QuadTree_get_supernodes_internal(QuadTree qt, real bh, real *point, int nodeid, int *nsuper, int *nsupermax, real **center, real **supernode_wgts, real **distances, real *counts, int *flag){ In file included from QuadTree.c:12: ../../lib/common/geom.h:23:30: note: shadowed declaration is here 23 | typedef struct { int x, y; } point; | ^~~~~ QuadTree.c: In function ?QuadTree_get_supernodes?: QuadTree.c:123:58: warning: declaration of ?point? shadows a global declaration [-Wshadow] 123 | void QuadTree_get_supernodes(QuadTree qt, real bh, real *point, int nodeid, int *nsuper, In file included from QuadTree.c:12: ../../lib/common/geom.h:23:30: note: shadowed declaration is here 23 | typedef struct { int x, y; } point; | ^~~~~ QuadTree.c:133:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 133 | if (!*center) *center = MALLOC(sizeof(real)*(*nsupermax)*dim); | ^ QuadTree.c:133:59: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 133 | if (!*center) *center = MALLOC(sizeof(real)*(*nsupermax)*dim); | ^ QuadTree.c:134:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 134 | if (!*supernode_wgts) *supernode_wgts = MALLOC(sizeof(real)*(*nsupermax)); | ^ QuadTree.c:135:52: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 135 | if (!*distances) *distances = MALLOC(sizeof(real)*(*nsupermax)); | ^ QuadTree.c: In function ?get_or_alloc_force_qt?: general.c: In function ?random_permutation?: general.c:35:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 35 | p = MALLOC(sizeof(int)*n); | ^ QuadTree.c:155:35: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 155 | qt->data = MALLOC(sizeof(real)*dim); | ^ mq.c: In function ?get_mq?: general.c: In function ?vector_float_take?: QuadTree.c: In function ?QuadTree_repulsive_force_interact?: mq.c:86:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 86 | counts = MALLOC(sizeof(int)*n); | ^ QuadTree.c:190:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 190 | if (p == -1){ | ^~ general.c:91:37: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 91 | if (!*u) *u = MALLOC(sizeof(float)*m); | ^ QuadTree.c:222:10: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 222 | if (p == -1){ | ^~ general.c: In function ?vector_ordering?: general.c:134:35: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 134 | if (!*p) *p = MALLOC(sizeof(int)*n); | ^ general.c:135:28: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 135 | u = MALLOC(sizeof(real)*2*n); | ^ general.c:142:12: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 142 | qsort(u, n, sizeof(real)*2, comp_ascend); | ^ general.c: In function ?vector_sort_int?: general.c:150:12: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 150 | qsort(v, n, sizeof(int), comp_ascend_int); | ^ general.c: In function ?scale_to_box?: general.c:209:23: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 209 | if (max[0] - min[0] != 0) { | ^~ QuadTree.c: In function ?QuadTree_new_from_point_list?: general.c:212:23: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 212 | if (max[1] - min[1] != 0) { | ^~ QuadTree.c:353:29: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 353 | xmin = MALLOC(sizeof(real)*dim); | ^ QuadTree.c:354:29: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 354 | xmax = MALLOC(sizeof(real)*dim); | ^ QuadTree.c:355:31: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 355 | center = MALLOC(sizeof(real)*dim); | ^ QuadTree.c:378:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 378 | if (width == 0) width = 0.00001;/* if we only have one point, width = 0! */ | ^~ QuadTree.c: In function ?QuadTree_new?: QuadTree.c:405:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 405 | q->center = MALLOC(sizeof(real)*dim); | ^ mq.c:126:29: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 126 | dout = MALLOC(sizeof(real)*n); | ^ QuadTree.c: In function ?QuadTree_add_internal?: QuadTree.c:496:37: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 496 | q->average = MALLOC(sizeof(real)*dim); | ^ mq.c: In function ?Multilevel_MQ_Clustering_init?: mq.c:172:50: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 172 | matching = grid->matching = MALLOC(sizeof(real)*(n)); | ^ mq.c:179:9: warning: declaration of ?n? shadows a previous local [-Wshadow] 179 | int n = A->n, ncluster; | ^ mq.c:155:7: note: shadowed declaration is here 155 | int n = A->n, i; | ^ SparseMatrix.c: In function ?SparseMatrix_from_coordinate_format?: mq.c:182:42: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 182 | grid->deg_intra = MALLOC(sizeof(real)*(n)); | ^ SparseMatrix.c:714:88: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 714 | return SparseMatrix_from_coordinate_arrays(A->nz, A->m, A->n, irn, jcn, a, A->type, A->size); | ~^~~~~~ SparseMatrix.c: In function ?SparseMatrix_from_coordinate_format_not_compacted?: SparseMatrix.c:729:102: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 729 | return SparseMatrix_from_coordinate_arrays_not_compacted(A->nz, A->m, A->n, irn, jcn, a, A->type, A->size); | ~^~~~~~ mq.c:185:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 185 | grid->wgt = MALLOC(sizeof(real)*n); | ^ QuadTree.c: In function ?QuadTree_get_nearest_internal?: QuadTree.c:677:9: warning: declaration of ?point? shadows a global declaration [-Wshadow] 677 | real *point = x; | ^~~~~ In file included from QuadTree.c:12: ../../lib/common/geom.h:23:30: note: shadowed declaration is here 23 | typedef struct { int x, y; } point; | ^~~~~ LinkedList.c:118:6: warning: no previous prototype for ?DoubleLinkedList_print? [-Wmissing-prototypes] 118 | void DoubleLinkedList_print(DoubleLinkedList head, void (*linkedlist_print)(void*)){ | ^~~~~~~~~~~~~~~~~~~~~~ mq.c: In function ?Multilevel_MQ_Clustering_establish?: mq.c:243:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 243 | neighbors = MALLOC(sizeof(SingleLinkedList)*n); | ^ mq.c:250:38: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 250 | deg_intra_new = MALLOC(sizeof(real)*n); | ^ mq.c:251:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 251 | wgt_new = MALLOC(sizeof(real)*n); | ^ SparseMatrix.c: In function ?SparseMatrix_from_coordinate_arrays_internal?: SparseMatrix.c:840:31: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 840 | memcpy(A->a, val0, A->size*((size_t)nz)); | ^ mq.c:252:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 252 | deg_inter = MALLOC(sizeof(real)*n); | ^ mq.c:253:28: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 253 | mask = MALLOC(sizeof(int)*n); | ^ vector.c: In function ?Vector_new?: vector.c:26:29: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 26 | v->v = malloc(size_of_elem*maxlen); | ^ vector.c: In function ?Vector_assign?: mq.c:254:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 254 | dout_new = MALLOC(sizeof(real)*n); | ^ vector.c:35:42: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 35 | memcpy(((char*) v->v)+(v->size_of_elem)*i/sizeof(char), stuff, v->size_of_elem); | ^ vector.c: In function ?Vector_reset?: vector.c:41:70: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | if (v->deallocator)(v->deallocator)((char*)v->v + (v->size_of_elem)*i/sizeof(char)); | ^ vector.c: In function ?Vector_add?: vector.c:49:37: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 49 | v->v = realloc(v->v, (v->maxlen)*(v->size_of_elem)); | ^ clustering.c: In function ?Multilevel_Modularity_Clustering_init?: clustering.c:36:39: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 36 | grid->matching = MALLOC(sizeof(real)*(n)); | ^ clustering.c:42:35: warning: declaration of ?n? shadows a previous local [-Wshadow] 42 | int *ia = A->ia, *ja = A->ja, n = A->n; | ^ clustering.c:20:7: note: shadowed declaration is here 20 | int n = A->n, i, j; | ^ clustering.c:48:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 48 | grid->deg = MALLOC(sizeof(real)*(n)); | ^ clustering.c:51:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 51 | indeg = MALLOC(sizeof(real)*n); | ^ vector.c: In function ?Vector_delete?: vector.c:60:72: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 60 | if (v->deallocator)(v->deallocator)((char*)v->v + (v->size_of_elem)*i/sizeof(char)); | ^ clustering.c:61:19: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 61 | if (deg_total == 0) deg_total = 1; | ^~ vector.c: In function ?Vector_get?: vector.c:69:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 69 | return ((char*)v->v + i*(v->size_of_elem)/sizeof(char)); | ^ clustering.c: In function ?Multilevel_Modularity_Clustering_establish?: clustering.c:110:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 110 | deg_new = MALLOC(sizeof(real)*n); | ^ clustering.c:111:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 111 | deg_inter = MALLOC(sizeof(real)*n); | ^ mq.c:489:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 489 | deg_intra_new = REALLOC(deg_intra_new, nc*sizeof(real)); | ^ clustering.c:112:28: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 112 | mask = MALLOC(sizeof(int)*n); | ^ mq.c:490:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 490 | wgt_new = REALLOC(wgt_new, nc*sizeof(real)); | ^ mq.c:494:37: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 494 | dout_new = REALLOC(dout_new, nc*sizeof(real)); | ^ mq.c: In function ?hierachical_mq_clustering?: mq.c:567:27: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 567 | u = MALLOC(sizeof(real)*cgrid->n); | ^ clustering.c:237:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 237 | deg_new = REALLOC(deg_new, nc*sizeof(real)); | ^ mq.c:584:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 584 | matching = MALLOC(sizeof(int)*(grid->n)); | ^ clustering.c: In function ?hierachical_modularity_clustering?: clustering.c:324:27: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 324 | u = MALLOC(sizeof(real)*cgrid->n); | ^ clustering.c:341:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 341 | matching = MALLOC(sizeof(int)*(grid->n)); | ^ DotIO.c: In function ?SparseMatrix_import_dot?: DotIO.c:112:16: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 112 | ND_id(n) = i++; | ^ In file included from DotIO.c:14: ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:121:9: note: in expansion of macro ?N_NEW? 121 | I = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:122:9: note: in expansion of macro ?N_NEW? 122 | J = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:123:11: note: in expansion of macro ?N_NEW? 123 | val = N_NEW(nedges, real); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:129:12: note: in expansion of macro ?N_NEW? 129 | valD = N_NEW(nedges, real); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:134:11: note: in expansion of macro ?ND_id? 134 | row = ND_id(n); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:137:14: note: in expansion of macro ?ND_id? 137 | J[i] = ND_id(aghead(e)); | ^~~~~ SparseMatrix.c: In function ?SparseMatrix_coordinate_form_add_entries?: DotIO.c:164:43: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 164 | *edge_label_nodes = MALLOC(sizeof(int)*nedge_nodes); | ^ DotIO.c:169:56: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 169 | if (label_sizes) *label_sizes = MALLOC(sizeof(real)*2*nnodes); | ^ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:172:9: note: in expansion of macro ?ND_id? 172 | i = ND_id(n); | ^~~~~ SparseMatrix.c:1612:50: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1612 | if (A->size) memcpy((char*) A->a + ((size_t)nz)*A->size/sizeof(char), val, A->size*((size_t)nentries)); | ^ DotIO.c:193:31: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 193 | *x = MALLOC(sizeof(real)*dim*nnodes); | ^ SparseMatrix.c:1612:85: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1612 | if (A->size) memcpy((char*) A->a + ((size_t)nz)*A->size/sizeof(char), val, A->size*((size_t)nentries)); | ^ DotIO.c:193:35: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 193 | *x = MALLOC(sizeof(real)*dim*nnodes); | ^ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:199:11: note: in expansion of macro ?ND_id? 199 | i = ND_id(n); | ^~~~~ DotIO.c: In function ?Import_dot_splines?: DotIO.c:295:53: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 295 | if (!(*xsplines)) *xsplines = malloc(sizeof(char*)*nedges); | ^ DotIO.c: In function ?hexcol2rgb?: DotIO.c:320:44: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 320 | return (hex2int(h[0])*16 + hex2int(h[1]))/255.; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ DotIO.c: In function ?Import_coord_clusters_from_dot?: DotIO.c:414:16: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 414 | ND_id(n) = i++; | ^ In file included from DotIO.c:14: ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:417:7: note: in expansion of macro ?N_NEW? 417 | I = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:418:7: note: in expansion of macro ?N_NEW? 418 | J = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:419:9: note: in expansion of macro ?N_NEW? 419 | val = N_NEW(nedges, real); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:426:11: note: in expansion of macro ?ND_id? 426 | row = ND_id(n); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:429:14: note: in expansion of macro ?ND_id? 429 | J[i] = ND_id(aghead(e)); | ^~~~~ SparseMatrix.c: In function ?SparseMatrix_copy?: SparseMatrix.c:1896:61: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1896 | B = SparseMatrix_general_new(A->m, A->n, A->nz, A->type, A->size, A->format); | ~^~~~~~ SparseMatrix.c:1901:39: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1901 | if (A->a) memcpy(B->a, A->a, A->size*((size_t)A->nz)); | ^ DotIO.c:444:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 444 | *clusters = MALLOC(sizeof(int)*nnodes); | ^ DotIO.c:453:38: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 453 | memset (*clusters, 0, sizeof(int)*nnodes); | ^ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:458:13: note: in expansion of macro ?ND_id? 458 | i = ND_id(n); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:466:11: note: in expansion of macro ?ND_id? 466 | i = ND_id(n); | ^~~~~ SparseMatrix.c: In function ?cmp?: DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:475:11: note: in expansion of macro ?ND_id? 475 | i = ND_id(n); | ^~~~~ SparseMatrix.c:2026:23: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2026 | } else if (d1->dist == d2->dist){ | ^~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:511:11: note: in expansion of macro ?ND_id? 511 | i = ND_id(n); | ^~~~~ DotIO.c:522:37: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 522 | *label_sizes = MALLOC(sizeof(real)*dim*nnodes); | ^ DotIO.c:522:41: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 522 | *label_sizes = MALLOC(sizeof(real)*dim*nnodes); | ^ DotIO.c:524:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 524 | *rgb_r = MALLOC(sizeof(float)*(1+MAX_GRPS)); | ^ DotIO.c:525:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 525 | *rgb_g = MALLOC(sizeof(float)*(1+MAX_GRPS)); | ^ DotIO.c:526:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 526 | *rgb_b = MALLOC(sizeof(float)*(1+MAX_GRPS)); | ^ DotIO.c:532:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 532 | *fsz = MALLOC(sizeof(float)*nnodes); | ^ DotIO.c:533:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 533 | *labels = MALLOC(sizeof(char*)*nnodes); | ^ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:538:9: note: in expansion of macro ?ND_id? 538 | i = ND_id(n); | ^~~~~ SparseMatrix.c: In function ?SparseMatrix_get_augmented?: SparseMatrix.c:2270:27: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2270 | val = MALLOC(A->size*2*((size_t)nz)); | ^ DotIO.c:579:33: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 579 | (*rgb_r)[(*clusters)[i]] = color.u.RGBA[0]; | ^~~~~ SparseMatrix.c:2271:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2271 | memcpy(val, A->a, A->size*((size_t)nz)); | ^ SparseMatrix.c:2272:40: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2272 | memcpy(((char*) val) + ((size_t)nz)*A->size, A->a, A->size*((size_t)nz)); | ^ DotIO.c:580:33: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 580 | (*rgb_g)[(*clusters)[i]] = color.u.RGBA[1]; | ^~~~~ SparseMatrix.c:2272:63: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2272 | memcpy(((char*) val) + ((size_t)nz)*A->size, A->a, A->size*((size_t)nz)); | ^ DotIO.c:581:33: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 581 | (*rgb_b)[(*clusters)[i]] = color.u.RGBA[2]; | ^~~~~ SparseMatrix.c:2289:83: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2289 | B = SparseMatrix_from_coordinate_arrays(nz, m + n, m + n, irn, jcn, val, type, A->size); | ~^~~~~~ DotIO.c:597:29: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 597 | *x = MALLOC(sizeof(real)*dim*nnodes); | ^ DotIO.c:597:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 597 | *x = MALLOC(sizeof(real)*dim*nnodes); | ^ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:600:11: note: in expansion of macro ?ND_id? 600 | i = ND_id(n); | ^~~~~ DotIO.c: In function ?attached_clustering?: DotIO.c:652:16: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 652 | ND_id(n) = i++; | ^ In file included from DotIO.c:14: ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:655:7: note: in expansion of macro ?N_NEW? 655 | I = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:656:7: note: in expansion of macro ?N_NEW? 656 | J = N_NEW(nedges, int); | ^~~~~ ../../lib/sparse/general.h:41:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 41 | #define N_NEW(n,t) (t*)calloc((n),sizeof(t)) | ^~~ DotIO.c:657:9: note: in expansion of macro ?N_NEW? 657 | val = N_NEW(nedges, real); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:664:11: note: in expansion of macro ?ND_id? 664 | row = ND_id(n); | ^~~~~ DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:667:14: note: in expansion of macro ?ND_id? 667 | J[i] = ND_id(aghead(e)); | ^~~~~ DotIO.c:680:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 680 | clusters = MALLOC(sizeof(int)*nnodes); | ^ SparseMatrix.c: In function ?SparseMatrix_get_submatrix?: DotIO.c:29:19: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ^ DotIO.c:698:11: note: in expansion of macro ?ND_id? 698 | i = ND_id(n); | ^~~~~ SparseMatrix.c:2464:82: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2464 | B = SparseMatrix_from_coordinate_arrays(nz, nrow, ncol, irn, jcn, v, A->type, A->size); | ~^~~~~~ DotIO.c: In function ?setDotNodeID?: DotIO.c:724:16: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 724 | ND_id(n) = v; | ^ DotIO.c: In function ?getDotNodeID?: SparseMatrix.c: In function ?SparseMatrix_distance_matrix?: DotIO.c:29:53: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 29 | #define ND_id(n) (((Agnodeinfo_t*)((n)->base.data))->id) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ DotIO.c:729:12: note: in expansion of macro ?ND_id? 729 | return ND_id(n); | ^~~~~ SparseMatrix.c:2537:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2537 | if (!(*dist0)) *dist0 = MALLOC(sizeof(real)*n*n); | ^ SparseMatrix.c:2537:48: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2537 | if (!(*dist0)) *dist0 = MALLOC(sizeof(real)*n*n); | ^ SparseMatrix.c:2551:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2551 | list = MALLOC(sizeof(int)*n); | ^ SparseMatrix.c: In function ?SparseMatrix_distance_matrix_khops?: SparseMatrix.c:2605:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2605 | list = MALLOC(sizeof(int)*n); | ^ SparseMatrix.c:2606:31: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2606 | dist = MALLOC(sizeof(real)*n); | ^ 59/105 Test #59: test1001_pyhook .................. Passed 1.12 sec Start 60: test1001a_py 60/105 Test #60: test1001a_py .....................***Skipped 0.00 sec Start 61: test1001a_pyhook 61/105 Test #61: test1001a_pyhook .................***Skipped 0.00 sec Start 62: test1001b_py 62/105 Test #62: test1001b_py .....................***Skipped 0.01 sec Start 63: test1001b_pyhook 63/105 Test #63: test1001b_pyhook .................***Skipped 0.00 sec Start 64: test1001c_py 64/105 Test #64: test1001c_py ..................... Passed 0.06 sec Start 65: test1001c_pyhook 65/105 Test #65: test1001c_pyhook ................. Passed 0.05 sec Start 66: test1002_py 66/105 Test #66: test1002_py ......................***Skipped 0.01 sec Start 67: test1002_pyhook 67/105 Test #67: test1002_pyhook ..................***Skipped 0.01 sec Start 68: test1003_py CCLD libsparse_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/sparse' Making all in patchwork make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/patchwork' CC patchwork.lo CC tree_map.lo CC patchworkinit.lo tree_map.c: In function ?squarify?: tree_map.c:57:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 57 | if (w == fillrec.size[0]){/* tall rec. fix the items along x direction, left to right, at top*/ | ^~ In file included from ../../lib/common/render.h:42, from tree_map.c:11: tree_map.c: In function ?tree_map?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ tree_map.c:109:10: note: in expansion of macro ?N_NEW? 109 | recs = N_NEW(n,rectangle); | ^~~~~ patchwork.c: In function ?fullArea?: patchwork.c:55:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 55 | if (m == 0) return p->child_area; | ^~ patchwork.c: In function ?getArea?: patchwork.c:65:14: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 65 | if (area == 0) area = DFLT_SZ; | ^~ In file included from ../../lib/common/render.h:42, from ../../lib/patchwork/patchwork.h:14, from patchwork.c:13: patchwork.c: In function ?layoutTree?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ patchwork.c:155:13: note: in expansion of macro ?N_NEW? 155 | nodes = N_NEW(nc, treenode_t*); | ^~~~~ patchwork.c:162:19: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 162 | qsort (nodes, nc, sizeof(treenode_t*), (qsort_cmpf)nodecmp); | ^~ In file included from ../../lib/common/render.h:42, from ../../lib/patchwork/patchwork.h:14, from patchwork.c:13: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ patchwork.c:163:20: note: in expansion of macro ?N_NEW? 163 | areas_sorted = N_NEW(nc,double); | ^~~~~ patchwork.c:167:20: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 167 | if (tree->area == tree->child_area) | ^~ In file included from ../../lib/common/render.h:42, from ../../lib/patchwork/patchwork.h:14, from patchworkinit.c:11: patchworkinit.c: In function ?addCluster?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ patchworkinit.c:45:14: note: in expansion of macro ?RALLOC? 45 | clist->cl = RALLOC(clist->sz, clist->cl, graph_t *); | ^~~~~~ patchworkinit.c: In function ?mkClusters?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ patchworkinit.c:90:27: note: in expansion of macro ?RALLOC? 90 | GD_clust(g) = RALLOC(list.cnt + 1, list.cl, graph_t*); | ^~~~~~ patchworkinit.c: In function ?patchwork_init_node_edge?: patchworkinit.c:111:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 111 | rdata* alg = N_NEW(agnnodes(g), rdata); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ patchworkinit.c:113:43: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 113 | GD_neato_nlist(g) = N_NEW(agnnodes(g) + 1, node_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ CCLD libpatchwork_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/patchwork' Making all in expr make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/expr' CC excontext.lo CC excc.lo CC exdata.lo CC exerror.lo CC extype.lo CC exeval.lo CC exexpr.lo CC exzero.lo CC exparse.lo CC exopen.lo CC extoken.lo CC exnospace.lo CC exstash.lo extype.c: In function ?extype?: extype.c:30:2: warning: switch missing default case [-Wswitch-default] 30 | switch (type) | ^~~~~~ excontext.c: In function ?excontext?: excontext.c:41:30: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 41 | if ((n = (sizeof(p->line) - (t - (p->linep + 1))) - (e - s)) > 0) | ^ excontext.c:41:54: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 41 | if ((n = (sizeof(p->line) - (t - (p->linep + 1))) - (e - s)) > 0) | ^ excontext.c:41:13: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 41 | if ((n = (sizeof(p->line) - (t - (p->linep + 1))) - (e - s)) > 0) | ^ In file included from ../../lib/expr/exlib.h:129, from exopen.c:24: exopen.c: In function ?exopen?: ../../lib/ast/sfstr.h:24:47: warning: unsigned conversion from ?int? to ?size_t? {aka ?unsigned int?} changes value from ?-1? to ?4294967295? [-Wsign-conversion] 24 | #define sfstropen() sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING) | ^~ exopen.c:41:23: note: in expansion of macro ?sfstropen? 41 | !(program->tmp = sfstropen()) || | ^~~~~~~~~ In file included from ../../lib/expr/exparse.y:181: ../../lib/expr/exgram.h: In function ?exstringOf?: exnospace.c: In function ?exnospace?: exnospace.c:30:9: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 30 | return (char*)null; | ^ ../../lib/expr/exgram.h:313:3: warning: switch missing default case [-Wswitch-default] 313 | switch (type) { | ^~~~~~ exeval.c: In function ?lexname?: exeval.c:54:10: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 54 | return (char*)exop((size_t)op - MINTOKEN); | ^ In file included from ../../lib/expr/exparse.y:181: ../../lib/expr/exgram.h: In function ?excast?: exeval.c: In function ?evaldyn?: exeval.c:82:34: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 82 | evaldyn (Expr_t * ex, Exnode_t * expr, void *env, int delete) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ ../../lib/expr/exgram.h:506:37: warning: conversion from ?double? to ?long long int? may change value [-Wfloat-conversion] 506 | x->data.constant.value.integer = x->data.constant.value.floating; | ^ ../../lib/expr/exgram.h:513:38: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 513 | x->data.constant.value.floating = x->data.constant.value.integer; | ^ exeval.c: In function ?getdyn?: exeval.c:125:30: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 125 | getdyn(Expr_t* ex, Exnode_t* expr, void* env, Exassoc_t** assoc) | ~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ ../../lib/expr/exgram.h:521:37: warning: conversion from ?double? to ?long long int? may change value [-Wfloat-conversion] 521 | x->data.constant.value.integer = strtod(s, &e); | ^~~~~~ ../../lib/expr/exgram.h: In function ?preprint?: ../../lib/expr/exgram.h:677:12: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 677 | if (i >= elementsof(x->param)) | ^~ exeval.c: In function ?prformat?: exeval.c:344:13: warning: conversion from ?long long int? to ?time_t? {aka ?long int?} may change value [-Wconversion] 344 | if ((tm = *(Sflong_t*)vp) == -1) | ^ exeval.c:290:2: warning: switch missing default case [-Wswitch-default] 290 | switch (dp->fmt) | ^~~~~~ exeval.c: In function ?prints?: exeval.c:374:32: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 374 | prints(Expr_t * ex, Exnode_t * expr, void *env, Sfio_t * sp) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?print?: exeval.c:394:29: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 394 | print(Expr_t* ex, Exnode_t* expr, void* env, Sfio_t* sp) | ~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ In file included from ../../lib/ast/ast.h:18, from ../../lib/expr/exlib.h:25, from exeval.c:24: ../../lib/sfio/sfio.h:175:20: warning: unsigned conversion from ?int? to ?size_t? {aka ?unsigned int?} changes value from ?-1? to ?4294967295? [-Wsign-conversion] 175 | #define SF_UNBOUND (-1) /* unbounded buffer size */ | ^~~~ exeval.c:403:140: note: in expansion of macro ?SF_UNBOUND? 403 | if (v.integer < 0 || v.integer >= elementsof(ex->file) || (!(sp = ex->file[v.integer]) && !(sp = ex->file[v.integer] = sfnew(NULL, NULL, SF_UNBOUND, v.integer, SF_READ|SF_WRITE)))) | ^~~~~~~~~~ exeval.c:403:153: warning: conversion from ?long long int? to ?int? may change value [-Wconversion] 403 | if (v.integer < 0 || v.integer >= elementsof(ex->file) || (!(sp = ex->file[v.integer]) && !(sp = ex->file[v.integer] = sfnew(NULL, NULL, SF_UNBOUND, v.integer, SF_READ|SF_WRITE)))) | ~^~~~~~~~ ../../lib/expr/exgram.h:773:4: warning: switch missing default case [-Wswitch-default] 773 | switch (t) | ^~~~~~ exeval.c: In function ?scan?: exeval.c:512:28: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 512 | scan(Expr_t* ex, Exnode_t* expr, void* env, Sfio_t* sp) | ~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ In file included from ../../lib/ast/ast.h:18, from ../../lib/expr/exlib.h:25, from exeval.c:24: ../../lib/sfio/sfio.h:175:20: warning: unsigned conversion from ?int? to ?size_t? {aka ?unsigned int?} changes value from ?-1? to ?4294967295? [-Wsign-conversion] 175 | #define SF_UNBOUND (-1) /* unbounded buffer size */ | ^~~~ exeval.c:529:140: note: in expansion of macro ?SF_UNBOUND? 529 | if (v.integer < 0 || v.integer >= elementsof(ex->file) || (!(sp = ex->file[v.integer]) && !(sp = ex->file[v.integer] = sfnew(NULL, NULL, SF_UNBOUND, v.integer, SF_READ|SF_WRITE)))) | ^~~~~~~~~~ exeval.c:529:153: warning: conversion from ?long long int? to ?int? may change value [-Wconversion] 529 | if (v.integer < 0 || v.integer >= elementsof(ex->file) || (!(sp = ex->file[v.integer]) && !(sp = ex->file[v.integer] = sfnew(NULL, NULL, SF_UNBOUND, v.integer, SF_READ|SF_WRITE)))) | ~^~~~~~~~ ../../lib/expr/exgram.h: In function ?expush?: ../../lib/expr/exgram.h:833:26: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 833 | if (!(in->bp = in->sp = (char*)sp)) | ^ ../../lib/expr/exgram.h:870:21: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 870 | error_info.file = (char*)name; | ^ ../../lib/expr/exgram.h: In function ?cmpKey?: ../../lib/expr/exgram.h:1059:15: warning: unused parameter ?d? [-Wunused-parameter] 1059 | cmpKey(Dt_t * d, Extype_t * key1, Extype_t * key2, Dtdisc_t * disc) | ~~~~~~~^ ../../lib/expr/exgram.h:1059:63: warning: unused parameter ?disc? [-Wunused-parameter] 1059 | cmpKey(Dt_t * d, Extype_t * key1, Extype_t * key2, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ exeval.c: In function ?exsplit?: exeval.c:860:33: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 860 | exsplit(Expr_t * ex, Exnode_t * expr, void *env) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?extokens?: exeval.c:914:34: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 914 | extokens(Expr_t * ex, Exnode_t * expr, void *env) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?exsub?: exeval.c:956:31: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 956 | exsub(Expr_t * ex, Exnode_t * expr, void *env, bool global) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?exsubstr?: exeval.c:1054:50: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 1054 | static Extype_t exsubstr(Expr_t * ex, Exnode_t * expr, void *env) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c:1063:8: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 1063 | len = strlen(s.string); | ^~~~~~ exeval.c:1074:39: warning: conversion from ?long long int? to ?size_t? {aka ?unsigned int?} may change value [-Wconversion] 1074 | v.string = vmalloc(ex->ve, l.integer + 1); | ~~~~~~~~~~^~~ exeval.c:1076:44: warning: conversion from ?long long int? to ?size_t? {aka ?unsigned int?} may change value [-Wconversion] 1076 | strncpy(v.string, s.string + i.integer, l.integer); | ~^~~~~~~~ exeval.c: In function ?xConvert?: exeval.c:1087:34: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 1087 | xConvert(Expr_t * ex, Exnode_t * expr, int type, Extype_t v, | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?xPrint?: exeval.c:1105:32: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 1105 | xPrint(Expr_t * ex, Exnode_t * expr, Extype_t v, Exnode_t * tmp) | ~~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c: In function ?eval?: exeval.c:1122:28: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 1122 | eval(Expr_t* ex, Exnode_t* expr, void* env) | ~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c:1150:19: warning: conversion from ?long long int? to ?int? may change value [-Wconversion] 1150 | ex->loopcount = v.integer; | ^ exeval.c:1232:11: warning: conversion from ?long long int? to ?long int? may change value [-Wconversion] 1232 | seed = eval(ex, x, env).integer; | ^~~~ exeval.c:1307:26: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1307 | if ((*t)->floating == v.floating) | ^~ exeval.c:1295:6: warning: switch missing default case [-Wswitch-default] 1295 | switch ((int)i.integer) | ^~~~~~ excc.c: In function ?exopname?: exeval.c:1424:10: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1424 | if (n < elementsof(args)) | ^ excc.c:43:2: warning: switch missing default case [-Wswitch-default] 43 | switch (op) | ^~~~~~ exeval.c:1433:81: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1433 | for (n = 0, a = expr->data.call.procedure->value->data.procedure.args; a && n < elementsof(save); a = a->data.operand.right) | ^ excc.c: In function ?print?: excc.c:105:29: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 105 | print(Excc_t* cc, Exnode_t* expr) | ~~~~~~~~~~^~~~ exeval.c:1440:81: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1440 | for (n = 0, a = expr->data.call.procedure->value->data.procedure.args; a && n < elementsof(save); a = a->data.operand.right) | ^ y.tab.c: In function ?exparse?: In file included from excc.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ excc.c:120:19: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 120 | for (i = 0; i < elementsof(x->param) && x->param[i]; i++) | ^ y.tab.c:1633:12: warning: conversion from ?int? to ?yytype_int16? {aka ?short int?} may change value [-Wconversion] 1633 | *yyssp = yystate; | ^~~~~~~ y.tab.c:1638:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1638 | YYSIZE_T yysize = yyssp - yyss + 1; | ^~~~~ excc.c: In function ?scan?: excc.c:140:28: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 140 | scan(Excc_t* cc, Exnode_t* expr) | ~~~~~~~~~~^~~~ In file included from excc.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ excc.c:155:19: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 155 | for (i = 0; i < elementsof(x->param) && x->param[i]; i++) | ^ excc.c: In function ?gen?: excc.c:175:27: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 175 | gen(Excc_t* cc, Exnode_t* expr) | ~~~~~~~~~~^~~~ In file included from excc.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exeval.c:1445:45: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1445 | for (x = expr->data.operand.right; x && n < elementsof(args); x = x->data.operand.right) | ^ ../../lib/expr/exparse.y:278:20: warning: conversion from ?long long int? to ?int? may change value [-Wconversion] 278 | | static {expr.instatic=$1;} DECLARE {expr.declare=$3->type;} dcl_list ';' | ^ exeval.c:1452:45: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1452 | for (x = expr->data.operand.right; x && n < elementsof(args); x = x->data.operand.right) | ^ excc.c:196:2: warning: switch missing default case [-Wswitch-default] 196 | switch (expr->op) | ^~~~~~ excc.c:538:3: warning: switch missing default case [-Wswitch-default] 538 | switch (expr->op) | ^~~~~~ excc.c: In function ?global?: In file included from ../../lib/expr/exparse.y:42: ../../lib/ast/ast.h:60:94: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 60 | #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x))) | ^ ../../lib/expr/exparse.y:426:21: note: in expansion of macro ?newof? 426 | if (!(sw->base = newof(0, Extype_t*, n, 0))) | ^~~~~ excc.c:623:14: warning: unused parameter ?table? [-Wunused-parameter] 623 | global(Dt_t* table, void* object, void* handle) | ~~~~~~^~~~~ In file included from ../../lib/expr/exlib.h:126, from ../../lib/expr/exgram.h:30, from ../../lib/expr/exparse.y:181: ../../lib/expr/exparse.y:452:72: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 452 | $$->data.select.constant = exalloc(expr.program, (n + 1) * sizeof(Extype_t*)); | ^ ../../lib/expr/expr.h:91:41: note: in definition of macro ?exalloc? 91 | #define exalloc(p,n) vmalloc((p)->vm, (n)) | ^ ../../lib/expr/exparse.y:453:60: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 453 | memcpy($$->data.select.constant, sw->base, n * sizeof(Extype_t*)); | ^ In file included from ../../lib/expr/exparse.y:42: ../../lib/ast/ast.h:60:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 60 | #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x))) | ^ ../../lib/expr/exparse.y:480:32: note: in expansion of macro ?newof? 480 | if (!(expr.swstate->base = newof(expr.swstate->base, Extype_t*, 2 * n, 0))) | ^~~~~ ../../lib/ast/ast.h:60:94: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 60 | #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x))) | ^ ../../lib/expr/exparse.y:480:32: note: in expansion of macro ?newof? 480 | if (!(expr.swstate->base = newof(expr.swstate->base, Extype_t*, 2 * n, 0))) | ^~~~~ excc.c: In function ?exccopen?: excc.c:638:18: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 638 | exccopen(Expr_t* expr, Exccdisc_t* disc) | ~~~~~~~~^~~~ In file included from excc.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ ../../lib/expr/exparse.y:548:35: warning: conversion from ?long long int? to ?long int? may change value [-Wconversion] 548 | $1->index_type = $3; /* -1 indicates no typechecking */ | ^ excc.c: In function ?exdump?: excc.c:693:16: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 693 | exdump(Expr_t* expr, Exnode_t* node, Sfio_t* sp) | ~~~~~~~~^~~~ In file included from excc.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ In file included from ../../lib/expr/exlib.h:129, from exeval.c:24: ../../lib/ast/sfstr.h:24:47: warning: unsigned conversion from ?int? to ?size_t? {aka ?unsigned int?} changes value from ?-1? to ?4294967295? [-Wsign-conversion] 24 | #define sfstropen() sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING) | ^~ exeval.c:1485:20: note: in expansion of macro ?sfstropen? 1485 | Sfio_t *buffer = sfstropen(); | ^~~~~~~~~ exeval.c:1530:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1530 | if (r.floating == 0.0) | ^~ extoken.c:25:28: warning: "_BLD_DEBUG" is not defined, evaluates to 0 [-Wundef] 25 | #if !defined(TRACE_lex) && _BLD_DEBUG | ^~~~~~~~~~ ../../lib/expr/exparse.y:892:5: warning: switch missing default case [-Wswitch-default] 892 | switch ($1->index) | ^~~~~~ extoken.c:29:5: warning: "TRACE_lex" is not defined, evaluates to 0 [-Wundef] 29 | #if TRACE_lex | ^~~~~~~~~ ../../lib/expr/exparse.y:919:5: warning: switch missing default case [-Wswitch-default] 919 | switch ($1->index) | ^~~~~~ exeval.c:1536:23: warning: conversion from ?double? to ?long long int? may change value [-Wfloat-conversion] 1536 | if ((r.integer = r.floating) == 0) | ^ In file included from extoken.c:20: extoken.c: In function ?lex?: exeval.c:1539:20: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1539 | v.floating = (Sflong_t)v.floating % r.integer; | ^ ../../lib/expr/exlib.h:134:123: warning: conversion from ?int? to ?char? may change value [-Wconversion] 134 | #define putcontext(p,c) (((p)->linep>=&(p)->line[sizeof((p)->line)]?(p)->linep=(p)->line,(p)->linewrap=1:0),*(p)->linep++=(c)) | ^ extoken.c:311:4: note: in expansion of macro ?putcontext? 311 | putcontext(ex, c); | ^~~~~~~~~~ exeval.c:1542:19: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1542 | v.floating = (Sflong_t)v.floating & (Sflong_t)r.floating; | ^ extoken.c: In function ?extoken_fn?: extoken.c:351:6: warning: switch missing default case [-Wswitch-default] 351 | switch (lex(ex)) | ^~~~~~ extoken.c:343:14: warning: switch missing default case [-Wswitch-default] 343 | for (;;) switch (lex(ex)) | ^~~~~~ extoken.c:445:18: warning: switch missing default case [-Wswitch-default] 445 | if (q == '=') switch (c) | ^~~~~~ exeval.c:1545:19: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1545 | v.floating = (Sflong_t)v.floating | (Sflong_t)r.floating; | ^ extoken.c:553:6: warning: switch missing default case [-Wswitch-default] 553 | switch (c = lex(ex)) | ^~~~~~ exeval.c:1548:19: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1548 | v.floating = (Sflong_t)v.floating ^ (Sflong_t)r.floating; | ^ extoken.c:618:23: warning: conversion to ?long long int? from ?long long unsigned int? may change the sign of the result [-Wsign-conversion] 618 | exlval.integer = strtoull(s, &e, b); | ^~~~~~~~ exeval.c:1551:19: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1551 | v.floating = (Sflong_t)v.floating << (Sflong_t)r.floating; | ^ extoken.c:703:11: warning: declaration of ?b? shadows a previous local [-Wshadow] 703 | int b; | ^ extoken.c:327:7: note: shadowed declaration is here 327 | int b; | ^ extoken.c:726:7: warning: switch missing default case [-Wswitch-default] 726 | switch (lex(ex)) | ^~~~~~ exeval.c:1557:19: warning: conversion from ?long long unsigned int? to ?double? may change value [-Wconversion] 1557 | v.floating = (Sfulong_t)v.floating >> (Sflong_t)r.floating; | ^ extoken.c:795:6: warning: switch missing default case [-Wswitch-default] 795 | switch (po = c) | ^~~~~~ exeval.c:1602:18: warning: conversion to ?long long int? from ?long long unsigned int? may change the sign of the result [-Wsign-conversion] 1602 | v.integer = (Sfulong_t)v.integer >> r.integer; | ^ exeval.c:1145:2: warning: switch missing default case [-Wswitch-default] 1145 | switch (expr->op) | ^~~~~~ extoken.c:669:5: warning: switch missing default case [-Wswitch-default] 669 | switch (exlval.id->lex) | ^~~~~~ exeval.c:1680:16: warning: conversion from ?double? to ?long long int? may change value [-Wfloat-conversion] 1680 | v.integer = v.floating; | ^ exeval.c:1705:17: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1705 | v.floating = ~(Sflong_t)v.floating; | ^ exeval.c:1717:17: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1717 | v.floating = (Sflong_t)v.floating & (Sflong_t)r.floating; | ^ exeval.c:1720:17: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1720 | v.floating = (Sflong_t)v.floating | (Sflong_t)r.floating; | ^ exeval.c:1723:17: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1723 | v.floating = (Sflong_t)v.floating ^ (Sflong_t)r.floating; | ^ exeval.c:1729:19: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1729 | if (r.floating == 0.0) | ^~ exeval.c:1735:21: warning: conversion from ?double? to ?long long int? may change value [-Wfloat-conversion] 1735 | if ((r.integer = r.floating) == 0) | ^ exeval.c:1738:18: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1738 | v.floating = (Sflong_t)v.floating % r.integer; | ^ exeval.c:1747:27: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1747 | v.integer = v.floating == r.floating; | ^~ In file included from ../../lib/expr/expr.h:33, from ../../lib/expr/exlib.h:126, from exexpr.c:18: exexpr.c: In function ?exexpr?: ../../lib/cdt/cdt.h:258:47: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 258 | #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(void*)(o),DT_MATCH) | ^ exexpr.c:31:17: note: in expansion of macro ?dtmatch? 31 | sym = name ? dtmatch(ex->symbols, name) : &ex->main; | ^~~~~~~ exeval.c:1750:27: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1750 | v.integer = v.floating != r.floating; | ^~ exeval.c:1778:11: warning: conversion to ?long long int? from ?long long unsigned int? may change the sign of the result [-Wsign-conversion] 1778 | op1 = (Sfulong_t)v.floating; | ^ exeval.c:1677:3: warning: switch missing default case [-Wswitch-default] 1677 | switch (expr->op) | ^~~~~~ exeval.c:1819:3: warning: switch missing default case [-Wswitch-default] 1819 | switch (expr->op) | ^~~~~~ exeval.c:1844:18: warning: conversion from ?long long unsigned int? to ?double? may change value [-Wconversion] 1844 | v.floating = (Sfulong_t)v.integer; | ^ exeval.c:1846:18: warning: conversion from ?long long int? to ?double? may change value [-Wconversion] 1846 | v.floating = v.integer; | ^ exeval.c:1943:17: warning: conversion to ?long long int? from ?long long unsigned int? may change the sign of the result [-Wsign-conversion] 1943 | v.integer = op1 >> op2; | ^~~ exeval.c:1837:3: warning: switch missing default case [-Wswitch-default] 1837 | switch (expr->op) | ^~~~~~ exeval.c:1961:3: warning: switch missing default case [-Wswitch-default] 1961 | switch (expr->op) | ^~~~~~ exeval.c:2023:3: warning: switch missing default case [-Wswitch-default] 2023 | switch (expr->op) | ^~~~~~ exeval.c: In function ?exeval?: exeval.c:2053:30: warning: declaration of ?expr? shadows a global declaration [-Wshadow] 2053 | exeval(Expr_t* ex, Exnode_t* expr, void* env) | ~~~~~~~~~~^~~~ In file included from exeval.c:24: ../../lib/expr/exlib.h:177:18: note: shadowed declaration is here 177 | extern Exstate_t expr; | ^~~~ exzero.c: In function ?exzero?: exzero.c:29:2: warning: switch missing default case [-Wswitch-default] 29 | switch (type) | ^~~~~~ 68/105 Test #68: test1003_py ...................... Passed 1.45 sec Start 69: test1003_pyhook CCLD libexpr_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/expr' Making all in common make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/common' make all-am make[4]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/common' CC arrows.lo CC ellipse.lo CC args.lo CC colxlate.lo CC textspan.lo CC memory.lo CC htmllex.lo CC globals.lo CC input.lo CC pointset.lo CC htmltable.lo CC htmlparse.lo CC postproc.lo CC intset.lo CC splines.lo CC routespl.lo ellipse.c:49:5: warning: "STANDALONE" is not defined, evaluates to 0 [-Wundef] 49 | #if STANDALONE | ^~~~~~~~~~ ../../lib/common/htmlparse.y: In function ?free_ritem?: ../../lib/common/htmlparse.y:47:18: warning: unused parameter ?d? [-Wunused-parameter] 47 | free_ritem(Dt_t* d, pitem* p,Dtdisc_t* ds) | ~~~~~~^ ../../lib/common/htmlparse.y:47:40: warning: unused parameter ?ds? [-Wunused-parameter] 47 | free_ritem(Dt_t* d, pitem* p,Dtdisc_t* ds) | ~~~~~~~~~~^~ ../../lib/common/htmlparse.y: In function ?free_item?: ../../lib/common/htmlparse.y:58:17: warning: unused parameter ?d? [-Wunused-parameter] 58 | free_item(Dt_t* d, void* p,Dtdisc_t* ds) | ~~~~~~^ ../../lib/common/htmlparse.y:58:38: warning: unused parameter ?ds? [-Wunused-parameter] 58 | free_item(Dt_t* d, void* p,Dtdisc_t* ds) | ~~~~~~~~~~^~ ../../lib/common/htmlparse.y: In function ?free_citem?: intset.c: In function ?mkIntItem?: intset.c:18:17: warning: unused parameter ?d? [-Wunused-parameter] 18 | mkIntItem(Dt_t* d,intitem* obj,Dtdisc_t* disc) | ~~~~~~^ intset.c:18:42: warning: unused parameter ?disc? [-Wunused-parameter] 18 | mkIntItem(Dt_t* d,intitem* obj,Dtdisc_t* disc) | ~~~~~~~~~~^~~~ intset.c: In function ?freeIntItem?: intset.c:26:19: warning: unused parameter ?d? [-Wunused-parameter] 26 | freeIntItem(Dt_t* d,intitem* obj,Dtdisc_t* disc) | ~~~~~~^ intset.c:26:44: warning: unused parameter ?disc? [-Wunused-parameter] 26 | freeIntItem(Dt_t* d,intitem* obj,Dtdisc_t* disc) | ~~~~~~~~~~^~~~ intset.c: In function ?cmpid?: intset.c:32:13: warning: unused parameter ?d? [-Wunused-parameter] 32 | cmpid(Dt_t* d, int* key1, int* key2, Dtdisc_t* disc) | ~~~~~~^ intset.c:32:48: warning: unused parameter ?disc? [-Wunused-parameter] 32 | cmpid(Dt_t* d, int* key1, int* key2, Dtdisc_t* disc) | ~~~~~~~~~~^~~~ ../../lib/common/htmlparse.y:90:18: warning: unused parameter ?d? [-Wunused-parameter] 90 | free_citem(Dt_t* d, pitem* p,Dtdisc_t* ds) | ~~~~~~^ ../../lib/common/htmlparse.y:90:40: warning: unused parameter ?ds? [-Wunused-parameter] 90 | free_citem(Dt_t* d, pitem* p,Dtdisc_t* ds) | ~~~~~~~~~~^~ ../../lib/common/htmlparse.y: In function ?free_fitem?: ../../lib/common/htmlparse.y:130:18: warning: unused parameter ?d? [-Wunused-parameter] 130 | free_fitem(Dt_t* d, fitem* p, Dtdisc_t* ds) | ~~~~~~^ ../../lib/common/htmlparse.y:130:41: warning: unused parameter ?ds? [-Wunused-parameter] 130 | free_fitem(Dt_t* d, fitem* p, Dtdisc_t* ds) | ~~~~~~~~~~^~ ../../lib/common/htmlparse.y: In function ?free_fspan?: ../../lib/common/htmlparse.y:137:18: warning: unused parameter ?d? [-Wunused-parameter] 137 | free_fspan(Dt_t* d, fspan* p, Dtdisc_t* ds) | ~~~~~~^ ../../lib/common/htmlparse.y:137:41: warning: unused parameter ?ds? [-Wunused-parameter] 137 | free_fspan(Dt_t* d, fspan* p, Dtdisc_t* ds) | ~~~~~~~~~~^~ ../../lib/common/htmlparse.y: In function ?appendFLineList?: ../../lib/common/htmlparse.y:202:19: warning: conversion from ?int? to ?char? may change value [-Wconversion] 202 | ln->lp.just = v; | ^ ../../lib/common/htmlparse.y:205:18: warning: conversion from ?int? to ?short int? may change value [-Wconversion] 205 | ln->lp.nitems = cnt; | ^~~ In file included from ../../lib/common/render.h:42, from ../../lib/common/htmlparse.y:21: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ ../../lib/common/htmlparse.y:206:17: note: in expansion of macro ?N_NEW? 206 | ln->lp.items = N_NEW(cnt, textspan_t); | ^~~~~ ../../lib/common/htmlparse.y: In function ?mkText?: ../../lib/common/htmlparse.y:241:19: warning: conversion from ?int? to ?short int? may change value [-Wconversion] 241 | hft->nspans = cnt; | ^~~ In file included from ../../lib/common/render.h:42, from ../../lib/common/htmlparse.y:21: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ ../../lib/common/htmlparse.y:245:15: note: in expansion of macro ?N_NEW? 245 | hft->spans = N_NEW(cnt,htextspan_t); | ^~~~~ ../../lib/common/htmlparse.y: In function ?setCell?: ../../lib/common/htmlparse.y:290:20: warning: conversion from ?int? to ?char? may change value [-Wconversion] 290 | cp->child.kind = kind; | ^~~~ ../../lib/common/htmlparse.y: In function ?mkLabel?: ../../lib/common/htmlparse.y:309:14: warning: conversion from ?int? to ?char? may change value [-Wconversion] 309 | lp->kind = kind; | ^~~~ pointset.c: In function ?freePair?: pointset.c:29:29: warning: unused parameter ?d? [-Wunused-parameter] 29 | static void freePair(Dt_t * d, pair* pp, Dtdisc_t * disc) | ~~~~~~~^ pointset.c:29:53: warning: unused parameter ?disc? [-Wunused-parameter] 29 | static void freePair(Dt_t * d, pair* pp, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ arrows.c: In function ?arrowOrthoClip?: arrows.c:346:10: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 346 | if (p.y == q.y) { /* horz segment */ | ^~ pointset.c: In function ?cmppair?: pointset.c:34:27: warning: unused parameter ?d? [-Wunused-parameter] 34 | static int cmppair(Dt_t * d, point * key1, point * key2, Dtdisc_t * disc) | ~~~~~~~^ pointset.c:34:69: warning: unused parameter ?disc? [-Wunused-parameter] 34 | static int cmppair(Dt_t * d, point * key1, point * key2, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ colxlate.c: In function ?hsv2rgb?: colxlate.c:46:2: warning: switch missing default case [-Wswitch-default] 46 | switch (i) { | ^~~~~~ colxlate.c: In function ?rgb2hsv?: colxlate.c:99:8: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 99 | if (r == rgbmax) | ^~ colxlate.c:101:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 101 | else if (g == rgbmax) | ^~ colxlate.c:103:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 103 | else if (b == rgbmax) | ^~ In file included from ../../lib/common/render.h:42, from pointset.c:12: pointset.c: In function ?pointsOf?: arrows.c:383:10: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 383 | if (p.y == q.y) { /* horz segment */ | ^~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pointset.c:114:18: note: in expansion of macro ?N_NEW? 114 | point *pts = N_NEW(n, point); | ^~~~~ htmlparse.c: In function ?htmlparse?: pointset.c: In function ?mkMPair?: pointset.c:137:30: warning: unused parameter ?d? [-Wunused-parameter] 137 | static mpair *mkMPair(Dt_t * d, mpair * obj, MPairDisc * disc) | ~~~~~~~^ pointset.c: In function ?freeMPair?: htmlparse.c:1653:12: warning: conversion from ?int? to ?yytype_int16? {aka ?short int?} may change value [-Wconversion] 1653 | *yyssp = yystate; | ^~~~~~~ arrows.c:407:10: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 407 | if (p.y == q.y) { /* horz segment */ | ^~ pointset.c:151:30: warning: unused parameter ?d? [-Wunused-parameter] 151 | static void freeMPair(Dt_t * d, mpair * ap, MPairDisc * disc) | ~~~~~~~^ htmlparse.c:1658:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1658 | YYSIZE_T yysize = yyssp - yyss + 1; | ^~~~~ colxlate.c: In function ?colorxlate?: input.c: In function ?dotneato_basename?: input.c:129:39: warning: declaration of ?path? shadows a global declaration [-Wshadow] 129 | static char* dotneato_basename (char* path) | ~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from input.c:12: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ colxlate.c:277:25: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 277 | color->u.rgba[0] = r; | ^ colxlate.c:278:25: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 278 | color->u.rgba[1] = g; | ^ In file included from ../../lib/common/render.h:42, from input.c:12: input.c: In function ?use_library?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ input.c:171:8: note: in expansion of macro ?ALLOC? 171 | Lib = ALLOC(cnt + 2, Lib, const char *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ input.c:171:8: note: in expansion of macro ?ALLOC? 171 | Lib = ALLOC(cnt + 2, Lib, const char *); | ^~~~~ input.c: In function ?global_def?: input.c:184:23: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 184 | agxbput_n (xb, dcl, p-dcl); | ~^~~~ colxlate.c:279:25: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 279 | color->u.rgba[2] = b; | ^ colxlate.c:280:25: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 280 | color->u.rgba[3] = a; | ^ input.c: In function ?dotneato_args_initialize?: input.c:254:15: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 254 | Verbose = gvc->common.verbose; | ^~~ In file included from ../../lib/common/render.h:42, from input.c:12: input.c:261:41: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 261 | gvc->input_filenames = N_NEW(nfiles + 1, char *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ colxlate.c:287:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 287 | color->u.cmyk[0] = (int) C *255; | ^ colxlate.c:288:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 288 | color->u.cmyk[1] = (int) M *255; | ^ colxlate.c:289:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 289 | color->u.cmyk[2] = (int) Y *255; | ^ input.c:393:29: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 393 | else if (PSinputscale == 0) | ^~ colxlate.c:290:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 290 | color->u.cmyk[3] = (int) K *255; | ^ colxlate.c:293:29: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 293 | color->u.rrggbbaa[0] = r * 65535 / 255; | ^ colxlate.c:294:29: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 294 | color->u.rrggbbaa[1] = g * 65535 / 255; | ^ colxlate.c:295:29: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 295 | color->u.rrggbbaa[2] = b * 65535 / 255; | ^ colxlate.c:296:29: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 296 | color->u.rrggbbaa[3] = a * 65535 / 255; | ^ colxlate.c:264:2: warning: switch missing default case [-Wswitch-default] 264 | switch (target_type) { | ^~~~~~ colxlate.c:341:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 341 | color->u.rgba[0] = (int) (R * 255); | ^ colxlate.c:342:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 342 | color->u.rgba[1] = (int) (G * 255); | ^ colxlate.c:343:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 343 | color->u.rgba[2] = (int) (B * 255); | ^ input.c: In function ?graph_init?: input.c:713:21: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 713 | GD_charset(g) = findCharset (g); | ^~~~~~~~~~~ colxlate.c:349:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 349 | color->u.cmyk[0] = (int) C *255; | ^ colxlate.c:350:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 350 | color->u.cmyk[1] = (int) M *255; | ^ colxlate.c:351:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 351 | color->u.cmyk[2] = (int) Y *255; | ^ input.c:763:23: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 763 | GD_showboxes(g) = late_int(g, agfindgraphattr(g, "showboxes"), 0, 0); | ^~~~~~~~ colxlate.c:352:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 352 | color->u.cmyk[3] = (int) K *255; | ^ colxlate.c:332:6: warning: switch missing default case [-Wswitch-default] 332 | switch (target_type) { | ^~~~~~ colxlate.c:409:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 409 | color->u.cmyk[0] = (int) C * 255; | ^ colxlate.c:410:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 410 | color->u.cmyk[1] = (int) M * 255; | ^ colxlate.c:411:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 411 | color->u.cmyk[2] = (int) Y * 255; | ^ colxlate.c:412:25: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 412 | color->u.cmyk[3] = (int) K * 255; | ^ colxlate.c:391:2: warning: switch missing default case [-Wswitch-default] 391 | switch (target_type) { | ^~~~~~ colxlate.c:436:5: warning: switch missing default case [-Wswitch-default] 436 | switch (target_type) { | ^~~~~~ colxlate.c: In function ?rgba_wordToByte?: colxlate.c:470:12: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 470 | rgba[i] = rrggbbaa[i] * 255 / 65535; | ^~~~~~~~ ellipse.c: In function ?moveTo?: ellipse.c:406:34: warning: declaration of ?path? shadows a global declaration [-Wshadow] 406 | static void moveTo(Ppolyline_t * path, double x, double y) | ~~~~~~~~~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from ellipse.c:77: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ In file included from ../../lib/common/render.h:42, from ellipse.c:77: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ ellipse.c:409:16: note: in expansion of macro ?N_NEW? 409 | path->ps = N_NEW(bufsize, pointf); | ^~~~~ ellipse.c: In function ?curveTo?: ellipse.c:416:23: warning: declaration of ?path? shadows a global declaration [-Wshadow] 416 | curveTo(Ppolyline_t * path, double x1, double y1, | ~~~~~~~~~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from ellipse.c:77: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ ellipse.c:421:39: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 421 | path->ps = realloc(path->ps, bufsize * sizeof(pointf)); | ^ ellipse.c: In function ?lineTo?: ellipse.c:431:34: warning: declaration of ?path? shadows a global declaration [-Wshadow] 431 | static void lineTo(Ppolyline_t * path, double x, double y) | ~~~~~~~~~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from ellipse.c:77: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ ellipse.c: In function ?endPath?: ellipse.c:437:35: warning: declaration of ?path? shadows a global declaration [-Wshadow] 437 | static void endPath(Ppolyline_t * path, boolean close) | ~~~~~~~~~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from ellipse.c:77: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ ellipse.c:444:43: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 444 | path->ps = realloc(path->ps, path->pn * sizeof(pointf)); | ^ ellipse.c: In function ?genEllipticPath?: ellipse.c:472:18: warning: declaration of ?path? shadows a global declaration [-Wshadow] 472 | Ppolyline_t *path = NEW(Ppolyline_t); | ^~~~ In file included from ../../lib/common/render.h:38, from ellipse.c:77: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ ellipse.c:478:9: warning: declaration of ?dEta? shadows a previous local [-Wshadow] 478 | double dEta = (ep->eta2 - ep->eta1) / n; | ^~~~ ellipse.c:458:12: note: shadowed declaration is here 458 | double dEta; | ^~~~ ellipse.c:480:13: warning: declaration of ?etaB? shadows a previous local [-Wshadow] 480 | double etaB = ep->eta1; | ^~~~ ellipse.c:459:12: note: shadowed declaration is here 459 | double etaB; | ^~~~ ellipse.c:537:5: warning: "DO_QUAD" is not defined, evaluates to 0 [-Wundef] 537 | #if DO_QUAD | ^~~~~~~ postproc.c: In function ?translate_drawing?: postproc.c:148:18: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 148 | int shift = (Offset.x || Offset.y); | ^~~~~~ postproc.c:148:27: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 148 | int shift = (Offset.x || Offset.y); | ^~ In file included from ../../lib/common/render.h:42, from postproc.c:12: postproc.c: In function ?addXLabels?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ postproc.c:474:19: note: in expansion of macro ?N_NEW? 474 | objp = objs = N_NEW(n_objs, object_t); | ^~~~~ textspan.c: In function ?textfont_makef?: textspan.c:223:35: warning: unused parameter ?dt? [-Wunused-parameter] 223 | static void* textfont_makef(Dt_t* dt, void* obj, Dtdisc_t* disc) | ~~~~~~^~ textspan.c:223:60: warning: unused parameter ?disc? [-Wunused-parameter] 223 | static void* textfont_makef(Dt_t* dt, void* obj, Dtdisc_t* disc) | ~~~~~~~~~~^~~~ textspan.c: In function ?textfont_freef?: textspan.c:240:34: warning: unused parameter ?dt? [-Wunused-parameter] 240 | static void textfont_freef(Dt_t* dt, void* obj, Dtdisc_t* disc) | ~~~~~~^~ textspan.c:240:59: warning: unused parameter ?disc? [-Wunused-parameter] 240 | static void textfont_freef(Dt_t* dt, void* obj, Dtdisc_t* disc) | ~~~~~~~~~~^~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ postproc.c:475:18: note: in expansion of macro ?N_NEW? 475 | xlp = lbls = N_NEW(n_lbls, xlabel_t); | ^~~~~ textspan.c: In function ?textfont_comparf?: textspan.c:249:36: warning: unused parameter ?dt? [-Wunused-parameter] 249 | static int textfont_comparf (Dt_t* dt, void* key1, void* key2, Dtdisc_t* disc) | ~~~~~~^~ textspan.c:249:74: warning: unused parameter ?disc? [-Wunused-parameter] 249 | static int textfont_comparf (Dt_t* dt, void* key1, void* key2, Dtdisc_t* disc) | ~~~~~~~~~~^~~~ postproc.c: In function ?gv_postprocess?: postproc.c:658:2: warning: switch missing default case [-Wswitch-default] 658 | switch (Rankdir) { | ^~~~~~ args.c: In function ?neato_extra_args?: args.c:32:25: warning: unused parameter ?gvc? [-Wunused-parameter] 32 | neato_extra_args(GVC_t *gvc, int argc, char** argv) | ~~~~~~~^~~ args.c: In function ?memtest_extra_args?: args.c:77:27: warning: unused parameter ?gvc? [-Wunused-parameter] 77 | memtest_extra_args(GVC_t *gvc, int argc, char** argv) | ~~~~~~~^~~ args.c: In function ?fdp_extra_args?: args.c:241:24: warning: unused parameter ?gvc? [-Wunused-parameter] 241 | fdp_extra_args (GVC_t *gvc, int argc, char** argv) | ~~~~~~~^~~ CC psusershape.lo In file included from ../../lib/common/render.h:42, from routespl.c:13: routespl.c: In function ?simpleSplineRoute?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:239:14: note: in expansion of macro ?ALLOC? 239 | edges = ALLOC(poly.pn, edges, Pedge_t); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:239:14: note: in expansion of macro ?ALLOC? 239 | edges = ALLOC(poly.pn, edges, Pedge_t); | ^~~~~ routespl.c: In function ?_routesplines?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:406:15: note: in expansion of macro ?ALLOC? 406 | polypoints = ALLOC(boxn * 8, polypoints, Ppoint_t); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:406:15: note: in expansion of macro ?ALLOC? 406 | polypoints = ALLOC(boxn * 8, polypoints, Ppoint_t); | ^~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:533:14: note: in expansion of macro ?ALLOC? 533 | edges = ALLOC(poly.pn, edges, Pedge_t); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ routespl.c:533:14: note: in expansion of macro ?ALLOC? 533 | edges = ALLOC(poly.pn, edges, Pedge_t); | ^~~~~ routespl.c:585:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 585 | if (boxes[bi].LL.x == INT_MAX || boxes[bi].UR.x == INT_MIN) { | ^~ routespl.c:585:54: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 585 | if (boxes[bi].LL.x == INT_MAX || boxes[bi].UR.x == INT_MIN) { | ^~ routespl.c: In function ?checkpath?: routespl.c:700:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 700 | xy = ba->UR.x, ba->UR.x = bb->LL.x, bb->LL.x = xy, l = 0; | ^~ routespl.c:702:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 702 | xy = ba->LL.x, ba->LL.x = bb->UR.x, bb->UR.x = xy, r = 0; | ^~ routespl.c:704:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 704 | xy = ba->UR.y, ba->UR.y = bb->LL.y, bb->LL.y = xy, d = 0; | ^~ CC timing.lo routespl.c:706:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 706 | xy = ba->LL.y, ba->LL.y = bb->UR.y, bb->UR.y = xy, u = 0; | ^~ routespl.c:709:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 709 | xy = (ba->UR.x + bb->LL.x) / 2.0 + 0.5, ba->UR.x = | ^ routespl.c:712:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 712 | xy = (ba->LL.x + bb->UR.x) / 2.0 + 0.5, ba->LL.x = | ^ routespl.c:715:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 715 | xy = (ba->UR.y + bb->LL.y) / 2.0 + 0.5, ba->UR.y = | ^ routespl.c:718:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 718 | xy = (ba->LL.y + bb->UR.y) / 2.0 + 0.5, ba->LL.y = | ^ routespl.c:723:27: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 723 | xoverlap = overlap(ba->LL.x, ba->UR.x, bb->LL.x, bb->UR.x); | ~~~~~~^~ routespl.c:723:37: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 723 | xoverlap = overlap(ba->LL.x, ba->UR.x, bb->LL.x, bb->UR.x); | ~~~~~~^~ routespl.c:723:47: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 723 | xoverlap = overlap(ba->LL.x, ba->UR.x, bb->LL.x, bb->UR.x); | ~~~~~~^~ routespl.c:723:57: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 723 | xoverlap = overlap(ba->LL.x, ba->UR.x, bb->LL.x, bb->UR.x); | ~~~~~~^~ routespl.c:724:27: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 724 | yoverlap = overlap(ba->LL.y, ba->UR.y, bb->LL.y, bb->UR.y); | ~~~~~~^~ routespl.c:724:37: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 724 | yoverlap = overlap(ba->LL.y, ba->UR.y, bb->LL.y, bb->UR.y); | ~~~~~~^~ routespl.c:724:47: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 724 | yoverlap = overlap(ba->LL.y, ba->UR.y, bb->LL.y, bb->UR.y); | ~~~~~~^~ routespl.c:724:57: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 724 | yoverlap = overlap(ba->LL.y, ba->UR.y, bb->LL.y, bb->UR.y); | ~~~~~~^~ routespl.c: In function ?mkspacep?: routespl.c:791:26: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 791 | ps = realloc(ps, newmax * sizeof(pointf)); | ^ htmltable.c: In function ?doBorder?: htmltable.c:266:2: warning: switch missing default case [-Wswitch-default] 266 | switch (sides) { | ^~~~~~ htmltable.c: In function ?initAnchor?: htmltable.c:386:30: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 386 | save->explicit_tooltip = obj->explicit_tooltip; | ^~~ htmltable.c: In function ?endAnchor?: htmltable.c:439:29: warning: conversion from ?boolean? {aka ?unsigned char?} to ?signed char:1? may change value [-Wconversion] 439 | obj->explicit_tooltip = save->explicit_tooltip; | ^~~~ htmltable.c: In function ?emit_html_rules?: htmltable.c:473:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 473 | base = cp->parent->data.border + cp->parent->data.space / 2; | ^~ htmltable.c:477:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 477 | base = cp->parent->data.border + cp->parent->data.space / 2; | ^~ routespl.c: In function ?bend?: routespl.c:1082:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1082 | if (magV == 0) return; /* if midpoint == centroid, don't divide by zero */ | ^~ htmltable.c:491:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 491 | base = cp->parent->data.border + cp->parent->data.space / 2; | ^~ routespl.c: In function ?makeStraightEdge?: htmltable.c:497:11: warning: conversion from ?double? to ?unsigned char? may change value [-Wfloat-conversion] 497 | base += (cp->parent->data.box.UR.x + pos.x) - (pts.UR.x + cp->parent->data.space / 2); | ^ routespl.c:1100:14: warning: declaration of ?edges? shadows a global declaration [-Wshadow] 1100 | edge_t** edges; | ^~~~~ routespl.c:30:17: note: shadowed declaration is here 30 | static Pedge_t *edges; /* polygon edges passed to Proutespline */ | ^~~~~ htmltable.c:501:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 501 | base = cp->parent->data.border + cp->parent->data.space / 2; | ^~ routespl.c:1101:13: warning: declaration of ?elist? shadows a global declaration [-Wshadow] 1101 | edge_t* elist[MAX_EDGE]; | ^~~~~ In file included from ../../lib/common/render.h:38, from routespl.c:13: ../../lib/common/types.h:261:7: note: shadowed declaration is here 261 | } elist; | ^~~~~ htmltable.c:508:11: warning: conversion from ?double? to ?unsigned char? may change value [-Wfloat-conversion] 508 | base += (cp->parent->data.box.UR.x + pos.x) - (pts.UR.x + cp->parent->data.space / 2); | ^ In file included from ../../lib/common/render.h:42, from routespl.c:13: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ routespl.c:1111:10: note: in expansion of macro ?N_NEW? 1111 | edges = N_NEW(e_cnt,edge_t*); | ^~~~~ routespl.c: In function ?makeStraightEdges?: routespl.c:1123:41: warning: declaration of ?edges? shadows a global declaration [-Wshadow] 1123 | makeStraightEdges(graph_t * g, edge_t** edges, int e_cnt, int et, splineInfo* sinfo) | ~~~~~~~~~^~~~~ routespl.c:30:17: note: shadowed declaration is here 30 | static Pedge_t *edges; /* polygon edges passed to Proutespline */ | ^~~~~ htmltable.c: In function ?allocObj?: htmltable.c:691:5: warning: switch missing default case [-Wswitch-default] 691 | switch (obj->type) { | ^~~~~~ htmltable.c: In function ?heightOfLbl?: htmltable.c:727:5: warning: switch missing default case [-Wswitch-default] 727 | switch (lp->kind) { | ^~~~~~ htmltable.c: In function ?html_path?: htmltable.c:953:24: warning: unused parameter ?n? [-Wunused-parameter] 953 | int html_path(node_t * n, port * p, int side, boxf * rv, int *k) | ~~~~~~~~~^ htmltable.c:953:34: warning: unused parameter ?p? [-Wunused-parameter] 953 | int html_path(node_t * n, port * p, int side, boxf * rv, int *k) | ~~~~~~~^ htmltable.c:953:41: warning: unused parameter ?side? [-Wunused-parameter] 953 | int html_path(node_t * n, port * p, int side, boxf * rv, int *k) | ~~~~^~~~ htmltable.c:953:54: warning: unused parameter ?rv? [-Wunused-parameter] 953 | int html_path(node_t * n, port * p, int side, boxf * rv, int *k) | ~~~~~~~^~ htmltable.c:953:63: warning: unused parameter ?k? [-Wunused-parameter] 953 | int html_path(node_t * n, port * p, int side, boxf * rv, int *k) | ~~~~~^ htmltable.c: In function ?size_html_txt?: htmltable.c:1038:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1038 | if (prev_fsize == -1) | ^~ htmltable.c:1040:19: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1040 | else if (tf.size != prev_fsize) { | ^~ htmltable.c:1051:20: warning: conversion from ?int? to ?char? may change value [-Wconversion] 1051 | ftxt->simple = simple; | ^~~~~~ htmltable.c: In function ?size_html_cell?: htmltable.c:1180:24: warning: conversion to ?unsigned char? from ?signed char? may change the sign of the result [-Wsign-conversion] 1180 | cp->data.border = parent->cb; | ^~~~~~ htmltable.c: In function ?processTbl?: htmltable.c:1298:19: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 1298 | cellp->row = r; | ^ htmltable.c:1299:19: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 1299 | cellp->col = c; | ^ In file included from ../../lib/common/render.h:42, from htmltable.c:32: htmltable.c: In function ?sizeLinearArray?: htmltable.c:1336:34: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1336 | tbl->heights = N_NEW(tbl->rc + 1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1337:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1337 | tbl->widths = N_NEW(tbl->cc + 1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1342:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1342 | ht = cp->data.box.UR.y; | ^~ htmltable.c:1322:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1322 | #define SPLIT(x,n,s) (((x) - ((s)-1)*((n)-1)) / (n)) | ^ htmltable.c:1344:11: note: in expansion of macro ?SPLIT? 1344 | ht = SPLIT(cp->data.box.UR.y, cp->rspan, tbl->data.space); | ^~~~~ htmltable.c:1348:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1348 | wd = cp->data.box.UR.x; | ^~ htmltable.c:1322:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1322 | #define SPLIT(x,n,s) (((x) - ((s)-1)*((n)-1)) / (n)) | ^ htmltable.c:1350:11: note: in expansion of macro ?SPLIT? 1350 | wd = SPLIT(cp->data.box.UR.x, cp->cspan, tbl->data.space); | ^~~~~ htmltable.c: In function ?nToName?: htmltable.c:1376:11: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 1376 | if (c < sizeof(nnames) / sizeof(char *)) | ^ In file included from ../../lib/common/render.h:42, from htmltable.c:32: htmltable.c: In function ?checkChain?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1413:6: note: in expansion of macro ?elist_append? 1413 | elist_append(e, ND_out(t)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1413:6: note: in expansion of macro ?elist_append? 1413 | elist_append(e, ND_out(t)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1414:6: note: in expansion of macro ?elist_append? 1414 | elist_append(e, ND_in(h)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1414:6: note: in expansion of macro ?elist_append? 1414 | elist_append(e, ND_in(h)); | ^~~~~~~~~~~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from htmltable.c:32: htmltable.c: In function ?checkEdge?: ../../lib/common/arith.h:37:18: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ htmltable.c:1431:17: note: in expansion of macro ?MAX? 1431 | ED_minlen(e) = MAX(ED_minlen(e), sz); | ^~~ htmltable.c:1435:17: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 1435 | ED_minlen(e) = sz; | ^~ In file included from ../../lib/common/render.h:42, from htmltable.c:32: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1436:2: note: in expansion of macro ?elist_append? 1436 | elist_append(e, ND_out(t)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1436:2: note: in expansion of macro ?elist_append? 1436 | elist_append(e, ND_out(t)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1437:2: note: in expansion of macro ?elist_append? 1437 | elist_append(e, ND_in(h)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ htmltable.c:1437:2: note: in expansion of macro ?elist_append? 1437 | elist_append(e, ND_in(h)); | ^~~~~~~~~~~~ htmltable.c: In function ?makeGraphs?: ../../lib/common/types.h:270:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 270 | #define alloc_elist(n,L) do {L.size = 0; L.list = N_NEW(n + 1,edge_t*); } while (0) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1463:2: note: in expansion of macro ?alloc_elist? 1463 | alloc_elist(tbl->rc, ND_in(t)); | ^~~~~~~~~~~ ../../lib/common/types.h:270:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 270 | #define alloc_elist(n,L) do {L.size = 0; L.list = N_NEW(n + 1,edge_t*); } while (0) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1464:2: note: in expansion of macro ?alloc_elist? 1464 | alloc_elist(tbl->rc, ND_out(t)); | ^~~~~~~~~~~ ../../lib/common/types.h:270:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 270 | #define alloc_elist(n,L) do {L.size = 0; L.list = N_NEW(n + 1,edge_t*); } while (0) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1476:2: note: in expansion of macro ?alloc_elist? 1476 | alloc_elist(tbl->cc, ND_in(t)); | ^~~~~~~~~~~ ../../lib/common/types.h:270:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 270 | #define alloc_elist(n,L) do {L.size = 0; L.list = N_NEW(n + 1,edge_t*); } while (0) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1477:2: note: in expansion of macro ?alloc_elist? 1477 | alloc_elist(tbl->cc, ND_out(t)); | ^~~~~~~~~~~ htmltable.c:1490:40: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1490 | checkEdge (colg, t, h, cp->data.box.UR.x); | ~~~~~~~~~~~~~~~^~ htmltable.c:1494:40: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1494 | checkEdge (rowg, t, h, cp->data.box.UR.y); | ~~~~~~~~~~~~~~~^~ In file included from ../../lib/common/render.h:42, from htmltable.c:32: htmltable.c: In function ?sizeArray?: htmltable.c:1551:34: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1551 | tbl->heights = N_NEW(tbl->rc + 1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c:1552:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1552 | tbl->widths = N_NEW(tbl->cc + 1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ htmltable.c: In function ?pos_html_cell?: htmltable.c:1639:22: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 1639 | cp->data.sides = sides; | ^~~~~ htmltable.c:1654:6: warning: switch missing default case [-Wswitch-default] 1654 | switch (cp->data.flags & HALIGN_MASK) { | ^~~~~~ htmltable.c:1666:6: warning: switch missing default case [-Wswitch-default] 1666 | switch (cp->data.flags & VALIGN_MASK) { | ^~~~~~ htmltable.c: In function ?pos_html_tbl?: htmltable.c:1753:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1753 | oldsz = tbl->data.box.UR.x; | ^~~ htmltable.c:1754:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1754 | delx = (pos.UR.x - pos.LL.x) - oldsz; | ^ htmltable.c:1756:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1756 | oldsz = tbl->data.box.UR.y; | ^~~ htmltable.c:1757:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1757 | dely = (pos.UR.y - pos.LL.y) - oldsz; | ^ htmltable.c:1797:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1797 | x = pos.LL.x + tbl->data.border + tbl->data.space; | ^~~ htmltable.c:1805:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1805 | y = pos.UR.y - tbl->data.border - tbl->data.space; | ^~~ htmltable.c:1833:23: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 1833 | tbl->data.sides = sides; | ^~~~~ htmltable.c: In function ?nameOf?: htmltable.c:1895:5: warning: switch missing default case [-Wswitch-default] 1895 | switch (agobjkind(obj)) { | ^~~~~~ htmltable.c: In function ?make_html_label?: htmltable.c:2055:10: warning: declaration of ?box? shadows a global declaration [-Wshadow] 2055 | boxf box; | ^~~ In file included from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from htmltable.c:32: ../../lib/common/geom.h:30:34: note: shadowed declaration is here 30 | typedef struct { point LL, UR; } box; | ^~~ htmltable.c:2062:5: warning: switch missing default case [-Wswitch-default] 2062 | switch (agobjkind(obj)) { | ^~~~~~ htmllex.c: In function ?stylefn?: htmllex.c:173:47: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 173 | else if(!strcasecmp(tk,"SOLID")) p->style &= ~(DOTTED|DASHED); | ^ htmllex.c: In function ?cellborderfn?: htmllex.c:276:13: warning: conversion to ?signed char? from ?unsigned char? may change the sign of the result [-Wsign-conversion] 276 | p->cb = (unsigned char) u; | ^ htmllex.c: In function ?doAttrs?: htmllex.c:553:42: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 553 | ip = (attr_item *) bsearch(&key, items, nel, ISIZE, (bcmpfn) icmp); | ^~~ In file included from ../../lib/common/render.h:42, from splines.c:17: splines.c: In function ?new_spline?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ splines.c:223:23: note: in expansion of macro ?ALLOC? 223 | ED_spl(e)->list = ALLOC(ED_spl(e)->size + 1, ED_spl(e)->list, bezier); | ^~~~~ htmllex.c:555:20: warning: conversion from ?int? to ?char? may change value [-Wconversion] 555 | state.warn |= ip->action(tp, val); | ^~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ splines.c:223:23: note: in expansion of macro ?ALLOC? 223 | ED_spl(e)->list = ALLOC(ED_spl(e)->size + 1, ED_spl(e)->list, bezier); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ splines.c:225:16: note: in expansion of macro ?N_NEW? 225 | rv->list = N_NEW(sz, pointf); | ^~~~~ htmllex.c: In function ?mkFont?: htmllex.c:584:16: warning: conversion from ?int? to ?unsigned char:7? may change value [-Wconversion] 584 | tf.flags = flags; | ^~~~~ htmllex.c:579:67: warning: unused parameter ?ul? [-Wunused-parameter] 579 | static textfont_t *mkFont(GVC_t *gvc, char **atts, int flags, int ul) | ~~~~^~ htmllex.c: In function ?endElement?: htmllex.c:669:30: warning: unused parameter ?user? [-Wunused-parameter] 669 | static void endElement(void *user, const char *name) | ~~~~~~^~~~ htmllex.c: In function ?characterData?: htmllex.c:736:10: warning: conversion to ?unsigned char? from ?char? may change the sign of the result [-Wsign-conversion] 736 | c = *s++; | ^ htmllex.c:729:33: warning: unused parameter ?user? [-Wunused-parameter] 729 | static void characterData(void *user, const char *s, int length) | ~~~~~~^~~~ htmllex.c: In function ?htmllineno?: htmllex.c:893:12: warning: conversion to ?int? from ?XML_Size? {aka ?long unsigned int?} may change the sign of the result [-Wsign-conversion] 893 | return XML_GetCurrentLineNumber(state.parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ splines.c: In function ?beginpath?: splines.c:562:2: warning: switch missing default case [-Wswitch-default] 562 | switch (et) { | ^~~~~~ splines.c: In function ?endpath?: splines.c:758:2: warning: switch missing default case [-Wswitch-default] 758 | switch (et) { | ^~~~~~ CC labels.lo splines.c: In function ?selfRight?: splines.c:1024:24: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1024 | case 65: if(tp.y == hp.y) | ^~ splines.c: In function ?selfLeft?: splines.c:1099:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1099 | if(tp.y == hp.y) | ^~ splines.c: In function ?selfRightSpace?: splines.c:1163:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1163 | sw += label_width; | ^~~~~~~~~~~ splines.c: In function ?makeSelfEdge?: splines.c:1177:21: warning: unused parameter ?P? [-Wunused-parameter] 1177 | makeSelfEdge(path * P, edge_t * edges[], int ind, int cnt, double sizex, | ~~~~~~~^ splines.c: In function ?addEdgeLabels?: splines.c:1341:29: warning: unused parameter ?g? [-Wunused-parameter] 1341 | void addEdgeLabels(graph_t* g, edge_t * e, pointf rp, pointf rq) | ~~~~~~~~~^ splines.c:1341:51: warning: unused parameter ?rp? [-Wunused-parameter] 1341 | void addEdgeLabels(graph_t* g, edge_t * e, pointf rp, pointf rq) | ~~~~~~~^~ splines.c:1341:62: warning: unused parameter ?rq? [-Wunused-parameter] 1341 | void addEdgeLabels(graph_t* g, edge_t * e, pointf rp, pointf rq) | ~~~~~~~^~ CC ns.lo CC shapes.lo CC utils.lo CC geom.lo 69/105 Test #69: test1003_pyhook .................. Passed 1.43 sec Start 70: test1004_py CC taper.lo timing.c:42:6: warning: no previous prototype for ?start_timer? [-Wmissing-prototypes] 42 | void start_timer(void) | ^~~~~~~~~~~ timing.c:47:8: warning: no previous prototype for ?elapsed_sec? [-Wmissing-prototypes] 47 | double elapsed_sec(void) | ^~~~~~~~~~~ CC output.lo 70/105 Test #70: test1004_py ...................... Passed 0.04 sec Start 71: test1004_pyhook psusershape.c: In function ?ps_image_free?: psusershape.c:24:36: warning: unused parameter ?dict? [-Wunused-parameter] 24 | static void ps_image_free(Dict_t * dict, usershape_t * p, Dtdisc_t * disc) | ~~~~~~~~~^~~~ psusershape.c:24:70: warning: unused parameter ?disc? [-Wunused-parameter] 24 | static void ps_image_free(Dict_t * dict, usershape_t * p, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ In file included from ../../lib/cgraph/cgraph.h:15, from ../../lib/common/types.h:36, from ../../lib/common/render.h:38, from psusershape.c:17: psusershape.c: In function ?user_init?: ../../lib/cdt/cdt.h:258:47: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 258 | #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(void*)(o),DT_MATCH) | ^ psusershape.c:54:10: note: in expansion of macro ?dtmatch? 54 | us = dtmatch(EPSF_contents, str); | ^~~~~~~ In file included from ../../lib/common/render.h:42, from psusershape.c:17: psusershape.c:82:47: warning: conversion to ?size_t? {aka ?unsigned int?} from ?long int? may change the sign of the result [-Wsign-conversion] 82 | contents = us->data = N_GNEW(statbuf.st_size + 1, char); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ psusershape.c:84:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?__off_t? {aka ?long int?} may change the sign of the result [-Wsign-conversion] 84 | rc = fread(contents, statbuf.st_size, 1, fp); | ~~~~~~~^~~~~~~~ psusershape.c:84:7: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 84 | rc = fread(contents, statbuf.st_size, 1, fp); | ^~~~~ psusershape.c:88:31: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 88 | us->must_inline = must_inline; | ^~~~~~~~~~~ psusershape.c: In function ?cat_libfile?: psusershape.c:147:31: warning: declaration of ?path? shadows a global declaration [-Wshadow] 147 | const char **s, *bp, *p, *path; | ^~~~ In file included from ../../lib/common/render.h:38, from psusershape.c:17: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ 71/105 Test #71: test1004_pyhook .................. Passed 0.03 sec Start 72: test1005_py CC emit.lo In file included from ../../lib/common/render.h:42, from ns.c:16: ns.c: In function ?feasible_tree?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ ns.c:507:10: note: in expansion of macro ?N_NEW? 507 | tree = N_NEW(N_nodes,subtree_t*); | ^~~~~ ns.c: In function ?freeTreeList?: ns.c:647:24: warning: unused parameter ?g? [-Wunused-parameter] 647 | freeTreeList (graph_t* g) | ~~~~~~~~~^ In file included from ../../lib/common/render.h:42, from ns.c:16: ns.c: In function ?TB_balance?: ns.c:700:27: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 700 | nrank = N_NEW(Maxrank + 1, int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ns.c:720:36: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 720 | qsort(Tree_node.list, Tree_node.size, sizeof(Tree_node.list[0]), | ~~~~~~~~~^~~~~ In file included from ../../lib/common/render.h:42, from ns.c:16: ns.c: In function ?init_graph?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ns.c:782:22: note: in expansion of macro ?ALLOC? 782 | Tree_node.list = ALLOC(N_nodes, Tree_node.list, node_t *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ns.c:782:22: note: in expansion of macro ?ALLOC? 782 | Tree_node.list = ALLOC(N_nodes, Tree_node.list, node_t *); | ^~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ns.c:784:22: note: in expansion of macro ?ALLOC? 784 | Tree_edge.list = ALLOC(N_nodes, Tree_edge.list, edge_t *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ns.c:784:22: note: in expansion of macro ?ALLOC? 784 | Tree_edge.list = ALLOC(N_nodes, Tree_edge.list, edge_t *); | ^~~~~ ns.c:798:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 798 | ND_tree_in(n).list = N_NEW(i + 1, edge_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ns.c:801:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 801 | ND_tree_out(n).list = N_NEW(i + 1, edge_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ns.c: At top level: ns.c:840:5: warning: no previous prototype for ?rank2? [-Wmissing-prototypes] 840 | int rank2(graph_t * g, int balance, int maxiter, int search_size) | ^~~~~ 72/105 Test #72: test1005_py ...................... Passed 0.05 sec Start 73: test1005_pyhook shapes.c:24:1: warning: missing initializer for field ?name? of ?port? [-Wmissing-field-initializers] 24 | static port Center = { {0, 0}, -1, 0, 0, 0, 1, 0, 0, 0 }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:79:8: note: ?name? declared here 79 | char *name; /* port name, if it was explicitly given, otherwise NULL */ | ^~~~ shapes.c:83:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 83 | static polygon_t p_polygon = { FALSE, 1, 0, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:86:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 86 | static polygon_t p_ellipse = { FALSE, 1, 1, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:87:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 87 | static polygon_t p_circle = { TRUE, 1, 1, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:88:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 88 | static polygon_t p_egg = { FALSE, 1, 1, 0., -.3, 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:89:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 89 | static polygon_t p_triangle = { FALSE, 1, 3, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:90:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 90 | static polygon_t p_box = { FALSE, 1, 4, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:91:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 91 | static polygon_t p_square = { TRUE, 1, 4, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:92:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 92 | static polygon_t p_plaintext = { FALSE, 0, 4, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:93:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 93 | static polygon_t p_plain = { FALSE, 0, 4, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:94:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 94 | static polygon_t p_diamond = { FALSE, 1, 4, 45., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:95:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 95 | static polygon_t p_trapezium = { FALSE, 1, 4, 0., -.4, 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:96:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 96 | static polygon_t p_parallelogram = { FALSE, 1, 4, 0., 0., .6 }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:97:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 97 | static polygon_t p_house = { FALSE, 1, 5, 0., -.64, 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:98:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 98 | static polygon_t p_pentagon = { FALSE, 1, 5, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:99:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 99 | static polygon_t p_hexagon = { FALSE, 1, 6, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:100:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 100 | static polygon_t p_septagon = { FALSE, 1, 7, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:101:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 101 | static polygon_t p_octagon = { FALSE, 1, 8, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:102:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 102 | static polygon_t p_note = { FALSE, 1, 4, 0., 0., 0., DOGEAR }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:103:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 103 | static polygon_t p_tab = { FALSE, 1, 4, 0., 0., 0., TAB }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:104:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 104 | static polygon_t p_folder = { FALSE, 1, 4, 0., 0., 0., FOLDER }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:105:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 105 | static polygon_t p_box3d = { FALSE, 1, 4, 0., 0., 0., BOX3D }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:106:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 106 | static polygon_t p_component = { FALSE, 1, 4, 0., 0., 0., COMPONENT }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:107:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 107 | static polygon_t p_underline = { FALSE, 1, 4, 0., 0., 0., UNDERLINE }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:111:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 111 | static polygon_t p_doublecircle = { TRUE, 2, 1, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:112:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 112 | static polygon_t p_invtriangle = { FALSE, 1, 3, 180., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:113:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 113 | static polygon_t p_invtrapezium = { FALSE, 1, 4, 180., -.4, 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:114:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 114 | static polygon_t p_invhouse = { FALSE, 1, 5, 180., -.64, 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:115:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 115 | static polygon_t p_doubleoctagon = { FALSE, 2, 8, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:116:1: warning: missing initializer for field ?option? of ?polygon_t? [-Wmissing-field-initializers] 116 | static polygon_t p_tripleoctagon = { FALSE, 3, 8, 0., 0., 0. }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:150:6: note: ?option? declared here 150 | int option; /* ROUNDED, DIAGONAL corners, etc. */ | ^~~~~~ shapes.c:118:5: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 118 | { FALSE, 1, 4, 45., 0., 0., DIAGONALS | AUXLABELS }; | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:119:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 119 | static polygon_t p_Msquare = { TRUE, 1, 4, 0., 0., 0., DIAGONALS }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:121:5: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 121 | { TRUE, 1, 1, 0., 0., 0., DIAGONALS | AUXLABELS }; | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:128:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 128 | static polygon_t p_promoter = { FALSE, 1, 4, 0., 0., 0., PROMOTER }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:129:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 129 | static polygon_t p_cds = { FALSE, 1, 4, 0., 0., 0., CDS }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:130:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 130 | static polygon_t p_terminator = { FALSE, 1, 4, 0., 0., 0., TERMINATOR}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:131:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 131 | static polygon_t p_utr = { FALSE, 1, 4, 0., 0., 0., UTR}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:132:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 132 | static polygon_t p_insulator = { FALSE, 1, 4, 0., 0., 0., INSULATOR}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:133:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 133 | static polygon_t p_ribosite = { FALSE, 1, 4, 0., 0., 0., RIBOSITE}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:134:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 134 | static polygon_t p_rnastab = { FALSE, 1, 4, 0., 0., 0., RNASTAB}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:135:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 135 | static polygon_t p_proteasesite = { FALSE, 1, 4, 0., 0., 0., PROTEASESITE}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:136:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 136 | static polygon_t p_proteinstab = { FALSE, 1, 4, 0., 0., 0., PROTEINSTAB}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:138:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 138 | static polygon_t p_primersite = { FALSE, 1, 4, 0., 0., 0., PRIMERSITE}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:139:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 139 | static polygon_t p_restrictionsite = { FALSE, 1, 4, 0., 0., 0., RESTRICTIONSITE}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:140:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 140 | static polygon_t p_fivepoverhang = { FALSE, 1, 4, 0., 0., 0., FIVEPOVERHANG}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:141:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 141 | static polygon_t p_threepoverhang = { FALSE, 1, 4, 0., 0., 0., THREEPOVERHANG}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:142:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 142 | static polygon_t p_noverhang = { FALSE, 1, 4, 0., 0., 0., NOVERHANG}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:143:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 143 | static polygon_t p_assembly = { FALSE, 1, 4, 0., 0., 0., ASSEMBLY}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:144:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 144 | static polygon_t p_signature = { FALSE, 1, 4, 0., 0., 0., SIGNATURE}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:145:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 145 | static polygon_t p_rpromoter = { FALSE, 1, 4, 0., 0., 0., RPROMOTER}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:146:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 146 | static polygon_t p_rarrow = { FALSE, 1, 4, 0., 0., 0., RARROW}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:147:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 147 | static polygon_t p_larrow = { FALSE, 1, 4, 0., 0., 0., LARROW}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:148:1: warning: missing initializer for field ?vertices? of ?polygon_t? [-Wmissing-field-initializers] 148 | static polygon_t p_lpromoter = { FALSE, 1, 4, 0., 0., 0., LPROMOTER}; | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:151:10: note: ?vertices? declared here 151 | pointf *vertices; /* array of vertex points */ | ^~~~~~~~ shapes.c:232:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 232 | {"box", &poly_fns, &p_box}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:233:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 233 | {"polygon", &poly_fns, &p_polygon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:234:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 234 | {"ellipse", &poly_fns, &p_ellipse}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:235:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 235 | {"oval", &poly_fns, &p_ellipse}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:236:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 236 | {"circle", &poly_fns, &p_circle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:237:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 237 | {"point", &point_fns, &p_circle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:238:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 238 | {"egg", &poly_fns, &p_egg}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:239:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 239 | {"triangle", &poly_fns, &p_triangle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:240:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 240 | {"none", &poly_fns, &p_plaintext}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:241:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 241 | {"plaintext", &poly_fns, &p_plaintext}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:242:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 242 | {"plain", &poly_fns, &p_plain}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:243:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 243 | {"diamond", &poly_fns, &p_diamond}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:244:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 244 | {"trapezium", &poly_fns, &p_trapezium}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:245:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 245 | {"parallelogram", &poly_fns, &p_parallelogram}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:246:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 246 | {"house", &poly_fns, &p_house}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:247:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 247 | {"pentagon", &poly_fns, &p_pentagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:248:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 248 | {"hexagon", &poly_fns, &p_hexagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:249:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 249 | {"septagon", &poly_fns, &p_septagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:250:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 250 | {"octagon", &poly_fns, &p_octagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:251:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 251 | {"note", &poly_fns, &p_note}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:252:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 252 | {"tab", &poly_fns, &p_tab}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:253:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 253 | {"folder", &poly_fns, &p_folder}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:254:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 254 | {"box3d", &poly_fns, &p_box3d}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:255:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 255 | {"component", &poly_fns, &p_component}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:256:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 256 | {"cylinder", &cylinder_fns, &p_cylinder}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:257:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 257 | {"rect", &poly_fns, &p_box}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:258:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 258 | {"rectangle", &poly_fns, &p_box}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:259:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 259 | {"square", &poly_fns, &p_square}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:260:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 260 | {"doublecircle", &poly_fns, &p_doublecircle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:261:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 261 | {"doubleoctagon", &poly_fns, &p_doubleoctagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ In file included from ../../lib/common/render.h:42, from utils.c:11: utils.c: In function ?new_queue?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ utils.c:41:36: note: in expansion of macro ?N_NEW? 41 | q->head = q->tail = q->store = N_NEW(sz, node_t *); | ^~~~~ shapes.c:262:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 262 | {"tripleoctagon", &poly_fns, &p_tripleoctagon}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:263:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 263 | {"invtriangle", &poly_fns, &p_invtriangle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ In file included from ../../lib/common/render.h:42, from labels.c:12: labels.c: In function ?storeline?: shapes.c:264:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 264 | {"invtrapezium", &poly_fns, &p_invtrapezium}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:265:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 265 | {"invhouse", &poly_fns, &p_invhouse}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:266:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 266 | {"underline", &poly_fns, &p_underline}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:267:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 267 | {"Mdiamond", &poly_fns, &p_Mdiamond}, | ^ utils.c: In function ?get_inputscale?: utils.c:119:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 119 | if (d == 0) return POINTS_PER_INCH; | ^~ labels.c:25:35: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 25 | lp->u.txt.span = ZALLOC(oldsz + 1, lp->u.txt.span, textspan_t, oldsz); | ~~~~~~^~~ ../../lib/common/memory.h:28:63: note: in definition of macro ?ZALLOC? 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^~~~ labels.c:25:68: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 25 | lp->u.txt.span = ZALLOC(oldsz + 1, lp->u.txt.span, textspan_t, oldsz); | ^~~~~ ../../lib/common/memory.h:28:81: note: in definition of macro ?ZALLOC? 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ ../../lib/common/memory.h:28:109: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^ labels.c:25:22: note: in expansion of macro ?ZALLOC? 25 | lp->u.txt.span = ZALLOC(oldsz + 1, lp->u.txt.span, textspan_t, oldsz); | ^~~~~~ shapes.c:268:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 268 | {"Msquare", &poly_fns, &p_Msquare}, | ^ utils.c: In function ?late_bool?: In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ utils.c:141:9: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 141 | return def; | ^~~ shapes.c:269:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 269 | {"Mcircle", &poly_fns, &p_Mcircle}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:272:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 272 | {"promoter", &poly_fns, &p_promoter}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:273:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 273 | {"cds", &poly_fns, &p_cds}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:274:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 274 | {"terminator", &poly_fns, &p_terminator}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:275:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 275 | {"utr", &poly_fns, &p_utr}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:276:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 276 | {"insulator", &poly_fns, &p_insulator}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:277:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 277 | {"ribosite", &poly_fns, &p_ribosite}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c: In function ?make_label?: shapes.c:278:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 278 | {"rnastab", &poly_fns, &p_rnastab}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c:120:5: warning: switch missing default case [-Wswitch-default] 120 | switch (agobjkind(obj)) { | ^~~~~~ shapes.c:279:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 279 | {"proteasesite", &poly_fns, &p_proteasesite}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:280:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 280 | {"proteinstab", &poly_fns, &p_proteinstab}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:282:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 282 | {"primersite", &poly_fns, &p_primersite}, | ^ labels.c:148:6: warning: switch missing default case [-Wswitch-default] 148 | switch (agobjkind(obj)) { | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:283:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 283 | {"restrictionsite", &poly_fns, &p_restrictionsite}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:284:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 284 | {"fivepoverhang", &poly_fns, &p_fivepoverhang}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ In file included from ../../lib/common/render.h:42, from utils.c:11: utils.c: In function ?mkDirlist?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ utils.c:346:9: note: in expansion of macro ?ALLOC? 346 | dirs = ALLOC (cnt+2,dirs,char*); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ utils.c:346:9: note: in expansion of macro ?ALLOC? 346 | dirs = ALLOC (cnt+2,dirs,char*); | ^~~~~ labels.c: In function ?strdup_and_subst_obj0?: shapes.c:285:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 285 | {"threepoverhang", &poly_fns, &p_threepoverhang}, | ^ labels.c:300:5: warning: switch missing default case [-Wswitch-default] 300 | switch (agobjkind(obj)) { | ^~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:286:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 286 | {"noverhang", &poly_fns, &p_noverhang}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:287:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 287 | {"assembly", &poly_fns, &p_assembly}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:288:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 288 | {"signature", &poly_fns, &p_signature}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ utils.c: In function ?mapBool?: shapes.c:289:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 289 | {"rpromoter", &poly_fns, &p_rpromoter}, | ^ utils.c:465:9: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 465 | return atoi(p); | ^~~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c: In function ?xml_string0?: shapes.c:290:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 290 | {"larrow", &poly_fns, &p_larrow}, | ^ labels.c:455:16: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 455 | buf = gmalloc(bufsize); | ^~~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:291:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 291 | {"rarrow", &poly_fns, &p_rarrow}, | ^ labels.c:462:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 462 | buf = grealloc(buf, bufsize); | ^~~~~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:292:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 292 | {"lpromoter", &poly_fns, &p_lpromoter}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:294:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 294 | {"record", &record_fns, NULL}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ shapes.c:295:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 295 | {"Mrecord", &record_fns, NULL}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c: In function ?xml_url_string?: shapes.c:296:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 296 | {"epsf", &epsf_fns, NULL}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c:530:16: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 530 | buf = gmalloc(bufsize); | ^~~~~~~ shapes.c:297:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 297 | {"star", &star_fns, &p_star}, | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ labels.c:537:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 537 | buf = grealloc(buf, bufsize); | ^~~~~~~ shapes.c:298:5: warning: missing initializer for field ?usershape? of ?shape_desc? [-Wmissing-field-initializers] 298 | {NULL, NULL, NULL} | ^ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:189:10: note: ?usershape? declared here 189 | boolean usershape; | ^~~~~~~~~ utils.c: In function ?gvToggle?: utils.c:592:19: warning: unused parameter ?s? [-Wunused-parameter] 592 | void gvToggle(int s) | ~~~~^ shapes.c: In function ?quant?: shapes.c:309:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 309 | i = val / q; | ^~~ utils.c: In function ?common_init_node?: utils.c:634:23: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 634 | ND_showboxes(n) = late_int(n, N_showboxes, 0, 0); | ^~~~~~~~ shapes.c: In function ?isBox?: shapes.c:371:78: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 371 | return (p->sides == 4 && (ROUND(p->orientation) % 90) == 0 && p->distortion == 0. && p->skew == 0.); | ^~ shapes.c:371:95: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 371 | return (p->sides == 4 && (ROUND(p->orientation) % 90) == 0 && p->distortion == 0. && p->skew == 0.); | ^~ utils.c: In function ?common_init_edge?: utils.c:713:6: warning: conversion to ?char? from ?boolean? {aka ?unsigned char?} may change the sign of the result [-Wsign-conversion] 713 | mapbool(late_string(e, E_label_float, "false")); | ^~~~~~~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c: In function ?round_corners?: shapes.c:519:25: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 519 | B = N_NEW(4 * sides + 4, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:566:25: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 566 | pts = N_GNEW(6 * sides + 2, pointf); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:578:54: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 578 | gvrender_beziercurve(job, pts+1, i-1, FALSE, FALSE, filled); | ^~~~~~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c:594:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 594 | D = N_NEW(sides + 1, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:627:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 627 | D = N_NEW(sides + 2, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:660:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 660 | D = N_NEW(sides + 3, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?setAttr?: utils.c:910:2: warning: switch missing default case [-Wswitch-default] 910 | switch (agobjkind(obj)) { | ^~~~~~ shapes.c:678:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 678 | D = N_NEW(sides + 2, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?newItem?: utils.c:981:29: warning: unused parameter ?d? [-Wunused-parameter] 981 | static void *newItem(Dt_t * d, item * objp, Dtdisc_t * disc) | ~~~~~~~^ utils.c: In function ?freeItem?: shapes.c:716:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 716 | D = N_NEW(sides + 8, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:781:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 781 | D = N_NEW(sides + 5, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c:996:29: warning: unused parameter ?d? [-Wunused-parameter] 996 | static void freeItem(Dt_t * d, item * obj, Dtdisc_t * disc) | ~~~~~~~^ utils.c:996:55: warning: unused parameter ?disc? [-Wunused-parameter] 996 | static void freeItem(Dt_t * d, item * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ shapes.c:827:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 827 | D = N_NEW(sides + 1, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:862:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 862 | D = N_NEW(sides + 4, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:909:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 909 | D = N_NEW(sides + 2, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:951:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 951 | D = N_NEW(sides + 1, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?undoClusterEdges?: shapes.c:991:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 991 | D = N_NEW(sides + 4, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c:1275:14: warning: declaration of ?elist? shadows a global declaration [-Wshadow] 1275 | edge_t **elist; | ^~~~~ In file included from ../../lib/common/render.h:38, from utils.c:11: ../../lib/common/types.h:261:7: note: shadowed declaration is here 261 | } elist; | ^~~~~ In file included from ../../lib/common/render.h:42, from utils.c:11: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ utils.c:1282:13: note: in expansion of macro ?N_NEW? 1282 | elist = N_NEW(ecnt, edge_t*); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1044:6: note: in expansion of macro ?N_NEW? 1044 | D = N_NEW(sides, pointf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1057:6: note: in expansion of macro ?N_NEW? 1057 | D = N_NEW(sides, pointf); | ^~~~~ utils.c: In function ?scanEntity?: utils.c:1336:22: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1336 | strncpy (buf, t, len); | ^~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1095:6: note: in expansion of macro ?N_NEW? 1095 | D = N_NEW(sides, pointf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1108:6: note: in expansion of macro ?N_NEW? 1108 | D = N_NEW(sides, pointf); | ^~~~~ utils.c: In function ?htmlEntity?: utils.c:1378:16: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1378 | n = (n * 16) + byte; | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1148:6: note: in expansion of macro ?N_NEW? 1148 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1378:7: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 1378 | n = (n * 16) + byte; | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1161:6: note: in expansion of macro ?N_NEW? 1161 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1385:20: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1385 | n = (n * 10) + (byte - '0'); | ^ utils.c:1385:11: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 1385 | n = (n * 10) + (byte - '0'); | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1174:6: note: in expansion of macro ?N_NEW? 1174 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1412:13: warning: conversion from ?unsigned int? to ?char? may change value [-Wconversion] 1412 | *p++ = byte; | ^~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1187:6: note: in expansion of macro ?N_NEW? 1187 | D = N_NEW(sides, pointf); | ^~~~~ utils.c: In function ?cvtAndAppend?: utils.c:1427:14: warning: conversion to ?char? from ?unsigned char? may change the sign of the result [-Wsign-conversion] 1427 | buf[0] = c; | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1231:6: note: in expansion of macro ?N_NEW? 1231 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1431:11: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 1431 | len = strlen(s); | ^~~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1244:6: note: in expansion of macro ?N_NEW? 1244 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1434:9: warning: conversion to ?unsigned char? from ?char? may change the sign of the result [-Wsign-conversion] 1434 | c = *p; | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1285:6: note: in expansion of macro ?N_NEW? 1285 | D = N_NEW(sides, pointf); | ^~~~~ utils.c: In function ?htmlEntityUTF8?: utils.c:1490:14: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1490 | v = htmlEntity (&s); | ^~~~~~~~~~ utils.c:1493:8: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 1493 | c = v; | ^ utils.c:1496:8: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 1496 | c = (v & 0x3F) | 0x80; | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:1332:6: note: in expansion of macro ?N_NEW? 1332 | D = N_NEW(sides, pointf); | ^~~~~ utils.c:1501:8: warning: conversion from ?unsigned int? to ?unsigned char? may change value [-Wconversion] 1501 | c = (v & 0x3F) | 0x80; | ^ utils.c: In function ?latin1ToUTF8?: utils.c:1544:10: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1544 | v = htmlEntity (&s); | ^~~~~~~~~~ shapes.c:1384:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1384 | D = N_NEW(sides + 12, pointf); //12-sided x ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?utf8ToLatin1?: utils.c:1583:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 1583 | outc = (c & 0x03) << 6; | ^ utils.c:1585:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 1585 | outc = outc | (c & 0x3F); | ^~~~ shapes.c:1457:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1457 | D = N_NEW(sides + 4, pointf); //12-sided x ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:1515:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1515 | D = N_NEW(sides + 12, pointf); //12-sided x ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:1579:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1579 | D = N_NEW(sides + 4, pointf); //12-sided x ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:1631:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1631 | D = N_NEW(sides + 5, pointf); /*5 new points*/ ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?setEdgeType?: geom.c: In function ?lineToBox?: shapes.c:1671:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1671 | D = N_NEW(sides + 3, pointf); /*3 new points*/ ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c:1740:20: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 1740 | GD_flags(g) |= et; | ^~ geom.c:68:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 68 | if (p.x == q.x) { | ^~ geom.c:78:20: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 78 | } else if (p.y == q.y) { | ^~ shapes.c:1705:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1705 | D = N_NEW(sides + 3, pointf); /*3 new points*/ ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:1741:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1741 | D = N_NEW(sides + 5, pointf); /*3 new points*/ ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ utils.c: In function ?free_clust?: shapes.c:564:5: warning: switch missing default case [-Wswitch-default] 564 | switch (mode) { | ^~~~~~ utils.c:1880:31: warning: unused parameter ?dt? [-Wunused-parameter] 1880 | static void free_clust (Dt_t* dt, clust_t* clp, Dtdisc_t* disc) | ~~~~~~^~ utils.c:1880:59: warning: unused parameter ?disc? [-Wunused-parameter] 1880 | static void free_clust (Dt_t* dt, clust_t* clp, Dtdisc_t* disc) | ~~~~~~~~~~^~~~ shapes.c: In function ?poly_init?: shapes.c:1939:38: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1939 | if ((sides <= 2) && ((distortion != 0.) || (skew != 0.))) { | ^~ shapes.c:1939:54: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1939 | if ((sides <= 2) && ((distortion != 0.) || (skew != 0.))) { | ^~ shapes.c:1951:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1951 | && distortion == 0. && skew == 0.); | ^~ shapes.c:1951:35: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1951 | && distortion == 0. && skew == 0.); | ^~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c:2039:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2039 | vertices = N_NEW(outp * sides, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c:2074:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2074 | vertices = N_NEW(outp * sides, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c: In function ?poly_inside?: shapes.c:2284:12: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2284 | if (xsize == 0.0) | ^~ shapes.c:2286:12: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2286 | if (ysize == 0.0) | ^~ shapes.c: In function ?invflip_side?: shapes.c:2377:2: warning: switch missing default case [-Wswitch-default] 2377 | switch (side) { | ^~~~~~ shapes.c:2393:2: warning: switch missing default case [-Wswitch-default] 2393 | switch (side) { | ^~~~~~ shapes.c:2361:5: warning: switch missing default case [-Wswitch-default] 2361 | switch (rankdir) { | ^~~~~~ shapes.c: In function ?invflip_angle?: shapes.c:2426:12: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2426 | if (angle == M_PI) | ^~ shapes.c:2428:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2428 | else if (angle == M_PI * 0.75) | ^~ shapes.c:2430:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2430 | else if (angle == M_PI * 0.5) | ^~ shapes.c:2432:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2432 | else if (angle == 0) | ^~ shapes.c:2434:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2434 | else if (angle == M_PI * -0.25) | ^~ shapes.c:2436:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2436 | else if (angle == M_PI * -0.5) | ^~ shapes.c:2416:5: warning: switch missing default case [-Wswitch-default] 2416 | switch (rankdir) { | ^~~~~~ 73/105 Test #73: test1005_pyhook .................. Passed 0.05 sec Start 74: test1006_py shapes.c: In function ?compassPort?: shapes.c:2666:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 2666 | pp->side = side; | ^~~~ shapes.c:2668:13: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 2668 | pp->side = invflip_side(side, GD_rankdir(agraphof(n))); | ^~~~~~~~~~~~ shapes.c:2672:14: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2672 | if ((p.x == 0) && (p.y == 0)) | ^~ shapes.c:2672:28: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2672 | if ((p.x == 0) && (p.y == 0)) | ^~ shapes.c:2679:14: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 2679 | pp->order = (int) ((MC_SCALE * angle) / (2 * M_PI)); | ^ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c: In function ?poly_gencode?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:2757:7: note: in expansion of macro ?ALLOC? 2757 | AF = ALLOC(A_size, AF, pointf); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:2757:7: note: in expansion of macro ?ALLOC? 2757 | AF = ALLOC(A_size, AF, pointf); | ^~~~~ shapes.c: In function ?point_init?: shapes.c:2963:12: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2963 | if ((w == MAXDOUBLE) && (h == MAXDOUBLE)) /* neither defined */ | ^~ shapes.c:2963:32: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2963 | if ((w == MAXDOUBLE) && (h == MAXDOUBLE)) /* neither defined */ | ^~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c:2982:27: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2982 | vertices = N_NEW(outp * sides, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ shapes.c: In function ?point_gencode?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:3070:7: note: in expansion of macro ?ALLOC? 3070 | AF = ALLOC(A_size, AF, pointf); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:3070:7: note: in expansion of macro ?ALLOC? 3070 | AF = ALLOC(A_size, AF, pointf); | ^~~~~ shapes.c: In function ?parse_error?: shapes.c:3172:49: warning: declaration of ?port? shadows a global declaration [-Wshadow] 3172 | static field_t *parse_error(field_t * rv, char *port) | ~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from shapes.c:11: ../../lib/common/types.h:80:7: note: shadowed declaration is here 80 | } port; | ^~~~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c: In function ?parse_reclbl?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ shapes.c:3206:15: note: in expansion of macro ?N_NEW? 3206 | rv->fld = N_NEW(maxf, field_t *); | ^~~~~ shapes.c:3207:14: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 3207 | rv->LR = LR; | ^~ shapes.c: In function ?pos_reclbl?: shapes.c:3420:16: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 3420 | f->sides = sides; | ^~~~~ shapes.c: In function ?record_path?: shapes.c:3628:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 3628 | ls = info->fld[i]->b.LL.x; | ^~~~ shapes.c:3629:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 3629 | rs = info->fld[i]->b.UR.x; | ^~~~ shapes.c:3631:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 3631 | ls = info->fld[i]->b.LL.y; | ^~~~ shapes.c:3632:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 3632 | rs = info->fld[i]->b.UR.y; | ^~~~ In file included from ../../lib/common/render.h:42, from shapes.c:11: shapes.c: In function ?user_shape?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:3779:17: note: in expansion of macro ?ALLOC? 3779 | UserShape = ALLOC(N_UserShape, UserShape, shape_desc *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ shapes.c:3779:17: note: in expansion of macro ?ALLOC? 3779 | UserShape = ALLOC(N_UserShape, UserShape, shape_desc *); | ^~~~~ shapes.c: In function ?cylinder_draw?: shapes.c:4033:56: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 4033 | gvrender_beziercurve(job, AF, sides, FALSE, FALSE, filled); | ^~~~~~ shapes.c:4014:68: warning: unused parameter ?style? [-Wunused-parameter] 4014 | static void cylinder_draw(GVJ_t * job, pointf * AF, int sides, int style, int filled) | ~~~~^~~~~ shapes.c: In function ?cvtPt?: shapes.c:4044:5: warning: switch missing default case [-Wswitch-default] 4044 | switch (rankdir) { | ^~~~~~ shapes.c: In function ?closestSide?: In file included from taper.c:21: taper.c: In function ?addto?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ taper.c:50:16: note: in expansion of macro ?RALLOC? 50 | p->vertices = RALLOC(p->flags,p->vertices,pointf); | ^~~~~~ taper.c: In function ?arcn?: taper.c:63:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 63 | if (r == 0) return; | ^~ shapes.c:4111:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4111 | p.y = b.LL.y; | ^ taper.c: In function ?myatan?: taper.c:78:12: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 78 | if ((x == 0) && (y == 0)) | ^~ taper.c:78:24: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 78 | if ((x == 0) && (y == 0)) | ^~ In file included from taper.c:21: taper.c: In function ?insertArr?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ taper.c:135:13: note: in expansion of macro ?RALLOC? 135 | arr->pts = RALLOC(arr->sz,arr->pts,pathpoint); | ^~~~~~ 74/105 Test #74: test1006_py ...................... Passed 0.03 sec taper.c: In function ?fixArr?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ taper.c:162:13: note: in expansion of macro ?RALLOC? 162 | arr->pts = RALLOC(arr->cnt,arr->pts,pathpoint); | ^~~~~~ Start 75: test1006_pyhook taper.c: In function ?pathtolines?: shapes.c:4112:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4112 | p.x = (b.LL.x + b.UR.x) / 2; | ^ taper.c:182:51: warning: unused parameter ?initwid? [-Wunused-parameter] 182 | static vararr_t* pathtolines (bezier* bez, double initwid) | ~~~~~~~^~~~~~~ taper.c: At top level: taper.c:257:11: warning: no previous prototype for ?taper? [-Wmissing-prototypes] 257 | stroke_t* taper (bezier* bez, radfunc_t radfunc, double initwid, int linejoin, int linecap) | ^~~~~ taper.c: In function ?taper?: taper.c:278:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 278 | l = mymod(i-1,pathcount); | ^~~~~ taper.c:279:6: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 279 | n = mymod(i+1,pathcount); | ^~~~~ shapes.c:4115:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4115 | p.x = b.UR.x; | ^ taper.c:325:19: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 325 | if (cos(phi) == 0) { | ^~ shapes.c:4116:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4116 | p.y = (b.LL.y + b.UR.y) / 2; | ^ shapes.c:4119:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4119 | p.y = b.UR.y; | ^ shapes.c:4120:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4120 | p.x = (b.LL.x + b.UR.x) / 2; | ^ shapes.c:4123:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4123 | p.x = b.LL.x; | ^ shapes.c:4124:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 4124 | p.y = (b.LL.y + b.UR.y) / 2; | ^ shapes.c:4109:2: warning: switch missing default case [-Wswitch-default] 4109 | switch (i) { | ^~~~~~ shapes.c: At top level: shapes.c:4160:6: warning: no previous prototype for ?gv_initShapes? [-Wmissing-prototypes] 4160 | void gv_initShapes(void) | ^~~~~~~~~~~~~ 75/105 Test #75: test1006_pyhook .................. Passed 0.02 sec Start 76: test1007_py output.c: In function ?agputc?: output.c:36:14: warning: conversion from ?int? to ?char? may change value [-Wconversion] 36 | buf[0] = c; | ^ output.c: In function ?writenodeandport?: output.c:96:61: warning: declaration of ?port? shadows a global declaration [-Wshadow] 96 | static void writenodeandport(FILE * f, node_t * node, char *port) | ~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from output.c:11: ../../lib/common/types.h:80:7: note: shadowed declaration is here 80 | } port; | ^~~~ output.c: In function ?attach_attrs_and_arrows?: output.c:300:10: warning: declaration of ?i? shadows a previous local [-Wshadow] 300 | int i; | ^ output.c:233:9: note: shadowed declaration is here 233 | int i, j, sides; | ^ In file included from ../../lib/common/render.h:38, from emit.c:22: emit.c: In function ?initMapData?: ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:163:37: note: in expansion of macro ?TRUE? 163 | obj->explicit_tooltip = TRUE; | ^~~~ emit.c: In function ?getObjId?: emit.c:213:5: warning: switch missing default case [-Wswitch-default] 213 | switch (agobjkind(obj)) { | ^~~~~~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?map_point?: emit.c:348:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 348 | obj->url_map_p = p = N_NEW(obj->url_map_n, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c: In function ?parseSegs?: emit.c:489:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 489 | segs->segs = s = N_NEW(nseg+1,colorseg_t); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c:504:20: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 504 | s[cnum++].t = v; | ^ emit.c:528:17: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 528 | if (s[i].t == 0) nseg++; | ^~ emit.c:533:14: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 533 | if (s[i].t == 0) s[i].t = delta; | ^~ emit.c:533:29: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 533 | if (s[i].t == 0) s[i].t = delta; | ^~~~~ emit.c:537:21: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 537 | s[cnum-1].t += left; | ^~~~ emit.c: In function ?wedgedEllipse?: emit.c:586:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 586 | if (s->t == 0) continue; | ^~ emit.c: In function ?stripedBox?: emit.c:646:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 646 | if (s->t == 0) continue; | ^~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?emit_map_rect?: emit.c:678:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 678 | obj->url_map_p = p = N_NEW(obj->url_map_n, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c: In function ?map_label?: emit.c:704:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 704 | obj->url_map_p = p = N_NEW(obj->url_map_n, pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c: In function ?isRect?: emit.c:721:30: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 721 | && p->distortion == 0.0 && p->skew == 0.0); | ^~ emit.c:721:48: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 721 | && p->distortion == 0.0 && p->skew == 0.0); | ^~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?pEllipse?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:757:10: note: in expansion of macro ?N_NEW? 757 | ps = N_NEW(np, pointf); | ^~~~~ emit.c: At top level: emit.c:822:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 822 | #if (DEBUG==2) | ^~~~~ emit.c: In function ?map_bspline_poly?: emit.c:862:45: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 862 | *pbs_n = grealloc(*pbs_n, (*pbs_poly_n) * sizeof(int)); | ^ emit.c:864:44: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 864 | *pbs_p = grealloc(*pbs_p, (nump + 2*n) * sizeof(pointf)); | ^ emit.c:870:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 870 | #if (DEBUG==2) | ^~~~~ emit.c: In function ?selectedLayer?: emit.c:1056:2: warning: switch missing default case [-Wswitch-default] 1056 | switch ((w0 != NULL) + (w1 != NULL)) { | ^~~~~~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?parse_layerselect?: emit.c:1106:41: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1106 | int* laylist = N_GNEW(gvc->numLayers+2,int); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c:1104:53: warning: unused parameter ?g? [-Wunused-parameter] 1104 | static int* parse_layerselect(GVC_t *gvc, graph_t * g, char *p) | ~~~~~~~~~~^ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?parse_layers?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ emit.c:1159:29: note: in expansion of macro ?ALLOC? 1159 | gvc->layerIDs = ALLOC(sz, gvc->layerIDs, char *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ emit.c:1159:29: note: in expansion of macro ?ALLOC? 1159 | gvc->layerIDs = ALLOC(sz, gvc->layerIDs, char *); | ^~~~~ ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ emit.c:1164:25: note: in expansion of macro ?RALLOC? 1164 | gvc->layerIDs = RALLOC(ntok + 2, gvc->layerIDs, char *); /* shrink to minimum size */ | ^~~~~~ emit.c: In function ?pagecode?: emit.c:1269:5: warning: switch missing default case [-Wswitch-default] 1269 | switch (c) { | ^~~~~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from emit.c:22: emit.c: In function ?init_job_pagination?: ../../lib/common/arith.h:76:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ^ emit.c:1355:18: note: in expansion of macro ?ROUND? 1355 | job->width = ROUND((pageSize.x + 2*margin.x) * job->dpi.x / POINTS_PER_INCH); | ^~~~~ ../../lib/common/arith.h:76:25: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ^ emit.c:1356:19: note: in expansion of macro ?ROUND? 1356 | job->height = ROUND((pageSize.y + 2*margin.y) * job->dpi.y / POINTS_PER_INCH); | ^~~~~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?copyPts?: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ emit.c:1470:8: note: in expansion of macro ?RALLOC? 1470 | pts = RALLOC(sz, pts, pointf); | ^~~~~~ emit.c: In function ?emit_xdot?: emit.c:1516:100: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 1516 | gvrender_beziercurve(job, pts, op->op.u.bezier.cnt, 0, 0, (op->op.kind == xd_filled_bezier?filled:0)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ emit.c:1550:18: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1550 | if ((p->x1 == p->x0) && (p->y1 == p->y0)) | ^~ emit.c:1550:38: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1550 | if ((p->x1 == p->x0) && (p->y1 == p->y0)) | ^~ emit.c:1494:2: warning: switch missing default case [-Wswitch-default] 1494 | switch (op->op.kind) { | ^~~~~~ emit.c: In function ?setup_page?: emit.c:1651:47: warning: unused parameter ?g? [-Wunused-parameter] 1651 | static void setup_page(GVJ_t * job, graph_t * g) | ~~~~~~~~~~^ emit.c: In function ?edge_in_layer?: emit.c:1726:52: warning: unused parameter ?g? [-Wunused-parameter] 1726 | static boolean edge_in_layer(GVJ_t *job, graph_t * g, edge_t * e) | ~~~~~~~~~~^ emit.c: In function ?node_in_box?: emit.c:1766:12: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 1766 | return boxf_overlap(ND_bb(n), b); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?emit_begin_node?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:1843:21: note: in expansion of macro ?N_NEW? 1843 | p = N_NEW(nump, pointf); | ^~~~~ emit.c:1847:52: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1847 | else if (poly->sides < 3 && poly->skew == 0.0 && poly->distortion == 0.0) { | ^~ emit.c:1847:79: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1847 | else if (poly->sides < 3 && poly->skew == 0.0 && poly->distortion == 0.0) { | ^~ In file included from ../../lib/common/render.h:42, from emit.c:22: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:1851:25: note: in expansion of macro ?N_NEW? 1851 | p = N_NEW(nump, pointf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:1878:25: note: in expansion of macro ?N_NEW? 1878 | p = N_NEW(nump, pointf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:1885:25: note: in expansion of macro ?N_NEW? 1885 | p = N_NEW(nump, pointf); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:1899:17: note: in expansion of macro ?N_NEW? 1899 | p = N_NEW(nump, pointf); | ^~~~~ emit.c: In function ?emit_node?: emit.c:1937:16: warning: conversion from ?int? to ?char? may change value [-Wconversion] 1937 | ND_state(n) = gvc->common.viewNum; /* mark node as drawn */ | ^~~ emit.c: In function ?default_pencolor?: emit.c:2036:16: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2036 | len = ncol * (strlen(deflt) + 1); | ^ emit.c:2036:11: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 2036 | len = ncol * (strlen(deflt) + 1); | ^~~~ emit.c:2039:21: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2039 | buf = realloc(buf, bufsz); | ^~~~~ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?splitBSpline?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:2085:12: note: in expansion of macro ?N_NEW? 2085 | lens = N_NEW(cnt, double); | ^~~~~ emit.c:2102:28: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2102 | left->list = N_NEW(left->size,pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c:2104:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 2104 | right->list = N_NEW(right->size,pointf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ emit.c:2112:9: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 2112 | r = (len - (sum - last))/last; | ^ emit.c: In function ?multicolor?: emit.c:2173:29: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 2173 | splitBSpline (&bz0, (s->t)/(left+s->t), &bz_l, &bz_r); | ~~~~~~^~~~~~~~~~~~ emit.c: In function ?nonefunc?: emit.c:2221:32: warning: unused parameter ?curlen? [-Wunused-parameter] 2221 | static double nonefunc (double curlen, double totallen, double initwid) | ~~~~~~~^~~~~~ emit.c:2221:47: warning: unused parameter ?totallen? [-Wunused-parameter] 2221 | static double nonefunc (double curlen, double totallen, double initwid) | ~~~~~~~^~~~~~~~ emit.c: In function ?emit_edge_graphics?: emit.c:2345:42: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2345 | offspl.list = malloc(sizeof(bezier) * offspl.size); | ^ emit.c:2346:42: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2346 | tmpspl.list = malloc(sizeof(bezier) * tmpspl.size); | ^ emit.c:2351:57: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2351 | offlist = offspl.list[i].list = malloc(sizeof(pointf) * bz.size); | ^ emit.c:2352:57: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 2352 | tmplist = tmpspl.list[i].list = malloc(sizeof(pointf) * bz.size); | ^ In file included from ../../lib/common/render.h:38, from emit.c:22: emit.c: In function ?emit_begin_edge?: ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2508:26: note: in expansion of macro ?TRUE? 2508 | obj->labeledgealigned = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2564:37: note: in expansion of macro ?TRUE? 2564 | obj->explicit_tailurl = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2570:37: note: in expansion of macro ?TRUE? 2570 | obj->explicit_headurl = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2580:33: note: in expansion of macro ?TRUE? 2580 | obj->explicit_edgetarget = TRUE; | ^~~~ 76/105 Test #76: test1007_py ...................... Passed 0.07 sec Start 77: test1007_pyhook ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2591:33: note: in expansion of macro ?TRUE? 2591 | obj->explicit_tailtarget = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2596:33: note: in expansion of macro ?TRUE? 2596 | obj->explicit_headtarget = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2609:30: note: in expansion of macro ?TRUE? 2609 | obj->explicit_tooltip = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2618:35: note: in expansion of macro ?TRUE? 2618 | obj->explicit_labeltooltip = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2627:34: note: in expansion of macro ?TRUE? 2627 | obj->explicit_tailtooltip = TRUE; | ^~~~ ../../lib/common/types.h:23:16: warning: conversion from ?int? to ?signed char:1? changes value from ?1? to ?-1? [-Wconversion] 23 | #define NOT(v) (!(v)) | ^ ../../lib/common/types.h:29:14: note: in expansion of macro ?NOT? 29 | #define TRUE NOT(FALSE) | ^~~ emit.c:2636:34: note: in expansion of macro ?TRUE? 2636 | obj->explicit_headtooltip = TRUE; | ^~~~ emit.c: In function ?nodeIntersect?: emit.c:2738:38: warning: unused parameter ?itooltip? [-Wunused-parameter] 2738 | boolean explicit_itooltip, char* itooltip, | ~~~~~~^~~~~~~~ emit.c:2739:13: warning: unused parameter ?explicit_itarget? [-Wunused-parameter] 2739 | boolean explicit_itarget, char* itarget) | ~~~~~~~~^~~~~~~~~~~~~~~~ emit.c:2739:37: warning: unused parameter ?itarget? [-Wunused-parameter] 2739 | boolean explicit_itarget, char* itarget) | ~~~~~~^~~~~~~ emit.c: In function ?emit_end_edge?: emit.c:2795:28: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2795 | nodeIntersect (job, p, obj->explicit_tailurl, obj->tailurl, | ~~~^~~~~~~~~~~~~~~~~~ emit.c:2796:9: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2796 | obj->explicit_tailtooltip, obj->tailtooltip, | ~~~^~~~~~~~~~~~~~~~~~~~~~ emit.c:2797:9: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2797 | obj->explicit_tailtarget, obj->tailtarget); | ~~~^~~~~~~~~~~~~~~~~~~~~ emit.c:2805:28: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2805 | nodeIntersect (job, p, obj->explicit_headurl, obj->headurl, | ~~~^~~~~~~~~~~~~~~~~~ emit.c:2806:9: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2806 | obj->explicit_headtooltip, obj->headtooltip, | ~~~^~~~~~~~~~~~~~~~~~~~~~ emit.c:2807:9: warning: conversion to ?boolean? {aka ?unsigned char?} from ?signed char:1? may change the sign of the result [-Wsign-conversion] 2807 | obj->explicit_headtarget, obj->headtarget); | ~~~^~~~~~~~~~~~~~~~~~~~~ emit.c: In function ?textBB?: emit.c:2921:5: warning: switch missing default case [-Wswitch-default] 2921 | switch (span->just) { | ^~~~~~ emit.c: In function ?xdotBB?: emit.c:2964:18: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2964 | if ((bb.LL.x == bb.UR.x) && (bb.LL.y == bb.UR.y)) { | ^~ emit.c:2964:42: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2964 | if ((bb.LL.x == bb.UR.x) && (bb.LL.y == bb.UR.y)) { | ^~ emit.c:3001:17: warning: conversion from ?int? to ?unsigned char:7? may change value [-Wconversion] 3001 | tf.flags = fontflags; | ^~~~~~~~~ emit.c:3016:18: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 3016 | fontflags = op->op.u.fontchar; | ^~ emit.c: In function ?init_job_dpi?: emit.c:3142:28: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 3142 | if (GD_drawing(g)->dpi != 0) { | ^~ emit.c: In function ?init_job_viewport?: emit.c:3186:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 3186 | if (sz.x == 0) sz.x = size.x; | ^~ emit.c:3187:11: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 3187 | if (sz.y == 0) sz.y = size.y; | ^~ emit.c: In function ?emit_end_graph?: emit.c:3398:51: warning: unused parameter ?g? [-Wunused-parameter] 3398 | static void emit_end_graph(GVJ_t * job, graph_t * g) | ~~~~~~~~~~^ In file included from ../../lib/common/render.h:42, from emit.c:22: emit.c: In function ?emit_page?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ emit.c:3445:10: note: in expansion of macro ?N_NEW? 3445 | p = N_NEW(nump, pointf); | ^~~~~ emit.c: In function ?free_string_entry?: emit.c:3535:40: warning: unused parameter ?dict? [-Wunused-parameter] 3535 | static void free_string_entry(Dict_t * dict, char *key, Dtdisc_t * disc) | ~~~~~~~~~^~~~ emit.c:3535:68: warning: unused parameter ?disc? [-Wunused-parameter] 3535 | static void free_string_entry(Dict_t * dict, char *key, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ emit.c: At top level: emit.c:3564:6: warning: no previous prototype for ?emit_once_reset? [-Wmissing-prototypes] 3564 | void emit_once_reset(void) | ^~~~~~~~~~~~~~~ 77/105 Test #77: test1007_pyhook .................. Passed 0.06 sec Start 78: test1008_py 78/105 Test #78: test1008_py ...................... Passed 0.05 sec Start 79: test1008_pyhook 79/105 Test #79: test1008_pyhook .................. Passed 0.04 sec Start 80: test1009_py 80/105 Test #80: test1009_py ...................... Passed 0.04 sec Start 81: test1009_pyhook 81/105 Test #81: test1009_pyhook .................. Passed 0.03 sec Start 82: test1010_py 82/105 Test #82: test1010_py ...................... Passed 0.04 sec Start 83: test1010_pyhook 83/105 Test #83: test1010_pyhook .................. Passed 0.03 sec Start 84: test1011_py 84/105 Test #84: test1011_py ...................... Passed 0.04 sec Start 85: test1011_pyhook 85/105 Test #85: test1011_pyhook .................. Passed 0.03 sec Start 86: test1012_py 86/105 Test #86: test1012_py ...................... Passed 0.04 sec Start 87: test1012_pyhook 87/105 Test #87: test1012_pyhook .................. Passed 0.03 sec Start 88: test1013_py 88/105 Test #88: test1013_py ...................... Passed 0.12 sec Start 89: test1013_pyhook 89/105 Test #89: test1013_pyhook .................. Passed 0.11 sec Start 90: test1014_py 90/105 Test #90: test1014_py ...................... Passed 0.04 sec Start 91: test1014_pyhook 91/105 Test #91: test1014_pyhook .................. Passed 0.03 sec Start 92: test1015_py 92/105 Test #92: test1015_py ...................... Passed 0.08 sec Start 93: test1015_pyhook 93/105 Test #93: test1015_pyhook .................. Passed 0.07 sec Start 94: test926_py 94/105 Test #94: test926_py ....................... Passed 0.15 sec Start 95: test926_pyhook 95/105 Test #95: test926_pyhook ................... Passed 0.14 sec Start 96: test928_py 96/105 Test #96: test928_py ....................... Passed 0.08 sec Start 97: test928_pyhook 97/105 Test #97: test928_pyhook ................... Passed 0.06 sec Start 98: test929_py 98/105 Test #98: test929_py ....................... Passed 0.19 sec Start 99: test929_pyhook CCLD libcommon_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/common' make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/common' Making all in pack 99/105 Test #99: test929_pyhook ................... Passed 0.17 sec Start 100: test930_py make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/pack' CC ccomps.lo CC pack.lo 100/105 Test #100: test930_py ....................... Passed 0.05 sec Start 101: test930_pyhook 101/105 Test #101: test930_pyhook ................... Passed 0.04 sec Start 102: test931_py 102/105 Test #102: test931_py ....................... Passed 0.04 sec Start 103: test931_pyhook pack.c: In function ?genBox?: pack.c:235:21: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 235 | LL.x = center.x - margin; | ^ pack.c:235:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 235 | LL.x = center.x - margin; | ^~~~~~ pack.c:236:21: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 236 | LL.y = center.y - margin; | ^ pack.c:236:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 236 | LL.y = center.y - margin; | ^~~~~~ pack.c:237:41: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 237 | UR.x = center.x + bb.UR.x - bb.LL.x + margin; | ^ pack.c:237:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 237 | UR.x = center.x + bb.UR.x - bb.LL.x + margin; | ^~~~~~ pack.c:238:41: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 238 | UR.y = center.y + bb.UR.y - bb.LL.y + margin; | ^ pack.c:238:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 238 | UR.y = center.y + bb.UR.y - bb.LL.y + margin; | ^~~~~~ pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:248:9: note: in expansion of macro ?GRID? 248 | W = GRID(bb0.UR.x - bb0.LL.x + 2 * margin, ssize); | ^~~~ pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:249:9: note: in expansion of macro ?GRID? 249 | H = GRID(bb0.UR.y - bb0.LL.y + 2 * margin, ssize); | ^~~~ In file included from ../../lib/common/render.h:42, from pack.c:19: pack.c: In function ?genPoly?: pack.c:307:15: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 307 | alg = N_GNEW(agnnodes(g), void *); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ pack.c:320:11: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 320 | bb.LL.x -= margin; | ^~ pack.c:320:14: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 320 | bb.LL.x -= margin; | ^~~~~~ pack.c:321:11: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 321 | bb.LL.y -= margin; | ^~ pack.c:321:14: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 321 | bb.LL.y -= margin; | ^~~~~~ pack.c:322:11: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 322 | bb.UR.x += margin; | ^~ pack.c:322:14: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 322 | bb.UR.x += margin; | ^~~~~~ pack.c:323:11: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 323 | bb.UR.y += margin; | ^~ pack.c:323:14: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 323 | bb.UR.y += margin; | ^~~~~~ pack.c:343:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 343 | s2.x = margin + ND_xsize(n) / 2; | ^~~~~~ pack.c:344:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 344 | s2.y = margin + ND_ysize(n) / 2; | ^~~~~~ pack.c:379:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 379 | s2.x = margin + ND_xsize(n) / 2; | ^~~~~~ pack.c:380:13: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 380 | s2.y = margin + ND_ysize(n) / 2; | ^~~~~~ pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:398:9: note: in expansion of macro ?GRID? 398 | W = GRID(GD_bb(g).UR.x - GD_bb(g).LL.x + 2 * margin, ssize); | ^~~~ pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:399:9: note: in expansion of macro ?GRID? 399 | H = GRID(GD_bb(g).UR.y - GD_bb(g).LL.y + 2 * margin, ssize); | ^~~~ pack.c: In function ?placeGraph?: pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:496:6: note: in expansion of macro ?GRID? 496 | W = GRID(bb.UR.x - bb.LL.x + 2 * margin, step); | ^~~~ pack.c:30:20: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 30 | #define GRID(x,s) ((int)ceil((x)/(s))) | ^ pack.c:497:6: note: in expansion of macro ?GRID? 497 | H = GRID(bb.UR.y - bb.LL.y + 2 * margin, step); | ^~~~ pack.c:504:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 504 | W = ceil(bb.UR.x - bb.LL.x); | ^~~~ pack.c:505:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 505 | H = ceil(bb.UR.y - bb.LL.y); | ^~~~ pack.c: In function ?ucmpf?: pack.c:572:14: warning: conversion to ?int? from ?packval_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 572 | int dX = userVals[x->index]; | ^~~~~~~~ pack.c:573:14: warning: conversion to ?int? from ?packval_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 573 | int dY = userVals[y->index]; | ^~~~~~~~ In file included from ../../lib/common/render.h:42, from pack.c:19: pack.c: In function ?arrayRects?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:611:21: note: in expansion of macro ?N_NEW? 611 | point* places = N_NEW(ng, point); | ^~~~~ pack.c:624:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 624 | nr = ceil(sqrt(ng)); | ^~~~ pack.c:635:11: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 635 | nc = ceil(sqrt(ng)); | ^~~~ In file included from ../../lib/common/render.h:42, from pack.c:19: pack.c:641:22: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 641 | widths = N_NEW(nc+1, double); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ pack.c:642:23: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 642 | heights = N_NEW(nr+1, double); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:644:17: note: in expansion of macro ?N_NEW? 644 | ip = info = N_NEW(ng, ainfo); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:652:13: note: in expansion of macro ?N_NEW? 652 | sinfo = N_NEW(ng, ainfo*); | ^~~~~ pack.c:659:15: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 659 | qsort(sinfo, ng, sizeof(ainfo *), ucmpf); | ^~ pack.c:662:15: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 662 | qsort(sinfo, ng, sizeof(ainfo *), acmpf); | ^~ pack.c:698:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 698 | places[idx].x = widths[c]; | ^~~~~~ pack.c:700:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 700 | places[idx].x = widths[c+1] - (bb.UR.x - bb.LL.x); | ^~~~~~ pack.c:702:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 702 | places[idx].x = (widths[c] + widths[c+1] - bb.UR.x - bb.LL.x)/2.0; | ^ pack.c:704:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 704 | places[idx].y = heights[r] - (bb.UR.y - bb.LL.y); | ^~~~~~~ pack.c:706:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 706 | places[idx].y = heights[r+1]; | ^~~~~~~ pack.c:708:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 708 | places[idx].y = (heights[r] + heights[r+1] - bb.UR.y - bb.LL.y)/2.0; | ^ In file included from ../../lib/common/render.h:42, from pack.c:19: pack.c: In function ?polyRects?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:739:12: note: in expansion of macro ?N_NEW? 739 | info = N_NEW(ng, ginfo); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:746:13: note: in expansion of macro ?N_NEW? 746 | sinfo = N_NEW(ng, ginfo *); | ^~~~~ pack.c:750:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 750 | qsort(sinfo, ng, sizeof(ginfo *), cmpf); | ^~ In file included from ../../lib/common/render.h:42, from pack.c:19: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:753:14: note: in expansion of macro ?N_NEW? 753 | places = N_NEW(ng, point); | ^~~~~ pack.c: In function ?polyGraphs?: ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:839:11: note: in expansion of macro ?N_GNEW? 839 | bbs = N_GNEW(ng, boxf); | ^~~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:854:12: note: in expansion of macro ?N_NEW? 854 | info = N_NEW(ng, ginfo); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:866:13: note: in expansion of macro ?N_NEW? 866 | sinfo = N_NEW(ng, ginfo *); | ^~~~~ pack.c:870:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 870 | qsort(sinfo, ng, sizeof(ginfo *), cmpf); | ^~ In file included from ../../lib/common/render.h:42, from pack.c:19: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:873:14: note: in expansion of macro ?N_NEW? 873 | places = N_NEW(ng, point); | ^~~~~ pack.c: In function ?putGraphs?: ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:920:11: note: in expansion of macro ?N_GNEW? 920 | bbs = N_GNEW(ng, boxf); | ^~~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ pack.c:930:20: note: in expansion of macro ?N_NEW? 930 | pinfo->vals = N_NEW(ng, packval_t); | ^~~~~ pack.c:934:24: warning: conversion to ?packval_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 934 | pinfo->vals[i] = v; | ^ pack.c: In function ?parsePackModeInfo?: pack.c:1288:2: warning: switch missing default case [-Wswitch-default] 1288 | switch (*p) { | ^~~~~~ pack.c: In function ?getPackInfo?: pack.c:1374:21: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1374 | pinfo->margin = getPack(g, dfltMargin, dfltMargin); | ^~~~~~~ 103/105 Test #103: test931_pyhook ................... Passed 0.03 sec Start 104: test932_py 104/105 Test #104: test932_py ....................... Passed 0.06 sec Start 105: test932_pyhook 105/105 Test #105: test932_pyhook ................... Passed 0.05 sec 100% tests passed, 0 tests failed out of 105 Total Test time (real) = 16.46 sec The following tests did not run: 1 - test001_ff (Skipped) 2 - test002_ff (Skipped) 4 - test004_ff (Skipped) 6 - test006_ff (Skipped) 10 - test010_ff (Skipped) 22 - test112_ff (Skipped) 23 - test113_ff (Skipped) 26 - test116_ff (Skipped) 27 - test117_ff (Skipped) 32 - test123_ff (Skipped) 34 - test125_ff (Skipped) 60 - test1001a_py (Skipped) 61 - test1001a_pyhook (Skipped) 62 - test1001b_py (Skipped) 63 - test1001b_pyhook (Skipped) 66 - test1002_py (Skipped) 67 - test1002_pyhook (Skipped) phase `check' succeeded after 16.5 seconds starting phase `install' /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -S/tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 -B/tmp/guix-build-fontforge-20201107.drv-0/build --check-build-system CMakeFiles/Makefile.cmake 0 /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_progress_start /tmp/guix-build-fontforge-20201107.drv-0/build/CMakeFiles /tmp/guix-build-fontforge-20201107.drv-0/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f Unicode/CMakeFiles/gunicode.dir/build.make Unicode/CMakeFiles/gunicode.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/Unicode /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/Unicode /tmp/guix-build-fontforge-20201107.drv-0/build/Unicode/CMakeFiles/gunicode.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target gunicode make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f Unicode/CMakeFiles/gunicode.dir/build.make Unicode/CMakeFiles/gunicode.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'Unicode/CMakeFiles/gunicode.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 11%] Built target gunicode make -f gutils/CMakeFiles/gutils.dir/build.make gutils/CMakeFiles/gutils.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/gutils /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/gutils /tmp/guix-build-fontforge-20201107.drv-0/build/gutils/CMakeFiles/gutils.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target gutils make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f gutils/CMakeFiles/gutils.dir/build.make gutils/CMakeFiles/gutils.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'gutils/CMakeFiles/gutils.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 21%] Built target gutils make -f fontforge/CMakeFiles/fontforge.dir/build.make fontforge/CMakeFiles/fontforge.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/fontforge /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/fontforge /tmp/guix-build-fontforge-20201107.drv-0/build/fontforge/CMakeFiles/fontforge.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target fontforge make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f fontforge/CMakeFiles/fontforge.dir/build.make fontforge/CMakeFiles/fontforge.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'fontforge/CMakeFiles/fontforge.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 51%] Built target fontforge make -f gdraw/CMakeFiles/gdraw.dir/build.make gdraw/CMakeFiles/gdraw.dir/depend CCLD libpack_C.la make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/gdraw /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/gdraw /tmp/guix-build-fontforge-20201107.drv-0/build/gdraw/CMakeFiles/gdraw.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target gdraw make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f gdraw/CMakeFiles/gdraw.dir/build.make gdraw/CMakeFiles/gdraw.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'gdraw/CMakeFiles/gdraw.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 66%] Built target gdraw make -f fontforgeexe/CMakeFiles/fontforgeexe.dir/build.make fontforgeexe/CMakeFiles/fontforgeexe.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/fontforgeexe /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/fontforgeexe /tmp/guix-build-fontforge-20201107.drv-0/build/fontforgeexe/CMakeFiles/fontforgeexe.dir/DependInfo.cmake --color= ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/pack' Making all in xdot make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/xdot' CC xdot.lo xdot.c: In function ?agxbmore?: xdot.c:52:14: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 52 | if (size + ssz > nsize) | ^ xdot.c:52:20: warning: comparison of integer expressions of different signedness: ?unsigned int? and ?int? [-Wsign-compare] 52 | if (size + ssz > nsize) | ^ xdot.c:53:15: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 53 | nsize = size + ssz; | ^ xdot.c:53:10: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 53 | nsize = size + ssz; | ^~~~ xdot.c:56:26: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 56 | nbuf = realloc(xb->buf, nsize); | ^~~~~ xdot.c:17:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ^~~ xdot.c:58:9: note: in expansion of macro ?N_NEW? 58 | nbuf = N_NEW(nsize, unsigned char); | ^~~~~ xdot.c:59:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 59 | memcpy(nbuf, xb->buf, cnt); | ^~~ xdot.c: In function ?agxbput?: xdot.c:75:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 75 | return ssz; | ^~~ xdot.c: In function ?parsePolyline?: xdot.c:17:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ^~~ xdot.c:173:16: note: in expansion of macro ?N_NEW? 173 | pts = ps = N_NEW(i, xdot_point); | ^~~~~ xdot.c: In function ?parseString?: xdot.c:209:17: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ~~~ ...... 209 | c = N_NEW(i + 1, char); xdot.c:17:34: note: in definition of macro ?N_NEW? 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ^ xdot.c: In function ?parseXDotFOn?: xdot.c:428:9: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 428 | if (sz <= sizeof(xdot_op)) | ^~ xdot.c:439:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 439 | ops = calloc(XDBSIZE, sz); | ^~ xdot.c:444:27: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 444 | ops = realloc(ops, bufsz * sz); | ~~~~~~^~~~ xdot.c:445:50: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 445 | memset(ops + initcnt*sz, '\0', (bufsz - initcnt)*sz); | ~~~~~~~~~~~~~~~~~^~~ xdot.c:452:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 452 | ops = realloc(ops, bufsz * sz); | ~~~~~~^~~~ xdot.c:453:50: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 453 | memset(ops + oldsz*sz, '\0', (bufsz - oldsz)*sz); | ~~~~~~~~~~~~~~~^~~ xdot.c:461:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 461 | x->ops = realloc(ops, x->cnt * sz); | ~~~~~~~^~~~ xdot.c: In function ?printAlign?: xdot.c:571:5: warning: switch missing default case [-Wswitch-default] 571 | switch (a) { | ^~~~~~ xdot.c: In function ?toGradString?: xdot.c:598:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 598 | printFloat (cp->u.ling.x0, gradprint, xb, 0); | ~~~~~~~~~~^~~ xdot.c:599:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 599 | printFloat (cp->u.ling.y0, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:600:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 600 | printFloat (cp->u.ling.x1, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:601:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 601 | printFloat (cp->u.ling.y1, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:607:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 607 | printFloat (cp->u.ring.x0, gradprint, xb, 0); | ~~~~~~~~~~^~~ xdot.c:608:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 608 | printFloat (cp->u.ring.y0, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:609:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 609 | printFloat (cp->u.ring.r0, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:610:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 610 | printFloat (cp->u.ring.x1, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:611:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 611 | printFloat (cp->u.ring.y1, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c:612:24: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 612 | printFloat (cp->u.ring.r1, gradprint, xb, 1); | ~~~~~~~~~~^~~ xdot.c: In function ?printXDot_Op?: xdot.c:685:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 685 | printInt(op->u.text.x, print, info); | ~~~~~~~~~~^~ xdot.c:686:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 686 | printInt(op->u.text.y, print, info); | ~~~~~~~~~~^~ xdot.c:688:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 688 | printInt(op->u.text.width, print, info); | ~~~~~~~~~~^~~~~~ xdot.c:693:23: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 693 | printFloat(op->u.font.size, print, info, 1); | ~~~~~~~~~~^~~~~ xdot.c:698:16: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 698 | printInt(op->u.fontchar, print, info); | ~~~~~^~~~~~~~~ xdot.c:636:5: warning: switch missing default case [-Wswitch-default] 636 | switch (op->kind) { | ^~~~~~ xdot.c: In function ?jsonXDot_Op?: xdot.c:809:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 809 | printInt(op->u.text.x, print, info); | ~~~~~~~~~~^~ xdot.c:811:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 811 | printInt(op->u.text.y, print, info); | ~~~~~~~~~~^~ xdot.c:815:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 815 | printInt(op->u.text.width, print, info); | ~~~~~~~~~~^~~~~~ xdot.c:823:23: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 823 | printFloat(op->u.font.size, print, info, 1); | ~~~~~~~~~~^~~~~ xdot.c:830:16: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 830 | printInt(op->u.fontchar, print, info); | ~~~~~^~~~~~~~~ xdot.c:760:5: warning: switch missing default case [-Wswitch-default] 760 | switch (op->kind) { | ^~~~~~ xdot.c: In function ?sprintXDot?: xdot.c:868:19: warning: cast between incompatible function types from ?int (*)(char *, agxbuf *)? to ?void (*)(char *, void *)? [-Wcast-function-type] 868 | _printXDot(x, (pf) agxbput, &xb, printXDot_Op); | ^ xdot.c: In function ?fprintXDot?: xdot.c:877:19: warning: cast between incompatible function types from ?int (*)(const char * restrict, FILE * restrict)? to ?void (*)(char *, void *)? [-Wcast-function-type] 877 | _printXDot(x, (pf) fputs, fp, printXDot_Op); | ^ xdot.c: In function ?jsonXDot?: xdot.c:883:19: warning: cast between incompatible function types from ?int (*)(const char * restrict, FILE * restrict)? to ?void (*)(char *, void *)? [-Wcast-function-type] 883 | _printXDot(x, (pf) fputs, fp, jsonXDot_Op); | ^ xdot.c: In function ?radGradient?: xdot.c:1036:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ~~~ ...... 1036 | stops = N_NEW(clr->u.ring.n_stops,xdot_color_stop); xdot.c:17:34: note: in definition of macro ?N_NEW? 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ^ xdot.c:1040:18: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 1040 | stops[i].frac = d; | ^ xdot.c: In function ?linGradient?: xdot.c:1073:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ~~~ ...... 1073 | stops = N_NEW(clr->u.ling.n_stops,xdot_color_stop); xdot.c:17:34: note: in definition of macro ?N_NEW? 17 | #define N_NEW(n,t) calloc((n), sizeof(t)) | ^ xdot.c:1077:18: warning: conversion from ?double? to ?float? may change value [-Wfloat-conversion] 1077 | stops[i].frac = d; | ^ Consolidate compiler generated dependencies of target fontforgeexe make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f fontforgeexe/CMakeFiles/fontforgeexe.dir/build.make fontforgeexe/CMakeFiles/fontforgeexe.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'fontforgeexe/CMakeFiles/fontforgeexe.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 91%] Built target fontforgeexe make -f pyhook/CMakeFiles/psMat_pyhook.dir/build.make pyhook/CMakeFiles/psMat_pyhook.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/pyhook /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/pyhook /tmp/guix-build-fontforge-20201107.drv-0/build/pyhook/CMakeFiles/psMat_pyhook.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target psMat_pyhook make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f pyhook/CMakeFiles/psMat_pyhook.dir/build.make pyhook/CMakeFiles/psMat_pyhook.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'pyhook/CMakeFiles/psMat_pyhook.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 91%] Built target psMat_pyhook make -f pyhook/CMakeFiles/fontforge_pyhook.dir/build.make pyhook/CMakeFiles/fontforge_pyhook.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/pyhook /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/pyhook /tmp/guix-build-fontforge-20201107.drv-0/build/pyhook/CMakeFiles/fontforge_pyhook.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target fontforge_pyhook make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f pyhook/CMakeFiles/fontforge_pyhook.dir/build.make pyhook/CMakeFiles/fontforge_pyhook.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'pyhook/CMakeFiles/fontforge_pyhook.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 92%] Built target fontforge_pyhook make -f tests/CMakeFiles/systestdriver.dir/build.make tests/CMakeFiles/systestdriver.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/tests /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/tests /tmp/guix-build-fontforge-20201107.drv-0/build/tests/CMakeFiles/systestdriver.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target systestdriver make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f tests/CMakeFiles/systestdriver.dir/build.make tests/CMakeFiles/systestdriver.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'tests/CMakeFiles/systestdriver.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 93%] Built target systestdriver make -f desktop/CMakeFiles/appstream.dir/build.make desktop/CMakeFiles/appstream.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/desktop /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/desktop /tmp/guix-build-fontforge-20201107.drv-0/build/desktop/CMakeFiles/appstream.dir/DependInfo.cmake --color= make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f desktop/CMakeFiles/appstream.dir/build.make desktop/CMakeFiles/appstream.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'desktop/CMakeFiles/appstream.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [ 93%] Built target appstream make -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/depend make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' cd /tmp/guix-build-fontforge-20201107.drv-0/build && /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107 /tmp/guix-build-fontforge-20201107.drv-0/fontforge-20201107/po /tmp/guix-build-fontforge-20201107.drv-0/build /tmp/guix-build-fontforge-20201107.drv-0/build/po /tmp/guix-build-fontforge-20201107.drv-0/build/po/CMakeFiles/pofiles.dir/DependInfo.cmake --color= make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/build make[2]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[2]: Nothing to be done for 'po/CMakeFiles/pofiles.dir/build'. make[2]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' [100%] Built target pofiles make[1]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -E cmake_progress_start /tmp/guix-build-fontforge-20201107.drv-0/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/tmp/guix-build-fontforge-20201107.drv-0/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/tmp/guix-build-fontforge-20201107.drv-0/build' Install the project... /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/cmake -P cmake_install.cmake -- Install configuration: "RelWithDebInfo" -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/libfontforge.so.4 -- Set runtime path of "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/libfontforge.so.4" to "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib" -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/libfontforge.so -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin/fontforge -- Set runtime path of "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin/fontforge" to "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib" -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin/fontimage -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin/fontlint -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin/sfddiff -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/man/man1/fontforge.1 -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/man/man1/sfddiff.1 -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/man/man1/fontlint.1 -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/man/man1/fontimage.1 -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/resources -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/changeweight.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/check_off_disabled.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/check_off.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/check_on_disabled.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/check_on.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooseraudio.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserback.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserbookmark.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosercid.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosercompressed.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserconfigtool.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosercore.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserdir.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserforward.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserhomefolder.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserimage.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosermac.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosermacttf.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosernobookmark.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserobject.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosersfdir.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertar.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextbdf.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextc.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextcss.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextfontps.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextfontsfd.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertexthtml.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextjava.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextmake.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextplain.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextps.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/choosertextxml.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserttf.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserunknown.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooserupdir.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/chooservideo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/colorwheel.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/downarrow.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editclearback.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editclear.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopyfg2bg.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopylayer2layer.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopylbearing.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopylookupdata.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopy.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopyrbearing.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopyref.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopyvwidth.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcopywidth.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editcut.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editfind.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editjoin.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editmerge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editmergetoline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editpasteafter.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editpasteinto.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editpaste.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editredo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editrmundoes.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editrplref.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editsameas.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editselect.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editundo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/editunlink.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementaddextrema.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementalign.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementanticlock.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementautotrace.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementbdfinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementbitmapsavail.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementbuildaccent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementbuildcomposite.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementclockwise.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementcomparefonts.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementcomparelayers.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementcorrectdir.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementexpandstroke.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementfindprobs.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementfontinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementgetinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementglyphinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementhbaselines.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementinterpolatefonts.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementmathinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementmergefonts.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementorder.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementotherinfo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementregenbitmaps.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementremovebitmaps.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementrenameglyph.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementround.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementshowdep.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementsimplify.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementstyles.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementtilepath.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementtilepattern.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementtransform.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementvalidate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/elementvbaselines.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/exclude.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/extendcondense.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fflogo13.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fflogo.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ffsplash1.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ffsplash2.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ffsplash3.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileclose2.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileclose.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filedisplay.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileexecute.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileexport.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filegeneratefamily.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filegenerate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileimport.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filemergefeature.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filenew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileopen.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileprefs.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fileprint.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filequit.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filerecent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filerevertbackup.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filerevertglyph.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filerevert.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filesaveall.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filesaveas.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/filesave.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/findinter.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fliphor.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/flipvert.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/helpabout.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/helphelp.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/helpindex.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsadddstem.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsaddhstem.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsaddvstem.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsautohint.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintscleardstems.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsclearhstems.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsclearvstems.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsdontautohint.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/hintsreviewhints.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/inline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/intersection.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/menuempty.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/metricscenter.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/metricssetlbearing.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/metricssetrbearing.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/metricssetvwidth.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/metricssetwidth.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/oblique.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/outline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/overlapexclude.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/overlapfindinter.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/overlapintersection.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/overlaprm.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palette3drotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palette3drotate-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettecorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettecorner-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettecurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettecurve-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteelipse.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteelipse-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteflip.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteflip-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettefreehand.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettefreehand-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettehand.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettehand-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettehvcurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettehvcurve-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteknife.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteknife-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettemagnify.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettemagnify-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepencil.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepen.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepen-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteperspective.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteperspective-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepointer.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepointer-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepoly.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettepoly-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletterect.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletterect-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletterotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletterotate-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteruler.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteruler-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettescale.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettescale-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteselectedbg.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteshift.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteskew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/paletteskew-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmall3drotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallcorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallcurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallelipse.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallflip.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallhand.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallhvcurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallknife.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallmag.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallpencil.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallpen.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallperspective.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallpointer.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallpoly.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallrect.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallrotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallruler.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallscale.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallskew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallspirocorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallspirocurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallspirog2curve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallspiroleft.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallspiroright.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmallstar.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettesmalltangent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirocorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirocorner-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirocurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirocurve-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirodisabled.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirodown.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirog2curve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespirog2curve-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroleft.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroleft-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroright.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroright-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroup.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettespiroup-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettestar.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettestar-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettetangent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/palettetangent-selected.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsaddanchor.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointscorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointscurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsG2curve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointshvcurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsmakearc.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsmakeline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsnamecontour.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsnamepoint.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsspironext.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointsspiroprev.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/pointstangent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ptinfocorner.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ptinfocurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ptinfohvcurve.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ptinfotangent.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/python.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/radio_off_disabled.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/radio_off.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/radio_on_disabled.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/radio_on.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/rmoverlap.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/rotate180.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/rotateccw.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/rotatecw.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectblue.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectcyan.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectdefault.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectgreen.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectmagenta.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectred.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectwhite.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/selectyellow.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/shadow.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/skew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/styleschangeweight.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/styleschangexheight.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesextendcondense.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesinline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesitalic.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesoblique.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesoutline.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylesshadow.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylessmallcaps.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/stylessubsuper.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/styleswireframe.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/text12210.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/tools3drotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolselipse.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsflip.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsfreehand.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsknife.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsmagnify.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolspen.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsperspective.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolspointer.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolspolygon.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsrect.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsrotate.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsruler.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsscale.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsscroll.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsskew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsspiro.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/toolsstar.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformfliphor.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformflipvert.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformrotate180.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformrotateccw.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformrotatecw.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/transformskew.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugcontinue.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugexit.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugmenudelta.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugstepinto.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugstepout.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugstepover.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugstopped.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugstop.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/ttdebugwatchpnt.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewbiggersize.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewfindinfont.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewfit.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewformer.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewgoto.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewinsertafter.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewinsertbefore.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewlayers.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewnextdef.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewnext.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewpalettes.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewprevdef.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewprev.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewreplace.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewsmallersize.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewzoomin.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/viewzoomout.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/wireframe.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/charviewicon.xbm -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/fontview2.xbm -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/logo.xbm -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/splash2019.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/splash2020.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Cantarell-BoldOblique.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Cantarell-Bold.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Cantarell-Oblique.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Cantarell-Regular.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Inconsolata-Bold.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/Inconsolata-Regular.ttf -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/OFL.txt -- Up-to-date: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/pixmaps/resources -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/python3.9/site-packages/fontforge.so -- Set runtime path of "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/python3.9/site-packages/fontforge.so" to "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib" -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/python3.9/site-packages/psMat.so -- Set runtime path of "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/python3.9/site-packages/psMat.so" to "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib" -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/python/excepthook.py -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/applications/org.fontforge.FontForge.desktop -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/mime/packages/fontforge.xml CCLD libxdot.la -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/16x16/apps/org.fontforge.FontForge.png CCLD libxdot_C.la -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/22x22/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/24x24/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/32x32/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/48x48/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/64x64/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/128x128/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/256x256/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/512x512/apps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/icons/hicolor/scalable/apps/org.fontforge.FontForge.svg -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/pixmaps/org.fontforge.FontForge.xpm -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/pixmaps/org.fontforge.FontForge.png -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/metainfo/org.fontforge.FontForge.appdata.xml -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/ca/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/de/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/el/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/en_GB/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/es/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/fr/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/hr/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/it/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/ja/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/ko/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/ml/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/pl/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/pt/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/ru/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/tr_TR/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/uk/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/vi/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/zh_CN/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/locale/zh_TW/LC_MESSAGES/FontForge.mo -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/hotkeys/default -- Installing: /gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/fontforge/prefs phase `install' succeeded after 1.1 seconds starting phase `set-library-path' phase `set-library-path' succeeded after 0.0 seconds starting phase `patch-shebangs' phase `patch-shebangs' succeeded after 0.0 seconds starting phase `strip' stripping binaries in "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib" with "strip" and flags ("--strip-debug") stripping binaries in "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin" with "strip" and flags ("--strip-debug") ar: `u' modifier ignored since `D' is the default (see `U') phase `strip' succeeded after 0.1 seconds starting phase `validate-runpath' validating RUNPATH of 3 binaries in "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib"... validating RUNPATH of 1 binaries in "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin"... phase `validate-runpath' succeeded after 0.0 seconds starting phase `validate-documentation-location' phase `validate-documentation-location' succeeded after 0.0 seconds starting phase `delete-info-dir-file' phase `delete-info-dir-file' succeeded after 0.0 seconds starting phase `patch-dot-desktop-files' adjusting 1 '.desktop' files in "/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/applications" phase `patch-dot-desktop-files' succeeded after 0.0 seconds starting phase `make-dynamic-linker-cache' make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/xdot' Making all in label make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/label' CC xlabels.lo CC rectangle.lo CC node.lo CC index.lo CC split.q.lo created '/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/etc/ld.so.cache' from 39 library search path entries phase `make-dynamic-linker-cache' succeeded after 0.1 seconds starting phase `install-license-files' installing 2 license files from '../fontforge-20201107' phase `install-license-files' succeeded after 0.0 seconds node.c: In function ?PickBranch?: node.c:126:13: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 126 | area = RectArea(rr); | ^~~~~~~~ node.c:129:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 129 | increase = RectArea(&rect) - area; | ^ node.c:129:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 129 | increase = RectArea(&rect) - area; | ^~~~~~~~ split.q.c: In function ?SplitNode?: split.q.c:70:16: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 70 | int area = RectArea(&p->cover[0]) + RectArea(&p->cover[1]); | ^~~~~~~~ split.q.c:74:58: warning: conversion from ?int? to ?float? may change value [-Wconversion] 74 | rtp->SplitMeritSum += (float) rtp->split.CoverSplitArea / area; | ^ split.q.c: In function ?MethodZero?: split.q.c:153:23: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 153 | RectArea(&rect) - rtp->split.Partitions[0].area[0]; | ^ split.q.c:153:7: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 153 | RectArea(&rect) - rtp->split.Partitions[0].area[0]; | ^~~~~~~~ split.q.c:156:23: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 156 | RectArea(&rect) - rtp->split.Partitions[0].area[1]; | ^ split.q.c:156:7: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 156 | RectArea(&rect) - rtp->split.Partitions[0].area[1]; | ^~~~~~~~ starting phase `reset-gzip-timestamps' split.q.c: In function ?Classify?: split.q.c:248:2: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 248 | RectArea(&rtp->split.Partitions[0].cover[group]); | ^~~~~~~~ rectangle.c: In function ?RectArea?: rectangle.c:74:26: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 74 | unsigned int dim = r->boundary[i + NUMDIMS] - r->boundary[i]; | ^ phase `reset-gzip-timestamps' succeeded after 0.0 seconds starting phase `compress-documentation' compressing documentation in '/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share/man' with "gzip" and flags ("--best" "--no-name") xlabels.c: In function ?xlhorder?: xlabels.c:88:12: warning: cast from function call of type ?double? to non-matching type ?unsigned int? [-Wbad-function-cast] 88 | return (unsigned)floor(log2(round(fmax(maxx, maxy)))) + 1; | ^ xlabels.c: In function ?hd_hil_s_from_xy?: xlabels.c:131:12: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 131 | s = 4 * s + 2 * xi + (xi ^ yi); /* Append two bits to s. */ | ^ xlabels.c:131:21: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 131 | s = 4 * s + 2 * xi + (xi ^ yi); /* Append two bits to s. */ | ^ In file included from xlabels.c:11: xlabels.c: In function ?lblenclosing?: xlabels.c:180:22: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 180 | assert(objp1->sz.x == 0 && objp1->sz.y == 0); | ^~ xlabels.c:180:42: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 180 | assert(objp1->sz.x == 0 && objp1->sz.y == 0); | ^~ xlabels.c:180:22: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 180 | assert(objp1->sz.x == 0 && objp1->sz.y == 0); | ^~ xlabels.c:180:42: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 180 | assert(objp1->sz.x == 0 && objp1->sz.y == 0); | ^~ xlabels.c: In function ?objp2rect?: xlabels.c:193:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 193 | r->boundary[0] = op->pos.x; | ^~ xlabels.c:194:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 194 | r->boundary[1] = op->pos.y; | ^~ phase `compress-documentation' succeeded after 0.0 seconds xlabels.c:195:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 195 | r->boundary[2] = op->pos.x + op->sz.x; | ^~ xlabels.c:196:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 196 | r->boundary[3] = op->pos.y + op->sz.y; | ^~ xlabels.c: In function ?objplp2rect?: xlabels.c:204:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 204 | r->boundary[0] = lp->pos.x; | ^~ xlabels.c:205:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 205 | r->boundary[1] = lp->pos.y; | ^~ xlabels.c:206:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 206 | r->boundary[2] = lp->pos.x + lp->sz.x; | ^~ xlabels.c:207:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 207 | r->boundary[3] = lp->pos.y + lp->sz.y; | ^~ xlabels.c: In function ?objplpmks?: xlabels.c:221:24: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 221 | rect.boundary[0] = (int) floor(objp->pos.x - p.x); | ^ xlabels.c:222:24: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 222 | rect.boundary[1] = (int) floor(objp->pos.y - p.y); | ^ xlabels.c:224:24: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 224 | rect.boundary[2] = (int) ceil(objp->pos.x + objp->sz.x + p.x); | ^ xlabels.c:226:24: warning: cast from function call of type ?double? to non-matching type ?int? [-Wbad-function-cast] 226 | rect.boundary[3] = (int) ceil(objp->pos.y + objp->sz.y + p.y); | ^ xlabels.c: In function ?getintrsxi?: xlabels.c:241:20: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 241 | if ((op->pos.x == 0.0 && op->pos.y == 0.0) || | ^~ xlabels.c:241:40: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 241 | if ((op->pos.x == 0.0 && op->pos.y == 0.0) || | ^~ xlabels.c:242:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 242 | (cp->pos.x == 0.0 && cp->pos.y == 0.0)) | ^~ xlabels.c:242:33: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 242 | (cp->pos.x == 0.0 && cp->pos.y == 0.0)) | ^~ xlabels.c:233:35: warning: unused parameter ?xlp? [-Wunused-parameter] 233 | static int getintrsxi(XLabels_t * xlp, object_t * op, object_t * cp) | ~~~~~~~~~~~~^~~ xlabels.c: In function ?xlhdxload?: xlabels.c:537:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 537 | int order = xlhorder(xlp); | ^~~~~~~~ xlabels.c:553:12: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 553 | hp->key = hd_hil_s_from_xy(pi, order); | ^~~~~~~~~~~~~~~~ xlabels.c: In function ?placeLabels?: xlabels.c:628:20: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 628 | } else if(bp.area == 0) { | ^~ @ build-succeeded /gnu/store/z4j4mjjc83b5ymqasx4gkvwlqq1nccdv-fontforge-20201107.drv - @ build-started /gnu/store/3cpzcz1109lf63fimv54znnhc2n3dmfw-texlive-bin-20210325.drv - i686-linux /var/log/guix/drvs/3c//pzcz1109lf63fimv54znnhc2n3dmfw-texlive-bin-20210325.drv.gz 15175 CCLD liblabel_C.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/label' Making all in gvc make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/gvc' CC gvloadimage.lo CC gvdevice.lo CC gvrender.lo CC gvlayout.lo CC gvjobs.lo CC gvcontext.lo CC gvplugin.lo CC gvtextlayout.lo CC gvevent.lo CC gvc.lo CC gvconfig.lo CC gvtool_tred.lo CC gvusershape.lo gvdevice.c:39:11: warning: conversion from ?int? to ?char? changes value from ?139? to ?-117? [-Wconversion] 39 | {0x1f, 0x8b, /*magic*/ Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE}; | ^~~~ gvlayout.c: In function ?gvFreeLayout?: gvlayout.c:104:26: warning: unused parameter ?gvc? [-Wunused-parameter] 104 | int gvFreeLayout(GVC_t * gvc, Agraph_t * g) | ~~~~~~~~^~~ gvjobs.c: In function ?gv_argvlist_set_item?: gvjobs.c:111:49: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 111 | list->argv = grealloc(list->argv, (list->alloc)*(sizeof(char*))); | ^ gvplugin.c: In function ?gvplugin_library_load?: gvplugin.c:152:62: warning: declaration of ?path? shadows a global declaration [-Wshadow] 152 | gvplugin_library_t *gvplugin_library_load(GVC_t * gvc, char *path) | ~~~~~~^~~~ In file included from gvplugin.c:29: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvplugin.c: At top level: gvplugin.c:427:8: warning: no previous prototype for ?gvPluginList? [-Wmissing-prototypes] 427 | char **gvPluginList(GVC_t * gvc, const char *kind, int *sz, const char *str) | ^~~~~~~~~~~~ gvplugin.c: In function ?gvPluginList?: gvplugin.c:437:23: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 437 | for (api = 0; api < ARRAY_SIZE(api_names); api++) { | ^ In file included from gvplugin.c:28: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ gvplugin.c:455:20: note: in expansion of macro ?RALLOC? 455 | list = RALLOC(cnt + 1, list, char *); | ^~~~~~ gvplugin.c:427:73: warning: unused parameter ?str? [-Wunused-parameter] 427 | char **gvPluginList(GVC_t * gvc, const char *kind, int *sz, const char *str) | ~~~~~~~~~~~~^~~ gvplugin.c: In function ?gvplugin_write_status?: gvplugin.c:481:23: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 481 | for (api = 0; api < ARRAY_SIZE(api_names); api++) { | ^ gvplugin.c: In function ?gvplugin_graph?: gvplugin.c:532:27: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 532 | for (api = 0; api < ARRAY_SIZE(api_names); api++) { | ^ gvplugin.c:711:27: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 711 | for (api = 0; api < ARRAY_SIZE(api_names); api++) { | ^ gvrender.c: In function ?gvrender_resolve_color?: gvrender.c:201:41: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 201 | (&tok, features->knowncolors, features->sz_knowncolors, | ~~~~~~~~^~~~~~~~~~~~~~~~ gvrender.c: In function ?gvrender_begin_graph?: gvrender.c:219:50: warning: unused parameter ?g? [-Wunused-parameter] 219 | void gvrender_begin_graph(GVJ_t * job, graph_t * g) | ~~~~~~~~~~^ gvrender.c: In function ?gvrender_begin_cluster?: gvrender.c:295:52: warning: unused parameter ?sg? [-Wunused-parameter] 295 | void gvrender_begin_cluster(GVJ_t * job, graph_t * sg) | ~~~~~~~~~~^~ gvrender.c: In function ?gvrender_end_cluster?: gvrender.c:305:50: warning: unused parameter ?g? [-Wunused-parameter] 305 | void gvrender_end_cluster(GVJ_t * job, graph_t * g) | ~~~~~~~~~~^ gvrender.c: In function ?gvrender_begin_node?: gvrender.c:355:48: warning: unused parameter ?n? [-Wunused-parameter] 355 | void gvrender_begin_node(GVJ_t * job, node_t * n) | ~~~~~~~~~^ gvrender.c: In function ?gvrender_begin_edge?: gvrender.c:375:48: warning: unused parameter ?e? [-Wunused-parameter] 375 | void gvrender_begin_edge(GVJ_t * job, edge_t * e) | ~~~~~~~~~^ gvrender.c: In function ?gvrender_ellipse?: gvrender.c:542:53: warning: unused parameter ?n? [-Wunused-parameter] 542 | void gvrender_ellipse(GVJ_t * job, pointf * pf, int n, int filled) | ~~~~^ gvdevice.c: In function ?gvwrite_no_z?: gvdevice.c:66:72: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 66 | job->output_data_allocated = (job->output_data_position + len + 1 + PAGE_ALIGN) & ~PAGE_ALIGN; | ^ gvdevice.c:66:86: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 66 | job->output_data_allocated = (job->output_data_position + len + 1 + PAGE_ALIGN) & ~PAGE_ALIGN; | ^ gvdevice.c: In function ?gvwrite?: gvdevice.c:209:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 209 | dfallocated = (dflen + 1 + PAGE_ALIGN) & ~PAGE_ALIGN; | ^ gvdevice.c:209:45: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 209 | dfallocated = (dflen + 1 + PAGE_ALIGN) & ~PAGE_ALIGN; | ^ gvdevice.c:217:14: warning: conversion from ?uint64_t? {aka ?long long unsigned int?} to ?uLong? {aka ?long unsigned int?} may change value [-Wconversion] 217 | crc = crc32(crc, (const unsigned char*)s, len); | ^~~ gvdevice.c:219:15: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 219 | z->next_in = (unsigned char*)s; | ^ gvdevice.c:224:10: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 224 | ret=deflate (z, Z_NO_FLUSH); | ^~~~~~~ gvdevice.c:230:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 230 | if ((olen = z->next_out - df)) { | ^ gvdevice.c: In function ?gvputc?: gvdevice.c:277:21: warning: conversion from ?int? to ?char? may change value [-Wconversion] 277 | const char cc = c; | ^ gvdevice.c: In function ?gvdevice_finalize?: gvdevice.c:335:47: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 335 | gvwrite_no_z(job, (char*)df, z->next_out - df); | ~~~~~~~~~~~~^~~~ gvdevice.c:343:43: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 343 | gvwrite_no_z(job, (char*)df, z->next_out - df); | ~~~~~~~~~~~~^~~~ gvdevice.c: In function ?gvprintf?: gvdevice.c:402:19: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 402 | bp = gmalloc(len + 1); | ~~~~^~~ gvdevice.c:407:22: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 407 | gvwrite(job, bp, len); | ^~~ gvdevice.c: In function ?gvprintnum?: gvdevice.c:454:13: warning: conversion from ?double? to ?long int? may change value [-Wfloat-conversion] 454 | N = number - 0.5; | ^~~~~~ gvdevice.c:456:13: warning: conversion from ?double? to ?long int? may change value [-Wfloat-conversion] 456 | N = number + 0.5; | ^~~~~~ gvdevice.c:487:12: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 487 | *len = tmpbuf+sizeof(maxnegnumstr) - result; | ^~~~~~ gvconfig.c: In function ?gvplugin_package_record?: gvconfig.c:90:78: warning: declaration of ?path? shadows a global declaration [-Wshadow] 90 | static gvplugin_package_t * gvplugin_package_record(GVC_t * gvc, const char *path, const char *name) | ~~~~~~~~~~~~^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c: In function ?gvconfig_plugin_install_from_config?: gvconfig.c:168:11: warning: declaration of ?path? shadows a global declaration [-Wshadow] 168 | char *path, *name, *api; | ^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c: In function ?gvconfig_plugin_install_from_library?: gvconfig.c:207:62: warning: declaration of ?path? shadows a global declaration [-Wshadow] 207 | void gvconfig_plugin_install_from_library(GVC_t * gvc, char *path, gvplugin_library_t *library) | ~~~~~~^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c: In function ?gvconfig_write_library_config?: gvconfig.c:237:61: warning: declaration of ?path? shadows a global declaration [-Wshadow] 237 | static void gvconfig_write_library_config(GVC_t *gvc, char *path, gvplugin_library_t *library, FILE *f) | ~~~~~~^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c: In function ?gvconfig_libdir?: gvconfig.c:325:12: warning: declaration of ?path? shadows a global declaration [-Wshadow] 325 | char* path; | ^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c: In function ?config_rescan?: gvconfig.c:450:25: warning: declaration of ?path? shadows a global declaration [-Wshadow] 450 | char *config_glob, *path, *libdir; | ^~~~ In file included from gvconfig.c:51: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ gvconfig.c:494:16: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 494 | for (i = 0; i < globbuf.gl_pathc; i++) { | ^ gvconfig.c:503:16: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 503 | for (i = 0; i < globbuf.gl_pathc; i++) { | ^ gvconfig.c: In function ?gvconfig?: gvconfig.c:589:54: warning: conversion to ?size_t? {aka ?unsigned int?} from ?long int? may change the sign of the result [-Wsign-conversion] 589 | config_text = gmalloc(config_st.st_size + 1); | ~~~~~~~~~~~~~~~~~~^~~ gvconfig.c:590:50: warning: conversion to ?size_t? {aka ?unsigned int?} from ?__off_t? {aka ?long int?} may change the sign of the result [-Wsign-conversion] 590 | sz = fread(config_text, 1, config_st.st_size, f); | ~~~~~~~~~^~~~~~~~ gvconfig.c:590:19: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 590 | sz = fread(config_text, 1, config_st.st_size, f); | ^~~~~ gvevent.c: In function ?gvevent_leave_obj?: gvevent.c:225:37: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 225 | GD_gui_state((graph_t*)obj) &= ~GUI_STATE_ACTIVE; | ^ gvevent.c:228:36: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 228 | ND_gui_state((node_t*)obj) &= ~GUI_STATE_ACTIVE; | ^ gvevent.c:231:36: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 231 | ED_gui_state((edge_t*)obj) &= ~GUI_STATE_ACTIVE; | ^ gvevent.c:223:9: warning: switch missing default case [-Wswitch-default] 223 | switch (agobjkind(obj)) { | ^~~~~~ gvevent.c: In function ?gvevent_enter_obj?: gvevent.c:250:9: warning: switch missing default case [-Wswitch-default] 250 | switch (agobjkind(obj)) { | ^~~~~~ gvevent.c: In function ?gvevent_select_current_obj?: gvevent.c:330:27: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 330 | GD_gui_state(obj) &= ~GUI_STATE_SELECTED; | ^ gvevent.c:334:27: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 334 | ND_gui_state(obj) &= ~GUI_STATE_SELECTED; | ^ gvevent.c:338:27: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 338 | ED_gui_state(obj) &= ~GUI_STATE_SELECTED; | ^ gvevent.c:327:9: warning: switch missing default case [-Wswitch-default] 327 | switch (agobjkind(obj)) { | ^~~~~~ gvevent.c:348:9: warning: switch missing default case [-Wswitch-default] 348 | switch (agobjkind(obj)) { | ^~~~~~ gvevent.c: In function ?gvevent_button_press?: gvevent.c:381:16: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 381 | job->button = button; | ^~~~~~ gvevent.c:386:16: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 386 | job->button = button; | ^~~~~~ gvevent.c:392:16: warning: conversion from ?int? to ?unsigned char? may change value [-Wconversion] 392 | job->button = button; | ^~~~~~ gvevent.c:376:5: warning: switch missing default case [-Wswitch-default] 376 | switch (button) { | ^~~~~~ gvevent.c: In function ?gvevent_button_release?: gvevent.c:435:52: warning: unused parameter ?button? [-Wunused-parameter] 435 | static void gvevent_button_release(GVJ_t *job, int button, pointf pointer) | ~~~~^~~~~~ gvevent.c:435:67: warning: unused parameter ?pointer? [-Wunused-parameter] 435 | static void gvevent_button_release(GVJ_t *job, int button, pointf pointer) | ~~~~~~~^~~~~~~ gvevent.c: In function ?gvevent_motion?: gvevent.c:450:5: warning: switch missing default case [-Wswitch-default] 450 | switch (job->button) { | ^~~~~~ gvevent.c: In function ?quit_cb?: gvevent.c:474:28: warning: unused parameter ?job? [-Wunused-parameter] 474 | static int quit_cb(GVJ_t * job) | ~~~~~~~~^~~ gvevent.c: In function ?toggle_fit_cb?: gvevent.c:539:15: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 539 | dflt_width = job->width; | ^~~ gvevent.c:540:16: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 540 | dflt_height = job->height; | ^~~ gvevent.c: In function ?gvevent_modify?: gvevent.c:551:37: warning: unused parameter ?job? [-Wunused-parameter] 551 | static void gvevent_modify (GVJ_t * job, const char *name, const char *value) | ~~~~~~~~^~~ gvevent.c:551:54: warning: unused parameter ?name? [-Wunused-parameter] 551 | static void gvevent_modify (GVJ_t * job, const char *name, const char *value) | ~~~~~~~~~~~~^~~~ gvusershape.c: In function ?imagetype?: gvevent.c:551:72: warning: unused parameter ?value? [-Wunused-parameter] 551 | static void gvevent_modify (GVJ_t * job, const char *name, const char *value) | ~~~~~~~~~~~~^~~~~ gvevent.c: In function ?gvevent_delete?: gvusershape.c:87:23: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 87 | for (i = 0; i < sizeof(knowntypes) / sizeof(knowntype_t); i++) { | ^ gvevent.c:556:37: warning: unused parameter ?job? [-Wunused-parameter] 556 | static void gvevent_delete (GVJ_t * job) | ~~~~~~~~^~~ gvusershape.c:88:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 88 | if (!memcmp (header, knowntypes[i].template, knowntypes[i].size)) { | ~~~~~~~~~~~~~^~~~~ gvusershape.c: In function ?get_int_lsb_first?: gvusershape.c:123:19: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 123 | for (i = 0; i < sz; i++) { | ^ gvusershape.c:127:7: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 127 | *val |= (ch << 8*i); | ^~ gvusershape.c: In function ?get_int_msb_first?: gvusershape.c:137:19: warning: comparison of integer expressions of different signedness: ?int? and ?unsigned int? [-Wsign-compare] 137 | for (i = 0; i < sz; i++) { | ^ gvusershape.c:142:7: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 142 | *val |= ch; | ^~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from gvusershape.c:27: gvusershape.c: In function ?svg_units_convert?: ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:150:9: note: in expansion of macro ?ROUND? 150 | return ROUND(n * POINTS_PER_INCH); | ^~~~~ ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:152:16: note: in expansion of macro ?ROUND? 152 | return ROUND(n * POINTS_PER_INCH / 96); | ^~~~~ ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:154:16: note: in expansion of macro ?ROUND? 154 | return ROUND(n * POINTS_PER_INCH / 6); | ^~~~~ ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:156:16: note: in expansion of macro ?ROUND? 156 | return ROUND(n); | ^~~~~ ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:158:16: note: in expansion of macro ?ROUND? 158 | return ROUND(n * POINTS_PER_CM); | ^~~~~ ../../lib/common/arith.h:76:46: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gvusershape.c:160:16: note: in expansion of macro ?ROUND? 160 | return ROUND(n * POINTS_PER_MM); | ^~~~~ gvusershape.c: In function ?svg_size?: gvusershape.c:253:7: warning: conversion from ?double? to ?unsigned int? may change value [-Wfloat-conversion] 253 | w = x1 - x0 + 1; | ^~ gvusershape.c:254:7: warning: conversion from ?double? to ?unsigned int? may change value [-Wfloat-conversion] 254 | h = y1 - y0 + 1; | ^~ gvusershape.c:262:13: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 262 | us->w = w; | ^ gvusershape.c:263:13: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 263 | us->h = h; | ^ gvusershape.c: In function ?png_size?: gvusershape.c:273:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 273 | us->w = w; | ^ gvusershape.c:274:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 274 | us->h = h; | ^ gvusershape.c: In function ?ico_size?: gvusershape.c:285:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 285 | us->w = w; | ^ gvusershape.c:286:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 286 | us->h = h; | ^ gvusershape.c: In function ?webp_size?: gvusershape.c:315:21: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 315 | us->w = w; | ^ gvusershape.c:316:21: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 316 | us->h = h; | ^ gvusershape.c:322:21: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 322 | us->w = w; | ^ gvusershape.c:323:21: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 323 | us->h = h; | ^ gvusershape.c: In function ?gif_size?: gvusershape.c:335:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 335 | us->w = w; | ^ gvusershape.c:336:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 336 | us->h = h; | ^ gvusershape.c: In function ?bmp_size?: gvusershape.c:349:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 349 | us->w = size_x_msw << 16 | size_x_lsw; | ^~~~~~~~~~ gvusershape.c:350:17: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 350 | us->h = size_y_msw << 16 | size_y_lsw; | ^~~~~~~~~~ gvusershape.c: In function ?jpeg_size?: gvusershape.c:389:48: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 389 | if (strchr ((char*)standalone_markers, marker)) | ^~~~~~ gvusershape.c:400:25: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 400 | us->h = size_x; | ^~~~~~ gvusershape.c:401:25: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 401 | us->w = size_y; | ^~~~~~ gvusershape.c:415:25: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 415 | us->h = size_x; | ^~~~~~ gvusershape.c:416:25: warning: conversion to ?int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 416 | us->w = size_y; | ^~~~~~ gvusershape.c:425:30: warning: conversion to ?long int? from ?unsigned int? may change the sign of the result [-Wsign-conversion] 425 | fseek (us->f, length - 2, SEEK_CUR); | ~~~~~~~^~~ gvusershape.c: In function ?nxtc?: gvusershape.c:476:9: warning: conversion to ?unsigned char? from ?char? may change the sign of the result [-Wsign-conversion] 476 | return *(str->s); | ^~~~~~~~~ gvusershape.c: In function ?skipWS?: gvusershape.c:482:17: warning: conversion to ?unsigned char? from ?int? may change the sign of the result [-Wsign-conversion] 482 | #define strc(x) (*(x->s)?*(x->s):nxtc(x)) | ^ gvusershape.c:489:17: note: in expansion of macro ?strc? 489 | while ((c = strc(str))) { | ^~~~ gvusershape.c: In function ?getNum?: gvusershape.c:482:17: warning: conversion to ?char? from ?int? may change the sign of the result [-Wsign-conversion] 482 | #define strc(x) (*(x->s)?*(x->s):nxtc(x)) | ^ gvusershape.c:512:17: note: in expansion of macro ?strc? 512 | while ((c = strc(str)) && (isdigit(c) || (c == '.'))) { | ^~~~ gvusershape.c: In function ?pdf_size?: gvusershape.c:565:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 565 | us->x = bb.LL.x; | ^~ gvusershape.c:566:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 566 | us->y = bb.LL.y; | ^~ gvusershape.c:567:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 567 | us->w = bb.UR.x - bb.LL.x; | ^~ gvusershape.c:568:17: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 568 | us->h = bb.UR.y - bb.LL.y; | ^~ gvusershape.c: In function ?usershape_close?: gvusershape.c:572:39: warning: unused parameter ?dict? [-Wunused-parameter] 572 | static void usershape_close (Dict_t * dict, void * p, Dtdisc_t * disc) | ~~~~~~~~~^~~~ gvusershape.c:572:66: warning: unused parameter ?disc? [-Wunused-parameter] 572 | static void usershape_close (Dict_t * dict, void * p, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ gvusershape.c: At top level: gvusershape.c:595:14: warning: no previous prototype for ?gvusershape_find? [-Wmissing-prototypes] 595 | usershape_t *gvusershape_find(const char *name) | ^~~~~~~~~~~~~~~~ In file included from ../../lib/cgraph/cgraph.h:15, from ../../lib/common/types.h:36, from gvusershape.c:27: gvusershape.c: In function ?gvusershape_find?: ../../lib/cdt/cdt.h:258:47: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 258 | #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(void*)(o),DT_MATCH) | ^ gvusershape.c:605:10: note: in expansion of macro ?dtmatch? 605 | us = dtmatch(ImageDict, name); | ^~~~~~~ gvusershape.c: At top level: gvusershape.c:727:1: warning: no previous prototype for ?gvusershape_size_dpi? [-Wmissing-prototypes] 727 | gvusershape_size_dpi (usershape_t* us, pointf dpi) | ^~~~~~~~~~~~~~~~~~~~ gvusershape.c: In function ?gvusershape_size_dpi?: gvusershape.c:738:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 738 | rv.x = us->w * POINTS_PER_INCH / dpi.x; | ^~ gvusershape.c:739:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 739 | rv.y = us->h * POINTS_PER_INCH / dpi.y; | ^~ gvusershape.c: At top level: gvusershape.c:748:7: warning: no previous prototype for ?gvusershape_size? [-Wmissing-prototypes] 748 | point gvusershape_size(graph_t * g, char *name) | ^~~~~~~~~~~~~~~~ starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/3nw1jhybwdbbsx8v821bm71h205462wz-pkg-config-0.29.2/bin:/gnu/store/m8c9b1pqi6kjxkvlbmh6qznd88l8ah6p-config-0.0.0-1.c8ddc84/bin:/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/bin:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/bin:/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/bin:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/bin:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/bin:/gnu/store/xkq46jsfbphp2jfypnknkjnd50d0782r-ghostscript-9.54.0/bin:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/bin:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/bin:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/sbin:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/bin:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/sbin:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/bin:/gnu/store/zn45z8pv5dkh98hi9l1q9aldbplga3m7-perl-5.34.0/bin:/gnu/store/37rhjkmbp7bp9k3qhcjihxcj0fcr1dvv-potrace-1.16/bin:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/bin:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/bin:/gnu/store/9y27qig2izr68z9zyia21ivg3lcrmb5f-tcsh-6.22.03/bin:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/bin:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/bin:/gnu/store/99c25918hl9pihix8hparmc96q6zrpwy-tar-1.34/bin:/gnu/store/l0yga4lrwwf74rz7fb0dadglg27ajpsx-gzip-1.10/bin:/gnu/store/ihakfb51zdgjz3v9nkj0ja9zk9ng8xzl-bzip2-1.0.8/bin:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/bin:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/bin:/gnu/store/h0rx6y95zin61fp5wlyjly4g9j2hma18-diffutils-3.8/bin:/gnu/store/7j8j7m0kgb7kv2fc18qvrdj7gs3jc4mx-patch-2.7.6/bin:/gnu/store/x4yglk9pn2s2ixl1b4lj151bd2yvlgww-findutils-4.8.0/bin:/gnu/store/vzq0il5z2d6ksllb525m9xaqzv829g3k-gawk-5.1.0/bin:/gnu/store/cnwr7widbi6470kfyb13krx46kz5anmy-sed-4.8/bin:/gnu/store/bx47clwnxn51m7jdwfimz4lw2fh8g21v-grep-3.6/bin:/gnu/store/9a0cjh929maqvkxn3inv6jqbxn72fkx0-coreutils-8.32/bin:/gnu/store/dhx00nrv9r52f6xivg0xa4iihpl9awyk-make-4.3/bin:/gnu/store/7s2zlc4r9wqvlh9x2gqmzm4lnmbsdzmn-bash-minimal-5.1.8/bin:/gnu/store/4bzvr16pyax9224v9r72rqxswj9931sb-ld-wrapper-0/bin:/gnu/store/v4a7zw8w52v64kw5781ypa8gjwd098jz-binutils-2.37/bin:/gnu/store/v5xfd4vy1lvqikdl1rzs8aklgsnqwd26-gcc-10.3.0/bin:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/bin:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/sbin:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/bin:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/bin' environment variable `PKG_CONFIG_PATH' set to `/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/lib/pkgconfig:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/lib/pkgconfig:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/lib/pkgconfig:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/lib/pkgconfig:/gnu/store/z4504krr95hj92ax782qhrqrcvndykyk-gmp-6.2.1/lib/pkgconfig:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/lib/pkgconfig:/gnu/store/y95wjyj3bri83xlp8r51012wgcb1ray6-harfbuzz-2.8.2/lib/pkgconfig:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/lib/pkgconfig:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/lib/pkgconfig:/gnu/store/mg65kdkxnwzx8cq2pq8ncv58v2d7fh8x-libxaw-1.0.14/lib/pkgconfig:/gnu/store/y3l54qsqychybvw8q592a0wj342vk6k2-libxt-1.2.1/lib/pkgconfig:/gnu/store/m4jxzl1vlfs7s7j3br0jd9dlxisixy58-mpfr-4.1.0/lib/pkgconfig:/gnu/store/n2jnlzxmal2sn7rpk22sxhj9ndfbgn29-pixman-0.40.0/lib/pkgconfig:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/lib/pkgconfig:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/lib/pkgconfig:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/lib/pkgconfig:/gnu/store/hj5g5b4xd94z9fbpazss2xh99161f9gs-zlib-1.2.11/lib/pkgconfig:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/lib/pkgconfig:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/lib/pkgconfig:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/lib/pkgconfig:/gnu/store/vs6b91akj15lz0hdhpj63pbvsb2r59y3-libxrender-0.9.10/lib/pkgconfig:/gnu/store/wx2by7c7kxhajia4g646rlj22c5pppfa-libxext-1.3.4/lib/pkgconfig:/gnu/store/kwdx6hi7z5nj6v9gma6g6131qqscjymc-libxcb-1.14/lib/pkgconfig:/gnu/store/sriajy9dya89gmfaix5n7ypc3li0lmcq-libx11-1.7.3.1/lib/pkgconfig:/gnu/store/kgzgrmm6wcg4dxqwxvkglbyhm4j4wdp2-glib-2.70.2/lib/pkgconfig:/gnu/store/x2gbx78yz9322i0in263h5ahfgkr2h2q-util-linux-2.37.2-lib/lib/pkgconfig:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/lib/pkgconfig:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/lib/pkgconfig:/gnu/store/llir73gkgs6xjgqrm2k6z1s3d1n1mip9-libxmu-1.1.3/lib/pkgconfig:/gnu/store/f6fpnkv963i85a5pynnprm5lfjyka89d-libsm-1.2.3/lib/pkgconfig:/gnu/store/ac7ihnv40yc1as5hgk2gzciy5gp9h3j7-libice-1.0.10/lib/pkgconfig:/gnu/store/qzicjhz5w2yr22xi3az4h2l2vl7mrzqj-xorgproto-2021.5/share/pkgconfig:/gnu/store/dqr60d254sfwv5j7vqfx64nczigwbgvp-libxdmcp-1.1.3/lib/pkgconfig:/gnu/store/zy77rglb9hnbga68rkzpc44r9g43zzvh-libxau-1.0.9/lib/pkgconfig:/gnu/store/0m7nnzp84a75w1mrc76vgnwhc5k814p4-libpthread-stubs-0.4/lib/pkgconfig:/gnu/store/zb6b8f4h7a7q564vwfiavf1462bmqsiv-pcre-8.45/lib/pkgconfig:/gnu/store/k5vd7gxqp0irkwikgsj4z56psyrhp4d1-libffi-3.3/lib/pkgconfig:/gnu/store/q41c5sl4kx8r7h897yg7g4rd6w0xx252-util-macros-1.19.3/lib/pkgconfig' environment variable `XDG_DATA_DIRS' set to `/gnu/store/3nw1jhybwdbbsx8v821bm71h205462wz-pkg-config-0.29.2/share:/gnu/store/m8c9b1pqi6kjxkvlbmh6qznd88l8ah6p-config-0.0.0-1.c8ddc84/share:/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/share:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/share:/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/share:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/share:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/share:/gnu/store/z4504krr95hj92ax782qhrqrcvndykyk-gmp-6.2.1/share:/gnu/store/xkq46jsfbphp2jfypnknkjnd50d0782r-ghostscript-9.54.0/share:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/share:/gnu/store/y95wjyj3bri83xlp8r51012wgcb1ray6-harfbuzz-2.8.2/share:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/share:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/share:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/share:/gnu/store/mg65kdkxnwzx8cq2pq8ncv58v2d7fh8x-libxaw-1.0.14/share:/gnu/store/y3l54qsqychybvw8q592a0wj342vk6k2-libxt-1.2.1/share:/gnu/store/m4jxzl1vlfs7s7j3br0jd9dlxisixy58-mpfr-4.1.0/share:/gnu/store/zn45z8pv5dkh98hi9l1q9aldbplga3m7-perl-5.34.0/share:/gnu/store/n2jnlzxmal2sn7rpk22sxhj9ndfbgn29-pixman-0.40.0/share:/gnu/store/37rhjkmbp7bp9k3qhcjihxcj0fcr1dvv-potrace-1.16/share:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/share:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/share:/gnu/store/9y27qig2izr68z9zyia21ivg3lcrmb5f-tcsh-6.22.03/share:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/share:/gnu/store/hj5g5b4xd94z9fbpazss2xh99161f9gs-zlib-1.2.11/share:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/share:/gnu/store/99c25918hl9pihix8hparmc96q6zrpwy-tar-1.34/share:/gnu/store/l0yga4lrwwf74rz7fb0dadglg27ajpsx-gzip-1.10/share:/gnu/store/ihakfb51zdgjz3v9nkj0ja9zk9ng8xzl-bzip2-1.0.8/share:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/share:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/share:/gnu/store/h0rx6y95zin61fp5wlyjly4g9j2hma18-diffutils-3.8/share:/gnu/store/7j8j7m0kgb7kv2fc18qvrdj7gs3jc4mx-patch-2.7.6/share:/gnu/store/x4yglk9pn2s2ixl1b4lj151bd2yvlgww-findutils-4.8.0/share:/gnu/store/vzq0il5z2d6ksllb525m9xaqzv829g3k-gawk-5.1.0/share:/gnu/store/cnwr7widbi6470kfyb13krx46kz5anmy-sed-4.8/share:/gnu/store/bx47clwnxn51m7jdwfimz4lw2fh8g21v-grep-3.6/share:/gnu/store/9a0cjh929maqvkxn3inv6jqbxn72fkx0-coreutils-8.32/share:/gnu/store/dhx00nrv9r52f6xivg0xa4iihpl9awyk-make-4.3/share:/gnu/store/7s2zlc4r9wqvlh9x2gqmzm4lnmbsdzmn-bash-minimal-5.1.8/share:/gnu/store/v4a7zw8w52v64kw5781ypa8gjwd098jz-binutils-2.37/share:/gnu/store/v5xfd4vy1lvqikdl1rzs8aklgsnqwd26-gcc-10.3.0/share:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/share:/gnu/store/1s4k8h3h1ka9za4yzg0dfjnlhab5k14p-glibc-2.33-static/share:/gnu/store/vs6b91akj15lz0hdhpj63pbvsb2r59y3-libxrender-0.9.10/share:/gnu/store/wx2by7c7kxhajia4g646rlj22c5pppfa-libxext-1.3.4/share:/gnu/store/kwdx6hi7z5nj6v9gma6g6131qqscjymc-libxcb-1.14/share:/gnu/store/sriajy9dya89gmfaix5n7ypc3li0lmcq-libx11-1.7.3.1/share:/gnu/store/kgzgrmm6wcg4dxqwxvkglbyhm4j4wdp2-glib-2.70.2/share:/gnu/store/x2gbx78yz9322i0in263h5ahfgkr2h2q-util-linux-2.37.2-lib/share:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/share:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/share:/gnu/store/llir73gkgs6xjgqrm2k6z1s3d1n1mip9-libxmu-1.1.3/share:/gnu/store/f6fpnkv963i85a5pynnprm5lfjyka89d-libsm-1.2.3/share:/gnu/store/ac7ihnv40yc1as5hgk2gzciy5gp9h3j7-libice-1.0.10/share:/gnu/store/wsx4kz1gh6cpdhx393frhqknmswbggq8-linux-libre-headers-5.10.35/share:/gnu/store/qzicjhz5w2yr22xi3az4h2l2vl7mrzqj-xorgproto-2021.5/share:/gnu/store/dqr60d254sfwv5j7vqfx64nczigwbgvp-libxdmcp-1.1.3/share:/gnu/store/zy77rglb9hnbga68rkzpc44r9g43zzvh-libxau-1.0.9/share:/gnu/store/0m7nnzp84a75w1mrc76vgnwhc5k814p4-libpthread-stubs-0.4/share:/gnu/store/zb6b8f4h7a7q564vwfiavf1462bmqsiv-pcre-8.45/share:/gnu/store/k5vd7gxqp0irkwikgsj4z56psyrhp4d1-libffi-3.3/share:/gnu/store/q41c5sl4kx8r7h897yg7g4rd6w0xx252-util-macros-1.19.3/share' environment variable `PERL5LIB' set to `/gnu/store/zn45z8pv5dkh98hi9l1q9aldbplga3m7-perl-5.34.0/lib/perl5/site_perl' environment variable `GUIX_PYTHONPATH' set to `/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib/python3.9/site-packages:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/lib/python3.9/site-packages' environment variable `PYTHONTZPATH' unset environment variable `GEM_PATH' set to `/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/lib/ruby/vendor_ruby' environment variable `BASH_LOADABLES_PATH' unset environment variable `C_INCLUDE_PATH' set to `/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/include:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/include:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/include:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/include:/gnu/store/z4504krr95hj92ax782qhrqrcvndykyk-gmp-6.2.1/include:/gnu/store/xkq46jsfbphp2jfypnknkjnd50d0782r-ghostscript-9.54.0/include:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/include:/gnu/store/y95wjyj3bri83xlp8r51012wgcb1ray6-harfbuzz-2.8.2/include:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/include:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/include:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/include:/gnu/store/mg65kdkxnwzx8cq2pq8ncv58v2d7fh8x-libxaw-1.0.14/include:/gnu/store/y3l54qsqychybvw8q592a0wj342vk6k2-libxt-1.2.1/include:/gnu/store/m4jxzl1vlfs7s7j3br0jd9dlxisixy58-mpfr-4.1.0/include:/gnu/store/n2jnlzxmal2sn7rpk22sxhj9ndfbgn29-pixman-0.40.0/include:/gnu/store/37rhjkmbp7bp9k3qhcjihxcj0fcr1dvv-potrace-1.16/include:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/include:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/include:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/include:/gnu/store/hj5g5b4xd94z9fbpazss2xh99161f9gs-zlib-1.2.11/include:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/include:/gnu/store/ihakfb51zdgjz3v9nkj0ja9zk9ng8xzl-bzip2-1.0.8/include:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/include:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/include:/gnu/store/vzq0il5z2d6ksllb525m9xaqzv829g3k-gawk-5.1.0/include:/gnu/store/dhx00nrv9r52f6xivg0xa4iihpl9awyk-make-4.3/include:/gnu/store/v4a7zw8w52v64kw5781ypa8gjwd098jz-binutils-2.37/include:/gnu/store/v5xfd4vy1lvqikdl1rzs8aklgsnqwd26-gcc-10.3.0/include:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/include:/gnu/store/vs6b91akj15lz0hdhpj63pbvsb2r59y3-libxrender-0.9.10/include:/gnu/store/wx2by7c7kxhajia4g646rlj22c5pppfa-libxext-1.3.4/include:/gnu/store/kwdx6hi7z5nj6v9gma6g6131qqscjymc-libxcb-1.14/include:/gnu/store/sriajy9dya89gmfaix5n7ypc3li0lmcq-libx11-1.7.3.1/include:/gnu/store/kgzgrmm6wcg4dxqwxvkglbyhm4j4wdp2-glib-2.70.2/include:/gnu/store/x2gbx78yz9322i0in263h5ahfgkr2h2q-util-linux-2.37.2-lib/include:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/include:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/include:/gnu/store/llir73gkgs6xjgqrm2k6z1s3d1n1mip9-libxmu-1.1.3/include:/gnu/store/f6fpnkv963i85a5pynnprm5lfjyka89d-libsm-1.2.3/include:/gnu/store/ac7ihnv40yc1as5hgk2gzciy5gp9h3j7-libice-1.0.10/include:/gnu/store/wsx4kz1gh6cpdhx393frhqknmswbggq8-linux-libre-headers-5.10.35/include:/gnu/store/qzicjhz5w2yr22xi3az4h2l2vl7mrzqj-xorgproto-2021.5/include:/gnu/store/dqr60d254sfwv5j7vqfx64nczigwbgvp-libxdmcp-1.1.3/include:/gnu/store/zy77rglb9hnbga68rkzpc44r9g43zzvh-libxau-1.0.9/include:/gnu/store/zb6b8f4h7a7q564vwfiavf1462bmqsiv-pcre-8.45/include:/gnu/store/k5vd7gxqp0irkwikgsj4z56psyrhp4d1-libffi-3.3/include' environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/include:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/include:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/include:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/include:/gnu/store/z4504krr95hj92ax782qhrqrcvndykyk-gmp-6.2.1/include:/gnu/store/xkq46jsfbphp2jfypnknkjnd50d0782r-ghostscript-9.54.0/include:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/include:/gnu/store/y95wjyj3bri83xlp8r51012wgcb1ray6-harfbuzz-2.8.2/include:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/include:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/include:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/include:/gnu/store/mg65kdkxnwzx8cq2pq8ncv58v2d7fh8x-libxaw-1.0.14/include:/gnu/store/y3l54qsqychybvw8q592a0wj342vk6k2-libxt-1.2.1/include:/gnu/store/m4jxzl1vlfs7s7j3br0jd9dlxisixy58-mpfr-4.1.0/include:/gnu/store/n2jnlzxmal2sn7rpk22sxhj9ndfbgn29-pixman-0.40.0/include:/gnu/store/37rhjkmbp7bp9k3qhcjihxcj0fcr1dvv-potrace-1.16/include:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/include:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/include:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/include:/gnu/store/hj5g5b4xd94z9fbpazss2xh99161f9gs-zlib-1.2.11/include:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/include:/gnu/store/ihakfb51zdgjz3v9nkj0ja9zk9ng8xzl-bzip2-1.0.8/include:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/include:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/include:/gnu/store/vzq0il5z2d6ksllb525m9xaqzv829g3k-gawk-5.1.0/include:/gnu/store/dhx00nrv9r52f6xivg0xa4iihpl9awyk-make-4.3/include:/gnu/store/v4a7zw8w52v64kw5781ypa8gjwd098jz-binutils-2.37/include:/gnu/store/v5xfd4vy1lvqikdl1rzs8aklgsnqwd26-gcc-10.3.0/include/c++:/gnu/store/v5xfd4vy1lvqikdl1rzs8aklgsnqwd26-gcc-10.3.0/include:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/include:/gnu/store/vs6b91akj15lz0hdhpj63pbvsb2r59y3-libxrender-0.9.10/include:/gnu/store/wx2by7c7kxhajia4g646rlj22c5pppfa-libxext-1.3.4/include:/gnu/store/kwdx6hi7z5nj6v9gma6g6131qqscjymc-libxcb-1.14/include:/gnu/store/sriajy9dya89gmfaix5n7ypc3li0lmcq-libx11-1.7.3.1/include:/gnu/store/kgzgrmm6wcg4dxqwxvkglbyhm4j4wdp2-glib-2.70.2/include:/gnu/store/x2gbx78yz9322i0in263h5ahfgkr2h2q-util-linux-2.37.2-lib/include:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/include:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/include:/gnu/store/llir73gkgs6xjgqrm2k6z1s3d1n1mip9-libxmu-1.1.3/include:/gnu/store/f6fpnkv963i85a5pynnprm5lfjyka89d-libsm-1.2.3/include:/gnu/store/ac7ihnv40yc1as5hgk2gzciy5gp9h3j7-libice-1.0.10/include:/gnu/store/wsx4kz1gh6cpdhx393frhqknmswbggq8-linux-libre-headers-5.10.35/include:/gnu/store/qzicjhz5w2yr22xi3az4h2l2vl7mrzqj-xorgproto-2021.5/include:/gnu/store/dqr60d254sfwv5j7vqfx64nczigwbgvp-libxdmcp-1.1.3/include:/gnu/store/zy77rglb9hnbga68rkzpc44r9g43zzvh-libxau-1.0.9/include:/gnu/store/zb6b8f4h7a7q564vwfiavf1462bmqsiv-pcre-8.45/include:/gnu/store/k5vd7gxqp0irkwikgsj4z56psyrhp4d1-libffi-3.3/include' environment variable `LIBRARY_PATH' set to `/gnu/store/nykvvdylpy0vvdwq6gjksz4781qnzj76-cairo-1.16.0/lib:/gnu/store/jpw8ryv7frhhn5ch2qjydnavm4pxb8d1-fontconfig-minimal-2.13.94/lib:/gnu/store/17dv52dwf4lrhpw9jxx3mdcqjwjr2qf1-fontforge-20201107/lib:/gnu/store/bsca00bzsd1mq5zwmzjbzmkk23zpjr06-freetype-2.10.4/lib:/gnu/store/jwzhzgw9ql3v0srchrxls2ycz2qd0kza-gd-2.3.2/lib:/gnu/store/z4504krr95hj92ax782qhrqrcvndykyk-gmp-6.2.1/lib:/gnu/store/xkq46jsfbphp2jfypnknkjnd50d0782r-ghostscript-9.54.0/lib:/gnu/store/mp746n86ml1q0xl8dlhngz9qvaczjjrg-graphite2-1.3.13/lib:/gnu/store/y95wjyj3bri83xlp8r51012wgcb1ray6-harfbuzz-2.8.2/lib:/gnu/store/i8janrkradww0iqpnqk55hw8xmlcffaw-icu4c-69.1/lib:/gnu/store/02wy56ajqfzzdscsdrjjlfy71xwb5k2b-libpaper-1.1.24/lib:/gnu/store/gpjxyivfnslrp9azpnh4yps8jw7m70mm-libpng-1.6.37/lib:/gnu/store/mg65kdkxnwzx8cq2pq8ncv58v2d7fh8x-libxaw-1.0.14/lib:/gnu/store/y3l54qsqychybvw8q592a0wj342vk6k2-libxt-1.2.1/lib:/gnu/store/m4jxzl1vlfs7s7j3br0jd9dlxisixy58-mpfr-4.1.0/lib:/gnu/store/zn45z8pv5dkh98hi9l1q9aldbplga3m7-perl-5.34.0/lib:/gnu/store/n2jnlzxmal2sn7rpk22sxhj9ndfbgn29-pixman-0.40.0/lib:/gnu/store/37rhjkmbp7bp9k3qhcjihxcj0fcr1dvv-potrace-1.16/lib:/gnu/store/c9fv4q36flpk81hc6d7yyg7fqsw9iiz3-python-3.9.9/lib:/gnu/store/g6a33hmhk43dsd7a9kqcq1s1mcfc7ich-ruby-2.7.4/lib:/gnu/store/y22ck4qirw449dsgfr0bsxdvhfqw9g6p-teckit-2.5.10/lib:/gnu/store/hj5g5b4xd94z9fbpazss2xh99161f9gs-zlib-1.2.11/lib:/gnu/store/k3ngzy54dj2sk4vrrlr0q5hxkcypzzdr-zziplib-0.13.72/lib:/gnu/store/ihakfb51zdgjz3v9nkj0ja9zk9ng8xzl-bzip2-1.0.8/lib:/gnu/store/fk24dx8qz1b5smnc4ljfw25xn7yjps0q-xz-5.2.5/lib:/gnu/store/vl1b3nq6gijpzbl03zq92m5dwgs17nik-file-5.39/lib:/gnu/store/vzq0il5z2d6ksllb525m9xaqzv829g3k-gawk-5.1.0/lib:/gnu/store/v4a7zw8w52v64kw5781ypa8gjwd098jz-binutils-2.37/lib:/gnu/store/0iapawfss4xnxls622g23qpk4mwb9ihp-glibc-2.33/lib:/gnu/store/1s4k8h3h1ka9za4yzg0dfjnlhab5k14p-glibc-2.33-static/lib:/gnu/store/6p5m4cv8psfzy5xn5yhvhmjl261wg34m-glibc-utf8-locales-2.33/lib:/gnu/store/vs6b91akj15lz0hdhpj63pbvsb2r59y3-libxrender-0.9.10/lib:/gnu/store/wx2by7c7kxhajia4g646rlj22c5pppfa-libxext-1.3.4/lib:/gnu/store/kwdx6hi7z5nj6v9gma6g6131qqscjymc-libxcb-1.14/lib:/gnu/store/sriajy9dya89gmfaix5n7ypc3li0lmcq-libx11-1.7.3.1/lib:/gnu/store/kgzgrmm6wcg4dxqwxvkglbyhm4j4wdp2-glib-2.70.2/lib:/gnu/store/x2gbx78yz9322i0in263h5ahfgkr2h2q-util-linux-2.37.2-lib/lib:/gnu/store/b0jns3vzhhpna7lim8bc3dr0payzx5yy-expat-2.4.1/lib:/gnu/store/dxf93zgaip93lsaxp5v45a8nnyifav84-libxpm-3.5.13/lib:/gnu/store/llir73gkgs6xjgqrm2k6z1s3d1n1mip9-libxmu-1.1.3/lib:/gnu/store/f6fpnkv963i85a5pynnprm5lfjyka89d-libsm-1.2.3/lib:/gnu/store/ac7ihnv40yc1as5hgk2gzciy5gp9h3j7-libice-1.0.10/lib:/gnu/store/dqr60d254sfwv5j7vqfx64nczigwbgvp-libxdmcp-1.1.3/lib:/gnu/store/zy77rglb9hnbga68rkzpc44r9g43zzvh-libxau-1.0.9/lib:/gnu/store/0m7nnzp84a75w1mrc76vgnwhc5k814p4-libpthread-stubs-0.4/lib:/gnu/store/zb6b8f4h7a7q564vwfiavf1462bmqsiv-pcre-8.45/lib:/gnu/store/k5vd7gxqp0irkwikgsj4z56psyrhp4d1-libffi-3.3/lib:/gnu/store/q41c5sl4kx8r7h897yg7g4rd6w0xx252-util-macros-1.19.3/lib' environment variable `GUIX_LOCPATH' set to `/gnu/store/6p5m4cv8psfzy5xn5yhvhmjl261wg34m-glibc-utf8-locales-2.33/lib/locale' environment variable `GIO_EXTRA_MODULES' unset phase `set-paths' succeeded after 0.0 seconds starting phase `install-locale' using 'en_US.utf8' locale for category "LC_ALL" phase `install-locale' succeeded after 0.0 seconds starting phase `unpack' texlive-20210325-source/ texlive-20210325-source/Build texlive-20210325-source/ChangeLog texlive-20210325-source/Makefile.am texlive-20210325-source/Makefile.in texlive-20210325-source/README texlive-20210325-source/README.0overview texlive-20210325-source/README.1prerequisites texlive-20210325-source/README.2building texlive-20210325-source/README.3installing texlive-20210325-source/README.4layout texlive-20210325-source/README.5configure texlive-20210325-source/README.6coding texlive-20210325-source/README.7continuous texlive-20210325-source/aclocal.m4 texlive-20210325-source/am/ texlive-20210325-source/am/ChangeLog texlive-20210325-source/am/README texlive-20210325-source/am/bin_links.am texlive-20210325-source/am/dist_hook.am texlive-20210325-source/am/hdr_links.am texlive-20210325-source/am/man.am texlive-20210325-source/am/man1_links.am texlive-20210325-source/am/rebuild.am texlive-20210325-source/am/reconfig.am texlive-20210325-source/am/recurse.am texlive-20210325-source/am/script_links.am texlive-20210325-source/auxdir/ texlive-20210325-source/auxdir/auxsub/ texlive-20210325-source/auxdir/auxsub/Makefile.am texlive-20210325-source/auxdir/auxsub/Makefile.in texlive-20210325-source/auxdir/auxsub/README texlive-20210325-source/auxdir/auxsub/aclocal.m4 texlive-20210325-source/auxdir/auxsub/configure texlive-20210325-source/auxdir/auxsub/configure.ac texlive-20210325-source/build-aux/ texlive-20210325-source/build-aux/README.TL texlive-20210325-source/build-aux/ar-lib texlive-20210325-source/build-aux/compile texlive-20210325-source/build-aux/config.guess texlive-20210325-source/build-aux/config.sub texlive-20210325-source/build-aux/depcomp texlive-20210325-source/build-aux/install-sh texlive-20210325-source/build-aux/ltmain.sh texlive-20210325-source/build-aux/missing texlive-20210325-source/build-aux/relpath texlive-20210325-source/build-aux/test-driver texlive-20210325-source/build-aux/texinfo.tex texlive-20210325-source/build-aux/ylwrap texlive-20210325-source/configure texlive-20210325-source/configure.ac texlive-20210325-source/doc/ texlive-20210325-source/doc/ChangeLog texlive-20210325-source/doc/Makefile.am texlive-20210325-source/doc/Makefile.in texlive-20210325-source/doc/README.solaris texlive-20210325-source/doc/build-tools.txt texlive-20210325-source/doc/buildinfo.sh texlive-20210325-source/doc/splitinfo.gawk texlive-20210325-source/doc/tlbuild-incl/ texlive-20210325-source/doc/tlbuild-incl/install-tl.texi texlive-20210325-source/doc/tlbuild-incl/tlmgr.texi texlive-20210325-source/doc/tlbuild.info texlive-20210325-source/doc/tlbuild.texi texlive-20210325-source/libs/ texlive-20210325-source/libs/ChangeLog texlive-20210325-source/libs/Makefile.am texlive-20210325-source/libs/Makefile.in texlive-20210325-source/libs/README texlive-20210325-source/libs/aclocal.m4 texlive-20210325-source/libs/configure texlive-20210325-source/libs/configure.ac texlive-20210325-source/libs/lua53/ texlive-20210325-source/libs/lua53/ChangeLog texlive-20210325-source/libs/lua53/Makefile.am texlive-20210325-source/libs/lua53/Makefile.in texlive-20210325-source/libs/lua53/TLpatches/ texlive-20210325-source/libs/lua53/TLpatches/ChangeLog texlive-20210325-source/libs/lua53/TLpatches/patch-01-utf-8 texlive-20210325-source/libs/lua53/TLpatches/patch-02-FreeBSD texlive-20210325-source/libs/lua53/TLpatches/patch-03-export texlive-20210325-source/libs/lua53/ac/ texlive-20210325-source/libs/lua53/ac/withenable.ac texlive-20210325-source/libs/lua53/aclocal.m4 texlive-20210325-source/libs/lua53/config.h.in texlive-20210325-source/libs/lua53/configure texlive-20210325-source/libs/lua53/configure.ac texlive-20210325-source/libs/lua53/error.exp texlive-20210325-source/libs/lua53/include/ texlive-20210325-source/libs/lua53/include/Makefile.am texlive-20210325-source/libs/lua53/include/Makefile.in texlive-20210325-source/libs/lua53/lua53-src/ texlive-20210325-source/libs/lua53/lua53-src/Makefile texlive-20210325-source/libs/lua53/lua53-src/README texlive-20210325-source/libs/lua53/lua53-src/doc/ texlive-20210325-source/libs/lua53/lua53-src/doc/contents.html texlive-20210325-source/libs/lua53/lua53-src/doc/index.css texlive-20210325-source/libs/lua53/lua53-src/doc/logo.gif texlive-20210325-source/libs/lua53/lua53-src/doc/lua.1 texlive-20210325-source/libs/lua53/lua53-src/doc/lua.css texlive-20210325-source/libs/lua53/lua53-src/doc/luac.1 texlive-20210325-source/libs/lua53/lua53-src/doc/manual.css texlive-20210325-source/libs/lua53/lua53-src/doc/manual.html texlive-20210325-source/libs/lua53/lua53-src/doc/osi-certified-72x60.png texlive-20210325-source/libs/lua53/lua53-src/doc/readme.html texlive-20210325-source/libs/lua53/lua53-src/src/ texlive-20210325-source/libs/lua53/lua53-src/src/Makefile texlive-20210325-source/libs/lua53/lua53-src/src/lapi.c texlive-20210325-source/libs/lua53/lua53-src/src/lapi.h texlive-20210325-source/libs/lua53/lua53-src/src/lauxlib.c texlive-20210325-source/libs/lua53/lua53-src/src/lauxlib.h texlive-20210325-source/libs/lua53/lua53-src/src/lbaselib.c texlive-20210325-source/libs/lua53/lua53-src/src/lbitlib.c texlive-20210325-source/libs/lua53/lua53-src/src/lcode.c texlive-20210325-source/libs/lua53/lua53-src/src/lcode.h texlive-20210325-source/libs/lua53/lua53-src/src/lcorolib.c texlive-20210325-source/libs/lua53/lua53-src/src/lctype.c texlive-20210325-source/libs/lua53/lua53-src/src/lctype.h texlive-20210325-source/libs/lua53/lua53-src/src/lctype.h.orig texlive-20210325-source/libs/lua53/lua53-src/src/ldblib.c texlive-20210325-source/libs/lua53/lua53-src/src/ldebug.c texlive-20210325-source/libs/lua53/lua53-src/src/ldebug.h texlive-20210325-source/libs/lua53/lua53-src/src/ldo.c texlive-20210325-source/libs/lua53/lua53-src/src/ldo.h texlive-20210325-source/libs/lua53/lua53-src/src/ldump.c texlive-20210325-source/libs/lua53/lua53-src/src/lfunc.c texlive-20210325-source/libs/lua53/lua53-src/src/lfunc.h texlive-20210325-source/libs/lua53/lua53-src/src/lgc.c texlive-20210325-source/libs/lua53/lua53-src/src/lgc.h texlive-20210325-source/libs/lua53/lua53-src/src/linit.c texlive-20210325-source/libs/lua53/lua53-src/src/liolib.c texlive-20210325-source/libs/lua53/lua53-src/src/liolib.c.orig texlive-20210325-source/libs/lua53/lua53-src/src/llex.c texlive-20210325-source/libs/lua53/lua53-src/src/llex.h texlive-20210325-source/libs/lua53/lua53-src/src/llimits.h texlive-20210325-source/libs/lua53/lua53-src/src/lmathlib.c texlive-20210325-source/libs/lua53/lua53-src/src/lmem.c texlive-20210325-source/libs/lua53/lua53-src/src/lmem.h texlive-20210325-source/libs/lua53/lua53-src/src/loadlib.c texlive-20210325-source/libs/lua53/lua53-src/src/lobject.c texlive-20210325-source/libs/lua53/lua53-src/src/lobject.h texlive-20210325-source/libs/lua53/lua53-src/src/lopcodes.c texlive-20210325-source/libs/lua53/lua53-src/src/lopcodes.h texlive-20210325-source/libs/lua53/lua53-src/src/lopcodes.h.orig texlive-20210325-source/libs/lua53/lua53-src/src/loslib.c texlive-20210325-source/libs/lua53/lua53-src/src/lparser.c texlive-20210325-source/libs/lua53/lua53-src/src/lparser.h texlive-20210325-source/libs/lua53/lua53-src/src/lprefix.h texlive-20210325-source/libs/lua53/lua53-src/src/lstate.c texlive-20210325-source/libs/lua53/lua53-src/src/lstate.h texlive-20210325-source/libs/lua53/lua53-src/src/lstring.c texlive-20210325-source/libs/lua53/lua53-src/src/lstring.h texlive-20210325-source/libs/lua53/lua53-src/src/lstrlib.c texlive-20210325-source/libs/lua53/lua53-src/src/ltable.c texlive-20210325-source/libs/lua53/lua53-src/src/ltable.h texlive-20210325-source/libs/lua53/lua53-src/src/ltablib.c texlive-20210325-source/libs/lua53/lua53-src/src/ltm.c texlive-20210325-source/libs/lua53/lua53-src/src/ltm.h texlive-20210325-source/libs/lua53/lua53-src/src/lua.c texlive-20210325-source/libs/lua53/lua53-src/src/lua.h texlive-20210325-source/libs/lua53/lua53-src/src/lua.hpp texlive-20210325-source/libs/lua53/lua53-src/src/luac.c texlive-20210325-source/libs/lua53/lua53-src/src/luaconf.h texlive-20210325-source/libs/lua53/lua53-src/src/lualib.h texlive-20210325-source/libs/lua53/lua53-src/src/lundump.c texlive-20210325-source/libs/lua53/lua53-src/src/lundump.h texlive-20210325-source/libs/lua53/lua53-src/src/lundump.h.orig texlive-20210325-source/libs/lua53/lua53-src/src/lutf8lib.c texlive-20210325-source/libs/lua53/lua53-src/src/lvm.c texlive-20210325-source/libs/lua53/lua53-src/src/lvm.h texlive-20210325-source/libs/lua53/lua53-src/src/lzio.c texlive-20210325-source/libs/lua53/lua53-src/src/lzio.h texlive-20210325-source/libs/lua53/lua53.test texlive-20210325-source/libs/lua53/luaerror.test texlive-20210325-source/libs/lua53/luatest.c texlive-20210325-source/libs/lua53/texlua53.pc.in texlive-20210325-source/libs/lua53/version.ac texlive-20210325-source/libs/luajit/ texlive-20210325-source/libs/luajit/ChangeLog texlive-20210325-source/libs/luajit/LuaJIT-src/ texlive-20210325-source/libs/luajit/LuaJIT-src/COPYRIGHT texlive-20210325-source/libs/luajit/LuaJIT-src/Makefile texlive-20210325-source/libs/luajit/LuaJIT-src/README texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ texlive-20210325-source/libs/luajit/LuaJIT-src/doc/bluequad-print.css texlive-20210325-source/libs/luajit/LuaJIT-src/doc/bluequad.css texlive-20210325-source/libs/luajit/LuaJIT-src/doc/changes.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/contact.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_c_api.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_ffi.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_ffi_api.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_ffi_semantics.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_ffi_tutorial.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_jit.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/ext_profiler.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/extensions.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/faq.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/img/ texlive-20210325-source/libs/luajit/LuaJIT-src/doc/img/contact.png texlive-20210325-source/libs/luajit/LuaJIT-src/doc/install.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/luajit.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/running.html texlive-20210325-source/libs/luajit/LuaJIT-src/doc/status.html texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/ texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_arm.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_arm.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_arm64.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_arm64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_mips.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_mips.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_mips64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_ppc.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_ppc.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_proto.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_x64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_x86.h texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dasm_x86.lua texlive-20210325-source/libs/luajit/LuaJIT-src/dynasm/dynasm.lua texlive-20210325-source/libs/luajit/LuaJIT-src/etc/ texlive-20210325-source/libs/luajit/LuaJIT-src/etc/luajit.1 texlive-20210325-source/libs/luajit/LuaJIT-src/etc/luajit.pc texlive-20210325-source/libs/luajit/LuaJIT-src/src/ texlive-20210325-source/libs/luajit/LuaJIT-src/src/Makefile texlive-20210325-source/libs/luajit/LuaJIT-src/src/Makefile.dep texlive-20210325-source/libs/luajit/LuaJIT-src/src/_lj_bcdef.h_ texlive-20210325-source/libs/luajit/LuaJIT-src/src/_lj_ffdef.h_ texlive-20210325-source/libs/luajit/LuaJIT-src/src/_lj_folddef.h_ texlive-20210325-source/libs/luajit/LuaJIT-src/src/_lj_libdef.h_ texlive-20210325-source/libs/luajit/LuaJIT-src/src/_lj_recdef.h_ texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/ texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/README texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm_asm.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm_fold.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm_lib.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm_libbc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/buildvm_peobj.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/genlibbc.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/genminilua.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/host/minilua.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/ texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/bc.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/bcsave.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_arm.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_arm64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_arm64be.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_mips.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_mips64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_mips64el.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_mipsel.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_ppc.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_x64.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dis_x86.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/dump.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/p.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/v.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/jit/zone.lua texlive-20210325-source/libs/luajit/LuaJIT-src/src/lauxlib.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_aux.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_base.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_bit.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_debug.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_ffi.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_init.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_io.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_jit.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_math.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_os.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_package.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_string.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lib_table.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj.supp texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_alloc.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_alloc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_api.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_arch.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm_arm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm_arm64.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm_mips.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm_ppc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_asm_x86.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_bc.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_bc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_bcdump.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_bcread.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_bcwrite.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_buf.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_buf.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_carith.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_carith.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ccall.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ccall.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ccallback.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ccallback.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cconv.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cconv.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cdata.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cdata.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_char.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_char.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_clib.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_clib.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cparse.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_cparse.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_crecord.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_crecord.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ctype.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ctype.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_debug.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_debug.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_def.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_dispatch.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_dispatch.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_emit_arm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_emit_arm64.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_emit_mips.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_emit_ppc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_emit_x86.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_err.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_err.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_errmsg.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ff.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ffrecord.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ffrecord.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_frame.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_func.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_func.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_gc.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_gc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_gdbjit.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_gdbjit.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ir.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ir.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_ircall.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_iropt.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_jit.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_lex.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_lex.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_lib.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_lib.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_load.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_mcode.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_mcode.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_meta.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_meta.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_obj.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_obj.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_dce.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_fold.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_loop.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_mem.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_narrow.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_sink.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_opt_split.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_parse.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_parse.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_profile.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_profile.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_record.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_record.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_snap.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_snap.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_state.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_state.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_str.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_str.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_strfmt.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_strfmt.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_strfmt_num.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_strscan.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_strscan.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_tab.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_tab.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target_arm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target_arm64.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target_mips.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target_ppc.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_target_x86.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_trace.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_trace.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_traceerr.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_udata.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_udata.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_vm.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_vmevent.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_vmevent.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lj_vmmath.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/ljamalg.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/lua.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lua.hpp texlive-20210325-source/libs/luajit/LuaJIT-src/src/luaconf.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/luajit.c texlive-20210325-source/libs/luajit/LuaJIT-src/src/luajit.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/lualib.h texlive-20210325-source/libs/luajit/LuaJIT-src/src/msvcbuild.bat texlive-20210325-source/libs/luajit/LuaJIT-src/src/ps4build.bat texlive-20210325-source/libs/luajit/LuaJIT-src/src/psvitabuild.bat texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_arm.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_arm64.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_mips.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_mips64.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_ppc.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_x64.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/vm_x86.dasc texlive-20210325-source/libs/luajit/LuaJIT-src/src/xb1build.bat texlive-20210325-source/libs/luajit/LuaJIT-src/src/xedkbuild.bat texlive-20210325-source/libs/luajit/Makefile.am texlive-20210325-source/libs/luajit/Makefile.in texlive-20210325-source/libs/luajit/TLpatches/ texlive-20210325-source/libs/luajit/TLpatches/ChangeLog texlive-20210325-source/libs/luajit/TLpatches/patch-01 texlive-20210325-source/libs/luajit/TLpatches/patch-02 texlive-20210325-source/libs/luajit/TLpatches/patch-03 texlive-20210325-source/libs/luajit/TLpatches/patch-04 texlive-20210325-source/libs/luajit/TLpatches/patch-05 texlive-20210325-source/libs/luajit/TLpatches/patch-06 texlive-20210325-source/libs/luajit/TLpatches/patch-07 texlive-20210325-source/libs/luajit/TLpatches/patch-08 texlive-20210325-source/libs/luajit/TLpatches/patch-09 texlive-20210325-source/libs/luajit/TLpatches/patch-10 texlive-20210325-source/libs/luajit/TLpatches/patch-11 texlive-20210325-source/libs/luajit/TLpatches/patch-12 texlive-20210325-source/libs/luajit/TLpatches/patch-13 texlive-20210325-source/libs/luajit/ac/ texlive-20210325-source/libs/luajit/ac/withenable.ac texlive-20210325-source/libs/luajit/aclocal.m4 texlive-20210325-source/libs/luajit/config.h.in texlive-20210325-source/libs/luajit/configure texlive-20210325-source/libs/luajit/configure.ac texlive-20210325-source/libs/luajit/include/ texlive-20210325-source/libs/luajit/include/Makefile.am texlive-20210325-source/libs/luajit/include/Makefile.in texlive-20210325-source/libs/luajit/jiterr.exp texlive-20210325-source/libs/luajit/jittest.c texlive-20210325-source/libs/luajit/lbitlib.c texlive-20210325-source/libs/luajit/luajit.test texlive-20210325-source/libs/luajit/luajiterr.test texlive-20210325-source/libs/luajit/m4/ texlive-20210325-source/libs/luajit/m4/lj-system.m4 texlive-20210325-source/libs/luajit/native/ texlive-20210325-source/libs/luajit/native/Makefile.am texlive-20210325-source/libs/luajit/native/Makefile.in texlive-20210325-source/libs/luajit/native/aclocal.m4 texlive-20210325-source/libs/luajit/native/config.h.in texlive-20210325-source/libs/luajit/native/configure texlive-20210325-source/libs/luajit/native/configure.ac texlive-20210325-source/libs/luajit/texluajit.pc.in texlive-20210325-source/libs/luajit/version.ac texlive-20210325-source/libs/pplib/ texlive-20210325-source/libs/pplib/ChangeLog texlive-20210325-source/libs/pplib/Makefile.am texlive-20210325-source/libs/pplib/Makefile.in texlive-20210325-source/libs/pplib/ac/ texlive-20210325-source/libs/pplib/ac/withenable.ac texlive-20210325-source/libs/pplib/aclocal.m4 texlive-20210325-source/libs/pplib/config.h.in texlive-20210325-source/libs/pplib/configure texlive-20210325-source/libs/pplib/configure.ac texlive-20210325-source/libs/pplib/include/ texlive-20210325-source/libs/pplib/include/Makefile.am texlive-20210325-source/libs/pplib/include/Makefile.in texlive-20210325-source/libs/pplib/pplib-src/ texlive-20210325-source/libs/pplib/pplib-src/.travis.yml texlive-20210325-source/libs/pplib/pplib-src/CMakeLists.txt texlive-20210325-source/libs/pplib/pplib-src/README.md texlive-20210325-source/libs/pplib/pplib-src/azure-pipelines.yml texlive-20210325-source/libs/pplib/pplib-src/doc/ texlive-20210325-source/libs/pplib/pplib-src/doc/Makefile texlive-20210325-source/libs/pplib/pplib-src/doc/_build/ texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/environment.pickle texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ppapi-1.x.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ppapi-2.x.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ppapi.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ppcode.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/pplib.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/doctrees/ppnew.doctree texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/.buildinfo texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ppapi-1.x.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ppapi-2.x.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ppapi.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ppcode.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/pplib.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_sources/ppnew.rst.txt texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/ texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/ajax-loader.gif texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/background_b01.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/basic.css texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/bizstyle.css texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/bizstyle.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/comment-bright.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/comment-close.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/comment.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/css3-mediaqueries.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/css3-mediaqueries_src.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/doctools.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/documentation_options.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/down-pressed.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/down.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/file.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/jquery-3.2.1.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/jquery.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/language_data.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/minus.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/plus.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/pygments.css texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/searchtools.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/underscore-1.3.1.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/underscore.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/up-pressed.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/up.png texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/_static/websupport.js texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/genindex.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/objects.inv texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ppapi-1.x.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ppapi-2.x.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ppapi.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ppcode.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/pplib.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/ppnew.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/search.html texlive-20210325-source/libs/pplib/pplib-src/doc/_build/html/searchindex.js texlive-20210325-source/libs/pplib/pplib-src/doc/conf.py texlive-20210325-source/libs/pplib/pplib-src/doc/make.bat texlive-20210325-source/libs/pplib/pplib-src/doc/ppapi-1.x.rst texlive-20210325-source/libs/pplib/pplib-src/doc/ppapi-2.x.rst texlive-20210325-source/libs/pplib/pplib-src/doc/ppcode.rst texlive-20210325-source/libs/pplib/pplib-src/doc/pplib.rst texlive-20210325-source/libs/pplib/pplib-src/doc/ppnew.rst texlive-20210325-source/libs/pplib/pplib-src/src/ texlive-20210325-source/libs/pplib/pplib-src/src/CMakeLists.txt texlive-20210325-source/libs/pplib/pplib-src/src/Makefile texlive-20210325-source/libs/pplib/pplib-src/src/Makefile.vc texlive-20210325-source/libs/pplib/pplib-src/src/ppapi.h texlive-20210325-source/libs/pplib/pplib-src/src/pparray.c texlive-20210325-source/libs/pplib/pplib-src/src/pparray.h texlive-20210325-source/libs/pplib/pplib-src/src/ppconf.h texlive-20210325-source/libs/pplib/pplib-src/src/ppcrypt.c texlive-20210325-source/libs/pplib/pplib-src/src/ppcrypt.h texlive-20210325-source/libs/pplib/pplib-src/src/ppdict.c texlive-20210325-source/libs/pplib/pplib-src/src/ppdict.h texlive-20210325-source/libs/pplib/pplib-src/src/ppfilter.h texlive-20210325-source/libs/pplib/pplib-src/src/ppheap.c texlive-20210325-source/libs/pplib/pplib-src/src/ppheap.h texlive-20210325-source/libs/pplib/pplib-src/src/pplib.h texlive-20210325-source/libs/pplib/pplib-src/src/ppload.c texlive-20210325-source/libs/pplib/pplib-src/src/ppload.h texlive-20210325-source/libs/pplib/pplib-src/src/ppstream.c texlive-20210325-source/libs/pplib/pplib-src/src/ppstream.h texlive-20210325-source/libs/pplib/pplib-src/src/pptest1.c texlive-20210325-source/libs/pplib/pplib-src/src/pptest2.c texlive-20210325-source/libs/pplib/pplib-src/src/pptest3.c texlive-20210325-source/libs/pplib/pplib-src/src/ppxref.c texlive-20210325-source/libs/pplib/pplib-src/src/ppxref.h texlive-20210325-source/libs/pplib/pplib-src/src/util/ texlive-20210325-source/libs/pplib/pplib-src/src/util/README.md texlive-20210325-source/libs/pplib/pplib-src/src/util/utilbasexx.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilbasexx.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilcrypt.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilcrypt.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilcryptdef.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utildecl.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilflate.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilflate.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilfpred.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilfpred.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utiliof.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utiliof.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utillog.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utillog.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utillzw.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utillzw.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmd5.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmd5.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmem.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmem.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemallc.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemallh.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemheap.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemheap.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemheapiof.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmemheapiof.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmeminfo.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilmeminfo.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilnumber.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilnumber.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilplat.h texlive-20210325-source/libs/pplib/pplib-src/src/util/utilsha.c texlive-20210325-source/libs/pplib/pplib-src/src/util/utilsha.h texlive-20210325-source/libs/pplib/pplib-src/test/ texlive-20210325-source/libs/pplib/pplib-src/test/luaimage.pdf texlive-20210325-source/libs/pplib/pplib-src/test/luaimage.pdf.out texlive-20210325-source/libs/pplib/pplib-src/test/out1 texlive-20210325-source/libs/pplib/pplib-src/test/out2 texlive-20210325-source/libs/pplib/pplib-src/test/out3 texlive-20210325-source/libs/pplib/pplib.test texlive-20210325-source/libs/pplib/version.ac texlive-20210325-source/libs/xpdf/ texlive-20210325-source/libs/xpdf/ChangeLog texlive-20210325-source/libs/xpdf/Makefile.am texlive-20210325-source/libs/xpdf/Makefile.in texlive-20210325-source/libs/xpdf/TLpatches/ texlive-20210325-source/libs/xpdf/TLpatches/ChangeLog texlive-20210325-source/libs/xpdf/TLpatches/TL-Changes texlive-20210325-source/libs/xpdf/TLpatches/patch-bunched texlive-20210325-source/libs/xpdf/ac/ texlive-20210325-source/libs/xpdf/ac/withenable.ac texlive-20210325-source/libs/xpdf/ac/xpdf.ac texlive-20210325-source/libs/xpdf/aclocal.m4 texlive-20210325-source/libs/xpdf/aconf-w32.h texlive-20210325-source/libs/xpdf/aconf.h.in texlive-20210325-source/libs/xpdf/configure texlive-20210325-source/libs/xpdf/configure.ac texlive-20210325-source/libs/xpdf/fofi/ texlive-20210325-source/libs/xpdf/fofi/Makefile.am texlive-20210325-source/libs/xpdf/fofi/Makefile.in texlive-20210325-source/libs/xpdf/goo/ texlive-20210325-source/libs/xpdf/goo/Makefile.am texlive-20210325-source/libs/xpdf/goo/Makefile.in texlive-20210325-source/libs/xpdf/splash/ texlive-20210325-source/libs/xpdf/splash/Makefile.am texlive-20210325-source/libs/xpdf/splash/Makefile.in texlive-20210325-source/libs/xpdf/version.ac texlive-20210325-source/libs/xpdf/xpdf/ texlive-20210325-source/libs/xpdf/xpdf/Makefile.am texlive-20210325-source/libs/xpdf/xpdf/Makefile.in texlive-20210325-source/libs/xpdf/xpdf-src/ texlive-20210325-source/libs/xpdf/xpdf-src/ANNOUNCE texlive-20210325-source/libs/xpdf/xpdf-src/CHANGES CCLD libgvc.la CCLD libgvc_C.la texlive-20210325-source/libs/xpdf/xpdf-src/CMakeLists.txt texlive-20210325-source/libs/xpdf/xpdf-src/COPYING texlive-20210325-source/libs/xpdf/xpdf-src/COPYING3 texlive-20210325-source/libs/xpdf/xpdf-src/INSTALL texlive-20210325-source/libs/xpdf/xpdf-src/README texlive-20210325-source/libs/xpdf/xpdf-src/aconf2.h texlive-20210325-source/libs/xpdf/xpdf-src/cmake-config.txt texlive-20210325-source/libs/xpdf/xpdf-src/doc/ texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfdetach.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfdetach.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdffonts.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdffonts.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfimages.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfimages.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfinfo.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdfinfo.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftohtml.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftohtml.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftopng.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftopng.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftoppm.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftoppm.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftops.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftops.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftotext.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/pdftotext.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/sample-xpdfrc texlive-20210325-source/libs/xpdf/xpdf-src/doc/xpdf.1 texlive-20210325-source/libs/xpdf/xpdf-src/doc/xpdf.cat texlive-20210325-source/libs/xpdf/xpdf-src/doc/xpdfrc.5 texlive-20210325-source/libs/xpdf/xpdf-src/doc/xpdfrc.cat texlive-20210325-source/libs/xpdf/xpdf-src/fofi/ texlive-20210325-source/libs/xpdf/xpdf-src/fofi/CMakeLists.txt texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiBase.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiBase.h texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiEncodings.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiEncodings.h texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiIdentifier.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiIdentifier.h texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiTrueType.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiTrueType.h texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiType1.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiType1.h texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiType1C.cc texlive-20210325-source/libs/xpdf/xpdf-src/fofi/FoFiType1C.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/ texlive-20210325-source/libs/xpdf/xpdf-src/goo/CMakeLists.txt texlive-20210325-source/libs/xpdf/xpdf-src/goo/FixedPoint.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/FixedPoint.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/GHash.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/GHash.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/GList.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/GList.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/GMutex.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/GString.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/GString.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/Trace.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/Trace.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/gfile.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/gfile.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/gmem.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/gmem.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/gmempp.cc texlive-20210325-source/libs/xpdf/xpdf-src/goo/gmempp.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/gtypes.h texlive-20210325-source/libs/xpdf/xpdf-src/goo/parseargs.c texlive-20210325-source/libs/xpdf/xpdf-src/goo/parseargs.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/ texlive-20210325-source/libs/xpdf/xpdf-src/splash/CMakeLists.txt texlive-20210325-source/libs/xpdf/xpdf-src/splash/Splash.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/Splash.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashBitmap.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashBitmap.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashClip.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashClip.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashErrorCodes.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFont.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFont.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFontEngine.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFontEngine.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFontFile.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFTFontFile.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFont.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFont.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontEngine.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontEngine.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontFile.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontFile.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontFileID.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashFontFileID.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashGlyphBitmap.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashMath.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashPath.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashPath.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashPattern.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashPattern.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashScreen.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashScreen.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashState.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashState.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashTypes.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashXPath.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashXPath.h texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashXPathScanner.cc texlive-20210325-source/libs/xpdf/xpdf-src/splash/SplashXPathScanner.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/AcroForm.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/AcroForm.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Annot.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Annot.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Array.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Array.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/BuiltinFont.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/BuiltinFont.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/BuiltinFontTables.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/BuiltinFontTables.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CMakeLists.txt texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CMap.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CMap.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Catalog.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Catalog.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CharCodeToUnicode.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CharCodeToUnicode.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CharTypes.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/CompactFontTables.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Decrypt.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Decrypt.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Dict.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Dict.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/DisplayState.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/DisplayState.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Error.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Error.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ErrorCodes.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/FontEncodingTables.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/FontEncodingTables.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Function.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Function.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Gfx.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Gfx.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GfxFont.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GfxFont.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GfxState.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GfxState.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GlobalParams.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/GlobalParams.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/HTMLGen.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/HTMLGen.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ImageOutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ImageOutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JArithmeticDecoder.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JArithmeticDecoder.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JBIG2Stream.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JBIG2Stream.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JPXStream.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/JPXStream.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Lexer.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Lexer.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Link.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Link.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/NameToCharCode.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/NameToCharCode.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/NameToUnicodeTable.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Object.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Object.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/OptionalContent.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/OptionalContent.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Outline.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Outline.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/OutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/OutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDF417Barcode.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDF417Barcode.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFCore.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFCore.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFDoc.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFDoc.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFDocEncoding.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PDFDocEncoding.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PSOutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PSOutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PSTokenizer.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PSTokenizer.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Page.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Page.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Parser.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Parser.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PreScanOutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/PreScanOutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/SecurityHandler.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/SecurityHandler.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ShadingImage.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/ShadingImage.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Stream-CCITT.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Stream.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Stream.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TextOutputDev.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TextOutputDev.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TextString.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TextString.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileCache.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileCache.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileCompositor.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileCompositor.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileMap.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/TileMap.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UTF8.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UTF8.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeMap.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeMap.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeRemapping.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeRemapping.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeTypeTable.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/UnicodeTypeTable.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/WebFont.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/WebFont.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/XFAScanner.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/XFAScanner.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/XRef.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/XRef.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Zoox.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/Zoox.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/config.h texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdfdetach.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdffonts.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdfimages.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdfinfo.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdftohtml.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdftopng.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdftoppm.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdftops.cc texlive-20210325-source/libs/xpdf/xpdf-src/xpdf/pdftotext.cc texlive-20210325-source/m4/ texlive-20210325-source/m4/ChangeLog texlive-20210325-source/m4/README texlive-20210325-source/m4/ax_cxx_compile_stdcxx.m4 texlive-20210325-source/m4/kpse-asm.m4 texlive-20210325-source/m4/kpse-cairo-flags.m4 texlive-20210325-source/m4/kpse-common.m4 texlive-20210325-source/m4/kpse-cross.m4 texlive-20210325-source/m4/kpse-cxx-hack.m4 texlive-20210325-source/m4/kpse-dll-name.m4 texlive-20210325-source/m4/kpse-fontconfig-flags.m4 texlive-20210325-source/m4/kpse-freetype2-flags.m4 texlive-20210325-source/m4/kpse-gd-flags.m4 texlive-20210325-source/m4/kpse-gmp-flags.m4 texlive-20210325-source/m4/kpse-graphite2-flags.m4 texlive-20210325-source/m4/kpse-harfbuzz-flags.m4 texlive-20210325-source/m4/kpse-icu-flags.m4 texlive-20210325-source/m4/kpse-kpathsea-flags.m4 texlive-20210325-source/m4/kpse-largefile.m4 texlive-20210325-source/m4/kpse-lex.m4 texlive-20210325-source/m4/kpse-lib-version.m4 texlive-20210325-source/m4/kpse-libpaper-flags.m4 texlive-20210325-source/m4/kpse-libpng-flags.m4 texlive-20210325-source/m4/kpse-lt-hack.m4 texlive-20210325-source/m4/kpse-lua52-flags.m4 texlive-20210325-source/m4/kpse-lua53-flags.m4 texlive-20210325-source/m4/kpse-luajit-flags.m4 texlive-20210325-source/m4/kpse-macos-framework.m4 texlive-20210325-source/m4/kpse-mktex.m4 texlive-20210325-source/m4/kpse-mpfr-flags.m4 texlive-20210325-source/m4/kpse-options.m4 texlive-20210325-source/m4/kpse-pixman-flags.m4 texlive-20210325-source/m4/kpse-pkgs.m4 texlive-20210325-source/m4/kpse-pplib-flags.m4 texlive-20210325-source/m4/kpse-progs.m4 texlive-20210325-source/m4/kpse-ptexenc-flags.m4 texlive-20210325-source/m4/kpse-search-libs.m4 texlive-20210325-source/m4/kpse-setup.m4 texlive-20210325-source/m4/kpse-size-max.m4 texlive-20210325-source/m4/kpse-socket-libs.m4 texlive-20210325-source/m4/kpse-teckit-flags.m4 texlive-20210325-source/m4/kpse-visibility.m4 texlive-20210325-source/m4/kpse-warnings.m4 texlive-20210325-source/m4/kpse-web2c.m4 texlive-20210325-source/m4/kpse-win32.m4 texlive-20210325-source/m4/kpse-xpdf-flags.m4 texlive-20210325-source/m4/kpse-zlib-flags.m4 texlive-20210325-source/m4/kpse-zziplib-flags.m4 texlive-20210325-source/m4/libtool.m4 texlive-20210325-source/m4/ltoptions.m4 texlive-20210325-source/m4/ltsugar.m4 texlive-20210325-source/m4/ltversion.m4 texlive-20210325-source/m4/lt~obsolete.m4 texlive-20210325-source/reautoconf texlive-20210325-source/tardate.ac texlive-20210325-source/texk/ texlive-20210325-source/texk/ChangeLog texlive-20210325-source/texk/Makefile.am texlive-20210325-source/texk/Makefile.in texlive-20210325-source/texk/README texlive-20210325-source/texk/aclocal.m4 texlive-20210325-source/texk/afm2pl/ texlive-20210325-source/texk/afm2pl/COPYING texlive-20210325-source/texk/afm2pl/ChangeLog texlive-20210325-source/texk/afm2pl/Makefile.am texlive-20210325-source/texk/afm2pl/Makefile.in texlive-20210325-source/texk/afm2pl/README texlive-20210325-source/texk/afm2pl/README.DOCS texlive-20210325-source/texk/afm2pl/ac/ texlive-20210325-source/texk/afm2pl/ac/withenable.ac texlive-20210325-source/texk/afm2pl/aclocal.m4 texlive-20210325-source/texk/afm2pl/afm2pl.1 texlive-20210325-source/texk/afm2pl/afm2pl.c texlive-20210325-source/texk/afm2pl/afm2pl.test texlive-20210325-source/texk/afm2pl/afm2pl.xml texlive-20210325-source/texk/afm2pl/c-auto.in texlive-20210325-source/texk/afm2pl/configure texlive-20210325-source/texk/afm2pl/configure.ac texlive-20210325-source/texk/afm2pl/tests/ texlive-20210325-source/texk/afm2pl/tests/logo10.afm texlive-20210325-source/texk/afm2pl/tests/logo10.map texlive-20210325-source/texk/afm2pl/tests/logo10.pl texlive-20210325-source/texk/bibtex-x/ texlive-20210325-source/texk/bibtex-x/00readme.txt texlive-20210325-source/texk/bibtex-x/COPYING texlive-20210325-source/texk/bibtex-x/ChangeLog texlive-20210325-source/texk/bibtex-x/HISTORY texlive-20210325-source/texk/bibtex-x/Makefile.am texlive-20210325-source/texk/bibtex-x/Makefile.in texlive-20210325-source/texk/bibtex-x/ac/ texlive-20210325-source/texk/bibtex-x/ac/bibtex-x.ac texlive-20210325-source/texk/bibtex-x/ac/withenable.ac texlive-20210325-source/texk/bibtex-x/aclocal.m4 texlive-20210325-source/texk/bibtex-x/bibtex-1.c texlive-20210325-source/texk/bibtex-x/bibtex-2.c texlive-20210325-source/texk/bibtex-x/bibtex-3.c texlive-20210325-source/texk/bibtex-x/bibtex-4.c texlive-20210325-source/texk/bibtex-x/bibtex.c texlive-20210325-source/texk/bibtex-x/bibtex.h texlive-20210325-source/texk/bibtex-x/bibtex8.1 texlive-20210325-source/texk/bibtex-x/bibtexu.1 texlive-20210325-source/texk/bibtex-x/bt371csf.zip texlive-20210325-source/texk/bibtex-x/config.h.in texlive-20210325-source/texk/bibtex-x/configure texlive-20210325-source/texk/bibtex-x/configure.ac texlive-20210325-source/texk/bibtex-x/csf/ texlive-20210325-source/texk/bibtex-x/csf/00readme.txt texlive-20210325-source/texk/bibtex-x/csf/88591lat.csf texlive-20210325-source/texk/bibtex-x/csf/88591sca.csf texlive-20210325-source/texk/bibtex-x/csf/COPYING texlive-20210325-source/texk/bibtex-x/csf/HISTORY texlive-20210325-source/texk/bibtex-x/csf/ascii.csf texlive-20210325-source/texk/bibtex-x/csf/cp437lat.csf texlive-20210325-source/texk/bibtex-x/csf/cp850lat.csf texlive-20210325-source/texk/bibtex-x/csf/cp850sca.csf texlive-20210325-source/texk/bibtex-x/csf/cp866rus.csf texlive-20210325-source/texk/bibtex-x/csf/csfile.txt texlive-20210325-source/texk/bibtex-x/csf/file_id.diz texlive-20210325-source/texk/bibtex-x/csfile.txt texlive-20210325-source/texk/bibtex-x/datatype.h texlive-20210325-source/texk/bibtex-x/dos-dj.mak texlive-20210325-source/texk/bibtex-x/dos-emx.mak texlive-20210325-source/texk/bibtex-x/file_id.diz texlive-20210325-source/texk/bibtex-x/gblprocs.h texlive-20210325-source/texk/bibtex-x/gblvars.h texlive-20210325-source/texk/bibtex-x/os2.mak texlive-20210325-source/texk/bibtex-x/sysdep.h texlive-20210325-source/texk/bibtex-x/tests/ texlive-20210325-source/texk/bibtex-x/tests/bibtex8-mem.test texlive-20210325-source/texk/bibtex-x/tests/bibtex8.test texlive-20210325-source/texk/bibtex-x/tests/bibtexu-yannis.test texlive-20210325-source/texk/bibtex-x/tests/bibtexu.test texlive-20210325-source/texk/bibtex-x/tests/sort.aux texlive-20210325-source/texk/bibtex-x/tests/sort.test texlive-20210325-source/texk/bibtex-x/tests/sort1.bbl texlive-20210325-source/texk/bibtex-x/tests/sort1.csf texlive-20210325-source/texk/bibtex-x/tests/sort2.bbl texlive-20210325-source/texk/bibtex-x/tests/sort2.csf texlive-20210325-source/texk/bibtex-x/tests/sort3.bbl texlive-20210325-source/texk/bibtex-x/tests/sort3.csf texlive-20210325-source/texk/bibtex-x/tests/testdata.bib texlive-20210325-source/texk/bibtex-x/tests/teststyle.bst texlive-20210325-source/texk/bibtex-x/tests/yannis.aux texlive-20210325-source/texk/bibtex-x/tests/yannis.bbl texlive-20210325-source/texk/bibtex-x/tests/yannis.bib texlive-20210325-source/texk/bibtex-x/unix.mak texlive-20210325-source/texk/bibtex-x/utils.c texlive-20210325-source/texk/bibtex-x/utils.h texlive-20210325-source/texk/bibtex-x/version.h texlive-20210325-source/texk/chktex/ texlive-20210325-source/texk/chktex/ChangeLog texlive-20210325-source/texk/chktex/ChkTeX.pdf texlive-20210325-source/texk/chktex/ChkTeX.tex texlive-20210325-source/texk/chktex/Makefile.am texlive-20210325-source/texk/chktex/Makefile.in texlive-20210325-source/texk/chktex/TLpatches/ texlive-20210325-source/texk/chktex/TLpatches/ChangeLog texlive-20210325-source/texk/chktex/TLpatches/TL-Changes texlive-20210325-source/texk/chktex/TLpatches/patch-04-finderrs texlive-20210325-source/texk/chktex/ac/ texlive-20210325-source/texk/chktex/ac/withenable.ac texlive-20210325-source/texk/chktex/aclocal.m4 texlive-20210325-source/texk/chktex/chktex-src/ texlive-20210325-source/texk/chktex/chktex-src/COPYING texlive-20210325-source/texk/chktex/chktex-src/ChkTeX.c texlive-20210325-source/texk/chktex/chktex-src/ChkTeX.h texlive-20210325-source/texk/chktex/chktex-src/ChkTeX.tex.in texlive-20210325-source/texk/chktex/chktex-src/ChkTeX.texrc texlive-20210325-source/texk/chktex/chktex-src/FindErrs.c texlive-20210325-source/texk/chktex/chktex-src/FindErrs.h texlive-20210325-source/texk/chktex/chktex-src/MakeHTML.pl texlive-20210325-source/texk/chktex/chktex-src/Makefile.in texlive-20210325-source/texk/chktex/chktex-src/NEWS texlive-20210325-source/texk/chktex/chktex-src/OpSys.c texlive-20210325-source/texk/chktex/chktex-src/OpSys.h texlive-20210325-source/texk/chktex/chktex-src/README texlive-20210325-source/texk/chktex/chktex-src/Resource.c texlive-20210325-source/texk/chktex/chktex-src/Resource.h texlive-20210325-source/texk/chktex/chktex-src/Test.nore.out texlive-20210325-source/texk/chktex/chktex-src/Test.pcre.out texlive-20210325-source/texk/chktex/chktex-src/Test.posix-ere.out texlive-20210325-source/texk/chktex/chktex-src/Test.tex texlive-20210325-source/texk/chktex/chktex-src/Utility.c texlive-20210325-source/texk/chktex/chktex-src/Utility.h texlive-20210325-source/texk/chktex/chktex-src/autogen.sh texlive-20210325-source/texk/chktex/chktex-src/chktex.1 texlive-20210325-source/texk/chktex/chktex-src/chktexrc texlive-20210325-source/texk/chktex/chktex-src/chkweb.1 texlive-20210325-source/texk/chktex/chktex-src/chkweb.sh texlive-20210325-source/texk/chktex/chktex-src/configure.in texlive-20210325-source/texk/chktex/chktex-src/deweb.1 texlive-20210325-source/texk/chktex/chktex-src/deweb.in texlive-20210325-source/texk/chktex/chktex-src/input.tex texlive-20210325-source/texk/chktex/chktex-src/lacheck texlive-20210325-source/texk/chktex/chktex-src/m4/ texlive-20210325-source/texk/chktex/chktex-src/m4/ax_cflags_strict_prototypes.m4 texlive-20210325-source/texk/chktex/chktex-src/m4/vl_prog_cc_warnings.m4 texlive-20210325-source/texk/chktex/chktex-src/rmeheader.in texlive-20210325-source/texk/chktex/chktex-src/types.h texlive-20210325-source/texk/chktex/chktex.test texlive-20210325-source/texk/chktex/config.h.in texlive-20210325-source/texk/chktex/configure texlive-20210325-source/texk/chktex/configure.ac texlive-20210325-source/texk/chktex/regex/ texlive-20210325-source/texk/chktex/regex/COPYING.LIB texlive-20210325-source/texk/chktex/regex/README texlive-20210325-source/texk/chktex/regex/regcomp.c texlive-20210325-source/texk/chktex/regex/regex.c texlive-20210325-source/texk/chktex/regex/regex.h texlive-20210325-source/texk/chktex/regex/regex_internal.c texlive-20210325-source/texk/chktex/regex/regex_internal.h texlive-20210325-source/texk/chktex/regex/regexec.c texlive-20210325-source/texk/chktex/version.ac texlive-20210325-source/texk/cjkutils/ texlive-20210325-source/texk/cjkutils/ChangeLog texlive-20210325-source/texk/cjkutils/Makefile.am texlive-20210325-source/texk/cjkutils/Makefile.in texlive-20210325-source/texk/cjkutils/TLpatches/ texlive-20210325-source/texk/cjkutils/TLpatches/ChangeLog texlive-20210325-source/texk/cjkutils/TLpatches/TL-Changes texlive-20210325-source/texk/cjkutils/TLpatches/patch-04-mingw64 texlive-20210325-source/texk/cjkutils/ac/ texlive-20210325-source/texk/cjkutils/ac/withenable.ac texlive-20210325-source/texk/cjkutils/aclocal.m4 texlive-20210325-source/texk/cjkutils/bg5conv.c texlive-20210325-source/texk/cjkutils/bg5conv.test texlive-20210325-source/texk/cjkutils/c-auto.in texlive-20210325-source/texk/cjkutils/cef5conv.c texlive-20210325-source/texk/cjkutils/cef5conv.test texlive-20210325-source/texk/cjkutils/cefconv.c texlive-20210325-source/texk/cjkutils/cefconv.test texlive-20210325-source/texk/cjkutils/cefsconv.c texlive-20210325-source/texk/cjkutils/cefsconv.test texlive-20210325-source/texk/cjkutils/cjkutils-src/ texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/ texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5conv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5conv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5conv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5latex texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5latex.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5latex.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/Bg5conv/bg5pdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/ texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5conv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5conv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5conv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5latex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5ltx.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5ltx.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cef5pdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefconv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefconv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefconv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/ceflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/ceflatex.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/ceflatex.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefpdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefsconv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefsconv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefsconv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefslatex texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefsltx.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefsltx.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/CEFconv/cefspdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/ChangeLog texlive-20210325-source/texk/cjkutils/cjkutils-src/README texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/ texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjisconv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjisconv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjisconv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjislatex texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjisltx.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjisltx.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/SJISconv/sjispdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/cjklatex/ texlive-20210325-source/texk/cjkutils/cjkutils-src/cjklatex/cjklatex.c texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/ texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/bg5+latex texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/bg5+pdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/bg5pltx.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/bg5pltx.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/extconv.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/extconv.c texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/extconv.w texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/gbklatex texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/gbklatex.bat texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/gbklatex.cmd texlive-20210325-source/texk/cjkutils/cjkutils-src/extconv/gbkpdflatex texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/ texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/Makefile.gnu texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/Makefile.in texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/README texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/ texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/README texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/b5ka12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/b5kr12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/b5so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c1so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c2so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c3so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c4so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c5so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c6so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/c7so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/csso12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/gsfs14.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/j2so12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/jsso12.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/cfg/ksso17.cfg texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/configure.ac texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/dvidrv.btm texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/emdir.c texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/emdir.h texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/emtexdir.c texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/emtexdir.h texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf.c texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf.h texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf2gf.1 texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf2gf.c texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf2gf.def texlive-20210325-source/texk/cjkutils/cjkutils-src/hbf2gf/hbf2gf.w texlive-20210325-source/texk/cjkutils/configure texlive-20210325-source/texk/cjkutils/configure.ac texlive-20210325-source/texk/cjkutils/extconv.c texlive-20210325-source/texk/cjkutils/extconv.test texlive-20210325-source/texk/cjkutils/hbf2gf.c texlive-20210325-source/texk/cjkutils/hbf2gf.dvi texlive-20210325-source/texk/cjkutils/hbf2gf.idx texlive-20210325-source/texk/cjkutils/hbf2gf.scn texlive-20210325-source/texk/cjkutils/hbf2gf.tex texlive-20210325-source/texk/cjkutils/sjisconv.c texlive-20210325-source/texk/cjkutils/sjisconv.test texlive-20210325-source/texk/cjkutils/tests/ texlive-20210325-source/texk/cjkutils/tests/bg5conv.cjk texlive-20210325-source/texk/cjkutils/tests/bg5conv.tex texlive-20210325-source/texk/cjkutils/tests/cef5conv.cjk texlive-20210325-source/texk/cjkutils/tests/cef5conv.tex texlive-20210325-source/texk/cjkutils/tests/cefconv.cjk texlive-20210325-source/texk/cjkutils/tests/cefconv.tex texlive-20210325-source/texk/cjkutils/tests/cefsconv.cjk texlive-20210325-source/texk/cjkutils/tests/cefsconv.tex texlive-20210325-source/texk/cjkutils/tests/extconv.cjk texlive-20210325-source/texk/cjkutils/tests/extconv.tex texlive-20210325-source/texk/cjkutils/tests/sjisconv.cjk texlive-20210325-source/texk/cjkutils/tests/sjisconv.tex texlive-20210325-source/texk/cjkutils/version.ac texlive-20210325-source/texk/configure texlive-20210325-source/texk/configure.ac texlive-20210325-source/texk/detex/ texlive-20210325-source/texk/detex/ChangeLog texlive-20210325-source/texk/detex/Makefile.am texlive-20210325-source/texk/detex/Makefile.in texlive-20210325-source/texk/detex/TLpatches/ texlive-20210325-source/texk/detex/TLpatches/ChangeLog texlive-20210325-source/texk/detex/TLpatches/TL-Changes texlive-20210325-source/texk/detex/ac/ texlive-20210325-source/texk/detex/ac/withenable.ac texlive-20210325-source/texk/detex/aclocal.m4 texlive-20210325-source/texk/detex/c-auto.in texlive-20210325-source/texk/detex/configure texlive-20210325-source/texk/detex/configure.ac texlive-20210325-source/texk/detex/detex-src/ texlive-20210325-source/texk/detex/detex-src/COPYRIGHT texlive-20210325-source/texk/detex/detex-src/ChangeLog texlive-20210325-source/texk/detex/detex-src/INSTALL texlive-20210325-source/texk/detex/detex-src/Makefile texlive-20210325-source/texk/detex/detex-src/README texlive-20210325-source/texk/detex/detex-src/detex.c texlive-20210325-source/texk/detex/detex-src/detex.h texlive-20210325-source/texk/detex/detex-src/detex.l texlive-20210325-source/texk/detex/detex-src/detex.man texlive-20210325-source/texk/detex/detex.test texlive-20210325-source/texk/detex/test.lout texlive-20210325-source/texk/detex/test.tex texlive-20210325-source/texk/detex/test.tout texlive-20210325-source/texk/dtl/ texlive-20210325-source/texk/dtl/ChangeLog texlive-20210325-source/texk/dtl/Makefile.am texlive-20210325-source/texk/dtl/Makefile.in texlive-20210325-source/texk/dtl/README texlive-20210325-source/texk/dtl/ac/ texlive-20210325-source/texk/dtl/ac/withenable.ac texlive-20210325-source/texk/dtl/aclocal.m4 texlive-20210325-source/texk/dtl/config.h.in texlive-20210325-source/texk/dtl/configure texlive-20210325-source/texk/dtl/configure.ac texlive-20210325-source/texk/dtl/dt2dv.c texlive-20210325-source/texk/dtl/dt2dv.man texlive-20210325-source/texk/dtl/dtl.doc texlive-20210325-source/texk/dtl/dtl.h texlive-20210325-source/texk/dtl/dtl.test texlive-20210325-source/texk/dtl/dv2dt.c texlive-20210325-source/texk/dtl/dv2dt.man texlive-20210325-source/texk/dtl/dvi.doc texlive-20210325-source/texk/dtl/edited.txt texlive-20210325-source/texk/dtl/example.tex texlive-20210325-source/texk/dtl/hello.tex texlive-20210325-source/texk/dtl/man2ps texlive-20210325-source/texk/dtl/tripvdu.tex texlive-20210325-source/texk/dvi2tty/ texlive-20210325-source/texk/dvi2tty/ChangeLog texlive-20210325-source/texk/dvi2tty/Makefile.am texlive-20210325-source/texk/dvi2tty/Makefile.in texlive-20210325-source/texk/dvi2tty/ac/ texlive-20210325-source/texk/dvi2tty/ac/withenable.ac texlive-20210325-source/texk/dvi2tty/aclocal.m4 texlive-20210325-source/texk/dvi2tty/c-auto.in texlive-20210325-source/texk/dvi2tty/configure texlive-20210325-source/texk/dvi2tty/configure.ac texlive-20210325-source/texk/dvi2tty/disdvi.test texlive-20210325-source/texk/dvi2tty/dvi2tty-src/ texlive-20210325-source/texk/dvi2tty/dvi2tty-src/COPYING texlive-20210325-source/texk/dvi2tty/dvi2tty-src/Changelog texlive-20210325-source/texk/dvi2tty/dvi2tty-src/DVI.format texlive-20210325-source/texk/dvi2tty/dvi2tty-src/Makefile texlive-20210325-source/texk/dvi2tty/dvi2tty-src/README texlive-20210325-source/texk/dvi2tty/dvi2tty-src/README.MAC texlive-20210325-source/texk/dvi2tty/dvi2tty-src/README.ORG texlive-20210325-source/texk/dvi2tty/dvi2tty-src/README.VMS texlive-20210325-source/texk/dvi2tty/dvi2tty-src/TODO texlive-20210325-source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/ texlive-20210325-source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/getopt.c texlive-20210325-source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h texlive-20210325-source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/unix-to-macintosh.c texlive-20210325-source/texk/dvi2tty/dvi2tty-src/commands.h texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/ texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/README.Debian texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/changelog texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/compat texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/control texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/copyright texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/dirs texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/docs texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/jdvi2tty-ascii.patch.header texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/postinst texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/prerm texlive-20210325-source/texk/dvi2tty/dvi2tty-src/debian/rules texlive-20210325-source/texk/dvi2tty/dvi2tty-src/disdvi.1 texlive-20210325-source/texk/dvi2tty/dvi2tty-src/disdvi.c texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.1 texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.DCL texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.c texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.h texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.lsm texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvi2tty.tex texlive-20210325-source/texk/dvi2tty/dvi2tty-src/dvistuff.c texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/ texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/ligtest.dvi texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/ligtest.tex texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/table.dvi texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/table.tex texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/test.dvi texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/test.tex texlive-20210325-source/texk/dvi2tty/dvi2tty-src/test/test_org.dvi texlive-20210325-source/texk/dvi2tty/dvi2tty-src/tex2ucs.h texlive-20210325-source/texk/dvi2tty/dvi2tty.test texlive-20210325-source/texk/dvi2tty/ligtest.dis texlive-20210325-source/texk/dvi2tty/ligtest.tty texlive-20210325-source/texk/dvi2tty/ligtestEu.tty texlive-20210325-source/texk/dvi2tty/ligtestu.tty texlive-20210325-source/texk/dvi2tty/table.tty texlive-20210325-source/texk/dvi2tty/tableEu.tty texlive-20210325-source/texk/dvi2tty/tableEu1.tty texlive-20210325-source/texk/dvi2tty/tableEuC.tty texlive-20210325-source/texk/dvi2tty/tableEua.tty texlive-20210325-source/texk/dvi2tty/tablec.tty texlive-20210325-source/texk/dvi2tty/tables.tty texlive-20210325-source/texk/dvi2tty/tableu.tty texlive-20210325-source/texk/dvi2tty/tableuC.tty texlive-20210325-source/texk/dvi2tty/test.tty texlive-20210325-source/texk/dvi2tty/testEu.tty texlive-20210325-source/texk/dvi2tty/testc.tty texlive-20210325-source/texk/dvi2tty/tests.tty texlive-20210325-source/texk/dvi2tty/testu.tty texlive-20210325-source/texk/dvi2tty/version.ac texlive-20210325-source/texk/dvidvi/ texlive-20210325-source/texk/dvidvi/ChangeLog texlive-20210325-source/texk/dvidvi/Makefile.am texlive-20210325-source/texk/dvidvi/Makefile.in texlive-20210325-source/texk/dvidvi/README texlive-20210325-source/texk/dvidvi/a5bookle.bat texlive-20210325-source/texk/dvidvi/a5bookle.com texlive-20210325-source/texk/dvidvi/a5bookle.hlp texlive-20210325-source/texk/dvidvi/a5test.tex texlive-20210325-source/texk/dvidvi/ac/ texlive-20210325-source/texk/dvidvi/ac/withenable.ac texlive-20210325-source/texk/dvidvi/aclocal.m4 texlive-20210325-source/texk/dvidvi/build.com texlive-20210325-source/texk/dvidvi/config.h.in texlive-20210325-source/texk/dvidvi/configure texlive-20210325-source/texk/dvidvi/configure.ac texlive-20210325-source/texk/dvidvi/doubside.bat texlive-20210325-source/texk/dvidvi/doubside.com texlive-20210325-source/texk/dvidvi/doubside.hlp texlive-20210325-source/texk/dvidvi/dvidvi.1 texlive-20210325-source/texk/dvidvi/dvidvi.c texlive-20210325-source/texk/dvidvi/dvidvi.kohm-patch texlive-20210325-source/texk/dvidvi/dvidvi.test texlive-20210325-source/texk/dvidvi/dvisamp.tex texlive-20210325-source/texk/dvidvi/tests/ texlive-20210325-source/texk/dvidvi/tests/play.dvi texlive-20210325-source/texk/dvidvi/tests/playout.2 texlive-20210325-source/texk/dvidvi/tests/playout.3 texlive-20210325-source/texk/dvidvi/tests/playtate.dvi texlive-20210325-source/texk/dviljk/ texlive-20210325-source/texk/dviljk/AUTHORS texlive-20210325-source/texk/dviljk/ChangeLog texlive-20210325-source/texk/dviljk/INSTALL texlive-20210325-source/texk/dviljk/Makefile.am texlive-20210325-source/texk/dviljk/Makefile.in texlive-20210325-source/texk/dviljk/NEWS texlive-20210325-source/texk/dviljk/README texlive-20210325-source/texk/dviljk/ac/ texlive-20210325-source/texk/dviljk/ac/withenable.ac texlive-20210325-source/texk/dviljk/aclocal.m4 texlive-20210325-source/texk/dviljk/c-auto.in texlive-20210325-source/texk/dviljk/commands.h texlive-20210325-source/texk/dviljk/config.h texlive-20210325-source/texk/dviljk/configure texlive-20210325-source/texk/dviljk/configure.ac texlive-20210325-source/texk/dviljk/dvi2xx.c texlive-20210325-source/texk/dviljk/dvi2xx.h texlive-20210325-source/texk/dviljk/dvihp texlive-20210325-source/texk/dviljk/dvihp.man texlive-20210325-source/texk/dviljk/dvilj.man texlive-20210325-source/texk/dviljk/dvilj.pod texlive-20210325-source/texk/dviljk/tfm.c texlive-20210325-source/texk/dviljk/tfm.h texlive-20210325-source/texk/dviljk/win32/ texlive-20210325-source/texk/dviljk/win32/ChangeLog texlive-20210325-source/texk/dviljk/win32/Makefile.am texlive-20210325-source/texk/dviljk/win32/Makefile.in texlive-20210325-source/texk/dviljk/win32/dvihp.c texlive-20210325-source/texk/dviljk/win32/mktex.h texlive-20210325-source/texk/dviljk/win32/mktexlib.h texlive-20210325-source/texk/dviljk/win32/stackenv.c texlive-20210325-source/texk/dviljk/win32/stackenv.h texlive-20210325-source/texk/dviout-util/ texlive-20210325-source/texk/dviout-util/COPYING texlive-20210325-source/texk/dviout-util/ChangeLog texlive-20210325-source/texk/dviout-util/Makefile.am texlive-20210325-source/texk/dviout-util/Makefile.in texlive-20210325-source/texk/dviout-util/README texlive-20210325-source/texk/dviout-util/ac/ texlive-20210325-source/texk/dviout-util/ac/withenable.ac texlive-20210325-source/texk/dviout-util/aclocal.m4 texlive-20210325-source/texk/dviout-util/chkdvifont-ja.txt texlive-20210325-source/texk/dviout-util/chkdvifont.c texlive-20210325-source/texk/dviout-util/chkdvifont.man texlive-20210325-source/texk/dviout-util/chkdvifont.test texlive-20210325-source/texk/dviout-util/common.h texlive-20210325-source/texk/dviout-util/config.h.in texlive-20210325-source/texk/dviout-util/configure texlive-20210325-source/texk/dviout-util/configure.ac texlive-20210325-source/texk/dviout-util/dd.h texlive-20210325-source/texk/dviout-util/dvispc-en.txt texlive-20210325-source/texk/dviout-util/dvispc-ja.txt texlive-20210325-source/texk/dviout-util/dvispc.c texlive-20210325-source/texk/dviout-util/dvispc.man texlive-20210325-source/texk/dviout-util/dvispc.test texlive-20210325-source/texk/dviout-util/msvcdir.h texlive-20210325-source/texk/dviout-util/tests/ texlive-20210325-source/texk/dviout-util/tests/annot.dvi texlive-20210325-source/texk/dviout-util/tests/annot.tex texlive-20210325-source/texk/dviout-util/tests/cmr10.cfn texlive-20210325-source/texk/dviout-util/tests/cmr10.pk texlive-20210325-source/texk/dviout-util/tests/eufm10.cfn texlive-20210325-source/texk/dviout-util/tests/eufm10.tfm texlive-20210325-source/texk/dviout-util/tests/first.dry texlive-20210325-source/texk/dviout-util/tests/first.dvi texlive-20210325-source/texk/dviout-util/tests/first.tex texlive-20210325-source/texk/dviout-util/tests/firstout.dvi texlive-20210325-source/texk/dviout-util/tests/firstpn.dry texlive-20210325-source/texk/dviout-util/tests/firstpn.dvi texlive-20210325-source/texk/dviout-util/tests/firstpn.tex texlive-20210325-source/texk/dviout-util/tests/flatnest.dvi texlive-20210325-source/texk/dviout-util/tests/flatnest.tex texlive-20210325-source/texk/dviout-util/tests/jis.cfn texlive-20210325-source/texk/dviout-util/tests/jis.tfm texlive-20210325-source/texk/dviout-util/tests/longspec.dvi texlive-20210325-source/texk/dviout-util/tests/longspec.tex texlive-20210325-source/texk/dviout-util/tests/oldindep.cfn texlive-20210325-source/texk/dviout-util/tests/oldindep.dry texlive-20210325-source/texk/dviout-util/tests/oldindep.dvi texlive-20210325-source/texk/dviout-util/tests/oldindep.spc texlive-20210325-source/texk/dviout-util/tests/oldindep.tex texlive-20210325-source/texk/dviout-util/tests/oldindepout.dvi texlive-20210325-source/texk/dviout-util/tests/reverse.dry texlive-20210325-source/texk/dviout-util/tests/reverse.dvi texlive-20210325-source/texk/dviout-util/tests/reverse.tex texlive-20210325-source/texk/dviout-util/tests/reverseout.dvi texlive-20210325-source/texk/dviout-util/tests/skipjfmp.cfn texlive-20210325-source/texk/dviout-util/tests/skipjfmp.tfm texlive-20210325-source/texk/dviout-util/tests/tpicpn.dry texlive-20210325-source/texk/dviout-util/tests/tpicpn.dvi texlive-20210325-source/texk/dviout-util/tests/tpicpn.tex texlive-20210325-source/texk/dviout-util/tests/tpicpnout.dvi texlive-20210325-source/texk/dviout-util/tests/tpicsh.dry texlive-20210325-source/texk/dviout-util/tests/tpicsh.dvi texlive-20210325-source/texk/dviout-util/tests/tpicsh.tex texlive-20210325-source/texk/dviout-util/tests/under.dvi texlive-20210325-source/texk/dviout-util/tests/under.tex texlive-20210325-source/texk/dviout-util/tests/underout.dvi texlive-20210325-source/texk/dviout-util/tests/uparse.cfn texlive-20210325-source/texk/dviout-util/tests/uparse.tfm texlive-20210325-source/texk/dviout-util/tests/upjisr-h.cfn texlive-20210325-source/texk/dviout-util/tests/upjisr-h.vf texlive-20210325-source/texk/dviout-util/tests/upphirakakuw3-h.cfn texlive-20210325-source/texk/dviout-util/tests/upphirakakuw3-h.tfm texlive-20210325-source/texk/dviout-util/tests/upphirakakuw6-h.cfn texlive-20210325-source/texk/dviout-util/tests/upphirakakuw6-h.tfm texlive-20210325-source/texk/dvipdfm-x/ texlive-20210325-source/texk/dvipdfm-x/AUTHORS texlive-20210325-source/texk/dvipdfm-x/COPYING texlive-20210325-source/texk/dvipdfm-x/ChangeLog texlive-20210325-source/texk/dvipdfm-x/INSTALL texlive-20210325-source/texk/dvipdfm-x/Makefile.am texlive-20210325-source/texk/dvipdfm-x/Makefile.in texlive-20210325-source/texk/dvipdfm-x/README texlive-20210325-source/texk/dvipdfm-x/ac/ texlive-20210325-source/texk/dvipdfm-x/ac/withenable.ac texlive-20210325-source/texk/dvipdfm-x/aclocal.m4 texlive-20210325-source/texk/dvipdfm-x/agl.c texlive-20210325-source/texk/dvipdfm-x/agl.h texlive-20210325-source/texk/dvipdfm-x/bmpimage.c texlive-20210325-source/texk/dvipdfm-x/bmpimage.h texlive-20210325-source/texk/dvipdfm-x/cff.c texlive-20210325-source/texk/dvipdfm-x/cff.h texlive-20210325-source/texk/dvipdfm-x/cff_dict.c texlive-20210325-source/texk/dvipdfm-x/cff_dict.h texlive-20210325-source/texk/dvipdfm-x/cff_limits.h texlive-20210325-source/texk/dvipdfm-x/cff_stdstr.h texlive-20210325-source/texk/dvipdfm-x/cff_types.h texlive-20210325-source/texk/dvipdfm-x/cid.c texlive-20210325-source/texk/dvipdfm-x/cid.h texlive-20210325-source/texk/dvipdfm-x/cid_basefont.h texlive-20210325-source/texk/dvipdfm-x/cidtype0.c texlive-20210325-source/texk/dvipdfm-x/cidtype0.h texlive-20210325-source/texk/dvipdfm-x/cidtype2.c texlive-20210325-source/texk/dvipdfm-x/cidtype2.h texlive-20210325-source/texk/dvipdfm-x/cmap.c texlive-20210325-source/texk/dvipdfm-x/cmap.h texlive-20210325-source/texk/dvipdfm-x/cmap_p.h texlive-20210325-source/texk/dvipdfm-x/cmap_read.c texlive-20210325-source/texk/dvipdfm-x/cmap_read.h texlive-20210325-source/texk/dvipdfm-x/cmap_write.c texlive-20210325-source/texk/dvipdfm-x/cmap_write.h texlive-20210325-source/texk/dvipdfm-x/config.h.in texlive-20210325-source/texk/dvipdfm-x/configure texlive-20210325-source/texk/dvipdfm-x/configure.ac texlive-20210325-source/texk/dvipdfm-x/cs_type2.c texlive-20210325-source/texk/dvipdfm-x/cs_type2.h texlive-20210325-source/texk/dvipdfm-x/data/ texlive-20210325-source/texk/dvipdfm-x/data/Adobe-Japan1-YuMincho-Regular texlive-20210325-source/texk/dvipdfm-x/data/EUC-UCS2 texlive-20210325-source/texk/dvipdfm-x/data/cid-x.map texlive-20210325-source/texk/dvipdfm-x/data/dvipdfmx.cfg texlive-20210325-source/texk/dvipdfm-x/data/glyphlist.txt texlive-20210325-source/texk/dvipdfm-x/data/pdfglyphlist.txt texlive-20210325-source/texk/dvipdfm-x/dpxconf.c texlive-20210325-source/texk/dvipdfm-x/dpxconf.h texlive-20210325-source/texk/dvipdfm-x/dpxcrypt.c texlive-20210325-source/texk/dvipdfm-x/dpxcrypt.h texlive-20210325-source/texk/dvipdfm-x/dpxfile.c texlive-20210325-source/texk/dvipdfm-x/dpxfile.h texlive-20210325-source/texk/dvipdfm-x/dpxutil.c texlive-20210325-source/texk/dvipdfm-x/dpxutil.h texlive-20210325-source/texk/dvipdfm-x/dvi.c texlive-20210325-source/texk/dvipdfm-x/dvi.h texlive-20210325-source/texk/dvipdfm-x/dvicodes.h texlive-20210325-source/texk/dvipdfm-x/dvipdfmx-upjf.test texlive-20210325-source/texk/dvipdfm-x/dvipdfmx.c texlive-20210325-source/texk/dvipdfm-x/dvipdfmx.h texlive-20210325-source/texk/dvipdfm-x/dvipdft texlive-20210325-source/texk/dvipdfm-x/epdf.c texlive-20210325-source/texk/dvipdfm-x/epdf.h texlive-20210325-source/texk/dvipdfm-x/error.c texlive-20210325-source/texk/dvipdfm-x/error.h texlive-20210325-source/texk/dvipdfm-x/fontmap.c texlive-20210325-source/texk/dvipdfm-x/fontmap.h texlive-20210325-source/texk/dvipdfm-x/jp2image.c texlive-20210325-source/texk/dvipdfm-x/jp2image.h texlive-20210325-source/texk/dvipdfm-x/jpegimage.c texlive-20210325-source/texk/dvipdfm-x/jpegimage.h texlive-20210325-source/texk/dvipdfm-x/man/ texlive-20210325-source/texk/dvipdfm-x/man/dvipdfmx.1 texlive-20210325-source/texk/dvipdfm-x/man/dvipdft.1 texlive-20210325-source/texk/dvipdfm-x/man/extractbb.1 texlive-20210325-source/texk/dvipdfm-x/mem.c texlive-20210325-source/texk/dvipdfm-x/mem.h texlive-20210325-source/texk/dvipdfm-x/mfileio.c texlive-20210325-source/texk/dvipdfm-x/mfileio.h texlive-20210325-source/texk/dvipdfm-x/mpost.c texlive-20210325-source/texk/dvipdfm-x/mpost.h texlive-20210325-source/texk/dvipdfm-x/mt19937ar.c texlive-20210325-source/texk/dvipdfm-x/numbers.c texlive-20210325-source/texk/dvipdfm-x/numbers.h texlive-20210325-source/texk/dvipdfm-x/otl_opt.c texlive-20210325-source/texk/dvipdfm-x/otl_opt.h texlive-20210325-source/texk/dvipdfm-x/pdfcolor.c texlive-20210325-source/texk/dvipdfm-x/pdfcolor.h texlive-20210325-source/texk/dvipdfm-x/pdfdev.c texlive-20210325-source/texk/dvipdfm-x/pdfdev.h texlive-20210325-source/texk/dvipdfm-x/pdfdoc.c texlive-20210325-source/texk/dvipdfm-x/pdfdoc.h texlive-20210325-source/texk/dvipdfm-x/pdfdraw.c texlive-20210325-source/texk/dvipdfm-x/pdfdraw.h texlive-20210325-source/texk/dvipdfm-x/pdfencoding.c texlive-20210325-source/texk/dvipdfm-x/pdfencoding.h texlive-20210325-source/texk/dvipdfm-x/pdfencrypt.c texlive-20210325-source/texk/dvipdfm-x/pdfencrypt.h texlive-20210325-source/texk/dvipdfm-x/pdffont.c texlive-20210325-source/texk/dvipdfm-x/pdffont.h texlive-20210325-source/texk/dvipdfm-x/pdflimits.h texlive-20210325-source/texk/dvipdfm-x/pdfnames.c texlive-20210325-source/texk/dvipdfm-x/pdfnames.h texlive-20210325-source/texk/dvipdfm-x/pdfobj.c texlive-20210325-source/texk/dvipdfm-x/pdfobj.h texlive-20210325-source/texk/dvipdfm-x/pdfparse.c texlive-20210325-source/texk/dvipdfm-x/pdfparse.h texlive-20210325-source/texk/dvipdfm-x/pdfresource.c texlive-20210325-source/texk/dvipdfm-x/pdfresource.h texlive-20210325-source/texk/dvipdfm-x/pdfximage.c texlive-20210325-source/texk/dvipdfm-x/pdfximage.h texlive-20210325-source/texk/dvipdfm-x/pkfont.c texlive-20210325-source/texk/dvipdfm-x/pkfont.h texlive-20210325-source/texk/dvipdfm-x/pngimage.c texlive-20210325-source/texk/dvipdfm-x/pngimage.h texlive-20210325-source/texk/dvipdfm-x/pst.c texlive-20210325-source/texk/dvipdfm-x/pst.h texlive-20210325-source/texk/dvipdfm-x/pst_obj.c texlive-20210325-source/texk/dvipdfm-x/pst_obj.h texlive-20210325-source/texk/dvipdfm-x/sfnt.c texlive-20210325-source/texk/dvipdfm-x/sfnt.h texlive-20210325-source/texk/dvipdfm-x/spc_color.c texlive-20210325-source/texk/dvipdfm-x/spc_color.h texlive-20210325-source/texk/dvipdfm-x/spc_dvipdfmx.c texlive-20210325-source/texk/dvipdfm-x/spc_dvipdfmx.h texlive-20210325-source/texk/dvipdfm-x/spc_dvips.c texlive-20210325-source/texk/dvipdfm-x/spc_dvips.h texlive-20210325-source/texk/dvipdfm-x/spc_html.c texlive-20210325-source/texk/dvipdfm-x/spc_html.h texlive-20210325-source/texk/dvipdfm-x/spc_misc.c texlive-20210325-source/texk/dvipdfm-x/spc_misc.h texlive-20210325-source/texk/dvipdfm-x/spc_pdfm.c texlive-20210325-source/texk/dvipdfm-x/spc_pdfm.h texlive-20210325-source/texk/dvipdfm-x/spc_tpic.c texlive-20210325-source/texk/dvipdfm-x/spc_tpic.h texlive-20210325-source/texk/dvipdfm-x/spc_util.c texlive-20210325-source/texk/dvipdfm-x/spc_util.h texlive-20210325-source/texk/dvipdfm-x/spc_xtx.c texlive-20210325-source/texk/dvipdfm-x/spc_xtx.h texlive-20210325-source/texk/dvipdfm-x/specials.c texlive-20210325-source/texk/dvipdfm-x/specials.h texlive-20210325-source/texk/dvipdfm-x/subfont.c texlive-20210325-source/texk/dvipdfm-x/subfont.h texlive-20210325-source/texk/dvipdfm-x/system.h texlive-20210325-source/texk/dvipdfm-x/t1_char.c texlive-20210325-source/texk/dvipdfm-x/t1_char.h texlive-20210325-source/texk/dvipdfm-x/t1_load.c texlive-20210325-source/texk/dvipdfm-x/t1_load.h texlive-20210325-source/texk/dvipdfm-x/tests/ texlive-20210325-source/texk/dvipdfm-x/tests/Makefile_upjf texlive-20210325-source/texk/dvipdfm-x/tests/UPJF-UTF16-H texlive-20210325-source/texk/dvipdfm-x/tests/annot.dvi texlive-20210325-source/texk/dvipdfm-x/tests/annot.tex texlive-20210325-source/texk/dvipdfm-x/tests/bookm.dvi texlive-20210325-source/texk/dvipdfm-x/tests/bookm.tex texlive-20210325-source/texk/dvipdfm-x/tests/cmr10.pfb texlive-20210325-source/texk/dvipdfm-x/tests/cmr10.tfm texlive-20210325-source/texk/dvipdfm-x/tests/dvipdfmx.cfg texlive-20210325-source/texk/dvipdfm-x/tests/fullmap.dvi texlive-20210325-source/texk/dvipdfm-x/tests/fullmap.tex texlive-20210325-source/texk/dvipdfm-x/tests/ids_2_6.dvi texlive-20210325-source/texk/dvipdfm-x/tests/ids_3_2.dvi texlive-20210325-source/texk/dvipdfm-x/tests/ids_a_b.dvi texlive-20210325-source/texk/dvipdfm-x/tests/image.bmp texlive-20210325-source/texk/dvipdfm-x/tests/image.dvi texlive-20210325-source/texk/dvipdfm-x/tests/image.jp2 texlive-20210325-source/texk/dvipdfm-x/tests/image.jpeg texlive-20210325-source/texk/dvipdfm-x/tests/image.pdf texlive-20210325-source/texk/dvipdfm-x/tests/image.png texlive-20210325-source/texk/dvipdfm-x/tests/image.tex texlive-20210325-source/texk/dvipdfm-x/tests/opc_fe.dvi texlive-20210325-source/texk/dvipdfm-x/tests/paper.dvi texlive-20210325-source/texk/dvipdfm-x/tests/paper.tex texlive-20210325-source/texk/dvipdfm-x/tests/picbmp.bb texlive-20210325-source/texk/dvipdfm-x/tests/picbmp.xbb texlive-20210325-source/texk/dvipdfm-x/tests/picjp2.bb texlive-20210325-source/texk/dvipdfm-x/tests/picjp2.xbb texlive-20210325-source/texk/dvipdfm-x/tests/picjpeg.bb texlive-20210325-source/texk/dvipdfm-x/tests/picjpeg.xbb texlive-20210325-source/texk/dvipdfm-x/tests/picpdf.bb texlive-20210325-source/texk/dvipdfm-x/tests/picpdf.xbb texlive-20210325-source/texk/dvipdfm-x/tests/picpng.bb texlive-20210325-source/texk/dvipdfm-x/tests/picpng.xbb texlive-20210325-source/texk/dvipdfm-x/tests/psfonts.map texlive-20210325-source/texk/dvipdfm-x/tests/ptex.dvi texlive-20210325-source/texk/dvipdfm-x/tests/ptx_2_2.dvi texlive-20210325-source/texk/dvipdfm-x/tests/ptx_6_6.dvi texlive-20210325-source/texk/dvipdfm-x/tests/resrc.dvi texlive-20210325-source/texk/dvipdfm-x/tests/resrc.tex texlive-20210325-source/texk/dvipdfm-x/tests/rev_2_2.dvi texlive-20210325-source/texk/dvipdfm-x/tests/rev_2_3.dvi texlive-20210325-source/texk/dvipdfm-x/tests/reverse.dvi texlive-20210325-source/texk/dvipdfm-x/tests/test.ttc texlive-20210325-source/texk/dvipdfm-x/tests/test_extended_color.tex texlive-20210325-source/texk/dvipdfm-x/tests/ttc.dvi texlive-20210325-source/texk/dvipdfm-x/tests/ttc.tex texlive-20210325-source/texk/dvipdfm-x/tests/upjf-g.tfm texlive-20210325-source/texk/dvipdfm-x/tests/upjf-r.tfm texlive-20210325-source/texk/dvipdfm-x/tests/upjf.dvi texlive-20210325-source/texk/dvipdfm-x/tests/upjf.map texlive-20210325-source/texk/dvipdfm-x/tests/upjf.tex texlive-20210325-source/texk/dvipdfm-x/tests/upjf.tfm texlive-20210325-source/texk/dvipdfm-x/tests/upjf_full.cnf texlive-20210325-source/texk/dvipdfm-x/tests/upjf_full.vf texlive-20210325-source/texk/dvipdfm-x/tests/upjf_omit.cnf texlive-20210325-source/texk/dvipdfm-x/tests/upjf_omit.vf texlive-20210325-source/texk/dvipdfm-x/tests/void.dvi texlive-20210325-source/texk/dvipdfm-x/tests/xbmc.dvi texlive-20210325-source/texk/dvipdfm-x/tests/xbmc.tex texlive-20210325-source/texk/dvipdfm-x/tests/xbmc10.600pk texlive-20210325-source/texk/dvipdfm-x/tests/xbmc10.tfm texlive-20210325-source/texk/dvipdfm-x/tfm.c texlive-20210325-source/texk/dvipdfm-x/tfm.h texlive-20210325-source/texk/dvipdfm-x/truetype.c texlive-20210325-source/texk/dvipdfm-x/truetype.h texlive-20210325-source/texk/dvipdfm-x/tt_aux.c texlive-20210325-source/texk/dvipdfm-x/tt_aux.h texlive-20210325-source/texk/dvipdfm-x/tt_cmap.c texlive-20210325-source/texk/dvipdfm-x/tt_cmap.h texlive-20210325-source/texk/dvipdfm-x/tt_glyf.c texlive-20210325-source/texk/dvipdfm-x/tt_glyf.h texlive-20210325-source/texk/dvipdfm-x/tt_gsub.c texlive-20210325-source/texk/dvipdfm-x/tt_gsub.h texlive-20210325-source/texk/dvipdfm-x/tt_post.c texlive-20210325-source/texk/dvipdfm-x/tt_post.h texlive-20210325-source/texk/dvipdfm-x/tt_table.c texlive-20210325-source/texk/dvipdfm-x/tt_table.h texlive-20210325-source/texk/dvipdfm-x/type0.c texlive-20210325-source/texk/dvipdfm-x/type0.h texlive-20210325-source/texk/dvipdfm-x/type1.c texlive-20210325-source/texk/dvipdfm-x/type1.h texlive-20210325-source/texk/dvipdfm-x/type1c.c texlive-20210325-source/texk/dvipdfm-x/type1c.h texlive-20210325-source/texk/dvipdfm-x/unicode.c texlive-20210325-source/texk/dvipdfm-x/unicode.h texlive-20210325-source/texk/dvipdfm-x/vf.c texlive-20210325-source/texk/dvipdfm-x/vf.h texlive-20210325-source/texk/dvipdfm-x/xbb.c texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-ann.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-bad.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-bb.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-bkm.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-psz.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-ptx.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-res.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-rev.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfm-ttc.test texlive-20210325-source/texk/dvipdfm-x/xdvipdfmx.test texlive-20210325-source/texk/dvipng/ texlive-20210325-source/texk/dvipng/ChangeLog texlive-20210325-source/texk/dvipng/Makefile.am texlive-20210325-source/texk/dvipng/Makefile.in texlive-20210325-source/texk/dvipng/TLpatches/ texlive-20210325-source/texk/dvipng/TLpatches/ChangeLog texlive-20210325-source/texk/dvipng/TLpatches/TL-Changes texlive-20210325-source/texk/dvipng/TLpatches/patch-08-win32 texlive-20210325-source/texk/dvipng/ac/ texlive-20210325-source/texk/dvipng/ac/dvipng.ac texlive-20210325-source/texk/dvipng/ac/withenable.ac texlive-20210325-source/texk/dvipng/aclocal.m4 texlive-20210325-source/texk/dvipng/config.h.in texlive-20210325-source/texk/dvipng/configure texlive-20210325-source/texk/dvipng/configure.ac texlive-20210325-source/texk/dvipng/doc/ texlive-20210325-source/texk/dvipng/doc/Makefile.am texlive-20210325-source/texk/dvipng/doc/Makefile.in texlive-20210325-source/texk/dvipng/doc/dvipng.1 texlive-20210325-source/texk/dvipng/doc/dvipng.help texlive-20210325-source/texk/dvipng/doc/dvipng.info texlive-20210325-source/texk/dvipng/doc/dvipng.texi texlive-20210325-source/texk/dvipng/doc/install.texi texlive-20210325-source/texk/dvipng/doc/macros.texi texlive-20210325-source/texk/dvipng/doc/readme.texi texlive-20210325-source/texk/dvipng/doc/texi2pod.pl texlive-20210325-source/texk/dvipng/dvipng-src/ texlive-20210325-source/texk/dvipng/dvipng-src/COPYING texlive-20210325-source/texk/dvipng/dvipng-src/COPYING.LESSER texlive-20210325-source/texk/dvipng/dvipng-src/COPYING.gd texlive-20210325-source/texk/dvipng/dvipng-src/ChangeLog texlive-20210325-source/texk/dvipng/dvipng-src/ChangeLog.0 texlive-20210325-source/texk/dvipng/dvipng-src/INSTALL texlive-20210325-source/texk/dvipng/dvipng-src/Makefile.in texlive-20210325-source/texk/dvipng/dvipng-src/README texlive-20210325-source/texk/dvipng/dvipng-src/RELEASE texlive-20210325-source/texk/dvipng/dvipng-src/acinclude.m4 texlive-20210325-source/texk/dvipng/dvipng-src/aclocal.m4 texlive-20210325-source/texk/dvipng/dvipng-src/color.c texlive-20210325-source/texk/dvipng/dvipng-src/commands.h texlive-20210325-source/texk/dvipng/dvipng-src/config.h.in texlive-20210325-source/texk/dvipng/dvipng-src/configure.ac texlive-20210325-source/texk/dvipng/dvipng-src/draw.c texlive-20210325-source/texk/dvipng/dvipng-src/dvi.c texlive-20210325-source/texk/dvipng/dvipng-src/dvipng.1 texlive-20210325-source/texk/dvipng/dvipng-src/dvipng.c texlive-20210325-source/texk/dvipng/dvipng-src/dvipng.h texlive-20210325-source/texk/dvipng/dvipng-src/dvipng.texi texlive-20210325-source/texk/dvipng/dvipng-src/enc.c texlive-20210325-source/texk/dvipng/dvipng-src/font.c texlive-20210325-source/texk/dvipng/dvipng-src/fontmap.c texlive-20210325-source/texk/dvipng/dvipng-src/ft.c texlive-20210325-source/texk/dvipng/dvipng-src/install.texi texlive-20210325-source/texk/dvipng/dvipng-src/macros.texi texlive-20210325-source/texk/dvipng/dvipng-src/miktex.h texlive-20210325-source/texk/dvipng/dvipng-src/miktex.mak texlive-20210325-source/texk/dvipng/dvipng-src/misc.c texlive-20210325-source/texk/dvipng/dvipng-src/papersiz.c texlive-20210325-source/texk/dvipng/dvipng-src/pk.c texlive-20210325-source/texk/dvipng/dvipng-src/ppagelist.c texlive-20210325-source/texk/dvipng/dvipng-src/readme.texi texlive-20210325-source/texk/dvipng/dvipng-src/set.c texlive-20210325-source/texk/dvipng/dvipng-src/sfd.c texlive-20210325-source/texk/dvipng/dvipng-src/special.c texlive-20210325-source/texk/dvipng/dvipng-src/test_dvipng.tex texlive-20210325-source/texk/dvipng/dvipng-src/tfm.c texlive-20210325-source/texk/dvipng/dvipng-src/vf.c texlive-20210325-source/texk/dvipng/dvipng-test.dvi texlive-20210325-source/texk/dvipng/dvipng.test texlive-20210325-source/texk/dvipng/help/ texlive-20210325-source/texk/dvipng/help/Makefile.am texlive-20210325-source/texk/dvipng/help/Makefile.in texlive-20210325-source/texk/dvipng/m4/ texlive-20210325-source/texk/dvipng/m4/gs-device.m4 texlive-20210325-source/texk/dvipng/m4/makeinfo.m4 texlive-20210325-source/texk/dvipng/version.ac texlive-20210325-source/texk/dvipos/ texlive-20210325-source/texk/dvipos/ChangeLog texlive-20210325-source/texk/dvipos/Makefile.am texlive-20210325-source/texk/dvipos/Makefile.in texlive-20210325-source/texk/dvipos/ac/ texlive-20210325-source/texk/dvipos/ac/withenable.ac texlive-20210325-source/texk/dvipos/aclocal.m4 texlive-20210325-source/texk/dvipos/config.h.in texlive-20210325-source/texk/dvipos/configure texlive-20210325-source/texk/dvipos/configure.ac texlive-20210325-source/texk/dvipos/dvicore.c texlive-20210325-source/texk/dvipos/dvicore.h texlive-20210325-source/texk/dvipos/dvipos.1 texlive-20210325-source/texk/dvipos/dvipos.c texlive-20210325-source/texk/dvipos/dvipos.test texlive-20210325-source/texk/dvipos/miktex.mak texlive-20210325-source/texk/dvipos/tests/ texlive-20210325-source/texk/dvipos/tests/play.dvi texlive-20210325-source/texk/dvipos/tests/play.loc texlive-20210325-source/texk/dvipos/tests/play.pos texlive-20210325-source/texk/dvipos/tests/ptmr.tfm texlive-20210325-source/texk/dvipos/tfm.c texlive-20210325-source/texk/dvipos/tfm.h texlive-20210325-source/texk/dvipos/utils.c texlive-20210325-source/texk/dvipos/utils.h texlive-20210325-source/texk/dvipsk/ texlive-20210325-source/texk/dvipsk/AUTHORS texlive-20210325-source/texk/dvipsk/ChangeLog texlive-20210325-source/texk/dvipsk/Makefile.am texlive-20210325-source/texk/dvipsk/Makefile.in texlive-20210325-source/texk/dvipsk/NEWS texlive-20210325-source/texk/dvipsk/README texlive-20210325-source/texk/dvipsk/TODO texlive-20210325-source/texk/dvipsk/ac/ texlive-20210325-source/texk/dvipsk/ac/withenable.ac texlive-20210325-source/texk/dvipsk/aclocal.m4 texlive-20210325-source/texk/dvipsk/afm2tfm.1 texlive-20210325-source/texk/dvipsk/afm2tfm.c texlive-20210325-source/texk/dvipsk/atari/ texlive-20210325-source/texk/dvipsk/atari/makefile.atari texlive-20210325-source/texk/dvipsk/bbox.c texlive-20210325-source/texk/dvipsk/beginfontk1.test texlive-20210325-source/texk/dvipsk/bitmapenc.c texlive-20210325-source/texk/dvipsk/c-auto.in texlive-20210325-source/texk/dvipsk/cmfonts.map texlive-20210325-source/texk/dvipsk/color.c texlive-20210325-source/texk/dvipsk/color.lpro texlive-20210325-source/texk/dvipsk/config.h texlive-20210325-source/texk/dvipsk/config.ps texlive-20210325-source/texk/dvipsk/configure texlive-20210325-source/texk/dvipsk/configure.ac texlive-20210325-source/texk/dvipsk/contrib/ texlive-20210325-source/texk/dvipsk/contrib/afm-extra/ texlive-20210325-source/texk/dvipsk/contrib/afm-extra/ptmr.ed texlive-20210325-source/texk/dvipsk/contrib/afm-extra/ptmro.ed texlive-20210325-source/texk/dvipsk/contrib/colorsep.lpro texlive-20210325-source/texk/dvipsk/contrib/config.proto texlive-20210325-source/texk/dvipsk/contrib/configs/ texlive-20210325-source/texk/dvipsk/contrib/configs/2a4.ps texlive-20210325-source/texk/dvipsk/contrib/configs/config.fax texlive-20210325-source/texk/dvipsk/contrib/configs/config.lino texlive-20210325-source/texk/dvipsk/contrib/configs/config.lj2p texlive-20210325-source/texk/dvipsk/contrib/configs/config.post3x3 texlive-20210325-source/texk/dvipsk/contrib/configs/config.rokicki texlive-20210325-source/texk/dvipsk/contrib/configs/loop.ps texlive-20210325-source/texk/dvipsk/contrib/configs/mkdvipspapers texlive-20210325-source/texk/dvipsk/contrib/configs/papersize.level2 texlive-20210325-source/texk/dvipsk/contrib/configs/papersize.simple texlive-20210325-source/texk/dvipsk/contrib/configs/prepipe.ps texlive-20210325-source/texk/dvipsk/contrib/configs/showpage.ps texlive-20210325-source/texk/dvipsk/contrib/crop.lpr texlive-20210325-source/texk/dvipsk/contrib/latex209/ texlive-20210325-source/texk/dvipsk/contrib/latex209/avantgarde.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/blackdvi.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/bookman.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/chancery.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/colordvi.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/ncs.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/palatino.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/psfonts.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/psgreek.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/rotate.sty texlive-20210325-source/texk/dvipsk/contrib/latex209/times.sty texlive-20210325-source/texk/dvipsk/contrib/treen.sh texlive-20210325-source/texk/dvipsk/contrib/treen2.sh texlive-20210325-source/texk/dvipsk/contrib/volker/ texlive-20210325-source/texk/dvipsk/contrib/volker/README texlive-20210325-source/texk/dvipsk/contrib/volker/a3.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/duplong.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/dupshort.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/inv.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr100-0.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr100.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr110.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr120.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr130.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr140.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr150.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr70.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr80.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr85.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/scr90.cfg texlive-20210325-source/texk/dvipsk/contrib/volker/simplex.cfg texlive-20210325-source/texk/dvipsk/contrib/whichinpath texlive-20210325-source/texk/dvipsk/crop.lpro texlive-20210325-source/texk/dvipsk/cyrfonts.map texlive-20210325-source/texk/dvipsk/debug.h texlive-20210325-source/texk/dvipsk/dopage.c texlive-20210325-source/texk/dvipsk/dosection.c texlive-20210325-source/texk/dvipsk/dospecial.c texlive-20210325-source/texk/dvipsk/download.c texlive-20210325-source/texk/dvipsk/dpicheck.c texlive-20210325-source/texk/dvipsk/drawPS.c texlive-20210325-source/texk/dvipsk/dviinput.c texlive-20210325-source/texk/dvipsk/dvips-all.enc texlive-20210325-source/texk/dvipsk/dvips.1 texlive-20210325-source/texk/dvipsk/dvips.c texlive-20210325-source/texk/dvipsk/dvips.h texlive-20210325-source/texk/dvipsk/dvips.help texlive-20210325-source/texk/dvipsk/dvips.info texlive-20210325-source/texk/dvipsk/dvips.texi texlive-20210325-source/texk/dvipsk/eepic-nan.test texlive-20210325-source/texk/dvipsk/emspecial.c texlive-20210325-source/texk/dvipsk/eufonts.map texlive-20210325-source/texk/dvipsk/finclude.c texlive-20210325-source/texk/dvipsk/finclude.lpro texlive-20210325-source/texk/dvipsk/flib.c texlive-20210325-source/texk/dvipsk/fontdef.c texlive-20210325-source/texk/dvipsk/header.c texlive-20210325-source/texk/dvipsk/hps/ texlive-20210325-source/texk/dvipsk/hps/CHANGES_HPS.txt texlive-20210325-source/texk/dvipsk/hps/README_HPS.txt texlive-20210325-source/texk/dvipsk/hps.c texlive-20210325-source/texk/dvipsk/hps.lpro texlive-20210325-source/texk/dvipsk/lafonts.map texlive-20210325-source/texk/dvipsk/loadfont.c texlive-20210325-source/texk/dvipsk/makefont.c texlive-20210325-source/texk/dvipsk/mvs/ texlive-20210325-source/texk/dvipsk/mvs/dvipsmvs.h texlive-20210325-source/texk/dvipsk/output.c texlive-20210325-source/texk/dvipsk/papersiz.c texlive-20210325-source/texk/dvipsk/paths.h texlive-20210325-source/texk/dvipsk/pfbincl.test texlive-20210325-source/texk/dvipsk/pprescan.c texlive-20210325-source/texk/dvipsk/prescan.c texlive-20210325-source/texk/dvipsk/protos.h texlive-20210325-source/texk/dvipsk/protos_add.h texlive-20210325-source/texk/dvipsk/psfonts.map texlive-20210325-source/texk/dvipsk/ptexmac.h texlive-20210325-source/texk/dvipsk/quotecmd-test.pl texlive-20210325-source/texk/dvipsk/repack.c texlive-20210325-source/texk/dvipsk/resident.c texlive-20210325-source/texk/dvipsk/same-name.test texlive-20210325-source/texk/dvipsk/scalewidth.c texlive-20210325-source/texk/dvipsk/scanpage.c texlive-20210325-source/texk/dvipsk/search.c texlive-20210325-source/texk/dvipsk/skippage.c texlive-20210325-source/texk/dvipsk/special.lpro texlive-20210325-source/texk/dvipsk/squeeze/ texlive-20210325-source/texk/dvipsk/squeeze/Makefile.am texlive-20210325-source/texk/dvipsk/squeeze/Makefile.in texlive-20210325-source/texk/dvipsk/squeeze/aclocal.m4 texlive-20210325-source/texk/dvipsk/squeeze/configure texlive-20210325-source/texk/dvipsk/squeeze/configure.ac texlive-20210325-source/texk/dvipsk/squeeze/squeeze.c texlive-20210325-source/texk/dvipsk/t1part.c texlive-20210325-source/texk/dvipsk/t1part.h texlive-20210325-source/texk/dvipsk/test-afm2tfm.test texlive-20210325-source/texk/dvipsk/test-dvips.test texlive-20210325-source/texk/dvipsk/test-missing-image.test texlive-20210325-source/texk/dvipsk/test-overflow-buffers.test texlive-20210325-source/texk/dvipsk/testdata/ texlive-20210325-source/texk/dvipsk/testdata/8r.enc texlive-20210325-source/texk/dvipsk/testdata/Makefile_upjf texlive-20210325-source/texk/dvipsk/testdata/ad.enc texlive-20210325-source/texk/dvipsk/testdata/alt-rule.pro texlive-20210325-source/texk/dvipsk/testdata/beginfontk1.dvi texlive-20210325-source/texk/dvipsk/testdata/beginfontk1.eps texlive-20210325-source/texk/dvipsk/testdata/beginfontk1.tex texlive-20210325-source/texk/dvipsk/testdata/cmex10.pfb texlive-20210325-source/texk/dvipsk/testdata/cmex10.tfm texlive-20210325-source/texk/dvipsk/testdata/cmmi10.pfb texlive-20210325-source/texk/dvipsk/testdata/cmmi10.tfm texlive-20210325-source/texk/dvipsk/testdata/cmr10.pfb texlive-20210325-source/texk/dvipsk/testdata/cmr10.tfm texlive-20210325-source/texk/dvipsk/testdata/cmsy10.pfb texlive-20210325-source/texk/dvipsk/testdata/cmsy10.tfm texlive-20210325-source/texk/dvipsk/testdata/cmtt10.pfb texlive-20210325-source/texk/dvipsk/testdata/cmtt10.tfm texlive-20210325-source/texk/dvipsk/testdata/color.pro texlive-20210325-source/texk/dvipsk/testdata/config.pdf texlive-20210325-source/texk/dvipsk/testdata/config.ps texlive-20210325-source/texk/dvipsk/testdata/dvipstst.tex texlive-20210325-source/texk/dvipsk/testdata/dvipstst.xdv texlive-20210325-source/texk/dvipsk/testdata/dvipstst.xps texlive-20210325-source/texk/dvipsk/testdata/eepic-nan.dvi texlive-20210325-source/texk/dvipsk/testdata/eepic-nan.tex texlive-20210325-source/texk/dvipsk/testdata/intoverflow.dvi texlive-20210325-source/texk/dvipsk/testdata/missing-image.dvi texlive-20210325-source/texk/dvipsk/testdata/missing-image.tex texlive-20210325-source/texk/dvipsk/testdata/overflow-color-push.dvi texlive-20210325-source/texk/dvipsk/testdata/overflow-color-push.tex texlive-20210325-source/texk/dvipsk/testdata/overflow-epsfile.dvi texlive-20210325-source/texk/dvipsk/testdata/overflow-epsfile.tex texlive-20210325-source/texk/dvipsk/testdata/overflow-ifffile.dvi texlive-20210325-source/texk/dvipsk/testdata/overflow-ifffile.tex texlive-20210325-source/texk/dvipsk/testdata/overflow-keyword.dvi texlive-20210325-source/texk/dvipsk/testdata/overflow-keyword.tex texlive-20210325-source/texk/dvipsk/testdata/overflow-psbox.dvi texlive-20210325-source/texk/dvipsk/testdata/overflow-psbox.tex texlive-20210325-source/texk/dvipsk/testdata/pfbincl.eps texlive-20210325-source/texk/dvipsk/testdata/pfbincl.tex texlive-20210325-source/texk/dvipsk/testdata/pfbincl.xdv texlive-20210325-source/texk/dvipsk/testdata/pfbincl.xps texlive-20210325-source/texk/dvipsk/testdata/psfonts.map texlive-20210325-source/texk/dvipsk/testdata/ptmbi.vf texlive-20210325-source/texk/dvipsk/testdata/ptmbi8r.tfm texlive-20210325-source/texk/dvipsk/testdata/ptmr.vf texlive-20210325-source/texk/dvipsk/testdata/ptmr8r.tfm texlive-20210325-source/texk/dvipsk/testdata/ptmri.vf texlive-20210325-source/texk/dvipsk/testdata/ptmri8r.tfm texlive-20210325-source/texk/dvipsk/testdata/quotecmd.dvi texlive-20210325-source/texk/dvipsk/testdata/quotecmd.tex texlive-20210325-source/texk/dvipsk/testdata/special.pro texlive-20210325-source/texk/dvipsk/testdata/tex.pro texlive-20210325-source/texk/dvipsk/testdata/texc.pro texlive-20210325-source/texk/dvipsk/testdata/texps.pro texlive-20210325-source/texk/dvipsk/testdata/upjf-g.tfm texlive-20210325-source/texk/dvipsk/testdata/upjf-r.tfm texlive-20210325-source/texk/dvipsk/testdata/upjf.dvi texlive-20210325-source/texk/dvipsk/testdata/upjf.map texlive-20210325-source/texk/dvipsk/testdata/upjf.tex texlive-20210325-source/texk/dvipsk/testdata/upjf.tfm texlive-20210325-source/texk/dvipsk/testdata/upjf_full.cnf texlive-20210325-source/texk/dvipsk/testdata/upjf_full.vf texlive-20210325-source/texk/dvipsk/testdata/upjf_omit.cnf texlive-20210325-source/texk/dvipsk/testdata/upjf_omit.vf texlive-20210325-source/texk/dvipsk/testdata/vfnameoverflow.dvi texlive-20210325-source/texk/dvipsk/tex/ texlive-20210325-source/texk/dvipsk/tex/blackdvi.tex texlive-20210325-source/texk/dvipsk/tex/colordvi.tex texlive-20210325-source/texk/dvipsk/tex/rotate.tex texlive-20210325-source/texk/dvipsk/tex/rotsample.tex texlive-20210325-source/texk/dvipsk/tex.lpro texlive-20210325-source/texk/dvipsk/texc.script texlive-20210325-source/texk/dvipsk/texps.lpro texlive-20210325-source/texk/dvipsk/tfmload.c texlive-20210325-source/texk/dvipsk/unpack.c texlive-20210325-source/texk/dvipsk/uptex-vf.test texlive-20210325-source/texk/dvipsk/virtualfont.c texlive-20210325-source/texk/dvipsk/vmcms/ texlive-20210325-source/texk/dvipsk/vmcms/Makefile.IBM texlive-20210325-source/texk/dvipsk/vmcms/README.VMCMS texlive-20210325-source/texk/dvipsk/vmcms/afm2tfm.doc texlive-20210325-source/texk/dvipsk/vmcms/dvips.doc texlive-20210325-source/texk/dvipsk/vmcms/dvipscms.h texlive-20210325-source/texk/dvipsk/vms/ texlive-20210325-source/texk/dvipsk/vms/MAKETEXPK.COM texlive-20210325-source/texk/dvipsk/vms/Makefile texlive-20210325-source/texk/dvipsk/vms/README texlive-20210325-source/texk/dvipsk/vms/README.VMS texlive-20210325-source/texk/dvipsk/vms/dvips.cld texlive-20210325-source/texk/dvipsk/vms/dvips.hlp texlive-20210325-source/texk/dvipsk/vms/dvips.rnh texlive-20210325-source/texk/dvipsk/vms/make.com texlive-20210325-source/texk/dvipsk/vms/newmake.com texlive-20210325-source/texk/dvipsk/vms/texc_scr.com texlive-20210325-source/texk/dvipsk/vms/vaxcrtl.opt texlive-20210325-source/texk/dvipsk/vms/vaxvms.c texlive-20210325-source/texk/dvipsk/vms/vms.h texlive-20210325-source/texk/dvipsk/vms/vms_gcc.txt texlive-20210325-source/texk/dvipsk/vms/vms_gcc_paths.h texlive-20210325-source/texk/dvipsk/vms/vmscli.c texlive-20210325-source/texk/dvipsk/writet1.c texlive-20210325-source/texk/dvisvgm/ texlive-20210325-source/texk/dvisvgm/ChangeLog texlive-20210325-source/texk/dvisvgm/Makefile.am texlive-20210325-source/texk/dvisvgm/Makefile.in texlive-20210325-source/texk/dvisvgm/TLpatches/ texlive-20210325-source/texk/dvisvgm/TLpatches/ChangeLog texlive-20210325-source/texk/dvisvgm/TLpatches/TL-Changes texlive-20210325-source/texk/dvisvgm/TLpatches/patch-04-configure texlive-20210325-source/texk/dvisvgm/TLpatches/patch-08-makefiles texlive-20210325-source/texk/dvisvgm/ac/ texlive-20210325-source/texk/dvisvgm/ac/withenable.ac texlive-20210325-source/texk/dvisvgm/aclocal.m4 texlive-20210325-source/texk/dvisvgm/config.h.in texlive-20210325-source/texk/dvisvgm/configure texlive-20210325-source/texk/dvisvgm/configure.ac texlive-20210325-source/texk/dvisvgm/dvisvgm-src/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/AUTHORS texlive-20210325-source/texk/dvisvgm/dvisvgm-src/COPYING texlive-20210325-source/texk/dvisvgm/dvisvgm-src/ChangeLog texlive-20210325-source/texk/dvisvgm/dvisvgm-src/INSTALL texlive-20210325-source/texk/dvisvgm/dvisvgm-src/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/NEWS texlive-20210325-source/texk/dvisvgm/dvisvgm-src/README texlive-20210325-source/texk/dvisvgm/dvisvgm-src/config.h.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/configure.ac texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/conf-dblatex-man.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/conf-dblatex-pdf.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.1 texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/generate-dvisvgm-sty.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/tweak-db-refentry.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/tweak-dblatex-pdf.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/doc/tweak-dblatex-tex.py texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/LICENSE texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/constants.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/constants.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/context.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/context.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/dictionary.c ar: `u' modifier ignored since `D' is the default (see `U') texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/dictionary.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/platform.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/platform.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/transform.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/transform.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/common/version.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/backward_references.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/backward_references.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/backward_references_hq.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/backward_references_hq.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/backward_references_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/bit_cost.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/bit_cost.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/bit_cost_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/block_encoder_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/block_splitter.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/block_splitter.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/block_splitter_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/brotli_bit_stream.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/brotli_bit_stream.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/cluster.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/cluster.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/cluster_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/command.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/command.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/compress_fragment.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/compress_fragment.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/compress_fragment_two_pass.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/compress_fragment_two_pass.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/dictionary_hash.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/dictionary_hash.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/encode.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/encoder_dict.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/encoder_dict.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/entropy_encode.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/entropy_encode.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/entropy_encode_static.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/fast_log.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/fast_log.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/find_match_length.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_composite_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_forgetful_chain_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_longest_match64_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_longest_match_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_longest_match_quickly_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_rolling_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/hash_to_binary_tree_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/histogram.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/histogram.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/histogram_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/literal_cost.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/literal_cost.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/memory.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/memory.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/metablock.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/metablock.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/metablock_inc.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/params.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/prefix.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/quality.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/ringbuffer.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/static_dict.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/static_dict.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/static_dict_lut.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/utf8_util.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/utf8_util.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/enc/write_bits.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/brotli/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/brotli/decode.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/brotli/encode.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/brotli/port.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/brotli/include/brotli/types.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/License.txt texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/clipper.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/clipper/clipper.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/defs.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/LICENSE texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/PfEd.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/alphabet.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/asmfpst.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/autohint.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/char.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/cjk.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/configure-fontforge.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/cvundoes.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/dumppfa.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/edgelist.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/edgelist2.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/encoding.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/encoding.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fflocale.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fflocale.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fontforge-config.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fontforge.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fontforgevw.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fvfonts.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/gwwiconv.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/libffstamp.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/lookups.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/macbinary.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/macenc.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/mathconstants.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/memory.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/mm.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/namehash.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/namelist.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/nouiutil.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/nowakowskittfinstr.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/parsepfa.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/parsettf.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/parsettfatt.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/psfont.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/psread.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/pua.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/sd.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/sfd.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/sfd1.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/sfd1.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinechar.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splineorder2.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splineoverlap.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinerefigure.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinesave.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinesaveafm.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splineutil.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splineutil2.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/start.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/stemdb.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/stemdb.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tables.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tmpfile2.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tottf.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tottfaat.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tottfgpos.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/tottfvar.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ttf.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ttfinstrs.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ttfinstrs.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ttfspecial.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/uiinterface.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/unialt.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/ustring.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/utype.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/woff.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/basics.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/chardata.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/charset.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/dlist.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/ffintl.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/gimage.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/gnetwork.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/gwwiconv.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/ustring.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/inc/utype.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/md5/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/md5/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/md5/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/md5/md5.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/md5/md5.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/auxiliary.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/bitmap.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/config.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/curve.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/curve.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/decompose.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/decompose.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/lists.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/potracelib.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/potracelib.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/progress.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/trace.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/potrace/trace.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/LICENSE.md texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/include/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/include/mpark/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/variant/include/mpark/variant.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/LICENSE texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/decode.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/encode.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/output.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/version.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/buffer.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/font.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/font.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/glyph.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/glyph.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/normalize.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/normalize.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/port.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/round.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/store_bytes.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/transform.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/transform.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/variable_length.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/variable_length.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/woff2_common.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/woff2_common.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/woff2_enc.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/woff2_out.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/xxh3.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/xxhash.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/libs/xxHash/xxhash.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/AGLTable.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BasicDVIReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BasicDVIReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Bezier.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Bezier.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BgColorSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BgColorSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Bitmap.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Bitmap.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BoundingBox.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/BoundingBox.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CLCommandLine.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CLCommandLine.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CLOption.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMap.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMap.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMapManager.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMapManager.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMapReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CMapReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Calculator.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Calculator.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CharMapID.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CharMapID.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Character.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Color.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Color.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ColorSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ColorSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/CommandLine.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DLLoader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DLLoader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIActions.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIToSVG.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIToSVG.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIToSVGActions.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DVIToSVGActions.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Directory.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Directory.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DvisvgmSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/DvisvgmSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EPSFile.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EPSFile.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EPSToSVG.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EllipticalArc.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EllipticalArc.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EmSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EmSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EncFile.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/EncFile.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FileFinder.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FileFinder.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FilePath.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FilePath.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FileSystem.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FileSystem.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FixWord.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Font.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Font.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontCache.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontEncoding.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontEncoding.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontEngine.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontEngine.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontManager.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontManager.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontMap.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontMap.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontMetrics.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontMetrics.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontStyle.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontWriter.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/FontWriter.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFGlyphTracer.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFGlyphTracer.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFTracer.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GFTracer.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Ghostscript.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Ghostscript.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Glyph.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GlyphTracerMessages.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/GraphicsPath.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HashFunction.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HashFunction.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HtmlSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HtmlSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HyperlinkManager.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/HyperlinkManager.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ImageToSVG.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ImageToSVG.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/InputBuffer.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/InputBuffer.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/InputReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/InputReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/JFM.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/JFM.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Length.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Length.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MD5HashFunction.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MapLine.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MapLine.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Matrix.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Matrix.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Message.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Message.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MessageException.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MetafontWrapper.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MetafontWrapper.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MiKTeXCom.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/MiKTeXCom.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/NoPsSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/NoPsSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/NumericRanges.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PDFParser.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PDFParser.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PDFToSVG.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSFilter.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSInterpreter.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSInterpreter.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSPattern.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSPattern.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSPreviewFilter.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PSPreviewFilter.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PageRanges.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PageRanges.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PageSize.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PageSize.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Pair.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PapersizeSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PapersizeSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PathClipper.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PathClipper.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PdfSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PdfSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PreScanDVIReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PreScanDVIReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Process.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Process.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PsSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/PsSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/RangeMap.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/RangeMap.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharHandlerFactory.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharHandlerFactory.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharPathHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharPathHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharTspanTextHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGCharTspanTextHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGOutput.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGOutput.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGSingleCharTextHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGSingleCharTextHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGTree.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SVGTree.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ShadingPatch.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ShadingPatch.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SignalHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SignalHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SourceInput.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SourceInput.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SpecialActions.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SpecialManager.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/SpecialManager.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/StreamReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/StreamReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/StreamWriter.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/StreamWriter.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Subfont.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Subfont.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/System.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/System.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TFM.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TFM.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TTFAutohint.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TTFAutohint.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TensorProductPatch.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TensorProductPatch.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Terminal.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Terminal.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ToUnicodeMap.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ToUnicodeMap.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TpicSpecialHandler.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TpicSpecialHandler.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TriangularPatch.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TriangularPatch.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TrueTypeFont.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/TrueTypeFont.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Unicode.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/Unicode.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/VFActions.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/VFReader.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/VFReader.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/VectorIterator.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/VectorStream.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLDocument.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLDocument.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLNode.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLNode.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLString.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XMLString.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/XXHashFunction.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ZLibOutputStream.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/dvisvgm.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ffwrapper.c texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ffwrapper.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/iapi.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/ierrors.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/macros.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/AttributeExtractor.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/AttributeExtractor.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/DependencyGraph.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/GroupCollapser.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/GroupCollapser.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/OptimizerModule.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/RedundantElementRemover.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/RedundantElementRemover.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/SVGOptimizer.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/SVGOptimizer.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/TextSimplifier.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/TextSimplifier.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/TransformSimplifier.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/TransformSimplifier.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/WSNodeRemover.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/optimizer/WSNodeRemover.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/options.dtd texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/options.xml texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/psdefs.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/utility.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/utility.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/version.hpp.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/src/windows.hpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/BezierTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/BitmapTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/BoundingBoxTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/CMapManagerTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/CMapReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/CMapTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/CalculatorTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/ColorSpecialTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/ColorTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/DVIReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/DependencyGraphTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/DirectoryTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/DvisvgmSpecialTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/EllipticalArcTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/EmSpecialTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FileFinderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FilePathTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FileSystemTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FontCacheTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FontManagerTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/FontMapTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/GFGlyphTracerTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/GFReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/GhostscriptTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/GraphicsPathTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/HashFunctionTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/JFMReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/LengthTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/MapLineTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/MatrixTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/MessageExceptionTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PDFParserTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PSInterpreterTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PageRagesTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PageSizeTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PairTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/PapersizeSpecialTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/RangeMapTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/SVGOutputTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/ShadingPatchTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/SpecialManagerTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/SplittedCharInputBufferTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/StreamInputBufferTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/StreamReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/StreamWriterTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/StringMatcherTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/SubfontTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/TFMReaderTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/TensorProductPatchTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/ToUnicodeMapTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/TpicSpecialTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/TriangularPatchTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/UnicodeTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/UtilityTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/VectorIteratorTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/VectorStreamTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/XMLNodeTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/XMLStringTest.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/check-conv texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/Makefile.am texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/Makefile.in texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/cidjmgr0-h.tfm texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/cmr10.600gf texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/cmr10.pfb texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/cmr10.tfm texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/dvipdfm_test.map texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/dvips_test.map texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/frktest-nf-cmp.svg texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/frktest-wf-cmp.svg texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/frktest.dvi texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/ot1.cmap texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample-nf-cmp.svg texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample-wf-cmp.svg texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample.dvi texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample.sfd texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample_v2.dvi texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/data/sample_v3.dvi texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/genhashcheck.py texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/LICENSE texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-death-test.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-matchers.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-message.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-param-test.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-printers.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-spi.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-test-part.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest-typed-test.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest_pred_impl.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/gtest_prod.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/custom/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/custom/gtest-port.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/custom/gtest-printers.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/custom/gtest.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-death-test-internal.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-filepath.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-internal.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-linked_ptr.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-param-util-generated.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-param-util.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-port-arch.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-port.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-string.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-tuple.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/include/gtest/internal/gtest-type-util.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/ texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-all.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-death-test.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-filepath.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-internal-inl.h texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-matchers.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-port.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-printers.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-test-part.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest-typed-test.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/gtest/src/gtest_main.cc texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/normalize.xsl texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/testmain.cpp texlive-20210325-source/texk/dvisvgm/dvisvgm-src/tests/testutil.hpp texlive-20210325-source/texk/dvisvgm/tests/ texlive-20210325-source/texk/dvisvgm/tests/dvisvgm.test texlive-20210325-source/texk/dvisvgm/version.ac texlive-20210325-source/texk/gregorio/ texlive-20210325-source/texk/gregorio/ChangeLog texlive-20210325-source/texk/gregorio/Makefile.am texlive-20210325-source/texk/gregorio/Makefile.in texlive-20210325-source/texk/gregorio/TLpatches/ texlive-20210325-source/texk/gregorio/TLpatches/ChangeLog texlive-20210325-source/texk/gregorio/TLpatches/TL-Changes texlive-20210325-source/texk/gregorio/ac/ texlive-20210325-source/texk/gregorio/ac/withenable.ac texlive-20210325-source/texk/gregorio/aclocal.m4 texlive-20210325-source/texk/gregorio/config_.h.in texlive-20210325-source/texk/gregorio/configure texlive-20210325-source/texk/gregorio/configure.ac texlive-20210325-source/texk/gregorio/gregorio-src/ texlive-20210325-source/texk/gregorio/gregorio-src/CHANGELOG.md texlive-20210325-source/texk/gregorio/gregorio-src/CONTRIBUTING.md texlive-20210325-source/texk/gregorio/gregorio-src/CONTRIBUTORS.md texlive-20210325-source/texk/gregorio/gregorio-src/COPYING.md texlive-20210325-source/texk/gregorio/gregorio-src/Makefile.am texlive-20210325-source/texk/gregorio/gregorio-src/README.md texlive-20210325-source/texk/gregorio/gregorio-src/UPGRADE.md texlive-20210325-source/texk/gregorio/gregorio-src/VersionManager.py texlive-20210325-source/texk/gregorio/gregorio-src/build.sh texlive-20210325-source/texk/gregorio/gregorio-src/configure.ac texlive-20210325-source/texk/gregorio/gregorio-src/contrib/ texlive-20210325-source/texk/gregorio/gregorio-src/contrib/900_gregorio.xml texlive-20210325-source/texk/gregorio/gregorio-src/contrib/Makefile.am texlive-20210325-source/texk/gregorio/gregorio-src/contrib/TeXShop/ texlive-20210325-source/texk/gregorio/gregorio-src/contrib/TeXShop/LuaLaTeX+se.engine texlive-20210325-source/texk/gregorio/gregorio-src/contrib/TeXShop/LuaTeX+se.engine texlive-20210325-source/texk/gregorio/gregorio-src/contrib/TeXShop/Makefile.am texlive-20210325-source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command texlive-20210325-source/texk/gregorio/gregorio-src/contrib/checkSyllabation.py texlive-20210325-source/texk/gregorio/gregorio-src/contrib/config-texworks.command texlive-20210325-source/texk/gregorio/gregorio-src/contrib/contrib_README.md texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gabc-syntax.plist texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gabc.lang texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gabc.vim texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gabc.xml texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gprocess texlive-20210325-source/texk/gregorio/gregorio-src/contrib/gregorio.png texlive-20210325-source/texk/gregorio/gregorio-src/contrib/system-setup.bat texlive-20210325-source/texk/gregorio/gregorio-src/contrib/system-setup.command texlive-20210325-source/texk/gregorio/gregorio-src/install-gtex.sh texlive-20210325-source/texk/gregorio/gregorio-src/install.sh texlive-20210325-source/texk/gregorio/gregorio-src/m4/ texlive-20210325-source/texk/gregorio/gregorio-src/m4/ax_check_compile_flag.m4 texlive-20210325-source/texk/gregorio/gregorio-src/m4/ax_check_link_flag.m4 texlive-20210325-source/texk/gregorio/gregorio-src/m4/canonicalize.m4 texlive-20210325-source/texk/gregorio/gregorio-src/m4/nocrash.m4 texlive-20210325-source/texk/gregorio/gregorio-src/m4/pkg.m4 texlive-20210325-source/texk/gregorio/gregorio-src/src/ texlive-20210325-source/texk/gregorio/gregorio-src/src/Makefile.am texlive-20210325-source/texk/gregorio/gregorio-src/src/bool.h texlive-20210325-source/texk/gregorio/gregorio-src/src/characters.c texlive-20210325-source/texk/gregorio/gregorio-src/src/characters.h texlive-20210325-source/texk/gregorio/gregorio-src/src/config.h texlive-20210325-source/texk/gregorio/gregorio-src/src/dump/ texlive-20210325-source/texk/gregorio/gregorio-src/src/dump/dump.c texlive-20210325-source/texk/gregorio/gregorio-src/src/encode_utf8strings.c texlive-20210325-source/texk/gregorio/gregorio-src/src/enum_generator.h texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/ texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-elements-determination.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-notes-determination-l.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-notes-determination.l texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-l.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-l.h texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination.h texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination.l texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination.y texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gabc/gabc.h texlive-20210325-source/texk/gregorio/gregorio-src/src/gregorio-utils.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gregoriotex/ texlive-20210325-source/texk/gregorio/gregorio-src/src/gregoriotex/gregoriotex-position.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gregoriotex/gregoriotex-write.c texlive-20210325-source/texk/gregorio/gregorio-src/src/gregoriotex/gregoriotex.h texlive-20210325-source/texk/gregorio/gregorio-src/src/messages.c texlive-20210325-source/texk/gregorio/gregorio-src/src/messages.h texlive-20210325-source/texk/gregorio/gregorio-src/src/plugins.h texlive-20210325-source/texk/gregorio/gregorio-src/src/sha1.c texlive-20210325-source/texk/gregorio/gregorio-src/src/sha1.h texlive-20210325-source/texk/gregorio/gregorio-src/src/struct.c texlive-20210325-source/texk/gregorio/gregorio-src/src/struct.h texlive-20210325-source/texk/gregorio/gregorio-src/src/struct_iter.h texlive-20210325-source/texk/gregorio/gregorio-src/src/support.c texlive-20210325-source/texk/gregorio/gregorio-src/src/support.h texlive-20210325-source/texk/gregorio/gregorio-src/src/unicode.c texlive-20210325-source/texk/gregorio/gregorio-src/src/unicode.h texlive-20210325-source/texk/gregorio/gregorio-src/src/utf8strings.h texlive-20210325-source/texk/gregorio/gregorio-src/src/utf8strings.h.in texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/ texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules-l.c texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules-l.h texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules-y.c texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules-y.h texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules.h texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules.l texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel-rules.y texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel.c texlive-20210325-source/texk/gregorio/gregorio-src/src/vowel/vowel.h texlive-20210325-source/texk/gregorio/gregorio-src/windows/ texlive-20210325-source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc texlive-20210325-source/texk/gregorio/gregorio-src/windows/gregorio.ico make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/gvc' texlive-20210325-source/texk/gregorio/gregorio.test texlive-20210325-source/texk/gregorio/version.ac texlive-20210325-source/texk/gsftopk/ texlive-20210325-source/texk/gsftopk/ChangeLog texlive-20210325-source/texk/gsftopk/INSTALL texlive-20210325-source/texk/gsftopk/Makefile.am texlive-20210325-source/texk/gsftopk/Makefile.in texlive-20210325-source/texk/gsftopk/ac/ texlive-20210325-source/texk/gsftopk/ac/withenable.ac texlive-20210325-source/texk/gsftopk/aclocal.m4 texlive-20210325-source/texk/gsftopk/c-auto.in texlive-20210325-source/texk/gsftopk/configure Making all in ingraphs texlive-20210325-source/texk/gsftopk/configure.ac texlive-20210325-source/texk/gsftopk/gsftopk.c texlive-20210325-source/texk/gsftopk/gsftopk1.sed texlive-20210325-source/texk/gsftopk/mksedscript texlive-20210325-source/texk/gsftopk/render.ps texlive-20210325-source/texk/gsftopk/version.h texlive-20210325-source/texk/kpathsea/ texlive-20210325-source/texk/kpathsea/AUTHORS texlive-20210325-source/texk/kpathsea/COPYING.LESSERv2 texlive-20210325-source/texk/kpathsea/ChangeLog make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/ingraphs' texlive-20210325-source/texk/kpathsea/Makefile.am texlive-20210325-source/texk/kpathsea/Makefile.in texlive-20210325-source/texk/kpathsea/NEWS texlive-20210325-source/texk/kpathsea/PROJECTS texlive-20210325-source/texk/kpathsea/README texlive-20210325-source/texk/kpathsea/absolute.c texlive-20210325-source/texk/kpathsea/absolute.h texlive-20210325-source/texk/kpathsea/ac/ texlive-20210325-source/texk/kpathsea/ac/kpathsea.ac texlive-20210325-source/texk/kpathsea/ac/mktex.ac texlive-20210325-source/texk/kpathsea/ac/withenable.ac texlive-20210325-source/texk/kpathsea/access.c texlive-20210325-source/texk/kpathsea/aclocal.m4 texlive-20210325-source/texk/kpathsea/atou.c texlive-20210325-source/texk/kpathsea/bsnl.awk texlive-20210325-source/texk/kpathsea/c-auto.in texlive-20210325-source/texk/kpathsea/c-ctype.h texlive-20210325-source/texk/kpathsea/c-dir.h texlive-20210325-source/texk/kpathsea/c-errno.h texlive-20210325-source/texk/kpathsea/c-fopen.h texlive-20210325-source/texk/kpathsea/c-limits.h texlive-20210325-source/texk/kpathsea/c-memstr.h texlive-20210325-source/texk/kpathsea/c-minmax.h texlive-20210325-source/texk/kpathsea/c-namemx.h texlive-20210325-source/texk/kpathsea/c-pathch.h texlive-20210325-source/texk/kpathsea/c-pathmx.h texlive-20210325-source/texk/kpathsea/c-proto.h texlive-20210325-source/texk/kpathsea/c-stat.h texlive-20210325-source/texk/kpathsea/c-std.h texlive-20210325-source/texk/kpathsea/c-unistd.h texlive-20210325-source/texk/kpathsea/cnf-to-paths.awk texlive-20210325-source/texk/kpathsea/cnf.c texlive-20210325-source/texk/kpathsea/cnf.h texlive-20210325-source/texk/kpathsea/concat.c texlive-20210325-source/texk/kpathsea/concat3.c texlive-20210325-source/texk/kpathsea/concatn.c texlive-20210325-source/texk/kpathsea/concatn.h texlive-20210325-source/texk/kpathsea/config.h texlive-20210325-source/texk/kpathsea/configure CC ingraphs.lo texlive-20210325-source/texk/kpathsea/configure.ac texlive-20210325-source/texk/kpathsea/db.c texlive-20210325-source/texk/kpathsea/db.h texlive-20210325-source/texk/kpathsea/debug.c texlive-20210325-source/texk/kpathsea/debug.h texlive-20210325-source/texk/kpathsea/default.h texlive-20210325-source/texk/kpathsea/dir.c texlive-20210325-source/texk/kpathsea/doc/ texlive-20210325-source/texk/kpathsea/doc/Makefile.am texlive-20210325-source/texk/kpathsea/doc/Makefile.in texlive-20210325-source/texk/kpathsea/doc/kpathsea.info texlive-20210325-source/texk/kpathsea/doc/kpathsea.texi texlive-20210325-source/texk/kpathsea/doc/unixtex.texi texlive-20210325-source/texk/kpathsea/elt-dirs.c texlive-20210325-source/texk/kpathsea/expand.c texlive-20210325-source/texk/kpathsea/expand.h texlive-20210325-source/texk/kpathsea/extend-fname.c texlive-20210325-source/texk/kpathsea/file-p.c texlive-20210325-source/texk/kpathsea/find-suffix.c texlive-20210325-source/texk/kpathsea/fn.c texlive-20210325-source/texk/kpathsea/fn.h texlive-20210325-source/texk/kpathsea/fontmap.c texlive-20210325-source/texk/kpathsea/fontmap.h texlive-20210325-source/texk/kpathsea/getopt.c texlive-20210325-source/texk/kpathsea/getopt.h texlive-20210325-source/texk/kpathsea/getopt1.c texlive-20210325-source/texk/kpathsea/hash.c texlive-20210325-source/texk/kpathsea/hash.h texlive-20210325-source/texk/kpathsea/kdefault.c texlive-20210325-source/texk/kpathsea/knj.c texlive-20210325-source/texk/kpathsea/knj.h texlive-20210325-source/texk/kpathsea/kpathsea.c texlive-20210325-source/texk/kpathsea/kpathsea.pc.in texlive-20210325-source/texk/kpathsea/kpsestat.c texlive-20210325-source/texk/kpathsea/kpsewhich.c texlive-20210325-source/texk/kpathsea/lib.h texlive-20210325-source/texk/kpathsea/line.c texlive-20210325-source/texk/kpathsea/line.h texlive-20210325-source/texk/kpathsea/magstep.c texlive-20210325-source/texk/kpathsea/magstep.h texlive-20210325-source/texk/kpathsea/make-suffix.c texlive-20210325-source/texk/kpathsea/man/ texlive-20210325-source/texk/kpathsea/man/Makefile.am texlive-20210325-source/texk/kpathsea/man/Makefile.in texlive-20210325-source/texk/kpathsea/man/kpseaccess.man texlive-20210325-source/texk/kpathsea/man/kpsereadlink.man texlive-20210325-source/texk/kpathsea/man/kpsestat.man texlive-20210325-source/texk/kpathsea/man/kpsewhich.man texlive-20210325-source/texk/kpathsea/mingw32.c texlive-20210325-source/texk/kpathsea/mingw32.h texlive-20210325-source/texk/kpathsea/path-elt.c texlive-20210325-source/texk/kpathsea/pathsearch.c texlive-20210325-source/texk/kpathsea/pathsearch.h texlive-20210325-source/texk/kpathsea/proginit.c texlive-20210325-source/texk/kpathsea/proginit.h texlive-20210325-source/texk/kpathsea/progname.c texlive-20210325-source/texk/kpathsea/progname.h texlive-20210325-source/texk/kpathsea/putenv.c texlive-20210325-source/texk/kpathsea/readable.c texlive-20210325-source/texk/kpathsea/readable.h texlive-20210325-source/texk/kpathsea/readlink.c texlive-20210325-source/texk/kpathsea/rm-suffix.c texlive-20210325-source/texk/kpathsea/simpletypes.h texlive-20210325-source/texk/kpathsea/str-list.c texlive-20210325-source/texk/kpathsea/str-list.h texlive-20210325-source/texk/kpathsea/str-llist.c texlive-20210325-source/texk/kpathsea/str-llist.h texlive-20210325-source/texk/kpathsea/systypes.h texlive-20210325-source/texk/kpathsea/tests/ texlive-20210325-source/texk/kpathsea/tests/cnfline/ texlive-20210325-source/texk/kpathsea/tests/cnfline/texmf.cnf texlive-20210325-source/texk/kpathsea/tests/cnfline.test texlive-20210325-source/texk/kpathsea/tests/cnfnewline/ texlive-20210325-source/texk/kpathsea/tests/cnfnewline/texmf.cnf texlive-20210325-source/texk/kpathsea/tests/cnfnewline.test texlive-20210325-source/texk/kpathsea/tests/cnfnull.test texlive-20210325-source/texk/kpathsea/tests/cnfprog/ texlive-20210325-source/texk/kpathsea/tests/cnfprog/texmf.cnf texlive-20210325-source/texk/kpathsea/tests/cnfprog.test texlive-20210325-source/texk/kpathsea/tests/kpseaccess.test texlive-20210325-source/texk/kpathsea/tests/kpsereadlink.test texlive-20210325-source/texk/kpathsea/tests/kpsestat.test texlive-20210325-source/texk/kpathsea/tests/kpsewhich.test texlive-20210325-source/texk/kpathsea/tex-file.c texlive-20210325-source/texk/kpathsea/tex-file.h texlive-20210325-source/texk/kpathsea/tex-glyph.c texlive-20210325-source/texk/kpathsea/tex-glyph.h texlive-20210325-source/texk/kpathsea/tex-hush.c texlive-20210325-source/texk/kpathsea/tex-hush.h texlive-20210325-source/texk/kpathsea/tex-make.c texlive-20210325-source/texk/kpathsea/tex-make.h texlive-20210325-source/texk/kpathsea/texmf.cnf texlive-20210325-source/texk/kpathsea/tilde.c texlive-20210325-source/texk/kpathsea/tilde.h texlive-20210325-source/texk/kpathsea/types.h texlive-20210325-source/texk/kpathsea/uppercasify.c texlive-20210325-source/texk/kpathsea/variable.c texlive-20210325-source/texk/kpathsea/variable.h texlive-20210325-source/texk/kpathsea/version.ac texlive-20210325-source/texk/kpathsea/version.c texlive-20210325-source/texk/kpathsea/version.h texlive-20210325-source/texk/kpathsea/win32/ texlive-20210325-source/texk/kpathsea/win32/ChangeLog texlive-20210325-source/texk/kpathsea/win32/Makefile.am texlive-20210325-source/texk/kpathsea/win32/Makefile.in texlive-20210325-source/texk/kpathsea/win32/dirutil.c texlive-20210325-source/texk/kpathsea/win32/getdestdir.c texlive-20210325-source/texk/kpathsea/win32/mkpaths.c texlive-20210325-source/texk/kpathsea/win32/mktex.h texlive-20210325-source/texk/kpathsea/win32/mktexfmt.c texlive-20210325-source/texk/kpathsea/win32/mktexlsr.c texlive-20210325-source/texk/kpathsea/win32/mktexmf.c texlive-20210325-source/texk/kpathsea/win32/mktexpk.c texlive-20210325-source/texk/kpathsea/win32/mktextfm.c texlive-20210325-source/texk/kpathsea/win32/mktexupd.c texlive-20210325-source/texk/kpathsea/win32/mktexupdmain.c texlive-20210325-source/texk/kpathsea/win32lib.c texlive-20210325-source/texk/kpathsea/win32lib.h texlive-20210325-source/texk/kpathsea/xbasename.c texlive-20210325-source/texk/kpathsea/xcalloc.c texlive-20210325-source/texk/kpathsea/xdirname.c texlive-20210325-source/texk/kpathsea/xdirtest.c texlive-20210325-source/texk/kpathsea/xfopen.c texlive-20210325-source/texk/kpathsea/xfseek.c texlive-20210325-source/texk/kpathsea/xfseeko.c texlive-20210325-source/texk/kpathsea/xftell.c texlive-20210325-source/texk/kpathsea/xftello.c texlive-20210325-source/texk/kpathsea/xgetcwd.c texlive-20210325-source/texk/kpathsea/xmalloc.c texlive-20210325-source/texk/kpathsea/xopendir.c texlive-20210325-source/texk/kpathsea/xopendir.h texlive-20210325-source/texk/kpathsea/xputenv.c texlive-20210325-source/texk/kpathsea/xrealloc.c texlive-20210325-source/texk/kpathsea/xstat.c texlive-20210325-source/texk/kpathsea/xstat.h texlive-20210325-source/texk/kpathsea/xstrdup.c texlive-20210325-source/texk/lcdf-typetools/ texlive-20210325-source/texk/lcdf-typetools/ChangeLog texlive-20210325-source/texk/lcdf-typetools/Makefile.am texlive-20210325-source/texk/lcdf-typetools/Makefile.in texlive-20210325-source/texk/lcdf-typetools/TLpatches/ texlive-20210325-source/texk/lcdf-typetools/TLpatches/ChangeLog texlive-20210325-source/texk/lcdf-typetools/TLpatches/TL-Changes texlive-20210325-source/texk/lcdf-typetools/TLpatches/patch-02-mingw64 texlive-20210325-source/texk/lcdf-typetools/TLpatches/patch-03-w32 texlive-20210325-source/texk/lcdf-typetools/ac/ texlive-20210325-source/texk/lcdf-typetools/ac/lcdf-typetools.ac texlive-20210325-source/texk/lcdf-typetools/ac/withenable.ac texlive-20210325-source/texk/lc CCLD libingraphs_C.la df-typetools/aclocal.m4 texlive-20210325-source/texk/lcdf-typetools/autoconf.h.in texlive-20210325-source/texk/lcdf-typetools/configure texlive-20210325-source/texk/lcdf-typetools/configure.ac texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/7t.enc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/COPYING texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/INSTALL texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/NEWS.md texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ONEWS texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/README.md texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/autoconf.h.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/cfftot1.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/cfftot1.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/configure.ac texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/glyphlist.txt texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/glyphtounicode.tex texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/config.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/afm.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/afmparse.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/afmw.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/amfm.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/cff.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/encoding.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/findmet.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/metrics.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otf.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfcmap.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfdata.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfgpos.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfgsub.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfname.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfos2.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/otfpost.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/pairop.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/psres.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1bounds.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1cs.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1csgen.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1font.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1interp.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1item.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1mm.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1rw.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/t1unparser.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/ttfcs.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/ttfhead.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/efont/ttfkern.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/bezier.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/clp.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/error.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/filename.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/globmatch.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/hashcode.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/hashmap.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/hashmap.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/inttypes.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/landmark.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/md5.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/permstr.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/point.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/slurper.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/straccum.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/string.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/transform.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/vector.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/vector.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/lcdf-typetools.spec texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/afm.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/afmparse.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/afmw.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/amfm.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/cff.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/encoding.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/findmet.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/metrics.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otf.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfcmap.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfdata.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfdescrip.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfgpos.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfgsub.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfname.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfos2.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/otfpost.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/pairop.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/psres.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1bounds.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1cs.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1csgen.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1font.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1fontskel.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1interp.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1item.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1mm.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1rw.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/t1unparser.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/ttfcs.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/ttfhead.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/libefont/ttfkern.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/bezier.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/clp.c texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/error.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/filename.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/fixlibc.c texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/globmatch.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/landmark.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/md5.c texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/permstr.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/point.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/slurper.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/straccum.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/string.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/strtonum.c texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/transform.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/liblcdf/vectorv.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/m4/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/m4/lcdf-typetools.m4 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmafm/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmafm/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmafm/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmafm/main.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmafm/mmafm.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/main.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/mmpfb.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/myfont.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/myfont.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1minimize.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1minimize.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otfinfo/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otfinfo/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otfinfo/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otfinfo/otfinfo.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otfinfo/otfinfo.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/dvipsencoding.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/dvipsencoding.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/glyphfilter.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/glyphfilter.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/kpseinterface.c texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/kpseinterface.h texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/metrics.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/metrics.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/otftotfm.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/otftotfm.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/otftotfm.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/secondary.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/secondary.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/setting.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/uniprop.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/uniprop.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/util.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/util.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1dotlessj/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1dotlessj/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1dotlessj/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1dotlessj/t1dotlessj.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1dotlessj/t1dotlessj.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/cscheck.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/cscheck.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/t1lint.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1lint/t1lint.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1rawafm/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1rawafm/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1rawafm/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1rawafm/t1rawafm.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1rawafm/t1rawafm.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/t1reencode.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/t1reencode.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1testpage/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1testpage/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1testpage/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1testpage/t1testpage.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/t1testpage/t1testpage.cc texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/texglyphlist-g2u.txt texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/texglyphlist.txt texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ttftotype42/ texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ttftotype42/Makefile.am texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ttftotype42/Makefile.in texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ttftotype42/ttftotype42.1 texlive-20210325-source/texk/lcdf-typetools/lcdf-typetools-src/ttftotype42/ttftotype42.cc texlive-20210325-source/texk/lcdf-typetools/m4/ texlive-20210325-source/texk/lcdf-typetools/m4/ac_cxx_template_objs.m4 texlive-20210325-source/texk/lcdf-typetools/tests/ texlive-20210325-source/texk/lcdf-typetools/tests/Ant.enc texlive-20210325-source/texk/lcdf-typetools/tests/Ant.map texlive-20210325-source/texk/lcdf-typetools/tests/Ant.pfb texlive-20210325-source/texk/lcdf-typetools/tests/Ant.pl texlive-20210325-source/texk/lcdf-typetools/tests/Fon.post texlive-20210325-source/texk/lcdf-typetools/tests/Fon.t42 texlive-20210325-source/texk/lcdf-typetools/tests/FonetikaDaniaIwonaeBold.ttf texlive-20210325-source/texk/lcdf-typetools/tests/antpolt-regular.otf texlive-20210325-source/texk/lcdf-typetools/tests/t1.test texlive-20210325-source/texk/lcdf-typetools/tests/t2c.enc texlive-20210325-source/texk/lcdf-typetools/tests/texmfhome.otf texlive-20210325-source/texk/lcdf-typetools/tests/texnansx.enc texlive-20210325-source/texk/lcdf-typetools/tests/tfm.test texlive-20210325-source/texk/lcdf-typetools/tests/tmf.info texlive-20210325-source/texk/lcdf-typetools/tests/tmf.pfa texlive-20210325-source/texk/lcdf-typetools/tests/tmf.pfb texlive-20210325-source/texk/lcdf-typetools/tests/tmf.tables texlive-20210325-source/texk/lcdf-typetools/tests/ttf.test texlive-20210325-source/texk/lcdf-typetools/tests/uhv_dl.pfa texlive-20210325-source/texk/lcdf-typetools/tests/uhv_dl.pfb texlive-20210325-source/texk/lcdf-typetools/tests/uhv_dl.ps texlive-20210325-source/texk/lcdf-typetools/tests/uhv_re.afm texlive-20210325-source/texk/lcdf-typetools/tests/uhv_re.pfa texlive-20210325-source/texk/lcdf-typetools/tests/uhvrrc8a.pfb texlive-20210325-source/texk/lcdf-typetools/version.ac texlive-20210325-source/texk/makeindexk/ texlive-20210325-source/texk/makeindexk/CONTRIB texlive-20210325-source/texk/makeindexk/COPYING texlive-20210325-source/texk/makeindexk/ChangeLog texlive-20210325-source/texk/makeindexk/Makefile.am texlive-20210325-source/texk/makeindexk/Makefile.in texlive-20210325-source/texk/makeindexk/NOTES texlive-20210325-source/texk/makeindexk/README texlive-20210325-source/texk/makeindexk/ac/ texlive-20210325-source/texk/makeindexk/ac/withenable.ac texlive-20210325-source/texk/makeindexk/aclocal.m4 texlive-20210325-source/texk/makeindexk/c-auto.in texlive-20210325-source/texk/makeindexk/configure texlive-20210325-source/texk/makeindexk/configure.ac texlive-20210325-source/texk/makeindexk/genind.c texlive-20210325-source/texk/makeindexk/genind.h texlive-20210325-source/texk/makeindexk/ind-src/ texlive-20210325-source/texk/makeindexk/ind-src/Makefile texlive-20210325-source/texk/makeindexk/ind-src/README texlive-20210325-source/texk/makeindexk/ind-src/fig1.tex texlive-20210325-source/texk/makeindexk/ind-src/ind.bbl texlive-20210325-source/texk/makeindexk/ind-src/ind.tex texlive-20210325-source/texk/makeindexk/ind-src/indminus.tex texlive-20210325-source/texk/makeindexk/ind-src/indplus.tex texlive-20210325-source/texk/makeindexk/ind-src/logo.tex texlive-20210325-source/texk/makeindexk/ind-src/regmar.sty texlive-20210325-source/texk/makeindexk/ind-src/undhead.sty texlive-20210325-source/texk/makeindexk/makeindex.1 texlive-20210325-source/texk/makeindexk/mkind.c texlive-20210325-source/texk/makeindexk/mkind.h texlive-20210325-source/texk/makeindexk/mkindex texlive-20210325-source/texk/makeindexk/mkindex.1 texlive-20210325-source/texk/makeindexk/qsort.c texlive-20210325-source/texk/makeindexk/qsort.h texlive-20210325-source/texk/makeindexk/scanid.c texlive-20210325-source/texk/makeindexk/scanid.h texlive-20210325-source/texk/makeindexk/scanst.c texlive-20210325-source/texk/makeindexk/scanst.h texlive-20210325-source/texk/makeindexk/sortid.c texlive-20210325-source/texk/makeindexk/tests/ texlive-20210325-source/texk/makeindexk/tests/makeindex.test texlive-20210325-source/texk/makeindexk/tests/nested-range-bb.idx texlive-20210325-source/texk/makeindexk/tests/nested-range-bb.tex texlive-20210325-source/texk/makeindexk/tests/nested-range-test.pl texlive-20210325-source/texk/makeindexk/tests/nested-range.idx texlive-20210325-source/texk/makeindexk/tests/nested-range.tex texlive-20210325-source/texk/makeindexk/tests/sample.idx texlive-20210325-source/texk/makeindexk/tests/sample.ind texlive-20210325-source/texk/makejvf/ texlive-20210325-source/texk/makejvf/COPYRIGHT texlive-20210325-source/texk/makejvf/COPYRIGHT.ja texlive-20210325-source/texk/makejvf/ChangeLog texlive-20210325-source/texk/makejvf/Changes.txt texlive-20210325-source/texk/makejvf/Makefile.am texlive-20210325-source/texk/makejvf/Makefile.in texlive-20210325-source/texk/makejvf/README.txt texlive-20210325-source/texk/makejvf/ac/ texlive-20210325-source/texk/makejvf/ac/withenable.ac texlive-20210325-source/texk/makejvf/aclocal.m4 texlive-20210325-source/texk/makejvf/c-auto.in texlive-20210325-source/texk/makejvf/configure texlive-20210325-source/texk/makejvf/configure.ac texlive-20210325-source/texk/makejvf/main.c texlive-20210325-source/texk/makejvf/makejvf.1 texlive-20210325-source/texk/makejvf/makejvf.h texlive-20210325-source/texk/makejvf/makejvf.test texlive-20210325-source/texk/makejvf/tests/ texlive-20210325-source/texk/makejvf/tests/gkhugeok.tfm texlive-20210325-source/texk/makejvf/tests/gkhugeok.vf texlive-20210325-source/texk/makejvf/tests/min10.tfm texlive-20210325-source/texk/makejvf/tests/min10.vf texlive-20210325-source/texk/makejvf/tests/rml.tfm texlive-20210325-source/texk/makejvf/tests/rmlv.tfm texlive-20210325-source/texk/makejvf/tests/skipjfmp.tfm texlive-20210325-source/texk/makejvf/tests/skipjfmp.vf texlive-20210325-source/texk/makejvf/tests/skipjfmp_omit.vf texlive-20210325-source/texk/makejvf/tests/testnewu.tfm texlive-20210325-source/texk/makejvf/tests/testnewu.vf texlive-20210325-source/texk/makejvf/tests/tmin10.tfm texlive-20210325-source/texk/makejvf/tests/tmin10.vf texlive-20210325-source/texk/makejvf/tests/uni10.cnf texlive-20210325-source/texk/makejvf/tfmread.c texlive-20210325-source/texk/makejvf/tool.c texlive-20210325-source/texk/makejvf/uniblock.c texlive-20210325-source/texk/makejvf/uniblock.h texlive-20210325-source/texk/makejvf/usrtable.c texlive-20210325-source/texk/makejvf/usrtable.h texlive-20210325-source/texk/makejvf/version.h texlive-20210325-source/texk/makejvf/write.c texlive-20210325-source/texk/mendexk/ texlive-20210325-source/texk/mendexk/COPYRIGHT texlive-20210325-source/texk/mendexk/COPYRIGHT.ja texlive-20210325-source/texk/mendexk/ChangeLog texlive-20210325-source/texk/mendexk/ChangeLog.ja texlive-20210325-source/texk/mendexk/Makefile.am texlive-20210325-source/texk/mendexk/Makefile.in texlive-20210325-source/texk/mendexk/README.md texlive-20210325-source/texk/mendexk/README_asciimw texlive-20210325-source/texk/mendexk/ac/ texlive-20210325-source/texk/mendexk/ac/withenable.ac texlive-20210325-source/texk/mendexk/aclocal.m4 texlive-20210325-source/texk/mendexk/c-auto.in texlive-20210325-source/texk/mendexk/configure texlive-20210325-source/texk/mendexk/configure.ac texlive-20210325-source/texk/mendexk/convert.c texlive-20210325-source/texk/mendexk/exkana.h texlive-20210325-source/texk/mendexk/exvar.h texlive-20210325-source/texk/mendexk/fread.c texlive-20210325-source/texk/mendexk/fwrite.c texlive-20210325-source/texk/mendexk/indexsty texlive-20210325-source/texk/mendexk/kana.h texlive-20210325-source/texk/mendexk/kp.c texlive-20210325-source/texk/mendexk/kp.h texlive-20210325-source/texk/mendexk/ktable.h texlive-20210325-source/texk/mendexk/main.c texlive-20210325-source/texk/mendexk/mendex.1 texlive-20210325-source/texk/mendexk/mendex.1.ja texlive-20210325-source/texk/mendexk/mendex.h texlive-20210325-source/texk/mendexk/mendex.ja.txt texlive-20210325-source/texk/mendexk/pageread.c texlive-20210325-source/texk/mendexk/qsort.c texlive-20210325-source/texk/mendexk/qsort.h texlive-20210325-source/texk/mendexk/sort.c texlive-20210325-source/texk/mendexk/styfile.c texlive-20210325-source/texk/mendexk/tests/ texlive-20210325-source/texk/mendexk/tests/foo.idx texlive-20210325-source/texk/mendexk/tests/foo.ind texlive-20210325-source/texk/mendexk/tests/mendex.test texlive-20210325-source/texk/mendexk/tests/pprec0.ist texlive-20210325-source/texk/mendexk/tests/pprec1.ist texlive-20210325-source/texk/mendexk/tests/pprec2.ist texlive-20210325-source/texk/mendexk/tests/pprecA-0.ind texlive-20210325-source/texk/mendexk/tests/pprecA-1.ind texlive-20210325-source/texk/mendexk/tests/pprecA-2.ind texlive-20210325-source/texk/mendexk/tests/pprecA.idx texlive-20210325-source/texk/mendexk/tests/uni.dict texlive-20210325-source/texk/mendexk/tests/uni.idx texlive-20210325-source/texk/mendexk/tests/uni.ind texlive-20210325-source/texk/mendexk/tests/uni.ist texlive-20210325-source/texk/mendexk/var.h texlive-20210325-source/texk/mendexk/version.h texlive-20210325-source/texk/musixtnt/ texlive-20210325-source/texk/musixtnt/ChangeLog texlive-20210325-source/texk/musixtnt/Makefile.am texlive-20210325-source/texk/musixtnt/Makefile.in texlive-20210325-source/texk/musixtnt/TLpatches/ texlive-20210325-source/texk/musixtnt/TLpatches/ChangeLog texlive-20210325-source/texk/musixtnt/TLpatches/TL-Changes texlive-20210325-source/texk/musixtnt/ac/ texlive-20210325-source/texk/musixtnt/ac/withenable.ac texlive-20210325-source/texk/musixtnt/aclocal.m4 texlive-20210325-source/texk/musixtnt/config.h.in texlive-20210325-source/texk/musixtnt/configure texlive-20210325-source/texk/musixtnt/configure.ac texlive-20210325-source/texk/musixtnt/musixtnt-src/ texlive-20210325-source/texk/musixtnt/musixtnt-src/AUTHORS texlive-20210325-source/texk/musixtnt/musixtnt-src/ChangeLog texlive-20210325-source/texk/musixtnt/musixtnt-src/Makefile.am texlive-20210325-source/texk/musixtnt/musixtnt-src/README texlive-20210325-source/texk/musixtnt/musixtnt-src/acinclude.m4 texlive-20210325-source/texk/musixtnt/musixtnt-src/configure.ac texlive-20210325-source/texk/musixtnt/musixtnt-src/msxlint.1 texlive-20210325-source/texk/musixtnt/musixtnt-src/msxlint.c texlive-20210325-source/texk/musixtnt/musixtnt-src/msxlint.test texlive-20210325-source/texk/musixtnt/musixtnt-src/tests/ texlive-20210325-source/texk/musixtnt/musixtnt-src/tests/badtest.tex texlive-20210325-source/texk/musixtnt/musixtnt-src/tests/linttest.out texlive-20210325-source/texk/musixtnt/musixtnt-src/tests/linttest.tex texlive-20210325-source/texk/musixtnt/musixtnt-src/utils.c texlive-20210325-source/texk/musixtnt/musixtnt-src/utils.h texlive-20210325-source/texk/musixtnt/version.ac texlive-20210325-source/texk/ps2pk/ texlive-20210325-source/texk/ps2pk/CHANGES.type1 texlive-20210325-source/texk/ps2pk/ChangeLog texlive-20210325-source/texk/ps2pk/INSTALLATION texlive-20210325-source/texk/ps2pk/Makefile.am texlive-20210325-source/texk/ps2pk/Makefile.in texlive-20210325-source/texk/ps2pk/README texlive-20210325-source/texk/ps2pk/README.14m texlive-20210325-source/texk/ps2pk/README.type1 texlive-20210325-source/texk/ps2pk/Xstuff.h texlive-20210325-source/texk/ps2pk/ac/ texlive-20210325-source/texk/ps2pk/ac/withenable.ac texlive-20210325-source/texk/ps2pk/aclocal.m4 texlive-20210325-source/texk/ps2pk/arith.c texlive-20210325-source/texk/ps2pk/arith.h texlive-20210325-source/texk/ps2pk/basename.c texlive-20210325-source/texk/ps2pk/basics.c texlive-20210325-source/texk/ps2pk/basics.h texlive-20210325-source/texk/ps2pk/blues.h texlive-20210325-source/texk/ps2pk/bstring.c texlive-20210325-source/texk/ps2pk/c-auto.in texlive-20210325-source/texk/ps2pk/cluts.h texlive-20210325-source/texk/ps2pk/configure texlive-20210325-source/texk/ps2pk/configure.ac texlive-20210325-source/texk/ps2pk/curves.c texlive-20210325-source/texk/ps2pk/curves.h texlive-20210325-source/texk/ps2pk/digit.h texlive-20210325-source/texk/ps2pk/encoding.c texlive-20210325-source/texk/ps2pk/ffilest.h texlive-20210325-source/texk/ps2pk/filenames.c texlive-20210325-source/texk/ps2pk/filenames.h texlive-20210325-source/texk/ps2pk/flisearch.c texlive-20210325-source/texk/ps2pk/font.h texlive-20210325-source/texk/ps2pk/fontfcn.c texlive-20210325-source/texk/ps2pk/fontfcn.h texlive-20210325-source/texk/ps2pk/fontfile.h texlive-20210325-source/texk/ps2pk/fontmisc.h texlive-20210325-source/texk/ps2pk/fonts.h texlive-20210325-source/texk/ps2pk/fontstruct.h texlive-20210325-source/texk/ps2pk/fontxlfd.h texlive-20210325-source/texk/ps2pk/fsmasks.h texlive-20210325-source/texk/ps2pk/hdigit.h texlive-20210325-source/texk/ps2pk/hints.c texlive-20210325-source/texk/ps2pk/hints.h texlive-20210325-source/texk/ps2pk/lines.c texlive-20210325-source/texk/ps2pk/lines.h texlive-20210325-source/texk/ps2pk/mag.1 texlive-20210325-source/texk/ps2pk/mag.c texlive-20210325-source/texk/ps2pk/objects.c texlive-20210325-source/texk/ps2pk/objects.h texlive-20210325-source/texk/ps2pk/paths.c texlive-20210325-source/texk/ps2pk/paths.h texlive-20210325-source/texk/ps2pk/pfb2pfa.1 texlive-20210325-source/texk/ps2pk/pfb2pfa.c texlive-20210325-source/texk/ps2pk/pictures.h texlive-20210325-source/texk/ps2pk/pk2bm.1 texlive-20210325-source/texk/ps2pk/pk2bm.c texlive-20210325-source/texk/ps2pk/pkin.c texlive-20210325-source/texk/ps2pk/pkin.h texlive-20210325-source/texk/ps2pk/pkout.c texlive-20210325-source/texk/ps2pk/pkout.h texlive-20210325-source/texk/ps2pk/pktest.c texlive-20210325-source/texk/ps2pk/protos.h texlive-20210325-source/texk/ps2pk/ps2pk.1 texlive-20210325-source/texk/ps2pk/ps2pk.c texlive-20210325-source/texk/ps2pk/psearch.c texlive-20210325-source/texk/ps2pk/psearch.h texlive-20210325-source/texk/ps2pk/regions.c texlive-20210325-source/texk/ps2pk/regions.h texlive-20210325-source/texk/ps2pk/scanfont.c texlive-20210325-source/texk/ps2pk/sexpr.c texlive-20210325-source/texk/ps2pk/spaces.c texlive-20210325-source/texk/ps2pk/spaces.h texlive-20210325-source/texk/ps2pk/strexpr.c texlive-20210325-source/texk/ps2pk/strexpr.h texlive-20210325-source/texk/ps2pk/strokes.h texlive-20210325-source/texk/ps2pk/t1funcs.c texlive-20210325-source/texk/ps2pk/t1hdigit.h texlive-20210325-source/texk/ps2pk/t1imager.h texlive-20210325-source/texk/ps2pk/t1info.c texlive-20210325-source/texk/ps2pk/t1intf.h texlive-20210325-source/texk/ps2pk/t1io.c texlive-20210325-source/texk/ps2pk/t1snap.c texlive-20210325-source/texk/ps2pk/t1stdio.h texlive-20210325-source/texk/ps2pk/t1stub.c texlive-20210325-source/texk/ps2pk/t1test.c texlive-20210325-source/texk/ps2pk/tests/ texlive-20210325-source/texk/ps2pk/tests/Symbol.afm texlive-20210325-source/texk/ps2pk/tests/Symbol.alpha.hex texlive-20210325-source/texk/ps2pk/tests/Symbol.alpha.pix texlive-20210325-source/texk/ps2pk/tests/Symbol.pfa texlive-20210325-source/texk/ps2pk/tests/Symbol.pfb texlive-20210325-source/texk/ps2pk/tests/Symbol10.300pk texlive-20210325-source/texk/ps2pk/tests/lmmath.test texlive-20210325-source/texk/ps2pk/tests/lmmi12.600pk texlive-20210325-source/texk/ps2pk/tests/ps2pk.test texlive-20210325-source/texk/ps2pk/texfiles.c texlive-20210325-source/texk/ps2pk/texfiles.h texlive-20210325-source/texk/ps2pk/token.c texlive-20210325-source/texk/ps2pk/token.h texlive-20210325-source/texk/ps2pk/tokst.h texlive-20210325-source/texk/ps2pk/trig.h texlive-20210325-source/texk/ps2pk/type1.c texlive-20210325-source/texk/ps2pk/types.h texlive-20210325-source/texk/ps2pk/usenet texlive-20210325-source/texk/ps2pk/util.c texlive-20210325-source/texk/ps2pk/util.h texlive-20210325-source/texk/psutils/ texlive-20210325-source/texk/psutils/ChangeLog texlive-20210325-source/texk/psutils/Makefile.am texlive-20210325-source/texk/psutils/Makefile.in texlive-20210325-source/texk/psutils/README texlive-20210325-source/texk/psutils/TLpatches/ texlive-20210325-source/texk/psutils/TLpatches/ChangeLog texlive-20210325-source/texk/psutils/TLpatches/TL-Changes texlive-20210325-source/texk/psutils/TLpatches/patch-01-bug-fix texlive-20210325-source/texk/psutils/TLpatches/patch-20-texlive texlive-20210325-source/texk/psutils/TLpatches/patch-30-unsigned texlive-20210325-source/texk/psutils/TLpatches/patch-40-W-H texlive-20210325-source/texk/psutils/ac/ texlive-20210325-source/texk/psutils/ac/withenable.ac texlive-20210325-source/texk/psutils/aclocal.m4 texlive-20210325-source/texk/psutils/binary-io.h texlive-20210325-source/texk/psutils/config.h.in texlive-20210325-source/texk/psutils/configure texlive-20210325-source/texk/psutils/configure.ac texlive-20210325-source/texk/psutils/data/ texlive-20210325-source/texk/psutils/data/paper.cfg texlive-20210325-source/texk/psutils/paper-size.c texlive-20210325-source/texk/psutils/progname.c texlive-20210325-source/texk/psutils/progname.h texlive-20210325-source/texk/psutils/psutils-src/ texlive-20210325-source/texk/psutils/psutils-src/ChangeLog texlive-20210325-source/texk/psutils/psutils-src/LICENSE texlive-20210325-source/texk/psutils/psutils-src/Makefile.am texlive-20210325-source/texk/psutils/psutils-src/README texlive-20210325-source/texk/psutils/psutils-src/bootstrap texlive-20210325-source/texk/psutils/psutils-src/bootstrap.conf texlive-20210325-source/texk/psutils/psutils-src/configure.ac texlive-20210325-source/texk/psutils/psutils-src/dummy.c texlive-20210325-source/texk/psutils/psutils-src/epsffit.1 texlive-20210325-source/texk/psutils/psutils-src/epsffit.c texlive-20210325-source/texk/psutils/psutils-src/extractres texlive-20210325-source/texk/psutils/psutils-src/extractres.1 texlive-20210325-source/texk/psutils/psutils-src/includeres.1 texlive-20210325-source/texk/psutils/psutils-src/psbook.1 texlive-20210325-source/texk/psutils/psutils-src/psbook.c texlive-20210325-source/texk/psutils/psutils-src/psjoin texlive-20210325-source/texk/psutils/psutils-src/psjoin.1 texlive-20210325-source/texk/psutils/psutils-src/psnup.1 texlive-20210325-source/texk/psutils/psutils-src/psnup.c texlive-20210325-source/texk/psutils/psutils-src/psresize.1 texlive-20210325-source/texk/psutils/psutils-src/psresize.c texlive-20210325-source/texk/psutils/psutils-src/psselect.1 texlive-20210325-source/texk/psutils/psutils-src/psselect.c texlive-20210325-source/texk/psutils/psutils-src/psspec.c texlive-20210325-source/texk/psutils/psutils-src/psspec.h texlive-20210325-source/texk/psutils/psutils-src/pstops.1 texlive-20210325-source/texk/psutils/psutils-src/pstops.c texlive-20210325-source/texk/psutils/psutils-src/psutil.c texlive-20210325-source/texk/psutils/psutils-src/psutil.h texlive-20210325-source/texk/psutils/psutils-src/psutils.1 texlive-20210325-source/texk/psutils/psutils.test texlive-20210325-source/texk/psutils/tests/ texlive-20210325-source/texk/psutils/tests/play.ps texlive-20210325-source/texk/psutils/tests/playbook.2 texlive-20210325-source/texk/psutils/tests/playnup.2 texlive-20210325-source/texk/psutils/tests/playnup1.2 texlive-20210325-source/texk/psutils/tests/playps.2 texlive-20210325-source/texk/psutils/tests/playres.ps texlive-20210325-source/texk/psutils/tests/playsel.2 texlive-20210325-source/texk/psutils/tests/playsel1.2 texlive-20210325-source/texk/psutils/tests/plot.eps texlive-20210325-source/texk/psutils/tests/ploth.eps texlive-20210325-source/texk/psutils/tests/plotm.eps texlive-20210325-source/texk/psutils/tests/plotv.eps texlive-20210325-source/texk/psutils/texlive.h texlive-20210325-source/texk/psutils/verror.c texlive-20210325-source/texk/psutils/verror.h texlive-20210325-source/texk/psutils/version.ac texlive-20210325-source/texk/psutils/xvasprintf.h texlive-20210325-source/texk/ptexenc/ texlive-20210325-source/texk/ptexenc/COPYRIGHT texlive-20210325-source/texk/ptexenc/ChangeLog texlive-20210325-source/texk/ptexenc/ChangeLog.jp texlive-20210325-source/texk/ptexenc/Makefile.am texlive-20210325-source/texk/ptexenc/Makefile.in texlive-20210325-source/texk/ptexenc/README texlive-20210325-source/texk/ptexenc/ac/ texlive-20210325-source/texk/ptexenc/ac/ptexenc.ac texlive-20210325-source/texk/ptexenc/ac/withenable.ac texlive-20210325-source/texk/ptexenc/aclocal.m4 texlive-20210325-source/texk/ptexenc/c-auto.in texlive-20210325-source/texk/ptexenc/configure texlive-20210325-source/texk/ptexenc/configure.ac texlive-20210325-source/texk/ptexenc/jisx0208.h texlive-20210325-source/texk/ptexenc/kanjicnv.c texlive-20210325-source/texk/ptexenc/ptexenc/ texlive-20210325-source/texk/ptexenc/ptexenc/kanjicnv.h texlive-20210325-source/texk/ptexenc/ptexenc/ptexenc.h texlive-20210325-source/texk/ptexenc/ptexenc/unicode-jp.h texlive-20210325-source/texk/ptexenc/ptexenc/unicode.h texlive-20210325-source/texk/ptexenc/ptexenc.c texlive-20210325-source/texk/ptexenc/ptexenc.pc.in texlive-20210325-source/texk/ptexenc/unicode-jp.c texlive-20210325-source/texk/ptexenc/unicode.c texlive-20210325-source/texk/ptexenc/version.ac texlive-20210325-source/texk/seetexk/ texlive-20210325-source/texk/seetexk/ChangeLog texlive-20210325-source/texk/seetexk/Makefile.am texlive-20210325-source/texk/seetexk/Makefile.in texlive-20210325-source/texk/seetexk/README texlive-20210325-source/texk/seetexk/ac/ texlive-20210325-source/texk/seetexk/ac/withenable.ac texlive-20210325-source/texk/seetexk/aclocal.m4 texlive-20210325-source/texk/seetexk/common.h texlive-20210325-source/texk/seetexk/config.h.in texlive-20210325-source/texk/seetexk/configure texlive-20210325-source/texk/seetexk/configure.ac texlive-20210325-source/texk/seetexk/dvibook.c texlive-20210325-source/texk/seetexk/dvibook.man texlive-20210325-source/texk/seetexk/dviclass.c texlive-20210325-source/texk/seetexk/dviclass.h texlive-20210325-source/texk/seetexk/dvicodes.h texlive-20210325-source/texk/seetexk/dviconcat.c texlive-20210325-source/texk/seetexk/dviconcat.man texlive-20210325-source/texk/seetexk/dviselect.c texlive-20210325-source/texk/seetexk/dviselect.man texlive-20210325-source/texk/seetexk/dvitodvi.c texlive-20210325-source/texk/seetexk/dvitodvi.man texlive-20210325-source/texk/seetexk/error.c texlive-20210325-source/texk/seetexk/error.h texlive-20210325-source/texk/seetexk/fio.c texlive-20210325-source/texk/seetexk/fio.h texlive-20210325-source/texk/seetexk/font.h texlive-20210325-source/texk/seetexk/gripes.h texlive-20210325-source/texk/seetexk/gripes0.c texlive-20210325-source/texk/seetexk/gripes1.c texlive-20210325-source/texk/seetexk/search.c texlive-20210325-source/texk/seetexk/search.h texlive-20210325-source/texk/seetexk/seek.c texlive-20210325-source/texk/seetexk/seek.h texlive-20210325-source/texk/seetexk/seetexk.test texlive-20210325-source/texk/seetexk/tempfile.c texlive-20210325-source/texk/seetexk/tempfile.h texlive-20210325-source/texk/seetexk/tests/ texlive-20210325-source/texk/seetexk/tests/play.dvi texlive-20210325-source/texk/seetexk/tests/playbook.2 texlive-20210325-source/texk/seetexk/tests/playbook.3 texlive-20210325-source/texk/seetexk/tests/playbook.4 texlive-20210325-source/texk/seetexk/tests/playconc.2 texlive-20210325-source/texk/seetexk/tests/playconc.3 texlive-20210325-source/texk/seetexk/tests/playdvi.2 texlive-20210325-source/texk/seetexk/tests/playdvi.3 texlive-20210325-source/texk/seetexk/tests/playnot.2 texlive-20210325-source/texk/seetexk/tests/playsel.2 texlive-20210325-source/texk/seetexk/tests/playsel.3 texlive-20210325-source/texk/seetexk/tests/playtate.dvi texlive-20210325-source/texk/seetexk/types.h texlive-20210325-source/texk/tests/ texlive-20210325-source/texk/tests/ChangeLog texlive-20210325-source/texk/tests/TeXLive/ texlive-20210325-source/texk/tests/TeXLive/TLConfig.pm texlive-20210325-source/texk/tests/TeXLive/TLUtils.pm texlive-20210325-source/texk/tests/common-test.pl texlive-20210325-source/texk/tests/texmf/ texlive-20210325-source/texk/tests/texmf/afmtest.afm texlive-20210325-source/texk/tests/texmf/plain.bst texlive-20210325-source/texk/tests/texmf/plain.tex texlive-20210325-source/texk/tex4htk/ texlive-20210325-source/texk/tex4htk/ChangeLog texlive-20210325-source/texk/tex4htk/Makefile.am texlive-20210325-source/texk/tex4htk/Makefile.in texlive-20210325-source/texk/tex4htk/ac/ texlive-20210325-source/texk/tex4htk/ac/withenable.ac texlive-20210325-source/texk/tex4htk/aclocal.m4 texlive-20210325-source/texk/tex4htk/c-auto.in texlive-20210325-source/texk/tex4htk/configure texlive-20210325-source/texk/tex4htk/configure.ac texlive-20210325-source/texk/tex4htk/dbcontext texlive-20210325-source/texk/tex4htk/dblatex texlive-20210325-source/texk/tex4htk/dbmcontext texlive-20210325-source/texk/tex4htk/dbmex texlive-20210325-source/texk/tex4htk/dbmlatex texlive-20210325-source/texk/tex4htk/dbmmex texlive-20210325-source/texk/tex4htk/dbmtex texlive-20210325-source/texk/tex4htk/dbmtexi texlive-20210325-source/texk/tex4htk/dbmxelatex texlive-20210325-source/texk/tex4htk/dbmxetex texlive-20210325-source/texk/tex4htk/dbtex texlive-20210325-source/texk/tex4htk/dbtexi texlive-20210325-source/texk/tex4htk/dbxelatex texlive-20210325-source/texk/tex4htk/dbxetex texlive-20210325-source/texk/tex4htk/demo.tex texlive-20210325-source/texk/tex4htk/escontext texlive-20210325-source/texk/tex4htk/eslatex texlive-20210325-source/texk/tex4htk/esmex texlive-20210325-source/texk/tex4htk/estex texlive-20210325-source/texk/tex4htk/estexi texlive-20210325-source/texk/tex4htk/esxelatex texlive-20210325-source/texk/tex4htk/esxetex texlive-20210325-source/texk/tex4htk/ht.bat texlive-20210325-source/texk/tex4htk/ht.sh texlive-20210325-source/texk/tex4htk/htcontext.bat texlive-20210325-source/texk/tex4htk/htcontext.sh texlive-20210325-source/texk/tex4htk/htlatex.bat texlive-20210325-source/texk/tex4htk/htlatex.sh texlive-20210325-source/texk/tex4htk/htmex.bat texlive-20210325-source/texk/tex4htk/htmex.sh texlive-20210325-source/texk/tex4htk/httex.bat texlive-20210325-source/texk/tex4htk/httex.sh texlive-20210325-source/texk/tex4htk/httexi.bat texlive-20210325-source/texk/tex4htk/httexi.sh texlive-20210325-source/texk/tex4htk/htxelatex.bat texlive-20210325-source/texk/tex4htk/htxelatex.sh texlive-20210325-source/texk/tex4htk/htxetex.bat texlive-20210325-source/texk/tex4htk/htxetex.sh texlive-20210325-source/texk/tex4htk/java/ texlive-20210325-source/texk/tex4htk/java/DbUtilities.java texlive-20210325-source/texk/tex4htk/java/GroupMn.java texlive-20210325-source/texk/tex4htk/java/HtJsml.java texlive-20210325-source/texk/tex4htk/java/HtSpk.java texlive-20210325-source/texk/tex4htk/java/JsmlFilter.java texlive-20210325-source/texk/tex4htk/java/JsmlMathBreak.java texlive-20210325-source/texk/tex4htk/java/OoFilter.java texlive-20210325-source/texk/tex4htk/java/OoUtilities.java texlive-20210325-source/texk/tex4htk/java/OomFilter.java texlive-20210325-source/texk/tex4htk/java/README texlive-20210325-source/texk/tex4htk/java/xtpipes/ texlive-20210325-source/texk/tex4htk/java/xtpipes/FileInfo.java texlive-20210325-source/texk/tex4htk/java/xtpipes/InputObject.java texlive-20210325-source/texk/tex4htk/java/xtpipes/Xtpipes.java texlive-20210325-source/texk/tex4htk/java/xtpipes/XtpipesPrintWriter.java texlive-20210325-source/texk/tex4htk/java/xtpipes/XtpipesUni.java texlive-20210325-source/texk/tex4htk/java/xtpipes/util/ texlive-20210325-source/texk/tex4htk/java/xtpipes/util/ScriptsManager.java texlive-20210325-source/texk/tex4htk/java/xtpipes/util/ScriptsManagerLH.java texlive-20210325-source/texk/tex4htk/java/xtpipes.java texlive-20210325-source/texk/tex4htk/jh1context texlive-20210325-source/texk/tex4htk/jh1latex texlive-20210325-source/texk/tex4htk/jh1mex texlive-20210325-source/texk/tex4htk/jh1tex texlive-20210325-source/texk/tex4htk/jh1texi texlive-20210325-source/texk/tex4htk/jh1xelatex texlive-20210325-source/texk/tex4htk/jh1xetex texlive-20210325-source/texk/tex4htk/jhcontext texlive-20210325-source/texk/tex4htk/jhlatex texlive-20210325-source/texk/tex4htk/jhmex texlive-20210325-source/texk/tex4htk/jhtex texlive-20210325-source/texk/tex4htk/jhtexi texlive-20210325-source/texk/tex4htk/jhxelatex texlive-20210325-source/texk/tex4htk/jhxetex texlive-20210325-source/texk/tex4htk/jmcontext texlive-20210325-source/texk/tex4htk/jmlatex texlive-20210325-source/texk/tex4htk/jmmex texlive-20210325-source/texk/tex4htk/jmtex texlive-20210325-source/texk/tex4htk/jmtexi texlive-20210325-source/texk/tex4htk/jmxelatex texlive-20210325-source/texk/tex4htk/jmxetex texlive-20210325-source/texk/tex4htk/jscontext texlive-20210325-source/texk/tex4htk/jslatex texlive-20210325-source/texk/tex4htk/jsmex texlive-20210325-source/texk/tex4htk/jstex texlive-20210325-source/texk/tex4htk/jstexi texlive-20210325-source/texk/tex4htk/jsxelatex texlive-20210325-source/texk/tex4htk/jsxetex texlive-20210325-source/texk/tex4htk/mk4ht.pl texlive-20210325-source/texk/tex4htk/mzcontext texlive-20210325-source/texk/tex4htk/mzlatex texlive-20210325-source/texk/tex4htk/mzmex texlive-20210325-source/texk/tex4htk/mztex texlive-20210325-source/texk/tex4htk/mztexi texlive-20210325-source/texk/tex4htk/mzxelatex texlive-20210325-source/texk/tex4htk/mzxetex texlive-20210325-source/texk/tex4htk/oocontext texlive-20210325-source/texk/tex4htk/oolatex texlive-20210325-source/texk/tex4htk/oomex texlive-20210325-source/texk/tex4htk/ootex texlive-20210325-source/texk/tex4htk/ootexi texlive-20210325-source/texk/tex4htk/ooxelatex texlive-20210325-source/texk/tex4htk/ooxetex texlive-20210325-source/texk/tex4htk/t4ht.c texlive-20210325-source/texk/tex4htk/teicontext texlive-20210325-source/texk/tex4htk/teilatex texlive-20210325-source/texk/tex4htk/teimcontext texlive-20210325-source/texk/tex4htk/teimex texlive-20210325-source/texk/tex4htk/teimlatex texlive-20210325-source/texk/tex4htk/teimmex texlive-20210325-source/texk/tex4htk/teimtex texlive-20210325-source/texk/tex4htk/teimtexi texlive-20210325-source/texk/tex4htk/teimxelatex texlive-20210325-source/texk/tex4htk/teimxetex texlive-20210325-source/texk/tex4htk/teitex texlive-20210325-source/texk/tex4htk/teitexi texlive-20210325-source/texk/tex4htk/teixelatex texlive-20210325-source/texk/tex4htk/teixetex texlive-20210325-source/texk/tex4htk/test.tex texlive-20210325-source/texk/tex4htk/test1.tex texlive-20210325-source/texk/tex4htk/testa.tex texlive-20210325-source/texk/tex4htk/testb.tex texlive-20210325-source/texk/tex4htk/tex4ht.c texlive-20210325-source/texk/tex4htk/uxhcontext texlive-20210325-source/texk/tex4htk/uxhlatex texlive-20210325-source/texk/tex4htk/uxhmex texlive-20210325-source/texk/tex4htk/uxhtex texlive-20210325-source/texk/tex4htk/uxhtexi texlive-20210325-source/texk/tex4htk/uxhxelatex texlive-20210325-source/texk/tex4htk/uxhxetex texlive-20210325-source/texk/tex4htk/wcontext texlive-20210325-source/texk/tex4htk/wlatex texlive-20210325-source/texk/tex4htk/wmex texlive-20210325-source/texk/tex4htk/wtex texlive-20210325-source/texk/tex4htk/wtexi texlive-20210325-source/texk/tex4htk/wxelatex texlive-20210325-source/texk/tex4htk/wxetex texlive-20210325-source/texk/tex4htk/xhcontext texlive-20210325-source/texk/tex4htk/xhlatex.bat texlive-20210325-source/texk/tex4htk/xhlatex.sh texlive-20210325-source/texk/tex4htk/xhmcontext texlive-20210325-source/texk/tex4htk/xhmex texlive-20210325-source/texk/tex4htk/xhmlatex texlive-20210325-source/texk/tex4htk/xhmmex texlive-20210325-source/texk/tex4htk/xhmtex texlive-20210325-source/texk/tex4htk/xhmtexi texlive-20210325-source/texk/tex4htk/xhmxelatex texlive-20210325-source/texk/tex4htk/xhmxetex texlive-20210325-source/texk/tex4htk/xhtex texlive-20210325-source/texk/tex4htk/xhtexi texlive-20210325-source/texk/tex4htk/xhxelatex texlive-20210325-source/texk/tex4htk/xhxetex texlive-20210325-source/texk/tex4htk/xv4ht.java texlive-20210325-source/texk/texlive/ texlive-20210325-source/texk/texlive/ChangeLog texlive-20210325-source/texk/texlive/Makefile.am texlive-20210325-source/texk/texlive/Makefile.in texlive-20210325-source/texk/texlive/ac/ texlive-20210325-source/texk/texlive/ac/texlive.ac texlive-20210325-source/texk/texlive/ac/withenable.ac texlive-20210325-source/texk/texlive/aclocal.m4 texlive-20210325-source/texk/texlive/configure texlive-20210325-source/texk/texlive/configure.ac texlive-20210325-source/texk/texlive/linked_scripts/ texlive-20210325-source/texk/texlive/linked_scripts/ChangeLog texlive-20210325-source/texk/texlive/linked_scripts/Makefile.am texlive-20210325-source/texk/texlive/linked_scripts/Makefile.in texlive-20210325-source/texk/texlive/linked_scripts/README texlive-20210325-source/texk/texlive/linked_scripts/a2ping/ texlive-20210325-source/texk/texlive/linked_scripts/a2ping/a2ping.pl texlive-20210325-source/texk/texlive/linked_scripts/accfonts/ texlive-20210325-source/texk/texlive/linked_scripts/accfonts/mkt1font texlive-20210325-source/texk/texlive/linked_scripts/accfonts/vpl2ovp texlive-20210325-source/texk/texlive/linked_scripts/accfonts/vpl2vpl texlive-20210325-source/texk/texlive/linked_scripts/adhocfilelist/ texlive-20210325-source/texk/texlive/linked_scripts/adhocfilelist/adhocfilelist.sh texlive-20210325-source/texk/texlive/linked_scripts/albatross/ texlive-20210325-source/texk/texlive/linked_scripts/albatross/albatross.sh texlive-20210325-source/texk/texlive/linked_scripts/arara/ texlive-20210325-source/texk/texlive/linked_scripts/arara/arara.sh texlive-20210325-source/texk/texlive/linked_scripts/attachfile2/ texlive-20210325-source/texk/texlive/linked_scripts/attachfile2/pdfatfi.pl texlive-20210325-source/texk/texlive/linked_scripts/authorindex/ texlive-20210325-source/texk/texlive/linked_scripts/authorindex/authorindex texlive-20210325-source/texk/texlive/linked_scripts/bib2gls/ texlive-20210325-source/texk/texlive/linked_scripts/bib2gls/bib2gls.sh texlive-20210325-source/texk/texlive/linked_scripts/bib2gls/convertgls2bib.sh texlive-20210325-source/texk/texlive/linked_scripts/bibexport/ texlive-20210325-source/texk/texlive/linked_scripts/bibexport/bibexport.sh texlive-20210325-source/texk/texlive/linked_scripts/bundledoc/ texlive-20210325-source/texk/texlive/linked_scripts/bundledoc/arlatex texlive-20210325-source/texk/texlive/linked_scripts/bundledoc/bundledoc texlive-20210325-source/texk/texlive/linked_scripts/cachepic/ texlive-20210325-source/texk/texlive/linked_scripts/cachepic/cachepic.tlu texlive-20210325-source/texk/texlive/linked_scripts/checkcites/ texlive-20210325-source/texk/texlive/linked_scripts/checkcites/checkcites.lua texlive-20210325-source/texk/texlive/linked_scripts/checklistings/ texlive-20210325-source/texk/texlive/linked_scripts/checklistings/checklistings.sh texlive-20210325-source/texk/texlive/linked_scripts/chklref/ texlive-20210325-source/texk/texlive/linked_scripts/chklref/chklref.pl texlive-20210325-source/texk/texlive/linked_scripts/cjk-gs-integrate/ texlive-20210325-source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl texlive-20210325-source/texk/texlive/linked_scripts/clojure-pamphlet/ texlive-20210325-source/texk/texlive/linked_scripts/clojure-pamphlet/pamphletangler texlive-20210325-source/texk/texlive/linked_scripts/cluttex/ texlive-20210325-source/texk/texlive/linked_scripts/cluttex/cluttex.lua texlive-20210325-source/texk/texlive/linked_scripts/context/ texlive-20210325-source/texk/texlive/linked_scripts/context/perl/ texlive-20210325-source/texk/texlive/linked_scripts/context/perl/mptopdf.pl texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/ texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/ texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/context texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/contextjit texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/ctxtools texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/luatools texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/mtxrun texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/mtxrunjit texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/pstopdf texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/texexec texlive-20210325-source/texk/texlive/linked_scripts/context/stubs/unix/texmfstart texlive-20210325-source/texk/texlive/linked_scripts/convbkmk/ texlive-20210325-source/texk/texlive/linked_scripts/convbkmk/convbkmk.rb texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/ texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/bbl2bib.pl texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/bibdoiadd.pl texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/bibmradd.pl texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/biburl2doi.pl texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/bibzbladd.pl texlive-20210325-source/texk/texlive/linked_scripts/crossrefware/ltx2crossrefxml.pl texlive-20210325-source/texk/texlive/linked_scripts/ctan-o-mat/ texlive-20210325-source/texk/texlive/linked_scripts/ctan-o-mat/ctan-o-mat texlive-20210325-source/texk/texlive/linked_scripts/ctan-o-mat/ctan-o-mat.pl texlive-20210325-source/texk/texlive/linked_scripts/ctanbib/ texlive-20210325-source/texk/texlive/linked_scripts/ctanbib/ctanbib texlive-20210325-source/texk/texlive/linked_scripts/ctanify/ texlive-20210325-source/texk/texlive/linked_scripts/ctanify/ctanify texlive-20210325-source/texk/texlive/linked_scripts/ctanupload/ texlive-20210325-source/texk/texlive/linked_scripts/ctanupload/ctanupload.pl texlive-20210325-source/texk/texlive/linked_scripts/de-macro/ texlive-20210325-source/texk/texlive/linked_scripts/de-macro/de-macro texlive-20210325-source/texk/texlive/linked_scripts/diadia/ texlive-20210325-source/texk/texlive/linked_scripts/diadia/diadia.lua texlive-20210325-source/texk/texlive/linked_scripts/dosepsbin/ texlive-20210325-source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl texlive-20210325-source/texk/texlive/linked_scripts/dtxgen/ texlive-20210325-source/texk/texlive/linked_scripts/dtxgen/dtxgen texlive-20210325-source/texk/texlive/linked_scripts/dviasm/ texlive-20210325-source/texk/texlive/linked_scripts/dviasm/dviasm.py texlive-20210325-source/texk/texlive/linked_scripts/dviinfox/ texlive-20210325-source/texk/texlive/linked_scripts/dviinfox/dviinfox.pl texlive-20210325-source/texk/texlive/linked_scripts/ebong/ texlive-20210325-source/texk/texlive/linked_scripts/ebong/ebong.py texlive-20210325-source/texk/texlive/linked_scripts/epspdf/ texlive-20210325-source/texk/texlive/linked_scripts/epspdf/epspdf.tlu texlive-20210325-source/texk/texlive/linked_scripts/epspdf/epspdftk.tcl texlive-20210325-source/texk/texlive/linked_scripts/epstopdf/ texlive-20210325-source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl texlive-20210325-source/texk/texlive/linked_scripts/exceltex/ texlive-20210325-source/texk/texlive/linked_scripts/exceltex/exceltex texlive-20210325-source/texk/texlive/linked_scripts/fig4latex/ texlive-20210325-source/texk/texlive/linked_scripts/fig4latex/fig4latex texlive-20210325-source/texk/texlive/linked_scripts/findhyph/ texlive-20210325-source/texk/texlive/linked_scripts/findhyph/findhyph texlive-20210325-source/texk/texlive/linked_scripts/fontools/ texlive-20210325-source/texk/texlive/linked_scripts/fontools/afm2afm texlive-20210325-source/texk/texlive/linked_scripts/fontools/autoinst texlive-20210325-source/texk/texlive/linked_scripts/fontools/ot2kpx texlive-20210325-source/texk/texlive/linked_scripts/fragmaster/ texlive-20210325-source/texk/texlive/linked_scripts/fragmaster/fragmaster.pl texlive-20210325-source/texk/texlive/linked_scripts/getmap/ texlive-20210325-source/texk/texlive/linked_scripts/getmap/getmapdl.lua texlive-20210325-source/texk/texlive/linked_scripts/git-latexdiff/ texlive-20210325-source/texk/texlive/linked_scripts/git-latexdiff/git-latexdiff texlive-20210325-source/texk/texlive/linked_scripts/glossaries/ texlive-20210325-source/texk/texlive/linked_scripts/glossaries/makeglossaries texlive-20210325-source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua texlive-20210325-source/texk/texlive/linked_scripts/hyperxmp/ texlive-20210325-source/texk/texlive/linked_scripts/hyperxmp/hyperxmp-add-bytecount.pl texlive-20210325-source/texk/texlive/linked_scripts/installfont/ texlive-20210325-source/texk/texlive/linked_scripts/installfont/installfont-tl texlive-20210325-source/texk/texlive/linked_scripts/jfmutil/ texlive-20210325-source/texk/texlive/linked_scripts/jfmutil/jfmutil.pl texlive-20210325-source/texk/texlive/linked_scripts/ketcindy/ texlive-20210325-source/texk/texlive/linked_scripts/ketcindy/ketcindy.pl texlive-20210325-source/texk/texlive/linked_scripts/kotex-utils/ texlive-20210325-source/texk/texlive/linked_scripts/kotex-utils/jamo-normalize.pl texlive-20210325-source/texk/texlive/linked_scripts/kotex-utils/komkindex.pl texlive-20210325-source/texk/texlive/linked_scripts/kotex-utils/ttf2kotexfont.pl texlive-20210325-source/texk/texlive/linked_scripts/l3build/ texlive-20210325-source/texk/texlive/linked_scripts/l3build/l3build.lua texlive-20210325-source/texk/texlive/linked_scripts/latex-git-log/ texlive-20210325-source/texk/texlive/linked_scripts/latex-git-log/latex-git-log texlive-20210325-source/texk/texlive/linked_scripts/latex-papersize/ texlive-20210325-source/texk/texlive/linked_scripts/latex-papersize/latex-papersize.py texlive-20210325-source/texk/texlive/linked_scripts/latex2man/ texlive-20210325-source/texk/texlive/linked_scripts/latex2man/latex2man texlive-20210325-source/texk/texlive/linked_scripts/latex2nemeth/ texlive-20210325-source/texk/texlive/linked_scripts/latex2nemeth/latex2nemeth texlive-20210325-source/texk/texlive/linked_scripts/latexdiff/ texlive-20210325-source/texk/texlive/linked_scripts/latexdiff/latexdiff-vc.pl texlive-20210325-source/texk/texlive/linked_scripts/latexdiff/latexdiff.pl texlive-20210325-source/texk/texlive/linked_scripts/latexdiff/latexrevise.pl texlive-20210325-source/texk/texlive/linked_scripts/latexfileversion/ texlive-20210325-source/texk/texlive/linked_scripts/latexfileversion/latexfileversion texlive-20210325-source/texk/texlive/linked_scripts/latexindent/ texlive-20210325-source/texk/texlive/linked_scripts/latexindent/latexindent.pl texlive-20210325-source/texk/texlive/linked_scripts/latexmk/ texlive-20210325-source/texk/texlive/linked_scripts/latexmk/latexmk.pl texlive-20210325-source/texk/texlive/linked_scripts/latexpand/ texlive-20210325-source/texk/texlive/linked_scripts/latexpand/latexpand texlive-20210325-source/texk/texlive/linked_scripts/light-latex-make/ texlive-20210325-source/texk/texlive/linked_scripts/light-latex-make/llmk.lua texlive-20210325-source/texk/texlive/linked_scripts/lilyglyphs/ texlive-20210325-source/texk/texlive/linked_scripts/lilyglyphs/lily-glyph-commands.py texlive-20210325-source/texk/texlive/linked_scripts/lilyglyphs/lily-image-commands.py texlive-20210325-source/texk/texlive/linked_scripts/lilyglyphs/lily-rebuild-pdfs.py texlive-20210325-source/texk/texlive/linked_scripts/listbib/ texlive-20210325-source/texk/texlive/linked_scripts/listbib/listbib texlive-20210325-source/texk/texlive/linked_scripts/listings-ext/ texlive-20210325-source/texk/texlive/linked_scripts/listings-ext/listings-ext.sh texlive-20210325-source/texk/texlive/linked_scripts/ltxfileinfo/ texlive-20210325-source/texk/texlive/linked_scripts/ltxfileinfo/ltxfileinfo texlive-20210325-source/texk/texlive/linked_scripts/ltximg/ texlive-20210325-source/texk/texlive/linked_scripts/ltximg/ltximg.pl texlive-20210325-source/texk/texlive/linked_scripts/luaotfload/ texlive-20210325-source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua texlive-20210325-source/texk/texlive/linked_scripts/lwarp/ texlive-20210325-source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua texlive-20210325-source/texk/texlive/linked_scripts/m-tx/ texlive-20210325-source/texk/texlive/linked_scripts/m-tx/m-tx.lua texlive-20210325-source/texk/texlive/linked_scripts/make4ht/ texlive-20210325-source/texk/texlive/linked_scripts/make4ht/make4ht texlive-20210325-source/texk/texlive/linked_scripts/makedtx/ texlive-20210325-source/texk/texlive/linked_scripts/makedtx/makedtx.pl texlive-20210325-source/texk/texlive/linked_scripts/match_parens/ texlive-20210325-source/texk/texlive/linked_scripts/match_parens/match_parens texlive-20210325-source/texk/texlive/linked_scripts/mathspic/ texlive-20210325-source/texk/texlive/linked_scripts/mathspic/mathspic.pl texlive-20210325-source/texk/texlive/linked_scripts/mf2pt1/ texlive-20210325-source/texk/texlive/linked_scripts/mf2pt1/mf2pt1.pl texlive-20210325-source/texk/texlive/linked_scripts/mkgrkindex/ texlive-20210325-source/texk/texlive/linked_scripts/mkgrkindex/mkgrkindex texlive-20210325-source/texk/texlive/linked_scripts/mkjobtexmf/ texlive-20210325-source/texk/texlive/linked_scripts/mkjobtexmf/mkjobtexmf.pl texlive-20210325-source/texk/texlive/linked_scripts/mkpic/ texlive-20210325-source/texk/texlive/linked_scripts/mkpic/mkpic texlive-20210325-source/texk/texlive/linked_scripts/multibibliography/ texlive-20210325-source/texk/texlive/linked_scripts/multibibliography/multibibliography.pl texlive-20210325-source/texk/texlive/linked_scripts/musixtex/ texlive-20210325-source/texk/texlive/linked_scripts/musixtex/musixflx.lua texlive-20210325-source/texk/texlive/linked_scripts/musixtex/musixtex.lua texlive-20210325-source/texk/texlive/linked_scripts/pax/ texlive-20210325-source/texk/texlive/linked_scripts/pax/pdfannotextractor.pl texlive-20210325-source/texk/texlive/linked_scripts/pdfbook2/ texlive-20210325-source/texk/texlive/linked_scripts/pdfbook2/pdfbook2 texlive-20210325-source/texk/texlive/linked_scripts/pdfcrop/ texlive-20210325-source/texk/texlive/linked_scripts/pdfcrop/pdfcrop.pl texlive-20210325-source/texk/texlive/linked_scripts/pdfjam/ texlive-20210325-source/texk/texlive/linked_scripts/pdfjam/pdfjam texlive-20210325-source/texk/texlive/linked_scripts/pdflatexpicscale/ texlive-20210325-source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl texlive-20210325-source/texk/texlive/linked_scripts/pdftex-quiet/ texlive-20210325-source/texk/texlive/linked_scripts/pdftex-quiet/pdftex-quiet texlive-20210325-source/texk/texlive/linked_scripts/pdfxup/ texlive-20210325-source/texk/texlive/linked_scripts/pdfxup/pdfxup texlive-20210325-source/texk/texlive/linked_scripts/pedigree-perl/ texlive-20210325-source/texk/texlive/linked_scripts/pedigree-perl/pedigree.pl texlive-20210325-source/texk/texlive/linked_scripts/perltex/ texlive-20210325-source/texk/texlive/linked_scripts/perltex/perltex.pl texlive-20210325-source/texk/texlive/linked_scripts/petri-nets/ texlive-20210325-source/texk/texlive/linked_scripts/petri-nets/pn2pdf texlive-20210325-source/texk/texlive/linked_scripts/pfarrei/ texlive-20210325-source/texk/texlive/linked_scripts/pfarrei/a5toa4.tlu texlive-20210325-source/texk/texlive/linked_scripts/pfarrei/pfarrei.tlu texlive-20210325-source/texk/texlive/linked_scripts/pkfix/ texlive-20210325-source/texk/texlive/linked_scripts/pkfix/pkfix.pl texlive-20210325-source/texk/texlive/linked_scripts/pkfix-helper/ texlive-20210325-source/texk/texlive/linked_scripts/pkfix-helper/pkfix-helper texlive-20210325-source/texk/texlive/linked_scripts/pmxchords/ texlive-20210325-source/texk/texlive/linked_scripts/pmxchords/pmxchords.lua texlive-20210325-source/texk/texlive/linked_scripts/pst-pdf/ texlive-20210325-source/texk/texlive/linked_scripts/pst-pdf/ps4pdf texlive-20210325-source/texk/texlive/linked_scripts/pst2pdf/ texlive-20210325-source/texk/texlive/linked_scripts/pst2pdf/pst2pdf.pl texlive-20210325-source/texk/texlive/linked_scripts/ptex-fontmaps/ texlive-20210325-source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap-sys.sh texlive-20210325-source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap-user.sh texlive-20210325-source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap.pl texlive-20210325-source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-fontmap-creator.pl texlive-20210325-source/texk/texlive/linked_scripts/ptex2pdf/ texlive-20210325-source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua texlive-20210325-source/texk/texlive/linked_scripts/purifyeps/ texlive-20210325-source/texk/texlive/linked_scripts/purifyeps/purifyeps texlive-20210325-source/texk/texlive/linked_scripts/pygmentex/ texlive-20210325-source/texk/texlive/linked_scripts/pygmentex/pygmentex.py texlive-20210325-source/texk/texlive/linked_scripts/pythontex/ texlive-20210325-source/texk/texlive/linked_scripts/pythontex/depythontex.py texlive-20210325-source/texk/texlive/linked_scripts/pythontex/pythontex.py texlive-20210325-source/texk/texlive/linked_scripts/rubik/ texlive-20210325-source/texk/texlive/linked_scripts/rubik/rubikrotation.pl texlive-20210325-source/texk/texlive/linked_scripts/scripts.lst texlive-20210325-source/texk/texlive/linked_scripts/simpdftex/ texlive-20210325-source/texk/texlive/linked_scripts/simpdftex/simpdftex texlive-20210325-source/texk/texlive/linked_scripts/spix/ texlive-20210325-source/texk/texlive/linked_scripts/spix/spix.py texlive-20210325-source/texk/texlive/linked_scripts/splitindex/ texlive-20210325-source/texk/texlive/linked_scripts/splitindex/splitindex.pl texlive-20210325-source/texk/texlive/linked_scripts/srcredact/ texlive-20210325-source/texk/texlive/linked_scripts/srcredact/srcredact.pl texlive-20210325-source/texk/texlive/linked_scripts/sty2dtx/ texlive-20210325-source/texk/texlive/linked_scripts/sty2dtx/sty2dtx.pl texlive-20210325-source/texk/texlive/linked_scripts/svn-multi/ texlive-20210325-source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl texlive-20210325-source/texk/texlive/linked_scripts/tex4ebook/ texlive-20210325-source/texk/texlive/linked_scripts/tex4ebook/tex4ebook texlive-20210325-source/texk/texlive/linked_scripts/texcount/ texlive-20210325-source/texk/texlive/linked_scripts/texcount/texcount.pl texlive-20210325-source/texk/texlive/linked_scripts/texdef/ texlive-20210325-source/texk/texlive/linked_scripts/texdef/texdef.pl texlive-20210325-source/texk/texlive/linked_scripts/texdiff/ texlive-20210325-source/texk/texlive/linked_scripts/texdiff/texdiff texlive-20210325-source/texk/texlive/linked_scripts/texdirflatten/ texlive-20210325-source/texk/texlive/linked_scripts/texdirflatten/texdirflatten texlive-20210325-source/texk/texlive/linked_scripts/texdoc/ texlive-20210325-source/texk/texlive/linked_scripts/texdoc/texdoc.tlu texlive-20210325-source/texk/texlive/linked_scripts/texfot/ texlive-20210325-source/texk/texlive/linked_scripts/texfot/texfot.pl texlive-20210325-source/texk/texlive/linked_scripts/texlive/ texlive-20210325-source/texk/texlive/linked_scripts/texlive/fmtutil-sys.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive/fmtutil.pl texlive-20210325-source/texk/texlive/linked_scripts/texlive/mktexlsr texlive-20210325-source/texk/texlive/linked_scripts/texlive/mktexmf texlive-20210325-source/texk/texlive/linked_scripts/texlive/mktexpk texlive-20210325-source/texk/texlive/linked_scripts/texlive/mktextfm texlive-20210325-source/texk/texlive/linked_scripts/texlive/rungs.tlu texlive-20210325-source/texk/texlive/linked_scripts/texlive/tlmgr.pl texlive-20210325-source/texk/texlive/linked_scripts/texlive/updmap-sys.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive/updmap-user.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive/updmap.pl texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/ texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/allcm.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/allneeded.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/dvi2fax.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/dvired.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/e2pall.pl texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/fontinst.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/kpsetool.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/kpsewhere.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/ps2frag.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/pslatex.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/rubibtex.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/rumakeindex.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/texconfig-dialog.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/texconfig-sys.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/texconfig.sh texlive-20210325-source/texk/texlive/linked_scripts/texlive-extra/texlinks.sh texlive-20210325-source/texk/texlive/linked_scripts/texliveonfly/ texlive-20210325-source/texk/texlive/linked_scripts/texliveonfly/texliveonfly.py texlive-20210325-source/texk/texlive/linked_scripts/texloganalyser/ texlive-20210325-source/texk/texlive/linked_scripts/texloganalyser/texloganalyser texlive-20210325-source/texk/texlive/linked_scripts/texosquery/ texlive-20210325-source/texk/texlive/linked_scripts/texosquery/texosquery texlive-20210325-source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh texlive-20210325-source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh texlive-20210325-source/texk/texlive/linked_scripts/texosquery/texosquery.sh texlive-20210325-source/texk/texlive/linked_scripts/texplate/ texlive-20210325-source/texk/texlive/linked_scripts/texplate/texplate.sh texlive-20210325-source/texk/texlive/linked_scripts/thumbpdf/ texlive-20210325-source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl texlive-20210325-source/texk/texlive/linked_scripts/tikztosvg/ texlive-20210325-source/texk/texlive/linked_scripts/tikztosvg/tikztosvg texlive-20210325-source/texk/texlive/linked_scripts/tlcockpit/ texlive-20210325-source/texk/texlive/linked_scripts/tlcockpit/tlcockpit.sh texlive-20210325-source/texk/texlive/linked_scripts/tlshell/ texlive-20210325-source/texk/texlive/linked_scripts/tlshell/tlshell.tcl texlive-20210325-source/texk/texlive/linked_scripts/typeoutfileinfo/ texlive-20210325-source/texk/texlive/linked_scripts/typeoutfileinfo/typeoutfileinfo.sh texlive-20210325-source/texk/texlive/linked_scripts/ulqda/ texlive-20210325-source/texk/texlive/linked_scripts/ulqda/ulqda.pl texlive-20210325-source/texk/texlive/linked_scripts/urlbst/ texlive-20210325-source/texk/texlive/linked_scripts/urlbst/urlbst texlive-20210325-source/texk/texlive/linked_scripts/vpe/ texlive-20210325-source/texk/texlive/linked_scripts/vpe/vpe.pl texlive-20210325-source/texk/texlive/linked_scripts/webquiz/ texlive-20210325-source/texk/texlive/linked_scripts/webquiz/webquiz.py texlive-20210325-source/texk/texlive/linked_scripts/wordcount/ texlive-20210325-source/texk/texlive/linked_scripts/wordcount/wordcount.sh texlive-20210325-source/texk/texlive/linked_scripts/xindex/ texlive-20210325-source/texk/texlive/linked_scripts/xindex/xindex.lua texlive-20210325-source/texk/texlive/linked_scripts/yplan/ texlive-20210325-source/texk/texlive/linked_scripts/yplan/yplan texlive-20210325-source/texk/texlive/tests/ texlive-20210325-source/texk/texlive/tests/updmap-cmdline-test.pl texlive-20210325-source/texk/texlive/tl_support/ texlive-20210325-source/texk/texlive/tl_support/ChangeLog texlive-20210325-source/texk/texlive/tl_support/Makefile.am texlive-20210325-source/texk/texlive/tl_support/Makefile.in texlive-20210325-source/texk/texlive/tl_support/README texlive-20210325-source/texk/texlive/tl_support/allcm.1 texlive-20210325-source/texk/texlive/tl_support/allec.1 texlive-20210325-source/texk/texlive/tl_support/allneeded.1 texlive-20210325-source/texk/texlive/tl_support/dvi2fax.1 texlive-20210325-source/texk/texlive/tl_support/dvired.1 texlive-20210325-source/texk/texlive/tl_support/e2pall.1 texlive-20210325-source/texk/texlive/tl_support/fmtutil.1 texlive-20210325-source/texk/texlive/tl_support/fmtutil.cnf texlive-20210325-source/texk/texlive/tl_support/fmtutil.cnf.5 texlive-20210325-source/texk/texlive/tl_support/fmtutil.help2man texlive-20210325-source/texk/texlive/tl_support/fontinst.1 texlive-20210325-source/texk/texlive/tl_support/kpsetool.1 texlive-20210325-source/texk/texlive/tl_support/kpsewhere.1 texlive-20210325-source/texk/texlive/tl_support/mktexlsr.1 texlive-20210325-source/texk/texlive/tl_support/mktexmf.1 texlive-20210325-source/texk/texlive/tl_support/mktexpk.1 texlive-20210325-source/texk/texlive/tl_support/mktextfm.1 texlive-20210325-source/texk/texlive/tl_support/ps2frag.1 texlive-20210325-source/texk/texlive/tl_support/pslatex.1 texlive-20210325-source/texk/texlive/tl_support/rubibtex.1 texlive-20210325-source/texk/texlive/tl_support/rumakeindex.1 texlive-20210325-source/texk/texlive/tl_support/tcfmgr texlive-20210325-source/texk/texlive/tl_support/tcfmgr.map texlive-20210325-source/texk/texlive/tl_support/texconfig.1 texlive-20210325-source/texk/texlive/tl_support/texlinks.1 texlive-20210325-source/texk/texlive/tl_support/updmap.1 texlive-20210325-source/texk/texlive/tl_support/updmap.cfg.5 texlive-20210325-source/texk/texlive/tl_support/updmap.help2man texlive-20210325-source/texk/texlive/w32_wrapper/ texlive-20210325-source/texk/texlive/w32_wrapper/README texlive-20210325-source/texk/texlive/w32_wrapper/bitmap2eps.ico texlive-20210325-source/texk/texlive/w32_wrapper/bitmap2eps.svg texlive-20210325-source/texk/texlive/w32_wrapper/calldll.c texlive-20210325-source/texk/texlive/w32_wrapper/callexe.c texlive-20210325-source/texk/texlive/w32_wrapper/context/ texlive-20210325-source/texk/texlive/w32_wrapper/context/mtxrun.dll texlive-20210325-source/texk/texlive/w32_wrapper/context/mtxrun.exe texlive-20210325-source/texk/texlive/w32_wrapper/context/mtxrun_dll.c texlive-20210325-source/texk/texlive/w32_wrapper/context/mtxrun_exe.c texlive-20210325-source/texk/texlive/w32_wrapper/context/readme.txt texlive-20210325-source/texk/texlive/w32_wrapper/readme.txt ar: `u' modifier ignored since `D' is the default (see `U') texlive-20210325-source/texk/texlive/w32_wrapper/runscript.dll texlive-20210325-source/texk/texlive/w32_wrapper/runscript.exe texlive-20210325-source/texk/texlive/w32_wrapper/runscript.tlu texlive-20210325-source/texk/texlive/w32_wrapper/runscript_dll.c texlive-20210325-source/texk/texlive/w32_wrapper/runscript_exe.c texlive-20210325-source/texk/texlive/w32_wrapper/tl-tray-menu.c texlive-20210325-source/texk/texlive/w32_wrapper/tlmgr-gui.txt texlive-20210325-source/texk/texlive/w32_wrapper/tlmgr.ico texlive-20210325-source/texk/texlive/w32_wrapper/tlmgr.svg texlive-20210325-source/texk/texlive/w32_wrapper/wrunscript_exe.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/ texlive-20210325-source/texk/texlive/w64_mingw_wrapper/README texlive-20210325-source/texk/texlive/w64_mingw_wrapper/bitmap2eps.ico texlive-20210325-source/texk/texlive/w64_mingw_wrapper/bitmap2eps.svg texlive-20210325-source/texk/texlive/w64_mingw_wrapper/calldll.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/callexe.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/ texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/mtxrun.dll texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/mtxrun.exe texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/mtxrun_dll.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/mtxrun_exe.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/context/readme.txt texlive-20210325-source/texk/texlive/w64_mingw_wrapper/libkpathsea-6.dll texlive-20210325-source/texk/texlive/w64_mingw_wrapper/readme.txt texlive-20210325-source/texk/texlive/w64_mingw_wrapper/runscript.dll texlive-20210325-source/texk/texlive/w64_mingw_wrapper/runscript.exe texlive-20210325-source/texk/texlive/w64_mingw_wrapper/runscript.tlu texlive-20210325-source/texk/texlive/w64_mingw_wrapper/runscript_dll.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/runscript_exe.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/texlua.dll texlive-20210325-source/texk/texlive/w64_mingw_wrapper/texlua.exe make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/ingraphs' Making all in topfish make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/topfish' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/topfish' Making all in glcomp make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/glcomp' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/glcomp' Making all in mingle make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/mingle' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/mingle' Making all in edgepaint make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/edgepaint' CC lab_gamut.lo CC lab.lo CC edge_distinct_coloring.lo CC furtherest_point.lo CC intersection.lo CC node_distinct_coloring.lo texlive-20210325-source/texk/texlive/w64_mingw_wrapper/tl-tray-menu.c texlive-20210325-source/texk/texlive/w64_mingw_wrapper/tlmgr-gui.txt texlive-20210325-source/texk/texlive/w64_mingw_wrapper/tlmgr.ico texlive-20210325-source/texk/texlive/w64_mingw_wrapper/tlmgr.svg texlive-20210325-source/texk/texlive/w64_mingw_wrapper/wrunscript_exe.c texlive-20210325-source/texk/texlive/w64_wrapper/ texlive-20210325-source/texk/texlive/w64_wrapper/context/ texlive-20210325-source/texk/texlive/w64_wrapper/context/mtxrun.dll texlive-20210325-source/texk/texlive/w64_wrapper/context/mtxrun.exe texlive-20210325-source/texk/texlive/w64_wrapper/runscript.dll texlive-20210325-source/texk/texlive/w64_wrapper/runscript.exe texlive-20210325-source/texk/ttf2pk2/ texlive-20210325-source/texk/ttf2pk2/BUGS texlive-20210325-source/texk/ttf2pk2/ChangeLog texlive-20210325-source/texk/ttf2pk2/MakeSub.in texlive-20210325-source/texk/ttf2pk2/Makefile.am texlive-20210325-source/texk/ttf2pk2/Makefile.dm texlive-20210325-source/texk/ttf2pk2/Makefile.in texlive-20210325-source/texk/ttf2pk2/README texlive-20210325-source/texk/ttf2pk2/TODO texlive-20210325-source/texk/ttf2pk2/ac/ texlive-20210325-source/texk/ttf2pk2/ac/withenable.ac texlive-20210325-source/texk/ttf2pk2/aclocal.m4 texlive-20210325-source/texk/ttf2pk2/case.c texlive-20210325-source/texk/ttf2pk2/case.h texlive-20210325-source/texk/ttf2pk2/config.h.in texlive-20210325-source/texk/ttf2pk2/configure texlive-20210325-source/texk/ttf2pk2/configure.ac texlive-20210325-source/texk/ttf2pk2/data/ texlive-20210325-source/texk/ttf2pk2/data/Big5.sfd texlive-20210325-source/texk/ttf2pk2/data/EUC.sfd texlive-20210325-source/texk/ttf2pk2/data/HKSCS.sfd texlive-20210325-source/texk/ttf2pk2/data/KS-HLaTeX.sfd texlive-20210325-source/texk/ttf2pk2/data/SJIS.sfd texlive-20210325-source/texk/ttf2pk2/data/T1-WGL4.enc texlive-20210325-source/texk/ttf2pk2/data/UBg5plus.sfd texlive-20210325-source/texk/ttf2pk2/data/UBig5.sfd texlive-20210325-source/texk/ttf2pk2/data/UGB.sfd texlive-20210325-source/texk/ttf2pk2/data/UGBK.sfd texlive-20210325-source/texk/ttf2pk2/data/UJIS.sfd texlive-20210325-source/texk/ttf2pk2/data/UKS-HLaTeX.sfd texlive-20210325-source/texk/ttf2pk2/data/UKS.sfd texlive-20210325-source/texk/ttf2pk2/data/Unicode.sfd texlive-20210325-source/texk/ttf2pk2/data/VPS.rpl texlive-20210325-source/texk/ttf2pk2/data/ttf2pk.cfg texlive-20210325-source/texk/ttf2pk2/data/ttfonts.map texlive-20210325-source/texk/ttf2pk2/dvidrv.btm texlive-20210325-source/texk/ttf2pk2/dvidrv.doc texlive-20210325-source/texk/ttf2pk2/emdir.c texlive-20210325-source/texk/ttf2pk2/emdir.h texlive-20210325-source/texk/ttf2pk2/emtexdir.c texlive-20210325-source/texk/ttf2pk2/emtexdir.h texlive-20210325-source/texk/ttf2pk2/errormsg.c texlive-20210325-source/texk/ttf2pk2/errormsg.h texlive-20210325-source/texk/ttf2pk2/filesrch.c texlive-20210325-source/texk/ttf2pk2/filesrch.h texlive-20210325-source/texk/ttf2pk2/ftlib.c texlive-20210325-source/texk/ttf2pk2/ftlib.h texlive-20210325-source/texk/ttf2pk2/ligkern.c texlive-20210325-source/texk/ttf2pk2/ligkern.h texlive-20210325-source/texk/ttf2pk2/newobj.c texlive-20210325-source/texk/ttf2pk2/newobj.h texlive-20210325-source/texk/ttf2pk2/parse.c texlive-20210325-source/texk/ttf2pk2/parse.h texlive-20210325-source/texk/ttf2pk2/pklib.c texlive-20210325-source/texk/ttf2pk2/pklib.h texlive-20210325-source/texk/ttf2pk2/subfont.c texlive-20210325-source/texk/ttf2pk2/subfont.h texlive-20210325-source/texk/ttf2pk2/tests/ texlive-20210325-source/texk/ttf2pk2/tests/GenR-ec.vpl texlive-20210325-source/texk/ttf2pk2/tests/GenR102-ec.map texlive-20210325-source/texk/ttf2pk2/tests/GenR102-ec.pl texlive-20210325-source/texk/ttf2pk2/tests/GenR102-h.map texlive-20210325-source/texk/ttf2pk2/tests/GenR102-v.map texlive-20210325-source/texk/ttf2pk2/tests/GenR102.ttf furtherest_point.c: In function ?furtherest_point?: furtherest_point.c:90:48: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 90 | if (!(*argmax)) *argmax = MALLOC(sizeof(real)*dim); | ^ furtherest_point.c:91:39: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 91 | memcpy(*argmax, center, sizeof(real)*dim); | ^ furtherest_point.c:93:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 93 | candidates = MALLOC(sizeof(qt)*ncandidates_max); | ^ furtherest_point.c:94:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 94 | candidates2 = MALLOC(sizeof(qt)*ncandidates2_max); | ^ lab.c: In function ?color_lab_init?: furtherest_point.c:132:53: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 132 | memcpy(*argmax, qt->qts[ii]->center, sizeof(real)*dim); | ^ lab.c:35:11: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 35 | lab.l = l; lab.a = a; lab.b = b; | ^ lab.c:35:22: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 35 | lab.l = l; lab.a = a; lab.b = b; | ^ lab.c:35:33: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 35 | lab.l = l; lab.a = a; lab.b = b; | ^ furtherest_point.c:139:57: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 139 | candidates2 = REALLOC(candidates2, sizeof(QuadTree)*ncandidates2_max); | ^ furtherest_point.c: In function ?furtherest_point_in_list?: furtherest_point.c:222:48: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 222 | if (!(*argmax)) *argmax = MALLOC(sizeof(real)*dim); | ^ lab.c: In function ?LAB2RGB_real_01?: lab.c:76:11: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 76 | lab.l = color[0]; | ^~~~~ furtherest_point.c:223:40: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 223 | memcpy(*argmax, average, sizeof(real)*dim); | ^ lab.c:77:11: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 77 | lab.a = color[1]; | ^~~~~ lab.c:78:11: warning: conversion from ?double? to ?signed char? may change value [-Wfloat-conversion] 78 | lab.b = color[2]; | ^~~~~ furtherest_point.c:225:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 225 | candidates = MALLOC(sizeof(qt)*ncandidates_max); | ^ furtherest_point.c:226:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 226 | candidates2 = MALLOC(sizeof(qt)*ncandidates2_max); | ^ edge_distinct_coloring.c: In function ?splines_intersect?: edge_distinct_coloring.c:39:27: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 39 | x1 = MALLOC(sizeof(real)*len1); | ^ edge_distinct_coloring.c:40:27: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 40 | x2 = MALLOC(sizeof(real)*len2); | ^ furtherest_point.c:264:54: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 264 | memcpy(*argmax, qt->qts[ii]->average, sizeof(real)*dim); | ^ texlive-20210325-source/texk/ttf2pk2/tests/Test.sfd texlive-20210325-source/texk/ttf2pk2/tests/gentium-ec.enc texlive-20210325-source/texk/ttf2pk2/tests/ipaexg-h.map texlive-20210325-source/texk/ttf2pk2/tests/ipaexg-h03.pl texlive-20210325-source/texk/ttf2pk2/tests/ipaexg-v.map texlive-20210325-source/texk/ttf2pk2/tests/ipaexg-v03.pl texlive-20210325-source/texk/ttf2pk2/tests/ipaexg.ttf furtherest_point.c:271:57: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 271 | candidates2 = REALLOC(candidates2, sizeof(QuadTree)*ncandidates2_max); | ^ edge_distinct_coloring.c:78:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 78 | x1 = REALLOC(x1, sizeof(real)*len1); | ^ edge_distinct_coloring.c:85:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 85 | x1 = REALLOC(x1, sizeof(real)*len1); | ^ edge_distinct_coloring.c:116:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 116 | x2 = REALLOC(x2, sizeof(real)*len2); | ^ edge_distinct_coloring.c:123:36: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 123 | x2 = REALLOC(x2, sizeof(real)*len2); | ^ edge_distinct_coloring.c: At top level: edge_distinct_coloring.c:145:11: warning: no previous prototype for ?edge_distinct_coloring? [-Wmissing-prototypes] 145 | Agraph_t* edge_distinct_coloring(char *color_scheme, char *lightness, Agraph_t* g, real angle, real accuracy, int check_edges_with_same_endpoint, int seed){ | ^~~~~~~~~~~~~~~~~~~~~~ lab.c: In function ?color_blend_rgb2lab?: lab.c:240:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 240 | lab = malloc(sizeof(color_lab)*MAX(nc,1)); | ^ lab.c:251:32: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 251 | dists = malloc(sizeof(double)*MAX(1, nc)); | ^ lab.c:264:37: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 264 | *colors0 = malloc(sizeof(double)*maxpoints*cdim); | ^ lab.c:264:47: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 264 | *colors0 = malloc(sizeof(double)*maxpoints*cdim); | ^ In file included from ../../lib/sparse/general.h:27, from node_distinct_coloring.c:10: node_distinct_coloring.c: In function ?node_distinct_coloring_internal2?: ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ node_distinct_coloring.c:46:15: note: in expansion of macro ?MAX? 46 | max_level = MAX(1, -log(accuracy)/log(2.)); | ^~~ node_distinct_coloring.c:100:9: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 100 | srand(seed); | ^~~~ node_distinct_coloring.c:103:26: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 103 | x = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:103:31: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 103 | x = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:104:43: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 104 | if (weightedQ) wgt = MALLOC(sizeof(real)*n); | ^ node_distinct_coloring.c:109:75: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 109 | while (iter++ < iter_max && (color_diff > color_diff_old || (color_diff == color_diff_old && color_diff_sum > color_diff_sum_old))){ | ^~ node_distinct_coloring.c:116:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 116 | memcpy(&(x[k*cdim]), &(colors[ja[j]*cdim]), sizeof(real)*cdim); | ^ node_distinct_coloring.c: In function ?node_distinct_coloring?: node_distinct_coloring.c:230:13: warning: declaration of ?colors? shadows a parameter [-Wshadow] 230 | double *colors = NULL; | ^~~~~~ node_distinct_coloring.c:181:155: note: shadowed declaration is here 181 | int node_distinct_coloring(char *color_scheme, char *lightness, int weightedQ, SparseMatrix A0, real accuracy, int iter_max, int seed, int *cdim0, real **colors){ node_distinct_coloring.c:249:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 249 | *colors = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:249:39: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 249 | *colors = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:251:29: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 251 | ctmp = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:251:34: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 251 | ctmp = MALLOC(sizeof(real)*cdim*n); | ^ node_distinct_coloring.c:268:65: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 268 | memcpy(&((*colors)[comps[j]*cdim]), &(ctmp[jj*cdim]), cdim*sizeof(real)); | ^ intersection.c:112:6: warning: no previous prototype for ?intersection_angle? [-Wmissing-prototypes] 112 | real intersection_angle(real *p1, real *p2, real *q1, real *q2){ | ^~~~~~~~~~~~~~~~~~ intersection.c: In function ?intersection_angle?: intersection.c:166:15: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 166 | if (p1[0] == q1[0] && p1[1] == q1[1]){ | ^~ intersection.c:166:33: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 166 | if (p1[0] == q1[0] && p1[1] == q1[1]){ | ^~ intersection.c:168:22: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 168 | } else if (p1[0] == q2[0] && p1[1] == q2[1]){ | ^~ intersection.c:168:40: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 168 | } else if (p1[0] == q2[0] && p1[1] == q2[1]){ | ^~ intersection.c:170:22: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 170 | } else if (p2[0] == q1[0] && p2[1] == q1[1]){ | ^~ intersection.c:170:40: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 170 | } else if (p2[0] == q1[0] && p2[1] == q1[1]){ | ^~ intersection.c:172:22: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 172 | } else if (p2[0] == q2[0] && p2[1] == q2[1]){ | ^~ intersection.c:172:40: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 172 | } else if (p2[0] == q2[0] && p2[1] == q2[1]){ | ^~ CCLD liblab_gamut.la CCLD libedgepaint_C.la ar: `u' modifier ignored since `D' is the default (see `U') texlive-20210325-source/texk/ttf2pk2/tests/ttf2pk.cfg texlive-20210325-source/texk/ttf2pk2/tests/ttf2pk.test texlive-20210325-source/texk/ttf2pk2/texenc.c texlive-20210325-source/texk/ttf2pk2/texenc.h texlive-20210325-source/texk/ttf2pk2/tfmaux.c texlive-20210325-source/texk/ttf2pk2/tfmaux.h texlive-20210325-source/texk/ttf2pk2/ttf2pk.1 texlive-20210325-source/texk/ttf2pk2/ttf2pk.c texlive-20210325-source/texk/ttf2pk2/ttf2pk.doc texlive-20210325-source/texk/ttf2pk2/ttf2tfm.1 texlive-20210325-source/texk/ttf2pk2/ttf2tfm.c texlive-20210325-source/texk/ttf2pk2/ttf2tfm.h texlive-20210325-source/texk/ttf2pk2/ttfaux.c texlive-20210325-source/texk/ttf2pk2/ttfaux.h texlive-20210325-source/texk/ttf2pk2/ttfenc.c texlive-20210325-source/texk/ttf2pk2/ttfenc.h texlive-20210325-source/texk/ttf2pk2/ttflib.c texlive-20210325-source/texk/ttf2pk2/ttflib.h texlive-20210325-source/texk/ttf2pk2/vplaux.c texlive-20210325-source/texk/ttf2pk2/vplaux.h texlive-20210325-source/texk/ttfdump/ texlive-20210325-source/texk/ttfdump/COPYING texlive-20210325-source/texk/ttfdump/ChangeLog texlive-20210325-source/texk/ttfdump/ILX texlive-20210325-source/texk/ttfdump/INSTALL texlive-20210325-source/texk/ttfdump/Makefile.am texlive-20210325-source/texk/ttfdump/Makefile.in texlive-20210325-source/texk/ttfdump/NOTE texlive-20210325-source/texk/ttfdump/README texlive-20210325-source/texk/ttfdump/README.bg5 texlive-20210325-source/texk/ttfdump/TODO texlive-20210325-source/texk/ttfdump/ac/ texlive-20210325-source/texk/ttfdump/ac/withenable.ac texlive-20210325-source/texk/ttfdump/aclocal.m4 texlive-20210325-source/texk/ttfdump/config.h.in texlive-20210325-source/texk/ttfdump/configure texlive-20210325-source/texk/ttfdump/configure.ac texlive-20210325-source/texk/ttfdump/docs/ texlive-20210325-source/texk/ttfdump/docs/ttfdump.1 texlive-20210325-source/texk/ttfdump/docs/ttfdump.dvi texlive-20210325-source/texk/ttfdump/docs/ttfdump.html texlive-20210325-source/texk/ttfdump/docs/ttfdump.ps texlive-20210325-source/texk/ttfdump/include/ texlive-20210325-source/texk/ttfdump/include/gcache.h texlive-20210325-source/texk/ttfdump/include/gpos.h texlive-20210325-source/texk/ttfdump/include/gstate.h texlive-20210325-source/texk/ttfdump/include/gsub.h texlive-20210325-source/texk/ttfdump/include/loadtable.h texlive-20210325-source/texk/ttfdump/include/os2_P.h texlive-20210325-source/texk/ttfdump/include/otftables.h texlive-20210325-source/texk/ttfdump/include/protos.h texlive-20210325-source/texk/ttfdump/include/stack.h texlive-20210325-source/texk/ttfdump/include/tables.h texlive-20210325-source/texk/ttfdump/include/ttc.h texlive-20210325-source/texk/ttfdump/include/ttf.h texlive-20210325-source/texk/ttfdump/include/ttfutil.h texlive-20210325-source/texk/ttfdump/libttf/ texlive-20210325-source/texk/ttfdump/libttf/cmap.c texlive-20210325-source/texk/ttfdump/libttf/cvt.c texlive-20210325-source/texk/ttfdump/libttf/disasm.c texlive-20210325-source/texk/ttfdump/libttf/fixed.c texlive-20210325-source/texk/ttfdump/libttf/font.c texlive-20210325-source/texk/ttfdump/libttf/fpgm.c texlive-20210325-source/texk/ttfdump/libttf/gasp.c texlive-20210325-source/texk/ttfdump/libttf/gcache.c texlive-20210325-source/texk/ttfdump/libttf/glyf.c texlive-20210325-source/texk/ttfdump/libttf/gpos.c texlive-20210325-source/texk/ttfdump/libttf/gstate.c texlive-20210325-source/texk/ttfdump/libttf/gsub.c texlive-20210325-source/texk/ttfdump/libttf/hdmx.c texlive-20210325-source/texk/ttfdump/libttf/head.c texlive-20210325-source/texk/ttfdump/libttf/hhea.c texlive-20210325-source/texk/ttfdump/libttf/hmtx.c texlive-20210325-source/texk/ttfdump/libttf/interp.c texlive-20210325-source/texk/ttfdump/libttf/kern.c texlive-20210325-source/texk/ttfdump/libttf/loca.c texlive-20210325-source/texk/ttfdump/libttf/ltsh.c texlive-20210325-source/texk/ttfdump/libttf/maxp.c texlive-20210325-source/texk/ttfdump/libttf/name.c texlive-20210325-source/texk/ttfdump/libttf/os2.c texlive-20210325-source/texk/ttfdump/libttf/otfcommon.c texlive-20210325-source/texk/ttfdump/libttf/pclt.c texlive-20210325-source/texk/ttfdump/libttf/post.c texlive-20210325-source/texk/ttfdump/libttf/prep.c texlive-20210325-source/texk/ttfdump/libttf/stack.c texlive-20210325-source/texk/ttfdump/libttf/tabledir.c texlive-20210325-source/texk/ttfdump/libttf/ttc.c texlive-20210325-source/texk/ttfdump/libttf/ttfread.c texlive-20210325-source/texk/ttfdump/libttf/ttfutil.c texlive-20210325-source/texk/ttfdump/libttf/vdmx.c texlive-20210325-source/texk/ttfdump/libttf/vhea.c texlive-20210325-source/texk/ttfdump/libttf/vmtx.c texlive-20210325-source/texk/ttfdump/src/ texlive-20210325-source/texk/ttfdump/src/ttfdump.c texlive-20210325-source/texk/ttfdump/tests/ texlive-20210325-source/texk/ttfdump/tests/FonetikaDaniaIwonaeRegular.ttf texlive-20210325-source/texk/ttfdump/tests/bad.otf texlive-20210325-source/texk/ttfdump/tests/test.ttc texlive-20210325-source/texk/ttfdump/tests/texmfhome.otf texlive-20210325-source/texk/ttfdump/tests/ttfdump.bad texlive-20210325-source/texk/ttfdump/tests/ttfdump.gasp texlive-20210325-source/texk/ttfdump/tests/ttfdump.glyf texlive-20210325-source/texk/ttfdump/tests/ttfdump.gpos texlive-20210325-source/texk/ttfdump/tests/ttfdump.gsub texlive-20210325-source/texk/ttfdump/tests/ttfdump.head texlive-20210325-source/texk/ttfdump/tests/ttfdump.maxp texlive-20210325-source/texk/ttfdump/tests/ttfdump.os_2 texlive-20210325-source/texk/ttfdump/tests/ttfdump.test texlive-20210325-source/texk/upmendex/ texlive-20210325-source/texk/upmendex/COPYRIGHT texlive-20210325-source/texk/upmendex/ChangeLog texlive-20210325-source/texk/upmendex/Makefile.am texlive-20210325-source/texk/upmendex/Makefile.in texlive-20210325-source/texk/upmendex/ac/ texlive-20210325-source/texk/upmendex/ac/withenable.ac texlive-20210325-source/texk/upmendex/aclocal.m4 texlive-20210325-source/texk/upmendex/c-auto.in texlive-20210325-source/texk/upmendex/configure texlive-20210325-source/texk/upmendex/configure.ac texlive-20210325-source/texk/upmendex/convert.c texlive-20210325-source/texk/upmendex/exhanzi.h texlive-20210325-source/texk/upmendex/exkana.h texlive-20210325-source/texk/upmendex/exvar.h texlive-20210325-source/texk/upmendex/fread.c texlive-20210325-source/texk/upmendex/fwrite.c texlive-20210325-source/texk/upmendex/hanzi.h texlive-20210325-source/texk/upmendex/indexsty texlive-20210325-source/texk/upmendex/kana.h texlive-20210325-source/texk/upmendex/kp.c texlive-20210325-source/texk/upmendex/kp.h texlive-20210325-source/texk/upmendex/ktable.h texlive-20210325-source/texk/upmendex/main.c texlive-20210325-source/texk/upmendex/mendex.h texlive-20210325-source/texk/upmendex/pageread.c texlive-20210325-source/texk/upmendex/qsort.c texlive-20210325-source/texk/upmendex/qsort.h make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/edgepaint' texlive-20210325-source/texk/upmendex/sort.c texlive-20210325-source/texk/upmendex/styfile.c texlive-20210325-source/texk/upmendex/tests/ texlive-20210325-source/texk/upmendex/tests/foo.idx texlive-20210325-source/texk/upmendex/tests/foo.ind texlive-20210325-source/texk/upmendex/tests/pprec0.ist texlive-20210325-source/texk/upmendex/tests/pprec1.ist texlive-20210325-source/texk/upmendex/tests/pprec2.ist texlive-20210325-source/texk/upmendex/tests/pprecA-0.ind texlive-20210325-source/texk/upmendex/tests/pprecA-1.ind texlive-20210325-source/texk/upmendex/tests/pprecA-2.ind texlive-20210325-source/texk/upmendex/tests/pprecA.idx texlive-20210325-source/texk/upmendex/tests/uni.dict texlive-20210325-source/texk/upmendex/tests/uni.idx texlive-20210325-source/texk/upmendex/tests/uni.ind texlive-20210325-source/texk/upmendex/tests/uni.ist texlive-20210325-source/texk/upmendex/tests/upmendex.test texlive-20210325-source/texk/upmendex/upmendex.ja.txt texlive-20210325-source/texk/upmendex/var.h texlive-20210325-source/texk/upmendex/version.h texlive-20210325-source/texk/web2c/ texlive-20210325-source/texk/web2c/AUTHORS Making all in circogen texlive-20210325-source/texk/web2c/ChangeLog texlive-20210325-source/texk/web2c/Makefile.am texlive-20210325-source/texk/web2c/Makefile.in make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/circogen' CC circularinit.lo CC edgelist.lo CC circular.lo CC block.lo CC blocktree.lo CC nodelist.lo CC nodeset.lo CC deglist.lo CC blockpath.lo texlive-20210325-source/texk/web2c/NEWS texlive-20210325-source/texk/web2c/PROJECTS texlive-20210325-source/texk/web2c/README texlive-20210325-source/texk/web2c/ac/ texlive-20210325-source/texk/web2c/ac/web2c.ac texlive-20210325-source/texk/web2c/ac/withenable.ac texlive-20210325-source/texk/web2c/aclocal.m4 texlive-20210325-source/texk/web2c/alephdir/ texlive-20210325-source/texk/web2c/alephdir/ChangeLog texlive-20210325-source/texk/web2c/alephdir/aleph.c texlive-20210325-source/texk/web2c/alephdir/aleph.defines texlive-20210325-source/texk/web2c/alephdir/aleph.test texlive-20210325-source/texk/web2c/alephdir/aleph.version texlive-20210325-source/texk/web2c/alephdir/alephbis.c texlive-20210325-source/texk/web2c/alephdir/alephextra.c texlive-20210325-source/texk/web2c/alephdir/alephextra.h texlive-20210325-source/texk/web2c/alephdir/alephmem.h texlive-20210325-source/texk/web2c/alephdir/am/ texlive-20210325-source/texk/web2c/alephdir/am/aleph.am texlive-20210325-source/texk/web2c/alephdir/ceostuff.ch texlive-20210325-source/texk/web2c/alephdir/com16bit.ch CC circpos.lo texlive-20210325-source/texk/web2c/alephdir/comchar.ch texlive-20210325-source/texk/web2c/alephdir/comdir.ch texlive-20210325-source/texk/web2c/alephdir/comfi.ch texlive-20210325-source/texk/web2c/alephdir/comfilter.ch texlive-20210325-source/texk/web2c/alephdir/comfont.ch texlive-20210325-source/texk/web2c/alephdir/comocp.ch texlive-20210325-source/texk/web2c/alephdir/compar.ch texlive-20210325-source/texk/web2c/alephdir/comsrcspec.ch texlive-20210325-source/texk/web2c/alephdir/comstr.ch texlive-20210325-source/texk/web2c/alephdir/comtrans.ch texlive-20210325-source/texk/web2c/alephdir/eo16bit.ch texlive-20210325-source/texk/web2c/alephdir/eobase.ch texlive-20210325-source/texk/web2c/alephdir/eochar.ch texlive-20210325-source/texk/web2c/alephdir/eocprt.ch texlive-20210325-source/texk/web2c/alephdir/eoeqtb.ch texlive-20210325-source/texk/web2c/alephdir/eoext.ch texlive-20210325-source/texk/web2c/alephdir/eofix.ch texlive-20210325-source/texk/web2c/alephdir/eofmt.ch texlive-20210325-source/texk/web2c/alephdir/eomem.ch texlive-20210325-source/texk/web2c/alephdir/eonewdir.ch texlive-20210325-source/texk/web2c/alephdir/eopage.ch texlive-20210325-source/texk/web2c/alephdir/eover.ch texlive-20210325-source/texk/web2c/alephdir/om16bit.ch texlive-20210325-source/texk/web2c/alephdir/omchar.ch texlive-20210325-source/texk/web2c/alephdir/omdir.ch texlive-20210325-source/texk/web2c/alephdir/omfi.ch texlive-20210325-source/texk/web2c/alephdir/omfilter.ch texlive-20210325-source/texk/web2c/alephdir/omfont.ch texlive-20210325-source/texk/web2c/alephdir/omocp.ch texlive-20210325-source/texk/web2c/alephdir/ompar.ch texlive-20210325-source/texk/web2c/alephdir/omstr.ch texlive-20210325-source/texk/web2c/alephdir/omtrans.ch texlive-20210325-source/texk/web2c/am/ texlive-20210325-source/texk/web2c/am/bootstrap.am texlive-20210325-source/texk/web2c/am/cweb.am texlive-20210325-source/texk/web2c/am/texmf.am texlive-20210325-source/texk/web2c/am/web.am texlive-20210325-source/texk/web2c/bibtex.ch texlive-20210325-source/texk/web2c/bibtex.test texlive-20210325-source/texk/web2c/bibtex.web texlive-20210325-source/texk/web2c/c-auto.in texlive-20210325-source/texk/web2c/cftests/ texlive-20210325-source/texk/web2c/cftests/cftest.ch texlive-20210325-source/texk/web2c/cftests/cftest.p texlive-20210325-source/texk/web2c/cftests/cftest.web texlive-20210325-source/texk/web2c/cftests/ocftest.p texlive-20210325-source/texk/web2c/configure texlive-20210325-source/texk/web2c/configure.ac texlive-20210325-source/texk/web2c/cpascal.h texlive-20210325-source/texk/web2c/ctangleboot-sh.in texlive-20210325-source/texk/web2c/ctangleboot.cin texlive-20210325-source/texk/web2c/ctiedir/ texlive-20210325-source/texk/web2c/ctiedir/ChangeLog texlive-20210325-source/texk/web2c/ctiedir/Makefile texlive-20210325-source/texk/web2c/ctiedir/README texlive-20210325-source/texk/web2c/ctiedir/ctie-k.ch texlive-20210325-source/texk/web2c/ctiedir/ctie.1 texlive-20210325-source/texk/web2c/ctiedir/ctie.c texlive-20210325-source/texk/web2c/ctiedir/ctie.cf1 texlive-20210325-source/texk/web2c/ctiedir/ctie.cf2 texlive-20210325-source/texk/web2c/ctiedir/ctie.cf3 texlive-20210325-source/texk/web2c/ctiedir/ctie.chf.gen texlive-20210325-source/texk/web2c/ctiedir/ctie.inc texlive-20210325-source/texk/web2c/ctiedir/ctie.inc1 texlive-20210325-source/texk/web2c/ctiedir/ctie.inc2 texlive-20210325-source/texk/web2c/ctiedir/ctie.master.gen texlive-20210325-source/texk/web2c/ctiedir/ctie.test texlive-20210325-source/texk/web2c/ctiedir/ctie.tie texlive-20210325-source/texk/web2c/ctiedir/ctie.w texlive-20210325-source/texk/web2c/ctiedir/ctiedoc.tex texlive-20210325-source/texk/web2c/cwebboot.cin texlive-20210325-source/texk/web2c/cwebdir/ texlive-20210325-source/texk/web2c/cwebdir/ChangeLog texlive-20210325-source/texk/web2c/cwebdir/Makefile texlive-20210325-source/texk/web2c/cwebdir/README texlive-20210325-source/texk/web2c/cwebdir/c++lib.w texlive-20210325-source/texk/web2c/cwebdir/comm-amiga.ch texlive-20210325-source/texk/web2c/cwebdir/comm-bs.ch texlive-20210325-source/texk/web2c/cwebdir/comm-mac.ch texlive-20210325-source/texk/web2c/cwebdir/comm-man.ch texlive-20210325-source/texk/web2c/cwebdir/comm-os2.ch texlive-20210325-source/texk/web2c/cwebdir/comm-pc.ch texlive-20210325-source/texk/web2c/cwebdir/comm-ql.ch texlive-20210325-source/texk/web2c/cwebdir/comm-vms.ch texlive-20210325-source/texk/web2c/cwebdir/comm-w2c.ch texlive-20210325-source/texk/web2c/cwebdir/comm-w2c.h texlive-20210325-source/texk/web2c/cwebdir/comm-w32.ch texlive-20210325-source/texk/web2c/cwebdir/common.c texlive-20210325-source/texk/web2c/cwebdir/common.h texlive-20210325-source/texk/web2c/cwebdir/common.w texlive-20210325-source/texk/web2c/cwebdir/ctang-bs.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-man.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-pc.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-ql.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-vms.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-w2c.ch texlive-20210325-source/texk/web2c/cwebdir/ctang-w32.ch texlive-20210325-source/texk/web2c/cwebdir/ctangle.c texlive-20210325-source/texk/web2c/cwebdir/ctangle.w texlive-20210325-source/texk/web2c/cwebdir/ctproofmac.tex texlive-20210325-source/texk/web2c/cwebdir/cttwinxmac.tex texlive-20210325-source/texk/web2c/cwebdir/ctwill-mini.ch texlive-20210325-source/texk/web2c/cwebdir/ctwill-w2c.ch texlive-20210325-source/texk/web2c/cwebdir/ctwill.bux texlive-20210325-source/texk/web2c/cwebdir/ctwimac.tex texlive-20210325-source/texk/web2c/cwebdir/cweav-bs.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-man.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-pc.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-ql.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-vms.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-w2c.ch texlive-20210325-source/texk/web2c/cwebdir/cweav-w32.ch texlive-20210325-source/texk/web2c/cwebdir/cweave.test texlive-20210325-source/texk/web2c/cwebdir/cweave.w texlive-20210325-source/texk/web2c/cwebdir/cweb.1 texlive-20210325-source/texk/web2c/cwebdir/cweb.el texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/ texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/amiga_types.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/c++1xlib.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/cweb_ecma94.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/cweb_hp8.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/cweb_mac8.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/cweb_pc850.w texlive-20210325-source/texk/web2c/cwebdir/cwebinputs/iso_types.w texlive-20210325-source/texk/web2c/cwebdir/cwebmac.tex texlive-20210325-source/texk/web2c/cwebdir/cwebman-w2c.ch texlive-20210325-source/texk/web2c/cwebdir/cwebman.tex texlive-20210325-source/texk/web2c/cwebdir/examples/ texlive-20210325-source/texk/web2c/cwebdir/examples/Makefile texlive-20210325-source/texk/web2c/cwebdir/examples/README texlive-20210325-source/texk/web2c/cwebdir/examples/extex.ch texlive-20210325-source/texk/web2c/cwebdir/examples/extex.w texlive-20210325-source/texk/web2c/cwebdir/examples/kspell.el texlive-20210325-source/texk/web2c/cwebdir/examples/oemacs.el texlive-20210325-source/texk/web2c/cwebdir/examples/oemacs.w texlive-20210325-source/texk/web2c/cwebdir/examples/treeprint.w texlive-20210325-source/texk/web2c/cwebdir/examples/wc-dos.ch texlive-20210325-source/texk/web2c/cwebdir/examples/wc.w texlive-20210325-source/texk/web2c/cwebdir/examples/wmer-os2.ch texlive-20210325-source/texk/web2c/cwebdir/examples/wmerg-pc.ch texlive-20210325-source/texk/web2c/cwebdir/examples/wmerge.w texlive-20210325-source/texk/web2c/cwebdir/examples/wordtest.w texlive-20210325-source/texk/web2c/cwebdir/examples/xlib_types.w texlive-20210325-source/texk/web2c/cwebdir/examples/xview_types.w texlive-20210325-source/texk/web2c/cwebdir/makefile.bs texlive-20210325-source/texk/web2c/cwebdir/po/ texlive-20210325-source/texk/web2c/cwebdir/po/cweb-tl.pot texlive-20210325-source/texk/web2c/cwebdir/po/cweb.pot texlive-20210325-source/texk/web2c/cwebdir/po/de/ texlive-20210325-source/texk/web2c/cwebdir/po/de/cweb-tl.po texlive-20210325-source/texk/web2c/cwebdir/po/de/cweb.po texlive-20210325-source/texk/web2c/cwebdir/po/de/web2c-help.po texlive-20210325-source/texk/web2c/cwebdir/po/it/ texlive-20210325-source/texk/web2c/cwebdir/po/it/cweb.po texlive-20210325-source/texk/web2c/cwebdir/po/web2c-help.pot texlive-20210325-source/texk/web2c/cwebdir/prod-twill.w texlive-20210325-source/texk/web2c/cwebdir/prod.w texlive-20210325-source/texk/web2c/cwebdir/readme.ql texlive-20210325-source/texk/web2c/cwebdir/refsort.w texlive-20210325-source/texk/web2c/cwebdir/system.bux texlive-20210325-source/texk/web2c/cwebdir/texinputs/ texlive-20210325-source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/cweb_ecma94.sty texlive-20210325-source/texk/web2c/cwebdir/texinputs/cweb_hp8.sty texlive-20210325-source/texk/web2c/cwebdir/texinputs/cweb_mac8.sty texlive-20210325-source/texk/web2c/cwebdir/texinputs/cweb_pc850.sty texlive-20210325-source/texk/web2c/cwebdir/texinputs/dctproofmac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/dctwimac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/dcwebmac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/dcwebstrings.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/fcwebmac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/icwebmac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex texlive-20210325-source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex texlive-20210325-source/texk/web2c/cwebdir/twinx.w texlive-20210325-source/texk/web2c/doc/ texlive-20210325-source/texk/web2c/doc/Makefile.am texlive-20210325-source/texk/web2c/doc/Makefile.in texlive-20210325-source/texk/web2c/doc/README texlive-20210325-source/texk/web2c/doc/glue.web texlive-20210325-source/texk/web2c/doc/install.texi texlive-20210325-source/texk/web2c/doc/ref.txi texlive-20210325-source/texk/web2c/doc/web2c.info texlive-20210325-source/texk/web2c/doc/web2c.texi texlive-20210325-source/texk/web2c/doc/webman.tex texlive-20210325-source/texk/web2c/dvicopy.ch texlive-20210325-source/texk/web2c/dvicopy.test texlive-20210325-source/texk/web2c/dvicopy.web texlive-20210325-source/texk/web2c/dvitype.ch texlive-20210325-source/texk/web2c/dvitype.test texlive-20210325-source/texk/web2c/dvitype.web texlive-20210325-source/texk/web2c/enctexdir/ texlive-20210325-source/texk/web2c/enctexdir/enctex-pdftex.ch texlive-20210325-source/texk/web2c/enctexdir/enctex-tex.ch texlive-20210325-source/texk/web2c/enctexdir/enctex1.ch texlive-20210325-source/texk/web2c/enctexdir/enctex2.ch texlive-20210325-source/texk/web2c/eptexdir/ texlive-20210325-source/texk/web2c/eptexdir/ChangeLog texlive-20210325-source/texk/web2c/eptexdir/Changes.txt texlive-20210325-source/texk/web2c/eptexdir/README.txt texlive-20210325-source/texk/web2c/eptexdir/am/ texlive-20210325-source/texk/web2c/eptexdir/am/eptex.am texlive-20210325-source/texk/web2c/eptexdir/char-warning-eptex.ch texlive-20210325-source/texk/web2c/eptexdir/eptex-base.ch texlive-20210325-source/texk/web2c/eptexdir/eptex.defines texlive-20210325-source/texk/web2c/eptexdir/eptex.ech texlive-20210325-source/texk/web2c/eptexdir/eptex_version.h texlive-20210325-source/texk/web2c/eptexdir/eptexextra.c texlive-20210325-source/texk/web2c/eptexdir/eptexextra.h texlive-20210325-source/texk/web2c/eptexdir/eptrip/ texlive-20210325-source/texk/web2c/eptexdir/eptrip/eptrip.diffs texlive-20210325-source/texk/web2c/eptexdir/eptrip/eptrip.log texlive-20210325-source/texk/web2c/eptexdir/eptrip/eptrip.tex texlive-20210325-source/texk/web2c/eptexdir/eptrip/texmf.cnf texlive-20210325-source/texk/web2c/eptexdir/eptriptest.test texlive-20210325-source/texk/web2c/eptexdir/epver.test texlive-20210325-source/texk/web2c/eptexdir/etex.ch0 texlive-20210325-source/texk/web2c/eptexdir/etex.ch1 texlive-20210325-source/texk/web2c/eptexdir/fam256.ch texlive-20210325-source/texk/web2c/eptexdir/pdfprimitive.test texlive-20210325-source/texk/web2c/eptexdir/pdfutils.ch texlive-20210325-source/texk/web2c/eptexdir/tests/ texlive-20210325-source/texk/web2c/eptexdir/tests/fontchar.sh texlive-20210325-source/texk/web2c/eptexdir/tests/fontchar.tex texlive-20210325-source/texk/web2c/eptexdir/tests/pdforigin.sh texlive-20210325-source/texk/web2c/eptexdir/tests/pdforigin.tex texlive-20210325-source/texk/web2c/eptexdir/tests/pdfpagewidth.tex texlive-20210325-source/texk/web2c/eptexdir/tests/pdfprimitive-eptex.log texlive-20210325-source/texk/web2c/eptexdir/tests/pdfprimitive-test.tex texlive-20210325-source/texk/web2c/eptexdir/tests/pdfsavepos.tex texlive-20210325-source/texk/web2c/eptexdir/tests/uchar.tex texlive-20210325-source/texk/web2c/eptexdir/tests/zero_search.tex texlive-20210325-source/texk/web2c/etexdir/ texlive-20210325-source/texk/web2c/etexdir/ChangeLog texlive-20210325-source/texk/web2cedgelist.c: In function ?mkItem?: edgelist.c:15:36: warning: unused parameter ?d? [-Wunused-parameter] 15 | static edgelistitem *mkItem(Dt_t * d, edgelistitem * obj, Dtdisc_t * disc) | ~~~~~~~^ edgelist.c:15:70: warning: unused parameter ?disc? [-Wunused-parameter] 15 | static edgelistitem *mkItem(Dt_t * d, edgelistitem * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ edgelist.c: In function ?freeItem?: edgelist.c:23:29: warning: unused parameter ?d? [-Wunused-parameter] 23 | static void freeItem(Dt_t * d, edgelistitem * obj, Dtdisc_t * disc) | ~~~~~~~^ edgelist.c:23:63: warning: unused parameter ?disc? [-Wunused-parameter] 23 | static void freeItem(Dt_t * d, edgelistitem * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ edgelist.c: In function ?cmpItem?: edgelist.c:29:16: warning: unused parameter ?d? [-Wunused-parameter] 29 | cmpItem(Dt_t * d, Agedge_t ** key1, Agedge_t ** key2, Dtdisc_t * disc) | ~~~~~~~^ edgelist.c:29:66: warning: unused parameter ?disc? [-Wunused-parameter] 29 | cmpItem(Dt_t * d, Agedge_t ** key1, Agedge_t ** key2, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ nodeset.c: In function ?mkItem?: nodeset.c:15:32: warning: unused parameter ?d? [-Wunused-parameter] 15 | static nsitem_t *mkItem(Dt_t * d, nsitem_t * obj, Dtdisc_t * disc) | ~~~~~~~^ nodeset.c:15:62: warning: unused parameter ?disc? [-Wunused-parameter] 15 | static nsitem_t *mkItem(Dt_t * d, nsitem_t * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ nodeset.c: In function ?freeItem?: nodeset.c:23:29: warning: unused parameter ?d? [-Wunused-parameter] 23 | static void freeItem(Dt_t * d, nsitem_t * obj, Dtdisc_t * disc) | ~~~~~~~^ nodeset.c:23:59: warning: unused parameter ?disc? [-Wunused-parameter] 23 | static void freeItem(Dt_t * d, nsitem_t * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ nodelist.c: In function ?node_position?: In file included from ../../lib/common/render.h:42, from ../../lib/circogen/circular.h:14, from circularinit.c:25: circularinit.c: In function ?circular_init_node_edge?: nodelist.c:208:32: warning: unused parameter ?list? [-Wunused-parameter] 208 | int node_position(nodelist_t * list, Agnode_t * n) | ~~~~~~~~~~~~~^~~~ nodeset.c: In function ?cmpItem?: nodeset.c:29:16: warning: unused parameter ?d? [-Wunused-parameter] 29 | cmpItem(Dt_t * d, Agnode_t ** key1, Agnode_t ** key2, Dtdisc_t * disc) | ~~~~~~~^ nodeset.c:29:66: warning: unused parameter ?disc? [-Wunused-parameter] 29 | cmpItem(Dt_t * d, Agnode_t ** key1, Agnode_t ** key2, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ circularinit.c:46:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 46 | ndata* alg = N_NEW(agnnodes(g), ndata); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ circularinit.c:48:43: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 48 | GD_neato_nlist(g) = N_NEW(agnnodes(g) + 1, node_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ nodeset.c: At top level: nodeset.c:109:6: warning: no previous prototype for ?printNodeset? [-Wmissing-prototypes] 109 | void printNodeset(nodeset_t * ns)/etexdir/am/ texlive-20210325-source/texk/web2c/etexdir/am/etex.am texlive-20210325-source/texk/web2c/etexdir/etex.ch texlive-20210325-source/texk/web2c/etexdir/etex_gen.tex texlive-20210325-source/texk/web2c/etexdir/etex_version.h texlive-20210325-source/texk/web2c/etexdir/etexextra.c texlive-20210325-source/texk/web2c/etexdir/etexextra.h texlive-20210325-source/texk/web2c/etexdir/etrip/ texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.diffs texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.fot texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.log texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.out texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.pl texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.tex texlive-20210325-source/texk/web2c/etexdir/etrip/etrip.typ texlive-20210325-source/texk/web2c/etexdir/etrip/etrip1.in texlive-20210325-source/texk/web2c/etexdir/etrip/etrip2.in texlive-20210325-source/texk/web2c/etexdir/etrip/etrip3.in texlive-20210325-source/texk/web2c/etexdir/etrip/etripin.log texlive-20210325-source/texk/web2c/etexdir/etrip/etripman.tex texlive-20210325-source/texk/web2c/etexdir/etrip/texmf.cnf texlive-20210325-source/texk/web2c/etexdir/etrip/trip2.in texlive-20210325-source/texk/web2c/etexdir/etriptest.test texlive-20210325-source/texk/web2c/etexdir/tex.ch0 texlive-20210325-source/texk/web2c/etexdir/tex.ch1 texlive-20210325-source/texk/web2c/etexdir/tex.ech texlive-20210325-source/texk/web2c/etexdir/wprob.test texlive-20210325-source/texk/web2c/euptexdir/ texlive-20210325-source/texk/web2c/euptexdir/COPYRIGHT texlive-20210325-source/texk/web2c/euptexdir/COPYRIGHT.jis texlive-20210325-source/texk/web2c/euptexdir/ChangeLog texlive-20210325-source/texk/web2c/euptexdir/EUPTEX.txt texlive-20210325-source/texk/web2c/euptexdir/am/ texlive-20210325-source/texk/web2c/euptexdir/am/euptex.am texlive-20210325-source/texk/web2c/euptexdir/euptex.ch0 texlive-20210325-source/texk/web2c/euptexdir/euptex.ch1 texlive-20210325-source/texk/web2c/euptexdir/euptex.defines texlive-20210325-source/texk/web2c/euptexdir/euptexextra.c texlive-20210325-source/texk/web2c/euptexdir/euptexextra.h texlive-20210325-source/texk/web2c/euptexdir/euptrip/ texlive-20210325-source/texk/web2c/euptexdir/euptrip/euptrip.diffs texlive-20210325-source/texk/web2c/euptexdir/euptrip/texmf.cnf texlive-20210325-source/texk/web2c/euptexdir/euptriptest.test texlive-20210325-source/texk/web2c/euptexdir/eupver.test texlive-20210325-source/texk/web2c/euptexdir/pdfprimitive.test texlive-20210325-source/texk/web2c/euptexdir/pdfstrcmp-eup-post.ch texlive-20210325-source/texk/web2c/euptexdir/pdfstrcmp-eup-pre.ch texlive-20210325-source/texk/web2c/euptexdir/tests/ texlive-20210325-source/texk/web2c/euptexdir/tests/pdfprimitive-euptex.log texlive-20210325-source/texk/web2c/gftodmem.h texlive-20210325-source/texk/web2c/gftodvi.ch texlive-20210325-source/texk/web2c/gftodvi.test texlive-20210325-source/texk/web2c/gftodvi.web texlive-20210325-source/texk/web2c/gftopk.ch texlive-20210325-source/texk/web2c/gftopk.test texlive-20210325-source/texk/web2c/gftopk.web texlive-20210325-source/texk/web2c/gftype.ch texlive-20210325-source/texk/web2c/gftype.test texlive-20210325-source/texk/web2c/gftype.web texlive-20210325-source/texk/web2c/help.h texlive-20210325-source/texk/web2c/lib/ texlive-20210325-source/texk/web2c/lib/ChangeLog texlive-20210325-source/texk/web2c/lib/Makefile.am texlive-20210325-source/texk/web2c/lib/Makefile.in texlive-20210325-source/texk/web2c/lib/README texlive-20210325-source/texk/web2c/lib/alloca.c texlive-20210325-source/texk/web2c/lib/basechsuffix.c texlive-20210325-source/texk/web2c/lib/chartostring.c texlive-20210325-source/texk/web2c/lib/coredump.c texlive-20210325-source/texk/web2c/lib/eofeoln.c texlive-20210325-source/texk/web2c/lib/fprintreal.c texlive-20210325-source/texk/web2c/lib/input2int.c texlive-20210325-source/texk/web2c/lib/inputint.c texlive-20210325-source/texk/web2c/lib/lib.h texlive-20210325-source/texk/web2c/lib/main.c texlive-20210325-source/texk/web2c/lib/mfmpi386.asm texlive-20210325-sour | ^~~~~~~~~~~~ circularinit.c: In function ?makeDerivedNode?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ circularinit.c:83:14: note: in expansion of macro ?N_NEW? 83 | ND_pos(n) = N_NEW(Ndim, double); | ^~~~~ deglist.c: In function ?mkItem?: deglist.c:23:31: warning: unused parameter ?d? [-Wunused-parameter] 23 | static degitem *mkItem(Dt_t * d, degitem * obj, Dtdisc_t * disc) | ~~~~~~~^ deglist.c:23:60: warning: unused parameter ?disc? [-Wunused-parameter] 23 | static degitem *mkItem(Dt_t * d, degitem * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ deglist.c: In function ?freeItem?: deglist.c:32:29: warning: unused parameter ?d? [-Wunused-parameter] 32 | static void freeItem(Dt_t * d, degitem * obj, Dtdisc_t * disc) | ~~~~~~~^ deglist.c:32:58: warning: unused parameter ?disc? [-Wunused-parameter] 32 | static void freeItem(Dt_t * d, degitem * obj, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ deglist.c: In function ?cmpDegree?: deglist.c:37:29: warning: unused parameter ?d? [-Wunused-parameter] 37 | static int cmpDegree(Dt_t * d, int *key1, int *key2, Dtdisc_t * disc) | ~~~~~~~^ deglist.c:37:65: warning: unused parameter ?disc? [-Wunused-parameter] 37 | static int cmpDegree(Dt_t * d, int *key1, int *key2, Dtdisc_t * disc) | ~~~~~~~~~~~^~~~ circular.c: In function ?cleanup?: circular.c:56:50: warning: unused parameter ?sp? [-Wunused-parameter] 56 | static void cleanup(block_t * root, circ_state * sp) | ~~~~~~~~~~~~~^~ In file included from ../../lib/common/render.h:42, from ../../lib/circogen/circular.h:14, from ../../lib/circogen/blockpath.h:18, from blockpath.c:12: blockpath.c: In function ?find_pair_edges?: ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ blockpath.c:103:22: note: in expansion of macro ?N_GNEW? 103 | neighbors_with = N_GNEW(node_degree, Agnode_t *); | ^~~~~~ ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ blockpath.c:104:25: note: in expansion of macro ?N_GNEW? 104 | neighbors_without = N_GNEW(node_degree, Agnode_t *); | ^~~~~~ blockpath.c: In function ?find_longest_path?: blockpath.c:279:17: warning: declaration of ?path? shadows a global declaration [-Wshadow] 279 | nodelist_t *path; | ^~~~ In file included from ../../lib/common/render.h:38, from ../../lib/circogen/circular.h:14, from ../../lib/circogen/blockpath.h:18, from blockpath.c:12: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ circpos.c: In function ?getRotation?: circpos.c:47:38: warning: unused parameter ?g? [-Wunused-parameter] 47 | getRotation(block_t * sn, Agraph_t * g, double x, double y, double theta) | ~~~~~~~~~~~^ circpos.c: In function ?applyDelta?: circpos.c:134:13: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 134 | if (rotate != 0)ce/texk/web2c/lib/mfmpw32.c texlive-20210325-source/texk/web2c/lib/openclose.c texlive-20210325-source/texk/web2c/lib/printversion.c texlive-20210325-source/texk/web2c/lib/setupvar.c texlive-20210325-source/texk/web2c/lib/texmfmp.c texlive-20210325-source/texk/web2c/lib/uexit.c texlive-20210325-source/texk/web2c/lib/usage.c texlive-20210325-source/texk/web2c/lib/version.c texlive-20210325-source/texk/web2c/lib/zround.c texlive-20210325-source/texk/web2c/libmd5/ texlive-20210325-source/texk/web2c/libmd5/am/ texlive-20210325-source/texk/web2c/libmd5/am/md5.am texlive-20210325-source/texk/web2c/libmd5/md5.c texlive-20210325-source/texk/web2c/libmd5/md5.h texlive-20210325-source/texk/web2c/libmd5/md5.test texlive-20210325-source/texk/web2c/libmd5/md5main.c texlive-20210325-source/texk/web2c/luatexdir/ texlive-20210325-source/texk/web2c/luatexdir/ChangeLog texlive-20210325-source/texk/web2c/luatexdir/NEWS texlive-20210325-source/texk/web2c/luatexdir/am/ texlive-20210325-source/texk/web2c/luatexdir/am/libluatex.am texlive-20210325-source/texk/web2c/luatexdir/am/libunilib.am texlive-20210325-source/texk/web2c/luatexdir/am/luaffi.am texlive-20210325-source/texk/web2c/luatexdir/am/luafontforge.am texlive-20210325-source/texk/web2c/luatexdir/am/luaharfbuzz.am texlive-20210325-source/texk/web2c/luatexdir/am/luamisc.am texlive-20210325-source/texk/web2c/luatexdir/am/luasocket.am texlive-20210325-source/texk/web2c/luatexdir/am/luatex.am texlive-20210325-source/texk/web2c/luatexdir/dvi/ texlive-20210325-source/texk/web2c/luatexdir/dvi/dvigen.c texlive-20210325-source/texk/web2c/luatexdir/dvi/dvigen.h texlive-20210325-source/texk/web2c/luatexdir/font/ texlive-20210325-source/texk/web2c/luatexdir/font/dofont.c texlive-20210325-source/texk/web2c/luatexdir/font/luafont.c texlive-20210325-source/texk/web2c/luatexdir/font/luatexfont.h texlive-20210325-source/texk/web2c/luatexdir/font/mapfile.c texlive-20210325-source/texk/web2c/luatexdir/font/mapfile.h texlive-20210325-source/texk/web2c/luatexdir/font/pdfglyphtounicode-luatex.c texlive-20210325-source/texk/web2c/luatexdir/font/pdfglyphtounicode-pdftex.c texlive-20210325-source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt texlive-20210325-source/texk/web2c/luatexdir/font/pkin.c texlive-20210325-source/texk/web2c/luatexdir/font/sfnt.c texlive-20210325-source/texk/web2c/luatexdir/font/sfnt.h texlive-20210325-source/texk/web2c/luatexdir/font/subfont.c texlive-20210325-source/texk/web2c/luatexdir/font/subfont.txt texlive-20210325-source/texk/web2c/luatexdir/font/texfont.c texlive-20210325-source/texk/web2c/luatexdir/font/texfont.h texlive-20210325-source/texk/web2c/luatexdir/font/tfmofm.c texlive-20210325-source/texk/web2c/luatexdir/font/tounicode.c texlive-20210325-source/texk/web2c/luatexdir/font/tt_glyf.c texlive-20210325-source/texk/web2c/luatexdir/font/tt_glyf.h texlive-20210325-source/texk/web2c/luatexdir/font/tt_table.c texlive-20210325-source/texk/web2c/luatexdir/font/tt_table.h texlive-20210325-source/texk/web2c/luatexdir/font/vfovf.c texlive-20210325-source/texk/web2c/luatexdir/font/vfpacket.c texlive-20210325-source/texk/web2c/luatexdir/font/writecff.c texlive-20210325-source/texk/web2c/luatexdir/font/writecff.h texlive-20210325-source/texk/web2c/luatexdir/font/writeenc.c texlive-20210325-source/texk/web2c/luatexdir/font/writefont.c texlive-20210325-source/texk/web2c/luatexdir/font/writet1.c texlive-20210325-source/texk/web2c/luatexdir/font/writet3.c texlive-20210325-source/texk/web2c/luatexdir/font/writettf.c texlive-20210325-source/texk/web2c/luatexdir/font/writettf.h texlive-20210325-source/texk/web2c/luatexdir/font/writetype0.c texlive-20210325-source/texk/web2c/luatexdir/font/writetype2.c texlive-20210325-source/texk/web2c/luatexdir/image/ texlive-20210325-source/texk/web2c/luatexdir/image/epdf.h texlive-20210325-source/texk/web2c/luatexdir/image/image.h texlive-20210325-source/texk/web2c/luatexdir/image/pdftoepdf.c texlive-20210325-source/texk/web2c/luatexdir/image/pdftoepdf.h texlive-20210325-source/texk/web2c/luatexdir/image/writeimg.c texlive-20210325-source/texk/we { | ^~ circpos.c: In function ?positionChildren?: circpos.c:277:21: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 277 | if (childAngle != 0) { | ^~ circpos.c: In function ?position?: circpos.c:336:65: warning: declaration of ?path? shadows a global declaration [-Wshadow] 336 | position(Agraph_t * g, int childCount, int length, nodelist_t * path, | ~~~~~~~~~~~~~^~~~ In file included from ../../lib/common/render.h:38, from ../../lib/circogen/circular.h:14, from ../../lib/circogen/blockpath.h:18, from circpos.c:19: ../../lib/common/types.h:103:7: note: shadowed declaration is here 103 | } path; | ^~~~ In file included from ../../lib/common/render.h:42, from ../../lib/circogen/circular.h:14, from ../../lib/circogen/blockpath.h:18, from circpos.c:19: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ circpos.c:346:26: note: in expansion of macro ?N_NEW? 346 | posinfo_t* parents = N_NEW(childCount, posinfo_t); | ^~~~~ circpos.c: At top level: circpos.c:457:6: warning: no previous prototype for ?circPos? [-Wmissing-prototypes] 457 | void circPos(Agraph_t * g, block_t * sn, circ_state * state) | ^~~~~~~ CCLD libcircogen_C.la b2c/luatexdir/image/writeimg.h texlive-20210325-source/texk/web2c/luatexdir/image/writejbig2.c texlive-20210325-source/texk/web2c/luatexdir/image/writejbig2.h texlive-20210325-source/texk/web2c/luatexdir/image/writejp2.c texlive-20210325-source/texk/web2c/luatexdir/image/writejp2.h texlive-20210325-source/texk/web2c/luatexdir/image/writejpg.c texlive-20210325-source/texk/web2c/luatexdir/image/writejpg.h texlive-20210325-source/texk/web2c/luatexdir/image/writepng.c texlive-20210325-source/texk/web2c/luatexdir/image/writepng.h texlive-20210325-source/texk/web2c/luatexdir/lang/ texlive-20210325-source/texk/web2c/luatexdir/lang/hnjalloc.c texlive-20210325-source/texk/web2c/luatexdir/lang/hnjalloc.h texlive-20210325-source/texk/web2c/luatexdir/lang/hyphen.c texlive-20210325-source/texk/web2c/luatexdir/lang/hyphen.h texlive-20210325-source/texk/web2c/luatexdir/lang/texlang.c texlive-20210325-source/texk/web2c/luatexdir/lang/texlang.h texlive-20210325-source/texk/web2c/luatexdir/lua/ texlive-20210325-source/texk/web2c/luatexdir/lua/helpers.c texlive-20210325-source/texk/web2c/luatexdir/lua/lauxlib_bridge.h texlive-20210325-source/texk/web2c/luatexdir/lua/lcallbacklib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lepdflib.cc texlive-20210325-source/texk/web2c/luatexdir/lua/lepdflib.cc.orig texlive-20210325-source/texk/web2c/luatexdir/lua/lfontlib.c texlive-20210325-source/texk/web2c/luatexdir/lua/limglib.c texlive-20210325-source/texk/web2c/luatexdir/lua/liolibext.c texlive-20210325-source/texk/web2c/luatexdir/lua/lkpselib.c texlive-20210325-source/texk/web2c/luatexdir/lua/llanglib.c texlive-20210325-source/texk/web2c/luatexdir/lua/llualib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lnewtokenlib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lnodelib.c texlive-20210325-source/texk/web2c/luatexdir/lua/loslibext.c texlive-20210325-source/texk/web2c/luatexdir/lua/lpdfelib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lpdflib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lpdfscannerlib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lstatslib.c texlive-20210325-source/texk/web2c/luatexdir/lua/lstrlibext.c texlive-20210325-source/texk/web2c/luatexdir/lua/ltexiolib.c texlive-20210325-source/texk/web2c/luatexdir/lua/ltexlib.c texlive-20210325-source/texk/web2c/luatexdir/lua/luainit.c texlive-20210325-source/texk/web2c/luatexdir/lua/luanode.c texlive-20210325-source/texk/web2c/luatexdir/lua/luastuff.c texlive-20210325-source/texk/web2c/luatexdir/lua/luatex-api.h texlive-20210325-source/texk/web2c/luatexdir/lua/luatex-core.c texlive-20210325-source/texk/web2c/luatexdir/lua/luatex-core.lua texlive-20210325-source/texk/web2c/luatexdir/lua/luatoken.c texlive-20210325-source/texk/web2c/luatexdir/lua/mplibstuff.c texlive-20210325-source/texk/web2c/luatexdir/lua/texluac.c texlive-20210325-source/texk/web2c/luatexdir/lua/texluajitc.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/ texlive-20210325-source/texk/web2c/luatexdir/luaffi/CONTRIBUTING.md texlive-20210325-source/texk/web2c/luatexdir/luaffi/LICENSE texlive-20210325-source/texk/web2c/luatexdir/luaffi/Makefile.orig texlive-20210325-source/texk/web2c/luatexdir/luaffi/PATENTS texlive-20210325-source/texk/web2c/luatexdir/luaffi/README texlive-20210325-source/texk/web2c/luatexdir/luaffi/README.md texlive-20210325-source/texk/web2c/luatexdir/luaffi/call.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_arm.dasc texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_arm.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_x64.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_x64win.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_x86.dasc texlive-20210325-source/texk/web2c/luatexdir/luaffi/call_x86.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/ctype.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/ texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_arm.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_arm.lua texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_ppc.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_ppc.lua texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_proto.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_x64.lua texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_x86.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dasm_x86.lua texlive-20210325-source/texk/web2c/luatexdir/luaffi/dynasm/dynasm.lua texlive-20210325-source/texk/web2c/luatexdir/luaffi/ffi.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/ffi.c.orig texlive-20210325-source/texk/web2c/luatexdir/luaffi/ffi.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/ffi.h.orig texlive-20210325-source/texk/web2c/luatexdir/luaffi/generate_call_h.bat texlive-20210325-source/texk/web2c/luatexdir/luaffi/luaffi-scm-1.rockspec texlive-20210325-source/texk/web2c/luatexdir/luaffi/msvc/ texlive-20210325-source/texk/web2c/luatexdir/luaffi/msvc/inttypes.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/msvc/stdbool.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/msvc/stdint.h texlive-20210325-source/texk/web2c/luatexdir/luaffi/msvcbuild.bat texlive-20210325-source/texk/web2c/luatexdir/luaffi/parser.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/test.c texlive-20210325-source/texk/web2c/luatexdir/luaffi/test.lua texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/LICENSE texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/Makefile texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/Makefile.win texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/README.md texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/config texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/config.win texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/doc.css texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/examples.html texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/index.html texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/license.html texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/luafilesystem.png texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/doc/us/manual.html texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/src/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/src/lfs.c texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/src/lfs.def texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/src/lfs.h texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/tests/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/tests/test.lua texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/vc6/ texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/vc6/lfs.def texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/vc6/luafilesystem.dsw texlive-20210325-source/texk/web2c/luatexdir/luafilesystem/vc6/luafilesystem_dll.dsp texlive-20210325-source/texk/web2c/luatexdir/luafontloader/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/ChangeLog texlive-20210325-source/texk/web2c/luatexdir/luafontloader/ff-config.in texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/AUTHORS texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/INSTALL texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/LICENSE texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/VERSION texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/PfEd.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/baseviews.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/clipnoui.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/configure-pfaedit.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/cvundoes.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/edgelist.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/edgelist2.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fontforgevw.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fontviewbase.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvcomposit.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macenc.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/mathconstants.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/memory.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/mm.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/mm.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/nouiutil.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/pfaedit.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/plugins.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psfont.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/pua.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/python.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/scripting.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/sd.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/sfd1.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/sfd1.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinechar.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinerefigure.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesaveafm.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/start.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/stemdb.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/stemdb.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfgpos.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttf.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/uiinterface.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/unicoderange.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/inc/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/inc/basics.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/inc/gfile.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/inc/gimage.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/fontforge/inc/intl.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/src/ texlive-20210325-source/texk/web2c/luatexdir/luafontloader/src/ffdummies.c texlive-20210325-source/texk/web2c/luatexdir/luafontloader/src/ffdummies.h texlive-20210325-source/texk/web2c/luatexdir/luafontloader/src/luafflib.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/LICENSE texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/Makefile texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/README.md texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/THANKS texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/config.ld texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/docs/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/docs/examples/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/docs/examples/core_types.lua.html texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/docs/index.html texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/docs/ldoc.css texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/examples/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/examples/core_types.lua texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fixtures/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fixtures/AppleGothic_korean_issue_22.json texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fixtures/amiri-regular_123.json texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fixtures/amiri-regular_123_numr.json texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fixtures/notonastaliq_U06CC_U06C1.json texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/Rajdhani-Regular.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/TwitterColorEmoji-SVGinOT.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/amiri-regular.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/amiriquran-colored.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/notocoloremoji-subset.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/fonts/notonastaliq.ttf texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/luaharfbuzz-1.1.0-1.rockspec texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/luaharfbuzz-scm-1.rockspec texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/scripts/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/scripts/generate_harfbuzz_api_list.sh texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/scripts/generate_hb_shape_json.sh texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/spec/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/spec/buffer_spec.lua texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/spec/harfbuzz_spec.lua texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/spec/shaping_spec.lua texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/harfbuzz.lua texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/harfbuzz.luadoc texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/blob.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/buffer.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/class_utils.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/direction.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/face.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/feature.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/font.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/language.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/luaharfbuzz.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/luaharfbuzz.h texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/ot.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/script.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/tag.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/src/luaharfbuzz/unicode.c texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/status/ texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/status/done.txt texlive-20210325-source/texk/web2c/luatexdir/luaharfbuzz/status/full_api.txt texlive-20210325-source/texk/web2c/luatexdir/luaimage.test texlive-20210325-source/texk/web2c/luatexdir/luajitimage.test texlive-20210325-source/texk/web2c/luatexdir/luajittex.test texlive-20210325-source/texk/web2c/luatexdir/luamd5/ texlive-20210325-source/texk/web2c/luatexdir/luamd5/luamd5.h texlive-20210325-source/texk/web2c/luatexdir/luamd5/makefile texlive-20210325-source/texk/web2c/luatexdir/luamd5/md5.c texlive-20210325-source/texk/web2c/luatexdir/luamd5/md5.html texlive-20210325-source/texk/web2c/luatexdir/luamd5/md5.lua texlive-20210325-source/texk/web2c/luatexdir/luamd5/md5lib.c texlive-20210325-source/texk/web2c/luatexdir/luamd5/md5tests.lua texlive-20210325-source/texk/web2c/luatexdir/luapeg/ texlive-20210325-source/texk/web2c/luatexdir/luapeg/lpeg.c texlive-20210325-source/texk/web2c/luatexdir/luapeg/lpeg.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/LICENSE texlive-20210325-source/texk/web2c/luatexdir/luasocket/Lua51.props texlive-20210325-source/texk/web2c/luatexdir/luasocket/Lua52.props texlive-20210325-source/texk/web2c/luatexdir/luasocket/NEW texlive-20210325-source/texk/web2c/luatexdir/luasocket/README texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/dns.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/ftp.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/http.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/index.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/installation.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/introduction.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/ltn12.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/lua05.ppt texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/luasocket.png texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/mime.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/reference.css texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/reference.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/smtp.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/socket.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/tcp.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/udp.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/doc/url.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/README texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/b64.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/check-links.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/check-memory.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/cookie.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/dict.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/dispatch.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/eol.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/forward.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/get.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/links texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/lp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/qp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/etc/tftp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/luasocket.sln texlive-20210325-source/texk/web2c/luatexdir/luasocket/makefile texlive-20210325-source/texk/web2c/luatexdir/luasocket/mime.vcxproj texlive-20210325-source/texk/web2c/luatexdir/luasocket/mime.vcxproj.filters texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/README texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/cddb.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/daytimeclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/echoclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/echosrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/listener.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/lpr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/mclisten.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/mcsend.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/talker.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/samples/tinyirc.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/socket.vcxproj texlive-20210325-source/texk/web2c/luatexdir/luasocket/socket.vcxproj.filters texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/auxiliar.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/auxiliar.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/buffer.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/buffer.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/compat.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/compat.c.orig texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/compat.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/compat.h.orig texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/except.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/except.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ftp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ftp.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ftp_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/headers.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/headers.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/headers_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/http.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/http.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/http_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/inet.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/inet.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/io.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/io.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ltn12.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ltn12.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/ltn12_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/lua_preload.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/luasocket.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/luasocket.c.orig texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/luasocket.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/makefile texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mbox.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mbox.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mbox_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mime.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mime.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mime.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mime.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/mime_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/options.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/options.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/pierror.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/select.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/select.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/serial.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/smtp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/smtp.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/smtp_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/socket.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/socket.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/socket.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/socket_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/socket_lua.c.module texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/tcp.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/tcp.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/timeout.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/timeout.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/tp.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/tp.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/tp_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/udp.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/udp.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unix.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unix.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unixdgram.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unixdgram.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unixstream.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/unixstream.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/url.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/url.lua_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/url_lua.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/usocket.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/usocket.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/wsocket.c texlive-20210325-source/texk/web2c/luatexdir/luasocket/src/wsocket.h texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/README texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/auth/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/auth/.htaccess texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/auth/.htpasswd texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/auth/index.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/ texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/cat texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/cat-index-html texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/env texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/query-string texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/redirect-loop texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/cgi/request-uri texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/dicttest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/excepttest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/find-connect-limit texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/ftptest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/hello.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/httptest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/index.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/ltn12test.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/luasocket.png texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/mimetest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/smtptest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/stufftest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/tcp-getoptions texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/test_bind.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/test_getaddrinfo.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/test_socket_error.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/testclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/testmesg.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/testsrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/testsupport.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/tftptest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/udp-zero-length-send texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/udp-zero-length-send-recv texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/udpconnectclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/udpconnectsrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/unixdgramclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/unixdgramsrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/unixstreamclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/unixstreamsrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/upload.html texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/urltest.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/utestclnt.lua texlive-20210325-source/texk/web2c/luatexdir/luasocket/test/utestsrvr.lua texlive-20210325-source/texk/web2c/luatexdir/luatex-common.h texlive-20210325-source/texk/web2c/luatexdir/luatex.c texlive-20210325-source/texk/web2c/luatexdir/luatex.h texlive-20210325-source/texk/web2c/luatexdir/luatex.test texlive-20210325-source/texk/web2c/luatexdir/luatex_svnversion.h texlive-20210325-source/texk/web2c/luatexdir/luatexcallbackids.h texlive-20210325-source/texk/web2c/luatexdir/luazip/ texlive-20210325-source/texk/web2c/luatexdir/luazip/Makefile texlive-20210325-source/texk/web2c/luatexdir/luazip/README texlive-20210325-source/texk/web2c/luatexdir/luazip/config texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/ texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/ texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/examples.html texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/index.html texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/license.html texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/luazip-128.png texlive-20210325-source/texk/web2c/luatexdir/luazip/doc/us/manual.html texlive-20210325-source/texk/web2c/luatexdir/luazip/src/ texlive-20210325-source/texk/web2c/luatexdir/luazip/src/luazip.c texlive-20210325-source/texk/web2c/luatexdir/luazip/src/luazip.h texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/ texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a/ texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a/b/ texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a/b/c.zip texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a2/ texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a2/b2.ext2 texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a2/b2.zip texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a3.ext3 texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/a3.zip texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/luazip.zip texlive-20210325-source/texk/web2c/luatexdir/luazip/tests/test_zip.lua texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/ texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/README texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/luazip.dsw texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/luazip.rc texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/luazip_dll.dsp texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/luazip_static.dsp texlive-20210325-source/texk/web2c/luatexdir/luazip/vc6/resource.h texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/ texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/README texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/luazip.rc texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/luazip.sln texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/luazip_dll.vcproj texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/luazip_static.vcproj texlive-20210325-source/texk/web2c/luatexdir/luazip/vc7/resource.h texlive-20210325-source/texk/web2c/luatexdir/luazlib/ texlive-20210325-source/texk/web2c/luatexdir/luazlib/Makefile texlive-20210325-source/texk/web2c/luatexdir/luazlib/README texlive-20210325-source/texk/web2c/luatexdir/luazlib/gzip.lua texlive-20210325-source/texk/web2c/luatexdir/luazlib/lgzip.c texlive-20210325-source/texk/web2c/luatexdir/luazlib/lzlib.c texlive-20210325-source/texk/web2c/luatexdir/luazlib/test_gzip.lua texlive-20210325-source/texk/web2c/luatexdir/luazlib/test_zlib.lua texlive-20210325-source/texk/web2c/luatexdir/luazlib/zlib.lua texlive-20210325-source/texk/web2c/luatexdir/pdf/ texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfaction.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfaction.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfannot.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfannot.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfcolorstack.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfcolorstack.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfdest.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfdest.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdffont.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdffont.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfgen.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfgen.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfglyph.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfglyph.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfimage.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfimage.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdflink.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdflink.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdflistout.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdflistout.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfliteral.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfliteral.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfobj.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfobj.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfoutline.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfoutline.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfpage.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfpage.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfpagetree.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfpagetree.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfrule.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfrule.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfsaverestore.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfsaverestore.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfsetmatrix.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfsetmatrix.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfshipout.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfshipout.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdftables.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdftables.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfthread.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfthread.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdftypes.h texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfxform.c texlive-20210325-source/texk/web2c/luatexdir/pdf/pdfxform.h texlive-20210325-source/texk/web2c/luatexdir/ptexlib.h texlive-20210325-source/texk/web2c/luatexdir/slnunicode/ texlive-20210325-source/texk/web2c/luatexdir/slnunicode/slnudata.c texlive-20210325-source/texk/web2c/luatexdir/slnunicode/slnunico.c texlive-20210325-source/texk/web2c/luatexdir/slnunicode/unitest texlive-20210325-source/texk/web2c/luatexdir/tests/ texlive-20210325-source/texk/web2c/luatexdir/tests/luaimage.tex texlive-20210325-source/texk/web2c/luatexdir/tex/ texlive-20210325-source/texk/web2c/luatexdir/tex/align.c texlive-20210325-source/texk/web2c/luatexdir/tex/align.h texlive-20210325-source/texk/web2c/luatexdir/tex/arithmetic.c texlive-20210325-source/texk/web2c/luatexdir/tex/arithmetic.h texlive-20210325-source/texk/web2c/luatexdir/tex/backend.c texlive-20210325-source/texk/web2c/luatexdir/tex/backend.h texlive-20210325-source/texk/web2c/luatexdir/tex/buildpage.c texlive-20210325-source/texk/web2c/luatexdir/tex/buildpage.h texlive-20210325-source/texk/web2c/luatexdir/tex/commands.c texlive-20210325-source/texk/web2c/luatexdir/tex/commands.h texlive-20210325-source/texk/web2c/luatexdir/tex/conditional.c texlive-20210325-source/texk/web2c/luatexdir/tex/conditional.h texlive-20210325-source/texk/web2c/luatexdir/tex/directions.c texlive-20210325-source/texk/web2c/luatexdir/tex/directions.h texlive-20210325-source/texk/web2c/luatexdir/tex/dumpdata.c texlive-20210325-source/texk/web2c/luatexdir/tex/dumpdata.h texlive-20210325-source/texk/web2c/luatexdir/tex/equivalents.c texlive-20210325-source/texk/web2c/luatexdir/tex/equivalents.h texlive-20210325-source/texk/web2c/luatexdir/tex/errors.c texlive-20210325-source/texk/web2c/luatexdir/tex/errors.h texlive-20210325-source/texk/web2c/luatexdir/tex/expand.c texlive-20210325-source/texk/web2c/luatexdir/tex/expand.h texlive-20210325-source/texk/web2c/luatexdir/tex/extensions.c texlive-20210325-source/texk/web2c/luatexdir/tex/extensions.h texlive-20210325-source/texk/web2c/luatexdir/tex/filename.c texlive-20210325-source/texk/web2c/luatexdir/tex/filename.h texlive-20210325-source/texk/web2c/luatexdir/tex/inputstack.c texlive-20210325-source/texk/web2c/luatexdir/tex/inputstack.h texlive-20210325-source/texk/web2c/luatexdir/tex/linebreak.c texlive-20210325-source/texk/web2c/luatexdir/tex/linebreak.h texlive-20210325-source/texk/web2c/luatexdir/tex/mainbody.c texlive-20210325-source/texk/web2c/luatexdir/tex/mainbody.h texlive-20210325-source/texk/web2c/luatexdir/tex/maincontrol.c texlive-20210325-source/texk/web2c/luatexdir/tex/maincontrol.h texlive-20210325-source/texk/web2c/luatexdir/tex/mathcodes.c texlive-20210325-source/texk/web2c/luatexdir/tex/mathcodes.h texlive-20210325-source/texk/web2c/luatexdir/tex/memoryword.c texlive-20210325-source/texk/web2c/luatexdir/tex/memoryword.h texlive-20210325-source/texk/web2c/luatexdir/tex/mlist.c texlive-20210325-source/texk/web2c/luatexdir/tex/mlist.h texlive-20210325-source/texk/web2c/luatexdir/tex/nesting.c texlive-20210325-source/texk/web2c/luatexdir/tex/nesting.h texlive-20210325-source/texk/web2c/luatexdir/tex/packaging.c texlive-20210325-source/texk/web2c/luatexdir/tex/packaging.h texlive-20210325-source/texk/web2c/luatexdir/tex/postlinebreak.c texlive-20210325-source/texk/web2c/luatexdir/tex/postlinebreak.h texlive-20210325-source/texk/web2c/luatexdir/tex/primitive.c texlive-20210325-source/texk/web2c/luatexdir/tex/primitive.h texlive-20210325-source/texk/web2c/luatexdir/tex/printing.c texlive-20210325-source/texk/web2c/luatexdir/tex/printing.h texlive-20210325-source/texk/web2c/luatexdir/tex/scanning.c texlive-20210325-source/texk/web2c/luatexdir/tex/scanning.h texlive-20210325-source/texk/web2c/luatexdir/tex/stringpool.c texlive-20210325-source/texk/web2c/luatexdir/tex/stringpool.h texlive-20210325-source/texk/web2c/luatexdir/tex/texdeffont.c texlive-20210325-source/texk/web2c/luatexdir/tex/texdeffont.h texlive-20210325-source/texk/web2c/luatexdir/tex/texfileio.c texlive-20210325-source/texk/web2c/luatexdir/tex/texfileio.h texlive-20210325-source/texk/web2c/luatexdir/tex/texmath.c texlive-20210325-source/texk/web2c/luatexdir/tex/texmath.h texlive-20210325-source/texk/web2c/luatexdir/tex/texnodes.c texlive-20210325-source/texk/web2c/luatexdir/tex/texnodes.h texlive-20210325-source/texk/web2c/luatexdir/tex/textcodes.c texlive-20210325-source/texk/web2c/luatexdir/tex/textcodes.h texlive-20210325-source/texk/web2c/luatexdir/tex/textoken.c texlive-20210325-source/texk/web2c/luatexdir/tex/textoken.h texlive-20210325-source/texk/web2c/luatexdir/unilib/ texlive-20210325-source/texk/web2c/luatexdir/unilib/ArabicForms.c texlive-20210325-source/texk/web2c/luatexdir/unilib/alphabet.c texlive-20210325-source/texk/web2c/luatexdir/unilib/char.c texlive-20210325-source/texk/web2c/luatexdir/unilib/chardata.h texlive-20210325-source/texk/web2c/luatexdir/unilib/charset.h texlive-20210325-source/texk/web2c/luatexdir/unilib/cjk.c texlive-20210325-source/texk/web2c/luatexdir/unilib/combiners.h texlive-20210325-source/texk/web2c/luatexdir/unilib/gwwiconv.c texlive-20210325-source/texk/web2c/luatexdir/unilib/gwwiconv.h texlive-20210325-source/texk/web2c/luatexdir/unilib/src/ texlive-20210325-source/texk/web2c/luatexdir/unilib/src/makeutype.c texlive-20210325-source/texk/web2c/luatexdir/unilib/ucharmap.c texlive-20210325-source/texk/web2c/luatexdir/unilib/unialt.c texlive-20210325-source/texk/web2c/luatexdir/unilib/unibasics.h texlive-20210325-source/texk/web2c/luatexdir/unilib/usprintf.c texlive-20210325-source/texk/web2c/luatexdir/unilib/ustring.c texlive-20210325-source/texk/web2c/luatexdir/unilib/ustring.h texlive-20210325-source/texk/web2c/luatexdir/unilib/utype.c texlive-20210325-source/texk/web2c/luatexdir/unilib/utype.h texlive-20210325-source/texk/web2c/luatexdir/utils/ texlive-20210325-source/texk/web2c/luatexdir/utils/avl.c texlive-20210325-source/texk/web2c/luatexdir/utils/avl.h texlive-20210325-source/texk/web2c/luatexdir/utils/avlstuff.c texlive-20210325-source/texk/web2c/luatexdir/utils/avlstuff.h texlive-20210325-source/texk/web2c/luatexdir/utils/managed-sa.c texlive-20210325-source/texk/web2c/luatexdir/utils/managed-sa.h texlive-20210325-source/texk/web2c/luatexdir/utils/unistring.c texlive-20210325-source/texk/web2c/luatexdir/utils/unistring.h texlive-20210325-source/texk/web2c/luatexdir/utils/utils.c texlive-20210325-source/texk/web2c/luatexdir/utils/utils.h texlive-20210325-source/texk/web2c/m4/ texlive-20210325-source/texk/web2c/m4/web2c-disable.m4 texlive-20210325-source/texk/web2c/man/ texlive-20210325-source/texk/web2c/man/ChangeLog texlive-20210325-source/texk/web2c/man/Makefile.am texlive-20210325-source/texk/web2c/man/Makefile.in texlive-20210325-source/texk/web2c/man/README texlive-20210325-source/texk/web2c/man/aleph.man texlive-20210325-source/texk/web2c/man/amstex.man texlive-20210325-source/texk/web2c/man/bibtex.man texlive-20210325-source/texk/web2c/man/ctie.man texlive-20210325-source/texk/web2c/man/ctwill.man texlive-20210325-source/texk/web2c/man/cweb.man texlive-20210325-source/texk/web2c/man/dvicopy.man texlive-20210325-source/texk/web2c/man/dvitomp.man texlive-20210325-source/texk/web2c/man/dvitype.man texlive-20210325-source/texk/web2c/man/etex.man texlive-20210325-source/texk/web2c/man/gftodvi.man texlive-20210325-source/texk/web2c/man/gftopk.man texlive-20210325-source/texk/web2c/man/gftype.man texlive-20210325-source/texk/web2c/man/latex-dev.man texlive-20210325-source/texk/web2c/man/latex.man texlive-20210325-source/texk/web2c/man/luatex.man texlive-20210325-source/texk/web2c/man/mf.man texlive-20210325-source/texk/web2c/man/mft.man texlive-20210325-source/texk/web2c/man/mpost.man texlive-20210325-source/texk/web2c/man/ofm2opl.man texlive-20210325-source/texk/web2c/man/opl2ofm.man texlive-20210325-source/texk/web2c/man/ovf2ovp.man texlive-20210325-source/texk/web2c/man/ovp2ovf.man texlive-20210325-source/texk/web2c/man/patgen.man texlive-20210325-source/texk/web2c/man/pdfetex.man texlive-20210325-source/texk/web2c/man/pdftex.man texlive-20210325-source/texk/web2c/man/pdftosrc.man texlive-20210325-source/texk/web2c/man/pktogf.man texlive-20210325-source/texk/web2c/man/pktype.man texlive-20210325-source/texk/web2c/man/pltotf.man texlive-20210325-source/texk/web2c/man/pooltype.man texlive-20210325-source/texk/web2c/man/ppltotf.man texlive-20210325-source/texk/web2c/man/ptex.man texlive-20210325-source/texk/web2c/man/ptftopl.man texlive-20210325-source/texk/web2c/man/spell.add texlive-20210325-source/texk/web2c/man/tangle.man texlive-20210325-source/texk/web2c/man/tex.man texlive-20210325-source/texk/web2c/man/tftopl.man texlive-20210325-source/texk/web2c/man/tie.man texlive-20210325-source/texk/web2c/man/ttf2afm.man texlive-20210325-source/texk/web2c/man/vftovp.man texlive-20210325-source/texk/web2c/man/vptovf.man texlive-20210325-source/texk/web2c/man/weave.man texlive-20210325-source/texk/web2c/man/xetex.man texlive-20210325-source/texk/web2c/mf-binpool.ch texlive-20210325-source/texk/web2c/mf.ch texlive-20210325-source/texk/web2c/mf.web texlive-20210325-source/texk/web2c/mfextra.c texlive-20210325-source/texk/web2c/mfluadir/ texlive-20210325-source/texk/web2c/mfluadir/ChangeLog texlive-20210325-source/texk/web2c/mfluadir/am/ texlive-20210325-source/texk/web2c/mfluadir/am/mflua.am texlive-20210325-source/texk/web2c/mfluadir/am/mfluaotfcc.am texlive-20210325-source/texk/web2c/mfluadir/mf-lua.ch texlive-20210325-source/texk/web2c/mfluadir/mflua-m.ch texlive-20210325-source/texk/web2c/mfluadir/mflua.defines texlive-20210325-source/texk/web2c/mfluadir/mflua_version.h texlive-20210325-source/texk/web2c/mfluadir/mfluac.c texlive-20210325-source/texk/web2c/mfluadir/mfluac.h texlive-20210325-source/texk/web2c/mfluadir/mfluaextra.c texlive-20210325-source/texk/web2c/mfluadir/mfluaextra.h texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/ texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/mflua.lua texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/mflua_svg_backend.lua texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/mflua_ttx_backend.lua texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/mfluatrap.diffs texlive-20210325-source/texk/web2c/mfluadir/mfluatrap/texmf.cnf texlive-20210325-source/texk/web2c/mfluadir/mfluatraptest.test texlive-20210325-source/texk/web2c/mfluadir/otfcc/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/emyg-dtoa/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/emyg-dtoa/emyg-dtoa.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/emyg-dtoa/emyg-dtoa.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/json-builder.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/json.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/sds.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/dep/extern/sdsalloc.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/caryll/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/caryll/buffer.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/caryll/element.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/caryll/vector.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/dep/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/dep/json-builder.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/dep/json.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/dep/sds.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/dep/uthash.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/font.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/glyph-order.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/handle.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/logger.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/options.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/primitives.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/sfnt-builder.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/sfnt.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/BASE.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/CFF.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/COLR.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/CPAL.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/GDEF.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/OS_2.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/SVG.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VDMX.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/_TSI.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cmap.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fvar.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/gasp.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/glyf.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/hdmx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/head.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/hhea.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/hmtx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/maxp.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/meta.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/name.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl/classdef.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl/coverage.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/post.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/table-common.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vhea.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/axis.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/region.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vq.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/bk/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/bk/bkblock.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/bk/bkblock.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/bk/bkgraph.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/bk/bkgraph.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/consolidate.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/consolidate.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/GDEF.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/GDEF.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/chaining.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/chaining.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/common.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/common.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-cursive.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-cursive.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-pair.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-pair.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-single.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-single.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-ligature.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-ligature.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-multi.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-multi.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-reverse.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-reverse.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-single.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-single.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/font/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/font/caryll-font.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/font/caryll-sfnt-builder.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/font/caryll-sfnt.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/json-reader/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/json-reader/json-reader.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/json-writer/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/json-writer/json-writer.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-charset.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-charset.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-codecs.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-dict.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-dict.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-fdselect.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-fdselect.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-index.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-index.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-opmean.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-parser.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-string.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-util.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-value.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-value.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/cff-writer.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/charstring-il.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/charstring-il.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/libcff.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/subr.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/libcff/subr.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/logger/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/logger/logger.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-reader/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-reader/otf-reader.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-reader/unconsolidate.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-reader/unconsolidate.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-writer/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-writer/otf-writer.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-writer/stat.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/otf-writer/stat.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/aglfn/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/aglfn/aglfn.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/aglfn/aglfn.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/aliases.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/base64/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/base64/base64.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/base64/base64.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/bin-io.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/buffer/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/buffer/buffer.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/element-impl.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/glyph-order.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/handle.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/json/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/json/json-funcs.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/options.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/otfcc-alloc.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/primitives.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/sha1/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/sha1/sha1.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/sha1/sha1.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/tag.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/ttinstr/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/ttinstr/ttinstr.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/ttinstr/ttinstr.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/unicodeconv/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/unicodeconv/unicodeconv.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/unicodeconv/unicodeconv.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/util.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/support/vector-impl.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/BASE.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/CFF.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/COLR.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/COLR.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/GDEF.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/GDEF.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/OS_2.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/OS_2.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/SVG.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/SVG.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/VDMX.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/VORG.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/VORG.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/_TSI.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/_TSI.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/all.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/cmap.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/cmap.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/cvt.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/cvt.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/fvar.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/fvar.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/gasp.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/gasp.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/glyf/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/glyf/build.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/glyf/glyf.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/glyf/read.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/glyf.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hdmx.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hdmx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/head.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/head.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hhea.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hhea.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hmtx.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/hmtx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/maxp.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/build.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/dump.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/parse.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/read.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta/type.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/meta.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/name.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/name.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/build.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/classdef.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/constants.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/coverage.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/dump.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/otl.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/parse.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/read.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/build.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/classifier.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/common.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/common.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/dump.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/parse.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining/read.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/chaining.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/extend.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/extend.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-common.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-common.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-cursive.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-cursive.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-single.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-single.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-pair.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-pair.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-single.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-single.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-multi.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-multi.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-single.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-single.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/otl.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/post.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/post.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vdmx/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vdmx/funcs.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vdmx/type.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vhea.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/vf/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/vf/axis.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/vf/region.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/lib/vf/vq.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/ texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/aliases.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/luafunc.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/otfccbuild.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/otfccdll.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/otfccdump.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/platform.h texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/stopwatch.c texlive-20210325-source/texk/web2c/mfluadir/otfcc/src/stopwatch.h texlive-20210325-source/texk/web2c/mfluajitdir/ texlive-20210325-source/texk/web2c/mfluajitdir/ChangeLog texlive-20210325-source/texk/web2c/mfluajitdir/am/ texlive-20210325-source/texk/web2c/mfluajitdir/am/mfluajit.am texlive-20210325-source/texk/web2c/mfluajitdir/mf-luajit.ch texlive-20210325-source/texk/web2c/mfluajitdir/mfluajit.defines texlive-20210325-source/texk/web2c/mfluajitdir/mfluajitextra.c texlive-20210325-source/texk/web2c/mfluajitdir/mfluajitextra.h texlive-20210325-source/texk/web2c/mfluajitdir/mfluajittrap/ texlive-20210325-source/texk/web2c/mfluajitdir/mfluajittrap/mfluajittrap.diffs texlive-20210325-source/texk/web2c/mfluajitdir/mfluajittraptest.test texlive-20210325-source/texk/web2c/mft.ch texlive-20210325-source/texk/web2c/mft.test texlive-20210325-source/texk/web2c/mft.web texlive-20210325-source/texk/web2c/mftraptest.test texlive-20210325-source/texk/web2c/mplibdir/ texlive-20210325-source/texk/web2c/mplibdir/ChangeLog texlive-20210325-source/texk/web2c/mplibdir/am/ texlive-20210325-source/texk/web2c/mplibdir/am/libmplib.am texlive-20210325-source/texk/web2c/mplibdir/am/libmputil.am texlive-20210325-source/texk/web2c/mplibdir/am/mplib.am texlive-20210325-source/texk/web2c/mplibdir/avl.c texlive-20210325-source/texk/web2c/mplibdir/avl.h texlive-20210325-source/texk/web2c/mplibdir/decContext.c texlive-20210325-source/texk/web2c/mplibdir/decContext.h texlive-20210325-source/texk/web2c/mplibdir/decNumber.c texlive-20210325-source/texk/web2c/mplibdir/decNumber.h texlive-20210325-source/texk/web2c/mplibdir/decNumberLocal.h texlive-20210325-source/texk/web2c/mplibdir/dvitomp.test texlive-20210325-source/texk/web2c/mplibdir/lmplib.c texlive-20210325-source/texk/web2c/mplibdir/mp.w texlive-20210325-source/texk/web2c/mplibdir/mpmath.w texlive-20210325-source/texk/web2c/mplibdir/mpmathbinary.w texlive-20210325-source/texk/web2c/mplibdir/mpmathdecimal.w texlive-20210325-source/texk/web2c/mplibdir/mpmathdouble.w texlive-20210325-source/texk/web2c/mplibdir/mpost.w texlive-20210325-source/texk/web2c/mplibdir/mpstrings.w texlive-20210325-source/texk/web2c/mplibdir/mptraptest.test texlive-20210325-source/texk/web2c/mplibdir/mpxout.w texlive-20210325-source/texk/web2c/mplibdir/pngout.w texlive-20210325-source/texk/web2c/mplibdir/psout.w texlive-20210325-source/texk/web2c/mplibdir/svgout.w texlive-20210325-source/texk/web2c/mplibdir/tfmin.w texlive-20210325-source/texk/web2c/omegafonts/ texlive-20210325-source/texk/web2c/omegafonts/ChangeLog texlive-20210325-source/texk/web2c/omegafonts/Makefile.am texlive-20210325-source/texk/web2c/omegafonts/Makefile.in texlive-20210325-source/texk/web2c/omegafonts/bad.test texlive-20210325-source/texk/web2c/omegafonts/char_routines.c texlive-20210325-source/texk/web2c/omegafonts/char_routines.h texlive-20210325-source/texk/web2c/omegafonts/charwd.test texlive-20210325-source/texk/web2c/omegafonts/check.test texlive-20210325-source/texk/web2c/omegafonts/dimen_routines.c texlive-20210325-source/texk/web2c/omegafonts/dimen_routines.h texlive-20210325-source/texk/web2c/omegafonts/dvi.h texlive-20210325-source/texk/web2c/omegafonts/error_routines.c texlive-20210325-source/texk/web2c/omegafonts/error_routines.h texlive-20210325-source/texk/web2c/omegafonts/extra_routines.c texlive-20210325-source/texk/web2c/omegafonts/extra_routines.h texlive-20210325-source/texk/web2c/omegafonts/font_routines.c texlive-20210325-source/texk/web2c/omegafonts/font_routines.h texlive-20210325-source/texk/web2c/omegafonts/header_routines.c texlive-20210325-source/texk/web2c/omegafonts/header_routines.h texlive-20210325-source/texk/web2c/omegafonts/help.test texlive-20210325-source/texk/web2c/omegafonts/level1.test texlive-20210325-source/texk/web2c/omegafonts/ligkern.test texlive-20210325-source/texk/web2c/omegafonts/ligkern_routines.c texlive-20210325-source/texk/web2c/omegafonts/ligkern_routines.h texlive-20210325-source/texk/web2c/omegafonts/list_routines.c texlive-20210325-source/texk/web2c/omegafonts/list_routines.h texlive-20210325-source/texk/web2c/omegafonts/manifests.h texlive-20210325-source/texk/web2c/omegafonts/ofonts.test texlive-20210325-source/texk/web2c/omegafonts/omfonts.c texlive-20210325-source/texk/web2c/omegafonts/omfonts.h texlive-20210325-source/texk/web2c/omegafonts/omfonts.test texlive-20210325-source/texk/web2c/omegafonts/out_ofm.c texlive-20210325-source/texk/web2c/omegafonts/out_ofm.h texlive-20210325-source/texk/web2c/omegafonts/out_routines.c texlive-20210325-source/texk/web2c/omegafonts/out_routines.h texlive-20210325-source/texk/web2c/omegafonts/overbmp.test texlive-20210325-source/texk/web2c/omegafonts/param_routines.c texlive-20210325-source/texk/web2c/omegafonts/param_routines.h texlive-20210325-source/texk/web2c/omegafonts/parse_ofm.c texlive-20210325-source/texk/web2c/omegafonts/parse_ofm.h texlive-20210325-source/texk/web2c/omegafonts/parser.h texlive-20210325-source/texk/web2c/omegafonts/pl-lexer.c texlive-20210325-source/texk/web2c/omegafonts/pl-lexer.l texlive-20210325-source/texk/web2c/omegafonts/pl-parser.c texlive-20210325-source/texk/web2c/omegafonts/pl-parser.h texlive-20210325-source/texk/web2c/omegafonts/pl-parser.y texlive-20210325-source/texk/web2c/omegafonts/print_routines.c texlive-20210325-source/texk/web2c/omegafonts/print_routines.h texlive-20210325-source/texk/web2c/omegafonts/realnum.test texlive-20210325-source/texk/web2c/omegafonts/repeat.test texlive-20210325-source/texk/web2c/omegafonts/selectfont.test texlive-20210325-source/texk/web2c/omegafonts/shorten.test texlive-20210325-source/texk/web2c/omegafonts/specialhex.test texlive-20210325-source/texk/web2c/omegafonts/tests/ texlive-20210325-source/texk/web2c/omegafonts/tests/Cherokee.pl texlive-20210325-source/texk/web2c/omegafonts/tests/OCherokee.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/arabic.ovp ar: `u' modifier ignored since `D' is the default (see `U') texlive-20210325-source/texk/web2c/omegafonts/tests/arabicr.pl texlive-20210325-source/texk/web2c/omegafonts/tests/badofm.ofm texlive-20210325-source/texk/web2c/omegafonts/tests/badopl.opl texlive-20210325-source/texk/web2c/omegafonts/tests/badovf.ofm texlive-20210325-source/texk/web2c/omegafonts/tests/badovf.ovf texlive-20210325-source/texk/web2c/omegafonts/tests/badovp.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/charwd-r.pl texlive-20210325-source/texk/web2c/omegafonts/tests/charwd-v.vpl texlive-20210325-source/texk/web2c/omegafonts/tests/check.ofm texlive-20210325-source/texk/web2c/omegafonts/tests/check.opl texlive-20210325-source/texk/web2c/omegafonts/tests/checked.opl texlive-20210325-source/texk/web2c/omegafonts/tests/inbmp.opl texlive-20210325-source/texk/web2c/omegafonts/tests/level1.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligall.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligbch.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligbdy.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligblb.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligblv.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligblv.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/ligloop1.ofm texlive-20210325-source/texk/web2c/omegafonts/tests/ligloop1.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ligloop2.opl texlive-20210325-source/texk/web2c/omegafonts/tests/liguse.opl texlive-20210325-source/texk/web2c/omegafonts/tests/liguse1.opl texlive-20210325-source/texk/web2c/omegafonts/tests/liguse2.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr0.pl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr1.pl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr1.vpl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr2.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr2.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr3.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontr3.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv4.pl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv4.vpl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv5.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv5.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv6.opl texlive-20210325-source/texk/web2c/omegafonts/tests/ofontv6.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/overbmp.opl texlive-20210325-source/texk/web2c/omegafonts/tests/overbmp.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/realnum.opl texlive-20210325-source/texk/web2c/omegafonts/tests/realnum.out texlive-20210325-source/texk/web2c/omegafonts/tests/repeat.opl texlive-20210325-source/texk/web2c/omegafonts/tests/repeated.opl texlive-20210325-source/texk/web2c/omegafonts/tests/sample.out texlive-20210325-source/texk/web2c/omegafonts/tests/sample.ovp texlive-20210325-source/texk/web2c/omegafonts/tests/sample0-h.opl texlive-20210325-source/texk/web2c/omegafonts/tests/shorten.opl texlive-20210325-source/texk/web2c/omegafonts/tests/specialhex.ovp texlive-20210325-source/texk/web2c/omegafonts/version.test texlive-20210325-source/texk/web2c/omegafonts/yannis.test texlive-20210325-source/texk/web2c/omegaware/ texlive-20210325-source/texk/web2c/omegaware/ChangeLog texlive-20210325-source/texk/web2c/omegaware/README texlive-20210325-source/texk/web2c/omegaware/am/ texlive-20210325-source/texk/web2c/omegaware/am/omegaware.am texlive-20210325-source/texk/web2c/omegaware/bad.test texlive-20210325-source/texk/web2c/omegaware/charwd.test texlive-20210325-source/texk/web2c/omegaware/check.test texlive-20210325-source/texk/web2c/omegaware/help.test texlive-20210325-source/texk/web2c/omegaware/level1.test texlive-20210325-source/texk/web2c/omegaware/ligkern.test texlive-20210325-source/texk/web2c/omegaware/odvicopy.ch texlive-20210325-source/texk/web2c/omegaware/odvicopy.test texlive-20210325-source/texk/web2c/omegaware/odvicopy.web texlive-20210325-source/texk/web2c/omegaware/odvitype.ch texlive-20210325-source/texk/web2c/omegaware/odvitype.test texlive-20210325-source/texk/web2c/omegaware/odvitype.web texlive-20210325-source/texk/web2c/omegaware/ofm2opl.ch texlive-20210325-source/texk/web2c/omegaware/ofm2opl.up texlive-20210325-source/texk/web2c/omegaware/ofm2opl.web texlive-20210325-source/texk/web2c/omegaware/ofonts.test texlive-20210325-source/texk/web2c/omegaware/omfonts.test texlive-20210325-source/texk/web2c/omegaware/opl2ofm.ch texlive-20210325-source/texk/web2c/omegaware/opl2ofm.up texlive-20210325-source/texk/web2c/omegaware/opl2ofm.web texlive-20210325-source/texk/web2c/omegaware/otangle.ch texlive-20210325-source/texk/web2c/omegaware/otangle.test texlive-20210325-source/texk/web2c/omegaware/otangle.web texlive-20210325-source/texk/web2c/omegaware/overbmp.test texlive-20210325-source/texk/web2c/omegaware/ovf2ovp.ch texlive-20210325-source/texk/web2c/omegaware/ovf2ovp.up texlive-20210325-source/texk/web2c/omegaware/ovf2ovp.web texlive-20210325-source/texk/web2c/omegaware/ovp2ovf.ch texlive-20210325-source/texk/web2c/omegaware/ovp2ovf.up texlive-20210325-source/texk/web2c/omegaware/ovp2ovf.web texlive-20210325-source/texk/web2c/omegaware/realnum.test texlive-20210325-source/texk/web2c/omegaware/repeat.test texlive-20210325-source/texk/web2c/omegaware/selectfont.test texlive-20210325-source/texk/web2c/omegaware/shorten.test texlive-20210325-source/texk/web2c/omegaware/specialhex.test texlive-20210325-source/texk/web2c/omegaware/tests/ texlive-20210325-source/texk/web2c/omegaware/tests/Cherokee.pl texlive-20210325-source/texk/web2c/omegaware/tests/OCherokee.ovp texlive-20210325-source/texk/web2c/omegaware/tests/arabic.ovp texlive-20210325-source/texk/web2c/omegaware/tests/arabicr.pl texlive-20210325-source/texk/web2c/omegaware/tests/badofm.ofm texlive-20210325-source/texk/web2c/omegaware/tests/badopl.opl texlive-20210325-source/texk/web2c/omegaware/tests/badovf.ofm texlive-20210325-source/texk/web2c/omegaware/tests/badovf.ovf texlive-20210325-source/texk/web2c/omegaware/tests/badovp.ovp texlive-20210325-source/texk/web2c/omegaware/tests/charwd-r.pl texlive-20210325-source/texk/web2c/omegaware/tests/charwd-v.vpl texlive-20210325-source/texk/web2c/omegaware/tests/check.ofm texlive-20210325-source/texk/web2c/omegaware/tests/check.opl texlive-20210325-source/texk/web2c/omegaware/tests/checked.opl texlive-20210325-source/texk/web2c/omegaware/tests/inbmp.opl texlive-20210325-source/texk/web2c/omegaware/tests/level1.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligall.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligbch.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligbdy.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligblb.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligblv.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligblv.ovp texlive-20210325-source/texk/web2c/omegaware/tests/ligloop1.ofm texlive-20210325-source/texk/web2c/omegaware/tests/ligloop1.opl texlive-20210325-source/texk/web2c/omegaware/tests/ligloop2.opl texlive-20210325-source/texk/web2c/omegaware/tests/liguse.opl texlive-20210325-source/texk/web2c/omegaware/tests/liguse1.opl texlive-20210325-source/texk/web2c/omegaware/tests/liguse2.opl texlive-20210325-source/texk/web2c/omegaware/tests/ofontd0.dtl texlive-20210325-source/texk/web2c/omegaware/tests/ofontd0.dvi texlive-20210325-source/texk/web2c/omegaware/tests/ofontd0.typ texlive-20210325-source/texk/web2c/omegaware/tests/ofontd1.dvi texlive-20210325-source/texk/web2c/omegaware/tests/ofontd1.typ texlive-20210325-source/texk/web2c/omegaware/tests/ofontd2.dvi texlive-20210325-source/texk/web2c/omegaware/tests/ofontd2.typ texlive-20210325-source/texk/web2c/omegaware/tests/ofontd3.dvi texlive-20210325-source/texk/web2c/omegaware/tests/ofontd3.typ texlive-20210325-source/texk/web2c/omegaware/tests/ofontr0.pl texlive-20210325-source/texk/web2c/omegaware/tests/ofontr0.tfm texlive-20210325-source/texk/web2c/omegaware/tests/ofontr1.pl texlive-20210325-source/texk/web2c/omegaware/tests/ofontr1.tfm texlive-20210325-source/texk/web2c/omegaware/tests/ofontr1.vf texlive-20210325-source/texk/web2c/omegaware/tests/ofontr1.vpl texlive-20210325-source/texk/web2c/omegaware/tests/ofontr2.ofm texlive-20210325-source/texk/web2c/omegaware/tests/ofontr2.opl texlive-20210325-source/texk/web2c/omegaware/tests/ofontr2.ovf texlive-20210325-source/texk/web2c/omegaware/tests/ofontr2.ovp texlive-20210325-source/texk/web2c/omegaware/tests/ofontr3.ofm texlive-20210325-source/texk/web2c/omegaware/tests/ofontr3.opl texlive-20210325-source/texk/web2c/omegaware/tests/ofontr3.ovf texlive-20210325-source/texk/web2c/omegaware/tests/ofontr3.ovp texlive-20210325-source/texk/web2c/omegaware/tests/ofontv4.pl texlive-20210325-source/texk/web2c/omegaware/tests/ofontv4.tfm texlive-20210325-source/texk/web2c/omegaware/tests/ofontv4.vf texlive-20210325-source/texk/web2c/omegaware/tests/ofontv4.vpl texlive-20210325-source/texk/web2c/omegaware/tests/ofontv5.ofm texlive-20210325-source/texk/web2c/omegaware/tests/ofontv5.opl texlive-20210325-source/texk/web2c/omegaware/tests/ofontv5.ovf texlive-20210325-source/texk/web2c/omegaware/tests/ofontv5.ovp texlive-20210325-source/texk/web2c/omegaware/tests/ofontv6.ofm texlive-20210325-source/texk/web2c/omegaware/tests/ofontv6.opl texlive-20210325-source/texk/web2c/omegaware/tests/ofontv6.ovf texlive-20210325-source/texk/web2c/omegaware/tests/ofontv6.ovp texlive-20210325-source/texk/web2c/omegaware/tests/overbmp.opl texlive-20210325-source/texk/web2c/omegaware/tests/overbmp.ovp texlive-20210325-source/texk/web2c/omegaware/tests/realnum.opl texlive-20210325-source/texk/web2c/omegaware/tests/realnum.out texlive-20210325-source/texk/web2c/omegaware/tests/repeat.opl texlive-20210325-source/texk/web2c/omegaware/tests/repeated.opl texlive-20210325-source/texk/web2c/omegaware/tests/sample.out texlive-20210325-source/texk/web2c/omegaware/tests/sample.ovp texlive-20210325-source/texk/web2c/omegaware/tests/sample0-h.opl texlive-20210325-source/texk/web2c/omegaware/tests/shorten.opl texlive-20210325-source/texk/web2c/omegaware/tests/specialhex.ovp texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat0.ofm texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat0.opl texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat1.ofm texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat1.opl texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat1.ovf texlive-20210325-source/texk/web2c/omegaware/tests/vrepeat1.ovp texlive-20210325-source/texk/web2c/omegaware/version.test texlive-20210325-source/texk/web2c/omegaware/vrepeat.test texlive-20210325-source/texk/web2c/omegaware/yannis.test texlive-20210325-source/texk/web2c/otps/ texlive-20210325-source/texk/web2c/otps/ChangeLog texlive-20210325-source/texk/web2c/otps/Makefile.am texlive-20210325-source/texk/web2c/otps/Makefile.in texlive-20210325-source/texk/web2c/otps/bugs.txt texlive-20210325-source/texk/web2c/otps/mkocp texlive-20210325-source/texk/web2c/otps/mkocp.man texlive-20210325-source/texk/web2c/otps/mkofm texlive-20210325-source/texk/web2c/otps/mkofm.man texlive-20210325-source/texk/web2c/otps/otp-lexer.c texlive-20210325-source/texk/web2c/otps/otp-lexer.l texlive-20210325-source/texk/web2c/otps/otp-parser.c texlive-20210325-source/texk/web2c/otps/otp-parser.h texlive-20210325-source/texk/web2c/otps/otp-parser.y texlive-20210325-source/texk/web2c/otps/otp.h texlive-20210325-source/texk/web2c/otps/otp2ocp.c texlive-20210325-source/texk/web2c/otps/otp2ocp.man texlive-20210325-source/texk/web2c/otps/otp2ocp.test texlive-20210325-source/texk/web2c/otps/outocp.c texlive-20210325-source/texk/web2c/otps/outocp.man texlive-20210325-source/texk/web2c/otps/outocp.test texlive-20210325-source/texk/web2c/otps/routines.c texlive-20210325-source/texk/web2c/otps/routines.h texlive-20210325-source/texk/web2c/otps/uni2lat.ocp texlive-20210325-source/texk/web2c/otps/uni2lat.otp texlive-20210325-source/texk/web2c/otps/uni2lat.out texlive-20210325-source/texk/web2c/otps/win32/ texlive-20210325-source/texk/web2c/otps/win32/ChangeLog texlive-20210325-source/texk/web2c/otps/win32/Makefile.am texlive-20210325-source/texk/web2c/otps/win32/Makefile.in texlive-20210325-source/texk/web2c/otps/win32/mkocp.c texlive-20210325-source/texk/web2c/otps/win32/mkofm.c texlive-20210325-source/texk/web2c/otps/yystype.h texlive-20210325-source/texk/web2c/patgen.ch texlive-20210325-source/texk/web2c/patgen.test texlive-20210325-source/texk/web2c/patgen.web texlive-20210325-source/texk/web2c/pdftexdir/ texlive-20210325-source/texk/web2c/pdftexdir/COPYINGv2 texlive-20210325-source/texk/web2c/pdftexdir/ChangeLog texlive-20210325-source/texk/web2c/pdftexdir/NEWS texlive-20210325-source/texk/web2c/pdftexdir/README texlive-20210325-source/texk/web2c/pdftexdir/am/ texlive-20210325-source/texk/web2c/pdftexdir/am/libpdftex.am texlive-20210325-source/texk/web2c/pdftexdir/am/pdftex.am texlive-20210325-source/texk/web2c/pdftexdir/am/pdftosrc.am texlive-20210325-source/texk/web2c/pdftexdir/am/ttf2afm.am texlive-20210325-source/texk/web2c/pdftexdir/avl.c texlive-20210325-source/texk/web2c/pdftexdir/avl.h texlive-20210325-source/texk/web2c/pdftexdir/avlstuff.c texlive-20210325-source/texk/web2c/pdftexdir/avlstuff.h texlive-20210325-source/texk/web2c/pdftexdir/change-files.txt texlive-20210325-source/texk/web2c/pdftexdir/char-warning-pdftex.ch texlive-20210325-source/texk/web2c/pdftexdir/epdf.c texlive-20210325-source/texk/web2c/pdftexdir/etex_version.h texlive-20210325-source/texk/web2c/pdftexdir/expanded.test texlive-20210325-source/texk/web2c/pdftexdir/image.h texlive-20210325-source/texk/web2c/pdftexdir/macnames.c texlive-20210325-source/texk/web2c/pdftexdir/mapfile.c texlive-20210325-source/texk/web2c/pdftexdir/pdfimage.test texlive-20210325-source/texk/web2c/pdftexdir/pdftex-common.h texlive-20210325-source/texk/web2c/pdftexdir/pdftex.ch texlive-20210325-source/texk/web2c/pdftexdir/pdftex.defines texlive-20210325-source/texk/web2c/pdftexdir/pdftex.h texlive-20210325-source/texk/web2c/pdftexdir/pdftex.test texlive-2021032make[3]: Leaving directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/circogen' Making all in dotgen make[3]: Entering directory '/tmp/guix-build-graphviz-2.49.0.drv-0/graphviz-2.49.0/lib/dotgen' CC acyclic.lo CC cluster.lo CC class2.lo CC class1.lo CC compound.lo CC conc.lo CC decomp.lo CC mincross.lo CC fastgr.lo CC flat.lo CC dotinit.lo CC position.lo CC rank.lo CC dotsplines.lo CC sameport.lo CC aspect.lo 5-source/texk/web2c/pdftexdir/pdftex.web texlive-20210325-source/texk/web2c/pdftexdir/pdftex_version.h texlive-20210325-source/texk/web2c/pdftexdir/pdftexextra.c texlive-20210325-source/texk/web2c/pdftexdir/pdftexextra.h texlive-20210325-source/texk/web2c/pdftexdir/pdftoepdf.cc texlive-20210325-source/texk/web2c/pdftexdir/pdftosrc.cc texlive-20210325-source/texk/web2c/pdftexdir/pdftosrc.test texlive-20210325-source/texk/web2c/pdftexdir/pkin.c texlive-20210325-source/texk/web2c/pdftexdir/ptexlib.h texlive-20210325-source/texk/web2c/pdftexdir/ptexmac.h texlive-20210325-source/texk/web2c/pdftexdir/regex/ texlive-20210325-source/texk/web2c/pdftexdir/regex/COPYING.LIB texlive-20210325-source/texk/web2c/pdftexdir/regex/README texlive-20210325-source/texk/web2c/pdftexdir/regex/regcomp.c texlive-20210325-source/texk/web2c/pdftexdir/regex/regex.c texlive-20210325-source/texk/web2c/pdftexdir/regex/regex.h texlive-20210325-source/texk/web2c/pdftexdir/regex/regex_internal.c texlive-20210325-source/texk/web2c/pdftexdir/regex/regex_internal.h texlive-20210325-source/texk/web2c/pdftexdir/regex/regexec.c texlive-20210325-source/texk/web2c/pdftexdir/subfont.c texlive-20210325-source/texk/web2c/pdftexdir/tests/ texlive-20210325-source/texk/web2c/pdftexdir/tests/cnfline.test texlive-20210325-source/texk/web2c/pdftexdir/tests/cnfline.tex texlive-20210325-source/texk/web2c/pdftexdir/tests/expanded.tex texlive-20210325-source/texk/web2c/pdftexdir/tests/expanded.txt texlive-20210325-source/texk/web2c/pdftexdir/tests/pdfimage.tex texlive-20210325-source/texk/web2c/pdftexdir/tests/postV3.afm texlive-20210325-source/texk/web2c/pdftexdir/tests/postV3.ttf texlive-20210325-source/texk/web2c/pdftexdir/tests/postV7.afm texlive-20210325-source/texk/web2c/pdftexdir/tests/postV7.ttf texlive-20210325-source/texk/web2c/pdftexdir/tests/test-13.pdf texlive-20210325-source/texk/web2c/pdftexdir/tests/test-13.xref texlive-20210325-source/texk/web2c/pdftexdir/tests/test-15.pdf texlive-20210325-source/texk/web2c/pdftexdir/tests/test-15.xref texlive-20210325-source/texk/web2c/pdftexdir/tex.ch0 texlive-20210325-source/texk/web2c/pdftexdir/tounicode.c texlive-20210325-source/texk/web2c/pdftexdir/ttf2afm.c texlive-20210325-source/texk/web2c/pdftexdir/ttf2afm.test texlive-20210325-source/texk/web2c/pdftexdir/utils.c texlive-20210325-source/texk/web2c/pdftexdir/vfpacket.c texlive-20210325-source/texk/web2c/pdftexdir/wprob.test texlive-20210325-source/texk/web2c/pdftexdir/writeenc.c texlive-20210325-source/texk/web2c/pdftexdir/writefont.c texlive-20210325-source/texk/web2c/pdftexdir/writeimg.c texlive-20210325-source/texk/web2c/pdftexdir/writejbig2.c texlive-20210325-source/texk/web2c/pdftexdir/writejpg.c texlive-20210325-source/texk/web2c/pdftexdir/writepng.c texlive-20210325-source/texk/web2c/pdftexdir/writet1.c texlive-20210325-source/texk/web2c/pdftexdir/writet3.c texlive-20210325-source/texk/web2c/pdftexdir/writettf.c texlive-20210325-source/texk/web2c/pdftexdir/writettf.h texlive-20210325-source/texk/web2c/pdftexdir/writezip.c texlive-20210325-source/texk/web2c/pktogf.ch texlive-20210325-source/texk/web2c/pktogf.test texlive-20210325-source/texk/web2c/pktogf.web texlive-20210325-source/texk/web2c/pktype.ch texlive-20210325-source/texk/web2c/pktype.test texlive-20210325-source/texk/web2c/pktype.web texlive-20210325-source/texk/web2c/pltotf.ch texlive-20210325-source/texk/web2c/pltotf.test texlive-20210325-source/texk/web2c/pltotf.web texlive-20210325-source/texk/web2c/pmpostdir/ texlive-20210325-source/texk/web2c/pmpostdir/ChangeLog texlive-20210325-source/texk/web2c/pmpostdir/Changes.old.ja texlive-20210325-source/texk/web2c/pmpostdir/README texlive-20210325-source/texk/web2c/pmpostdir/README.old.ja texlive-20210325-source/texk/web2c/pmpostdir/am/ texlive-20210325-source/texk/web2c/pmpostdir/am/pmpost.am texlive-20210325-source/texk/web2c/pmpostdir/pmp.ch texlive-20210325-source/texk/web2c/pmpostdir/pmpost.ch texlive-20210325-source/texk/web2c/pmpostdir/pmpost.test texlive-20210325-source/texk/web2c/pmpostdir/pmpsamp.test texlive-20210325-source/texk/web2c/pmpostdir/pmpxout.ch texlive-20210325-source/texk/web2c/pmpostdir/ppsout.ch texlive-20210325-source/texk/web2c/pmpostdir/psvgout.ch texlive-20210325-source/texk/web2c/pmpostdir/ptfmin.ch texlive-20210325-source/texk/web2c/pmpostdir/tests/ texlive-20210325-source/texk/web2c/pmpostdir/tests/psample.mp texlive-20210325-source/texk/web2c/pmpostdir/tests/testnewu.mp texlive-20210325-source/texk/web2c/pmpostdir/tests/testnewu.tex texlive-20210325-source/texk/web2c/pmpostdir/tests/testnewu.tfm texlive-20210325-source/texk/web2c/pmpostdir/upmpost.test texlive-20210325-source/texk/web2c/pmpostdir/upmpsamp.test texlive-20210325-source/texk/web2c/pooltype.ch texlive-20210325-source/texk/web2c/pooltype.test texlive-20210325-source/texk/web2c/pooltype.web texlive-20210325-source/texk/web2c/ptexdir/ texlive-20210325-source/texk/web2c/ptexdir/COPYRIGHT texlive-20210325-source/texk/web2c/ptexdir/COPYRIGHT.jis texlive-20210325-source/texk/web2c/ptexdir/ChangeLog texlive-20210325-source/texk/web2c/ptexdir/Changes.txt texlive-20210325-source/texk/web2c/ptexdir/INSTALL.txt texlive-20210325-source/texk/web2c/ptexdir/README.txt texlive-20210325-source/texk/web2c/ptexdir/am/ texlive-20210325-source/texk/web2c/ptexdir/am/ptex.am texlive-20210325-source/texk/web2c/ptexdir/kanji.c texlive-20210325-source/texk/web2c/ptexdir/kanji.h texlive-20210325-source/texk/web2c/ptexdir/kanji_dump.c texlive-20210325-source/texk/web2c/ptexdir/nissya.test texlive-20210325-source/texk/web2c/ptexdir/pbibtex-longline-test.pl texlive-20210325-source/texk/web2c/ptexdir/pbibtex-mem.test texlive-20210325-source/texk/web2c/ptexdir/pbibtex-openout-test.pl texlive-20210325-source/texk/web2c/ptexdir/pbibtex.ch texlive-20210325-source/texk/web2c/ptexdir/pbibtex.test texlive-20210325-source/texk/web2c/ptexdir/pdvitype.ch texlive-20210325-source/texk/web2c/ptexdir/pdvitype.test texlive-20210325-source/texk/web2c/ptexdir/ppltotf.ch texlive-20210325-source/texk/web2c/ptexdir/ppltotf.test texlive-20210325-source/texk/web2c/ptexdir/ptex-base.ch texlive-20210325-source/texk/web2c/ptexdir/ptex.defines texlive-20210325-source/texk/web2c/ptexdir/ptex_version.h texlive-20210325-source/texk/web2c/ptexdir/ptexextra.c texlive-20210325-source/texk/web2c/ptexdir/ptexextra.h texlive-20210325-source/texk/web2c/ptexdir/ptftopl.ch texlive-20210325-source/texk/web2c/ptexdir/ptftopl.test texlive-20210325-source/texk/web2c/ptexdir/ptrip/ texlive-20210325-source/texk/web2c/ptexdir/ptrip/ptrip.diffs texlive-20210325-source/texk/web2c/ptexdir/ptrip/texmf.cnf texlive-20210325-source/texk/web2c/ptexdir/ptriptest.test texlive-20210325-source/texk/web2c/ptexdir/pver.test texlive-20210325-source/texk/web2c/ptexdir/sample.test texlive-20210325-source/texk/web2c/ptexdir/skipjfmp.test texlive-20210325-source/texk/web2c/ptexdir/tests/ texlive-20210325-source/texk/web2c/ptexdir/tests/control-symbol.tex texlive-20210325-source/texk/web2c/ptexdir/tests/disp_jfm.tex texlive-20210325-source/texk/web2c/ptexdir/tests/disp_unbox.tex texlive-20210325-source/texk/web2c/ptexdir/tests/endlinechar.tex texlive-20210325-source/texk/web2c/ptexdir/tests/free_ixsp.tex texlive-20210325-source/texk/web2c/ptexdir/tests/free_pena.tex texlive-20210325-source/texk/web2c/ptexdir/tests/goth10.tfm texlive-20210325-source/texk/web2c/ptexdir/tests/inhibitglue.tex texlive-20210325-source/texk/web2c/ptexdir/tests/inhibitglue_extensions.tex texlive-20210325-source/texk/web2c/ptexdir/tests/kinsoku_table.tex texlive-20210325-source/texk/web2c/ptexdir/tests/let_char_token.tex texlive-20210325-source/texk/web2c/ptexdir/tests/min10.pl texlive-20210325-source/texk/web2c/ptexdir/tests/min10.tfm texlive-20210325-source/texk/web2c/ptexdir/tests/nissya.bst texlive-20210325-source/texk/web2c/ptexdir/tests/nissya_bib.aux texlive-20210325-source/texk/web2c/ptexdir/tests/postpena.tex texlive-20210325-source/texk/web2c/ptexdir/tests/pver1.tex texlive-20210325-source/texk/web2c/ptexdir/tests/pver2.tex texlive-20210325-source/texk/web2c/ptexdir/tests/sample.bib texlive-20210325-source/texk/web2c/ptexdir/tests/sample.dvi texlive-20210325-source/texk/web2c/ptexdir/tests/samplea.typ texlive-20210325-source/texk/web2c/ptexdir/tests/skipjfmp.pl texlive-20210325-source/texk/web2c/ptexdir/tests/skipjfmp.tex texlive-20210325-source/texk/web2c/ptexdir/tests/skipjfmp.tfm texlive-20210325-source/texk/web2c/ptexdir/tests/tmin10.pl texlive-20210325-source/texk/web2c/ptexdir/tests/tmin10.tfm texlive-20210325-source/texk/web2c/ptexdir/yokotate.test texlive-20210325-source/texk/web2c/ptexdir/zfmtcompress.test texlive-20210325-source/texk/web2c/silent-sh.in texlive-20210325-source/texk/web2c/synctexdir/ texlive-20210325-source/texk/web2c/synctexdir/ChangeLog texlive-20210325-source/texk/web2c/synctexdir/README.txt texlive-20210325-source/texk/web2c/synctexdir/ac/ texlive-20210325-source/texk/web2c/synctexdir/ac/synctex.ac texlive-20210325-source/texk/web2c/synctexdir/am/ texlive-20210325-source/texk/web2c/synctexdir/am/synctex.am texlive-20210325-source/texk/web2c/synctexdir/man1/ texlive-20210325-source/texk/web2c/synctexdir/man1/synctex.1 texlive-20210325-source/texk/web2c/synctexdir/man5/ texlive-20210325-source/texk/web2c/synctexdir/man5/synctex.5 texlive-20210325-source/texk/web2c/synctexdir/synctex-common.h texlive-20210325-source/texk/web2c/synctexdir/synctex-def.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-e-mem.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-e-mem.ch1 texlive-20210325-source/texk/web2c/synctexdir/synctex-e-rec.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-ep-mem.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-ep-mem.ch1 texlive-20210325-source/texk/web2c/synctexdir/synctex-ep-rec.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-eptex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-etex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-euptex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-luatex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-mem.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-mem.ch2 texlive-20210325-source/texk/web2c/synctexdir/synctex-p-mem.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-p-mem.ch1 texlive-20210325-source/texk/web2c/synctexdir/synctex-p-rec.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-p-rec.ch1 texlive-20210325-source/texk/web2c/synctexdir/synctex-pdf-rec.ch2 texlive-20210325-source/texk/web2c/synctexdir/synctex-pdftex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-ptex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-rec.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-rec.ch1 texlive-20210325-source/texk/web2c/synctexdir/synctex-rec.ch2 texlive-20210325-source/texk/web2c/synctexdir/synctex-tex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-uptex.h texlive-20210325-source/texk/web2c/synctexdir/synctex-xe-def.ch0 texlive-20210325-source/texk/web2c/synctexdir/synctex-xe-rec.ch3 texlive-20210325-source/texk/web2c/synctexdir/synctex-xetex.h texlive-20210325-source/texk/web2c/synctexdir/synctex.c texlive-20210325-source/texk/web2c/synctexdir/synctex.defines texlive-20210325-source/texk/web2c/synctexdir/synctex.h texlive-20210325-source/texk/web2c/synctexdir/synctex.pc.in texlive-20210325-source/texk/web2c/synctexdir/synctex.test texlive-20210325-source/texk/web2c/synctexdir/synctex_main.c texlive-20210325-source/texk/web2c/synctexdir/synctex_parser.c texlive-20210325-source/texk/web2c/synctexdir/synctex_parser.h texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_advanced.h texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_api_level.txt texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_c-auto.h texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_local.h texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_readme.md texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_readme.txt texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_utils.c texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_utils.h texlive-20210325-source/texk/web2c/synctexdir/synctex_parser_version.txt texlive-20210325-source/texk/web2c/synctexdir/synctex_version.h texlive-20210325-source/texk/web2c/synctexdir/tests/ texlive-20210325-source/texk/web2c/synctexdir/tests/LM-Volume-manuscript.tex texlive-20210325-source/texk/web2c/synctexdir/tests/bartest.synctex.gz texlive-20210325-source/texk/web2c/synctexdir/tests/footest.synctex texlive-20210325-source/texk/web2c/synctexdir/tests/story-zapfino.tex texlive-20210325-source/texk/web2c/synctexdir/tests/test file.sh texlive-20210325-source/texk/web2c/tangle-sh.in texlive-20210325-source/texk/web2c/tangle.ch texlive-20210325-source/texk/web2c/tangle.test texlive-20210325-source/texk/web2c/tangle.web texlive-20210325-source/texk/web2c/tangleboot.pin texlive-20210325-source/texk/web2c/tests/ texlive-20210325-source/texk/web2c/tests/1-4.jpg texlive-20210325-source/texk/web2c/tests/B.pdf texlive-20210325-source/texk/web2c/tests/allbib.aux texlive-20210325-source/texk/web2c/tests/allbib.tex texlive-20210325-source/texk/web2c/tests/apalike.bst texlive-20210325-source/texk/web2c/tests/auxinclude.aux texlive-20210325-source/texk/web2c/tests/auxinclude.bbl texlive-20210325-source/texk/web2c/tests/auxinclude.bib texlive-20210325-source/texk/web2c/tests/auxinclude.tex texlive-20210325-source/texk/web2c/tests/auxinclude2.aux texlive-20210325-source/texk/web2c/tests/auxinclude2.tex texlive-20210325-source/texk/web2c/tests/badpl.pl texlive-20210325-source/texk/web2c/tests/badtfm.tfm texlive-20210325-source/texk/web2c/tests/badvf.tfm texlive-20210325-source/texk/web2c/tests/badvf.vf texlive-20210325-source/texk/web2c/tests/badvpl.vpl texlive-20210325-source/texk/web2c/tests/basic.tex texlive-20210325-source/texk/web2c/tests/batch.tex texlive-20210325-source/texk/web2c/tests/bibtex-auxinclude.test texlive-20210325-source/texk/web2c/tests/bibtex-bigauth.aux texlive-20210325-source/texk/web2c/tests/bibtex-bigauth.bib texlive-20210325-source/texk/web2c/tests/bibtex-bigauth.test texlive-20210325-source/texk/web2c/tests/bibtex-bigauth.tex texlive-20210325-source/texk/web2c/tests/bibtex-longline-test.pl texlive-20210325-source/texk/web2c/tests/bibtex-mem.test texlive-20210325-source/texk/web2c/tests/bibtex-openout-test.pl texlive-20210325-source/texk/web2c/tests/check.log texlive-20210325-source/texk/web2c/tests/cmr10.600gf texlive-20210325-source/texk/web2c/tests/cmr10.pk texlive-20210325-source/texk/web2c/tests/cmr10.pl texlive-20210325-source/texk/web2c/tests/cmr10.tfm texlive-20210325-source/texk/web2c/tests/cmr7.tfm texlive-20210325-source/texk/web2c/tests/cmr8.tfm texlive-20210325-source/texk/web2c/tests/cmti10.tfm texlive-20210325-source/texk/web2c/tests/cmtt10.tfm texlive-20210325-source/texk/web2c/tests/cmtt8.tfm texlive-20210325-source/texk/web2c/tests/dict texlive-20210325-source/texk/web2c/tests/eight.tex texlive-20210325-source/texk/web2c/tests/end.tex texlive-20210325-source/texk/web2c/tests/exampl.aux texlive-20210325-source/texk/web2c/tests/exampl.tex texlive-20210325-source/texk/web2c/tests/expanded-overflow.tex texlive-20210325-source/texk/web2c/tests/gray.tfm texlive-20210325-source/texk/web2c/tests/hello.tex texlive-20210325-source/texk/web2c/tests/io.mf texlive-20210325-source/texk/web2c/tests/just.texi texlive-20210325-source/texk/web2c/tests/label.mp texlive-20210325-source/texk/web2c/tests/label.mpx texlive-20210325-source/texk/web2c/tests/lily-ledger-broken.png texlive-20210325-source/texk/web2c/tests/logo8.tfm texlive-20210325-source/texk/web2c/tests/longline.aux texlive-20210325-source/texk/web2c/tests/longline.bib texlive-20210325-source/texk/web2c/tests/longline.tex texlive-20210325-source/texk/web2c/tests/longtfm.tex texlive-20210325-source/texk/web2c/tests/magic.tex texlive-20210325-source/texk/web2c/tests/memdata1.bst texlive-20210325-source/texk/web2c/tests/memdata2.bst texlive-20210325-source/texk/web2c/tests/memdata3.bst texlive-20210325-source/texk/web2c/tests/memtest.tex texlive-20210325-source/texk/web2c/tests/mltextst.tex texlive-20210325-source/texk/web2c/tests/mptest.mp texlive-20210325-source/texk/web2c/tests/mptest.mpx texlive-20210325-source/texk/web2c/tests/one.two.mf texlive-20210325-source/texk/web2c/tests/one.two.mp texlive-20210325-source/texk/web2c/tests/one.two.tex texlive-20210325-source/texk/web2c/tests/online.mf texlive-20210325-source/texk/web2c/tests/openout.mp texlive-20210325-source/texk/web2c/tests/openout.tex texlive-20210325-source/texk/web2c/tests/pagenum.dvi texlive-20210325-source/texk/web2c/tests/pagenum.tex texlive-20210325-source/texk/web2c/tests/patgen.in texlive-20210325-source/texk/web2c/tests/patterns texlive-20210325-source/texk/web2c/tests/plain.mft texlive-20210325-source/texk/web2c/tests/pplr.dvi texlive-20210325-source/texk/web2c/tests/pplr.tfm texlive-20210325-source/texk/web2c/tests/ptexversion.tex texlive-20210325-source/texk/web2c/tests/ptmr.dvi texlive-20210325-source/texk/web2c/tests/ptmr.tfm texlive-20210325-source/texk/web2c/tests/ptmr.vf texlive-20210325-source/texk/web2c/tests/ptmr.vpl texlive-20210325-source/texk/web2c/tests/rpsyr.tfm texlive-20210325-source/texk/web2c/tests/rptmr.tfm texlive-20210325-source/texk/web2c/tests/story.dvi texlive-20210325-source/texk/web2c/tests/testex.err texlive-20210325-source/texk/web2c/tests/testex.mp texlive-20210325-source/texk/web2c/tests/testex.tex texlive-20210325-source/texk/web2c/tests/tex-closeout.test texlive-20210325-source/texk/web2c/tests/tracinglostchars.tex texlive-20210325-source/texk/web2c/tests/tracingstacklevel2.tex texlive-20210325-source/texk/web2c/tests/tracingstacklevels.tex texlive-20210325-source/texk/web2c/tests/translate texlive-20210325-source/texk/web2c/tests/uno.dos texlive-20210325-source/texk/web2c/tests/wprob.tex texlive-20210325-source/texk/web2c/tests/write18-quote-test.pl texlive-20210325-source/texk/web2c/tests/write18-quote.tex texlive-20210325-source/texk/web2c/tests/xampl.bib texlive-20210325-source/texk/web2c/tex-binpool.ch texlive-20210325-source/texk/web2c/tex.ch texlive-20210325-source/texk/web2c/tex.web texlive-20210325-source/texk/web2c/texextra.c texlive-20210325-source/texk/web2c/texmfmem.h texlive-20210325-source/texk/web2c/texmfmp-help.h texlive-20210325-source/texk/web2c/texmfmp.h texlive-20210325-source/texk/web2c/tftopl.ch texlive-20210325-source/texk/web2c/tftopl.test texlive-20210325-source/texk/web2c/tftopl.web texlive-20210325-source/texk/web2c/tiedir/ texlive-20210325-source/texk/web2c/tiedir/ChangeLog texlive-20210325-source/texk/web2c/tiedir/MANIFEST texlive-20210325-source/texk/web2c/tiedir/Makefile.cweb texlive-20210325-source/texk/web2c/tiedir/README texlive-20210325-source/texk/web2c/tiedir/tie-w2c.ch texlive-20210325-source/texk/web2c/tiedir/tie.1 texlive-20210325-source/texk/web2c/tiedir/tie.1.dvi texlive-20210325-source/texk/web2c/tiedir/tie.1.nroffed texlive-20210325-source/texk/web2c/tiedir/tie.c texlive-20210325-source/texk/web2c/tiedir/tie.cf1 texlive-20210325-source/texk/web2c/tiedir/tie.cf2 texlive-20210325-source/texk/web2c/tiedir/tie.cf3 texlive-20210325-source/texk/web2c/tiedir/tie.chf.gen texlive-20210325-source/texk/web2c/tiedir/tie.master.gen texlive-20210325-source/texk/web2c/tiedir/tie.test texlive-20210325-source/texk/web2c/tiedir/tie.tie texlive-20210325-source/texk/web2c/tiedir/tie.w texlive-20210325-source/texk/web2c/tiedir/tiedoc.tex texlive-20210325-source/texk/web2c/tracingstacklevels.ch texlive-20210325-source/texk/web2c/triptest.test texlive-20210325-source/texk/web2c/triptrap/ texlive-20210325-source/texk/web2c/triptrap/README texlive-20210325-source/texk/web2c/triptrap/mftrap.diffs texlive-20210325-source/texk/web2c/triptrap/mftrap.fot texlive-20210325-source/texk/web2c/triptrap/mftrap.log texlive-20210325-source/texk/web2c/triptrap/mftrap.pl texlive-20210325-source/texk/web2c/triptrap/mftrap1.in texlive-20210325-source/texk/web2c/triptrap/mftrap2.in texlive-20210325-source/texk/web2c/triptrap/mftrapin.log texlive-20210325-source/texk/web2c/triptrap/mptrap.diffs texlive-20210325-source/texk/web2c/triptrap/mptrap.fot texlive-20210325-source/texk/web2c/triptrap/mptrap.log texlive-20210325-source/texk/web2c/triptrap/mptrap.pl texlive-20210325-source/texk/web2c/triptrap/mptrap.readme texlive-20210325-source/texk/web2c/triptrap/mptrap1.in texlive-20210325-source/texk/web2c/triptrap/mptrap2.in texlive-20210325-source/texk/web2c/triptrap/mptrapin.log texlive-20210325-source/texk/web2c/triptrap/mtrap.0 texlive-20210325-source/texk/web2c/triptrap/mtrap.1 texlive-20210325-source/texk/web2c/triptrap/mtrap.log texlive-20210325-source/texk/web2c/triptrap/mtrap.mp texlive-20210325-source/texk/web2c/triptrap/texmf.cnf texlive-20210325-source/texk/web2c/triptrap/trap.148 texlive-20210325-source/texk/web2c/triptrap/trap.149 texlive-20210325-source/texk/web2c/triptrap/trap.150 texlive-20210325-source/texk/web2c/triptrap/trap.151 texlive-20210325-source/texk/web2c/triptrap/trap.197 texlive-20210325-source/texk/web2c/triptrap/trap.200 texlive-20210325-source/texk/web2c/triptrap/trap.5 texlive-20210325-source/texk/web2c/triptrap/trap.6 texlive-20210325-source/texk/web2c/triptrap/trap.mf texlive-20210325-source/texk/web2c/triptrap/trap.mp texlive-20210325-source/texk/web2c/triptrap/trap.mpx texlive-20210325-source/texk/web2c/triptrap/trap.typ texlive-20210325-source/texk/web2c/triptrap/trapf.pl texlive-20210325-source/texk/web2c/triptrap/trapman.tex texlive-20210325-source/texk/web2c/triptrap/trip.diffs texlive-20210325-source/texk/web2c/triptrap/trip.fot texlive-20210325-source/texk/web2c/triptrap/trip.log texlive-20210325-source/texk/web2c/triptrap/trip.pl texlive-20210325-source/texk/web2c/triptrap/trip.tex texlive-20210325-source/texk/web2c/triptrap/trip.typ texlive-20210325-source/texk/web2c/triptrap/trip1.in texlive-20210325-source/texk/web2c/triptrap/trip2.in texlive-20210325-source/texk/web2c/triptrap/tripin.log texlive-20210325-source/texk/web2c/triptrap/tripman.tex texlive-20210325-source/texk/web2c/triptrap/tripos.tex texlive-20210325-source/texk/web2c/triptrap/writeo texlive-20210325-source/texk/web2c/triptrap/writeo.2 texlive-20210325-source/texk/web2c/triptrap-sh texlive-20210325-source/texk/web2c/uptexdir/ texlive-20210325-source/texk/web2c/uptexdir/COPYRIGHT texlive-20210325-source/texk/web2c/uptexdir/COPYRIGHT.ja texlive-20210325-source/texk/web2c/uptexdir/ChangeLog texlive-20210325-source/texk/web2c/uptexdir/am/ texlive-20210325-source/texk/web2c/uptexdir/am/uptex.am texlive-20210325-source/texk/web2c/uptexdir/gkhuge.test texlive-20210325-source/texk/web2c/uptexdir/kanji.c texlive-20210325-source/texk/web2c/uptexdir/kanji.h texlive-20210325-source/texk/web2c/uptexdir/kanji_dump.c texlive-20210325-source/texk/web2c/uptexdir/newjfm.test texlive-20210325-source/texk/web2c/uptexdir/tests/ texlive-20210325-source/texk/web2c/uptexdir/tests/gkhuge.tex texlive-20210325-source/texk/web2c/uptexdir/tests/gkhugeng.err texlive-20210325-source/texk/web2c/uptexdir/tests/gkhugeng.tfm texlive-20210325-source/texk/web2c/uptexdir/tests/gkhugeok.tfm texlive-20210325-source/texk/web2c/uptexdir/tests/test_if.tex texlive-20210325-source/texk/web2c/uptexdir/tests/testnewu.pl texlive-20210325-source/texk/web2c/uptexdir/tests/testnewu.tfm texlive-20210325-source/texk/web2c/uptexdir/tests/umin10.pl texlive-20210325-source/texk/web2c/uptexdir/tests/umin10.tfm texlive-20210325-source/texk/web2c/uptexdir/tests/unibib.aux texlive-20210325-source/texk/web2c/uptexdir/tests/unibib.bbl texlive-20210325-source/texk/web2c/uptexdir/tests/unibib.bib texlive-20210325-source/texk/web2c/uptexdir/tests/unibib.tex texlive-20210325-source/texk/web2c/uptexdir/tests/uparse.pl texlive-20210325-source/texk/web2c/uptexdir/tests/uparse.tfm texlive-20210325-source/texk/web2c/uptexdir/tests/utmin10.pl texlive-20210325-source/texk/web2c/uptexdir/tests/utmin10.tfm texlive-20210325-source/texk/web2c/uptexdir/uparse.test texlive-20210325-source/texk/web2c/uptexdir/upbibtex.ch texlive-20210325-source/texk/web2c/uptexdir/upbibtex.test texlive-20210325-source/texk/web2c/uptexdir/updvitype.ch texlive-20210325-source/texk/web2c/uptexdir/updvitype.test texlive-20210325-source/texk/web2c/uptexdir/uppltotf.ch texlive-20210325-source/texk/web2c/uptexdir/uppltotf.test texlive-20210325-source/texk/web2c/uptexdir/uptex-m.ch texlive-20210325-source/texk/web2c/uptexdir/uptex.defines texlive-20210325-source/texk/web2c/uptexdir/uptex_version.h texlive-20210325-source/texk/web2c/uptexdir/uptexextra.c texlive-20210325-source/texk/web2c/uptexdir/uptexextra.h texlive-20210325-source/texk/web2c/uptexdir/uptftopl.ch texlive-20210325-source/texk/web2c/uptexdir/uptftopl.test texlive-20210325-source/texk/web2c/uptexdir/uptrip/ texlive-20210325-source/texk/web2c/uptexdir/uptrip/texmf.cnf texlive-20210325-source/texk/web2c/uptexdir/uptrip/uptrip.diffs texlive-20210325-source/texk/web2c/uptexdir/uptriptest.test texlive-20210325-source/texk/web2c/uptexdir/upver.test texlive-20210325-source/texk/web2c/uptexdir/yokotate.test texlive-20210325-source/texk/web2c/vftovp.ch texlive-20210325-source/texk/web2c/vftovp.test texlive-20210325-source/texk/web2c/vftovp.web texlive-20210325-source/texk/web2c/vptovf.ch texlive-20210325-source/texk/web2c/vptovf.test texlive-20210325-source/texk/web2c/vptovf.web texlive-20210325-source/texk/web2c/w2c/ texlive-20210325-source/texk/web2c/w2c/config.h texlive-20210325-source/texk/web2c/weave.ch texlive-20210325-source/texk/web2c/weave.test texlive-20210325-source/texk/web2c/weave.web texlive-20210325-source/texk/web2c/web2c/ texlive-20210325-source/texk/web2c/web2c/ChangeLog texlive-20210325-source/texk/web2c/web2c/Makefile.am texlive-20210325-source/texk/web2c/web2c/Makefile.in texlive-20210325-source/texk/web2c/web2c/README texlive-20210325-source/texk/web2c/web2c/aclocal.m4 texlive-20210325-source/texk/web2c/web2c/c-auto.in texlive-20210325-source/texk/web2c/web2c/coerce.h texlive-20210325-source/texk/web2c/web2c/common.defines texlive-20210325-source/texk/web2c/web2c/configure texlive-20210325-source/texk/web2c/web2c/configure.ac texlive-20210325-source/texk/web2c/web2c/convert texlive-20210325-source/texk/web2c/web2c/cvtbib.sed texlive-20210325-source/texk/web2c/web2c/cvtmf1.sed texlive-20210325-source/texk/web2c/web2c/cvtmf2.sed texlive-20210325-source/texk/web2c/web2c/fixwrites.c In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from aspect.c:11: aspect.c: In function ?computeNodeGroups?: texlive-20210325-source/texk/web2c/web2c/kps.c aspect.c:55:25: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 55 | nodeGroups = N_GNEW(agnnodes(g), nodeGroup_t); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ texlive-20210325-source/texk/web2c/web2c/main.c texlive-20210325-source/texk/web2c/web2c/makecpool.c texlive-20210325-source/texk/web2c/web2c/mfmp.defines ../../lib/common/types.h:490:50: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 490 | #define ND_UF_size(n) (((Agnodeinfo_t*)AGDATA(n))->UF_size) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ aspect.c:91:13: note: in expansion of macro ?ND_UF_size? 91 | N_NEW(ND_UF_size(l), node_t *); | ^~~~~~~~~~ texlive-20210325-source/texk/web2c/web2c/splitup.c texlive-20210325-source/texk/web2c/web2c/texmf.defines texlive-20210325-source/texk/web2c/web2c/web2c-lexer.c aspect.c: In function ?computeLayerWidths?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ aspect.c:195:22: note: in expansion of macro ?N_NEW? 195 | layerWidthInfo = N_NEW(nNodeGroups, layerWidthInfo_t); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ aspect.c:199:6: note: in expansion of macro ?N_NEW? 199 | N_NEW(nNodeGroups, nodeGroup_t *); | ^~~~~ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ aspect.c:201:30: note: in expansion of macro ?N_NEW? 201 | layerWidthInfo[i].removed = N_NEW(nNodeGroups, int); | ^~~~~ aspect.c: In function ?sortLayers?: aspect.c:267:29: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 267 | qsort(sortedLayerIndex, agnnodes(g), sizeof(int), compFunction); | ^~~~~~~~~~~ aspect.c: In function ?compFunction2?: In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?fixLabelOrder?: mincross.c:259:17: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 259 | arr = N_NEW(agnnodes(g), Agnode_t*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ mincross.c:260:21: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 260 | indices = N_NEW(agnnodes(g), int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ mincross.c:268:21: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 268 | qsort(indices, cnt, sizeof(int), (qsort_cmpf)ordercmpf); | ^~~ aspect.c:296:26: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 296 | nodeGroup_t **ind1 = (nodeGroup_t **) a, **ind2 = (nodeGroup_t **) b; | ^ texlive-20210325-source/texk/web2c/web2c/web2c-lexer.l aspect.c:296:55: warning: cast discards ?const? qualifier from pointer target type [-Wcast-qual] 296 | nodeGroup_t **ind1 = (nodeGroup_t **) a, **ind2 = (nodeGroup_t **) b; | ^ aspect.c: In function ?reduceMaxWidth2?: aspect.c:349:33: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 349 | layerWidthInfo[maxLayerIndex].nNodeGroupsInLayer, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ texlive-20210325-source/texk/web2c/web2c/web2c-parser.c In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from aspect.c:11: aspect.c: In function ?applyPacking2?: aspect.c:430:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 430 | sortedLayerIndex = N_NEW(agnnodes(g), int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?new_matrix?: mincross.c:391:24: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 391 | rv->data = N_NEW(i * j, char); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ aspect.c: In function ?zapLayers?: aspect.c:496:33: warning: unused parameter ?g? [-Wunused-parameter] 496 | static void zapLayers(graph_t * g) | ~~~~~~~~~~^ mincross.c: In function ?do_ordering_node?: mincross.c:448:21: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 448 | qsort(sortlist, ne, sizeof(sortlist[0]), (qsort_cmpf) edgeidcmpf); | ^~ texlive-20210325-source/texk/web2c/web2c/web2c-parser.h texlive-20210325-source/texk/web2c/web2c/web2c-parser.y texlive-20210325-source/texk/web2c/web2c/web2c.h texlive-20210325-source/texk/web2c/web2c-sh.in texlive-20210325-source/texk/web2c/window/ texlive-20210325-source/texk/web2c/window/ChangeLog texlive-20210325-source/texk/web2c/window/Makefile.am texlive-20210325-source/texk/web2c/window/Makefile.in texlive-20210325-source/texk/web2c/window/README texlive-20210325-source/texk/web2c/window/amiga.c texlive-20210325-source/texk/web2c/window/epsf.c mincross.c: In function ?restore_best?: texlive-20210325-source/texk/web2c/window/hp2627.c mincross.c:28:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 28 | #define saveorder(v) (ND_coord(v)).x | ^ mincross.c:883:20: note: in expansion of macro ?saveorder? 883 | ND_order(n) = saveorder(n); | ^~~~~~~~~ mincross.c:888:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 888 | qsort(GD_rank(g)[r].v, GD_rank(g)[r].n, sizeof(GD_rank(g)[0].v[0]), texlive-20210325-source/texk/web2c/window/mfdisplay.h texlive-20210325-source/texk/web2c/window/mftalk.c texlive-20210325-source/texk/web2c/window/mftalk.h texlive-20210325-source/texk/web2c/window/next.c texlive-20210325-source/texk/web2c/window/regis.c texlive-20210325-source/texk/web2c/window/suntools.c texlive-20210325-source/texk/web2c/window/tek.c texlive-20210325-source/texk/web2c/window/trap.c texlive-20210325-source/texk/web2c/window/uniterm.c texlive-20210325-source/texk/web2c/window/win32.c texlive-20210325-source/texk/web2c/window/x11-Xlib.c texlive-20210325-source/texk/web2c/window/x11-Xt.c mincross.c: In function ?realFillRanks?: texlive-20210325-source/texk/web2c/xetexdir/ texlive-20210325-source/texk/web2c/xetexdir/COPYING mincross.c:1120:33: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1120 | memset (rnks, 0, sizeof(int)*rnks_sz); | ^ texlive-20210325-source/texk/web2c/xetexdir/ChangeLog In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?fillRanks?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ mincross.c:1151:17: note: in expansion of macro ?N_NEW? 1151 | int* rnks = N_NEW(rnks_sz, int); | ^~~~~ mincross.c: In function ?init_mincross?: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ mincross.c:1167:15: note: in expansion of macro ?N_NEW? 1167 | TE_list = N_NEW(size, edge_t *); | ^~~~~ texlive-20210325-source/texk/web2c/xetexdir/NEWS ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ mincross.c:1168:15: note: in expansion of macro ?N_NEW? 1168 | TI_list = N_NEW(size, int); | ^~~~~ cluster.c: In function ?map_path?: cluster.c:101:24: warning: conversion from ?int? to ?char? may change value [-Wconversion] 101 | ED_edge_type(e) = type; | ^~~~ texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontInst.cpp cluster.c:111:22: warning: conversion from ?int? to ?char? may change value [-Wconversion] 111 | ED_edge_type(ve) = type; | ^~~~ cluster.c:119:22: warning: conversion from ?int? to ?char? may change value [-Wconversion] 119 | ED_edge_type(ve) = type; | ^~~~ mincross.c: In function ?flat_rev?: cluster.c:134:21: warning: conversion from ?int? to ?char? may change value [-Wconversion] 134 | ED_edge_type(e) = type; | ^~~~ texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontInst.h ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ mincross.c:1195:2: note: in expansion of macro ?elist_append? 1195 | elist_append(e, ND_other(agtail(e))); | ^~~~~~~~~~~~ cluster.c: In function ?make_interclust_chain?: texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontInst_Mac.cpp cluster.c:142:33: warning: unused parameter ?g? [-Wunused-parameter] 142 | make_interclust_chain(graph_t * g, node_t * from, node_t * to, edge_t * orig) | ~~~~~~~~~~^ texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr.cpp ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ mincross.c:1195:2: note: in expansion of macro ?elist_append? 1195 | elist_append(e, ND_other(agtail(e))); | ^~~~~~~~~~~~ texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr.h texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h texlive-20210325-source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.mm texlive-20210325-source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from cluster.c:12: cluster.c: In function ?build_skeleton?: texlive-20210325-source/texk/web2c/xetexdir/XeTeXLayoutInterface.h cluster.c:347:50: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 347 | GD_rankleader(subg) = N_NEW(GD_maxrank(subg) + 2, node_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ texlive-20210325-source/texk/web2c/xetexdir/XeTeXOTMath.cpp cluster.c: In function ?install_cluster?: texlive-20210325-source/texk/web2c/xetexdir/XeTeXOTMath.h mincross.c: In function ?allocate_ranks?: cluster.c:388:24: warning: conversion from ?int? to ?char? may change value [-Wconversion] 388 | GD_installed(clust) = pass + 1; | ^~~~ texlive-20210325-source/texk/web2c/xetexdir/XeTeX_ext.c mincross.c:1281:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1281 | cn = N_NEW(GD_maxrank(g) + 2, int); /* must be 0 based, not GD_minrank */ ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ mincross.c:1296:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1296 | GD_rank(g) = N_NEW(GD_maxrank(g) + 2, rank_t); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ mincross.c:1299:51: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1299 | GD_rank(g)[r].av = GD_rank(g)[r].v = N_NEW(cn[r] + 1, node_t *); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ mincross.c: In function ?build_ranks?: mincross.c:1401:10: warning: declaration of ?n? shadows a previous local [-Wshadow] 1401 | int n, ndiv2; | ^ texlive-20210325-source/texk/web2c/xetexdir/XeTeX_ext.h mincross.c:1356:13: note: shadowed declaration is here 1356 | node_t *n, *n0; | ^ texlive-20210325-source/texk/web2c/xetexdir/XeTeX_mac.c texlive-20210325-source/texk/web2c/xetexdir/XeTeX_pic.c mincross.c: In function ?constraining_flat_edge?: texlive-20210325-source/texk/web2c/xetexdir/XeTeX_web.h texlive-20210325-source/texk/web2c/xetexdir/XeTeXswap.h texlive-20210325-source/texk/web2c/xetexdir/am/ mincross.c:1439:58: warning: unused parameter ?v? [-Wunused-parameter] 1439 | static int constraining_flat_edge(Agraph_t *g, Agnode_t *v, Agedge_t *e) | ~~~~~~~~~~^ texlive-20210325-source/texk/web2c/xetexdir/am/xetex.am texlive-20210325-source/texk/web2c/xetexdir/char-warning-xetex.ch texlive-20210325-source/texk/web2c/xetexdir/etex_version.h texlive-20210325-source/texk/web2c/xetexdir/hz.cpp texlive-20210325-source/texk/web2c/xetexdir/image/ texlive-20210325-source/texk/web2c/xetexdir/image/README texlive-20210325-source/texk/web2c/xetexdir/image/bmpimage.c texlive-20210325-source/texk/web2c/xetexdir/image/bmpimage.h In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?flat_reorder?: texlive-20210325-source/texk/web2c/xetexdir/image/jpegimage.c ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ mincross.c:1483:13: note: in expansion of macro ?ALLOC? 1483 | temprank = ALLOC(i + 1, temprank, node_t *); | ^~~~~ texlive-20210325-source/texk/web2c/xetexdir/image/jpegimage.h ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ mincross.c:1483:13: note: in expansion of macro ?ALLOC? 1483 | temprank = ALLOC(i + 1, temprank, node_t *); | ^~~~~ texlive-20210325-source/texk/web2c/xetexdir/image/mfileio.c texlive-20210325-source/texk/web2c/xetexdir/image/mfileio.h texlive-20210325-source/texk/web2c/xetexdir/image/numbers.c texlive-20210325-source/texk/web2c/xetexdir/image/numbers.h texlive-20210325-source/texk/web2c/xetexdir/image/pngimage.c texlive-20210325-source/texk/web2c/xetexdir/image/pngimage.h texlive-20210325-source/texk/web2c/xetexdir/pdfimage.cpp texlive-20210325-source/texk/web2c/xetexdir/pdfimage.h texlive-20210325-source/texk/web2c/xetexdir/tests/ texlive-20210325-source/texk/web2c/xetexdir/tests/bug73.log texlive-20210325-source/texk/web2c/xetexdir/tests/bug73.tex texlive-20210325-source/texk/web2c/xetexdir/tests/filedump.log texlive-20210325-source/texk/web2c/xetexdir/tests/filedump.tex texlive-20210325-source/texk/web2c/xetexdir/tex.ch0 texlive-20210325-source/texk/web2c/xetexdir/trans.c texlive-20210325-source/texk/web2c/xetexdir/trans.h texlive-20210325-source/texk/web2c/xetexdir/unicode-char-prep.pl texlive-20210325-source/texk/web2c/xetexdir/xetex-bug73.test texlive-20210325-source/texk/web2c/xetexdir/xetex-filedump.test texlive-20210325-source/texk/web2c/xetexdir/xetex.ch In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?reorder?: ../../lib/common/types.h:512:20: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 512 | #define ND_mval(n) (((Agnodeinfo_t*)AGDATA(n))->mval) | ^ mincross.c:1584:12: note: in expansion of macro ?ND_mval? 1584 | int p1 = ND_mval(*lp); | ^~~~~~~ ../../lib/common/types.h:512:20: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 512 | #define ND_mval(n) (((Agnodeinfo_t*)AGDATA(n))->mval) | ^ mincross.c:1585:12: note: in expansion of macro ?ND_mval? 1585 | int p2 = ND_mval(*rp); | ^~~~~~~ texlive-20210325-source/texk/web2c/xetexdir/xetex.defines texlive-20210325-source/texk/web2c/xetexdir/xetex.h texlive-20210325-source/texk/web2c/xetexdir/xetex.test texlive-20210325-source/texk/web2c/xetexdir/xetex.web In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?rcross?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ mincross.c:1673:10: note: in expansion of macro ?ALLOC? 1673 | Count = ALLOC(C, Count, int); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ mincross.c:1673:10: note: in expansion of macro ?ALLOC? 1673 | Count = ALLOC(C, Count, int); | ^~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from fastgr.c:12: fastgr.c: In function ?safe_list_append?: mincross.c: In function ?medians?: mincross.c:1804:18: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1804 | qsort(list, j, sizeof(int), (qsort_cmpf) ordercmpf); | ^ mincross.c:1825:18: warning: conversion from ?int? to ?boolean? {aka ?unsigned char?} may change value [-Wconversion] 1825 | hasfixed |= flat_mval(n); | ^~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:68:5: note: in expansion of macro ?elist_append? 68 | elist_append(e, (*L)); | ^~~~~~~~~~~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from mincross.c:21: mincross.c: In function ?mincross_options?: ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:68:5: note: in expansion of macro ?elist_append? 68 | elist_append(e, (*L)); | ^~~~~~~~~~~~ fastgr.c: In function ?fast_edge?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:91:5: note: in expansion of macro ?elist_append? 91 | elist_append(e, ND_out(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ mincross.c:1936:12: note: in expansion of macro ?MAX? 1936 | MinQuit = MAX(1, MinQuit * f); | ^~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:91:5: note: in expansion of macro ?elist_append? 91 | elist_append(e, ND_out(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ mincross.c:1937:12: note: in expansion of macro ?MAX? 1937 | MaxIter = MAX(1, MaxIter * f); | ^~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:92:5: note: in expansion of macro ?elist_append? 92 | elist_append(e, ND_in(aghead(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:92:5: note: in expansion of macro ?elist_append? 92 | elist_append(e, ND_in(aghead(e))); | ^~~~~~~~~~~~ fastgr.c: In function ?other_edge?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:136:5: note: in expansion of macro ?elist_append? 136 | elist_append(e, ND_other(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:136:5: note: in expansion of macro ?elist_append? 136 | elist_append(e, ND_other(agtail(e))); | ^~~~~~~~~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from fastgr.c:12: fastgr.c: In function ?new_virtual_edge?: ../../lib/common/types.h:603:22: warning: conversion from ?int? to ?short int? may change value [-Wconversion] 603 | #define ED_weight(e) (((Agedgeinfo_t*)AGDATA(e))->weight) | ^ fastgr.c:192:48: note: in expansion of macro ?ED_weight? 192 | ED_minlen(e) = ED_count(e) = ED_xpenalty(e) = ED_weight(e) = 1; | ^~~~~~~~~ ../../lib/common/types.h:580:21: warning: conversion to ?short unsigned int? from ?short int? may change the sign of the result [-Wsign-conversion] 580 | #define ED_count(e) (((Agedgeinfo_t*)AGDATA(e))->count) | ^ fastgr.c:192:17: note: in expansion of macro ?ED_count? 192 | ED_minlen(e) = ED_count(e) = ED_xpenalty(e) = ED_weight(e) = 1; | ^~~~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from fastgr.c:12: fastgr.c: In function ?flat_edge?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:264:5: note: in expansion of macro ?elist_append? 264 | elist_append(e, ND_flat_out(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:264:5: note: in expansion of macro ?elist_append? 264 | elist_append(e, ND_flat_out(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:265:5: note: in expansion of macro ?elist_append? 265 | elist_append(e, ND_flat_in(aghead(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ fastgr.c:265:5: note: in expansion of macro ?elist_append? 265 | elist_append(e, ND_flat_in(aghead(e))); | ^~~~~~~~~~~~ position.c:34:5: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 34 | #if DEBUG > 1 | ^~~~~ position.c: In function ?nsiter2?: position.c:147:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 147 | maxiter = atof(s) * agnnodes(g); | ^~~~ compound.c: In function ?getCluster?: compound.c:93:38: warning: unused parameter ?g? [-Wunused-parameter] 93 | static graph_t *getCluster(graph_t * g, char *cluster_name, Dt_t* map) | ~~~~~~~~~~^ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?make_aux_edge?: ../../lib/common/arith.h:76:25: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 76 | #define ROUND(f) ((f>=0)?(int)(f + .5):(int)(f - .5)) | ^ position.c:184:20: note: in expansion of macro ?ROUND? 184 | ED_minlen(e) = ROUND(len); | ^~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?allocate_aux_edges?: ../../lib/common/types.h:270:64: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 270 | #define alloc_elist(n,L) do {L.size = 0; L.list = N_NEW(n + 1,edge_t*); } while (0) ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ position.c:202:2: note: in expansion of macro ?alloc_elist? 202 | alloc_elist(n_in + 3, ND_in(n)); | ^~~~~~~~~~~ position.c: In function ?make_LR_constraints?: position.c:259:24: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 259 | last = (ND_rank(v) = last + width); | ^~~~ compound.c: In function ?findVertical?: compound.c:176:14: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 176 | if (tmin == tmax) | ^~ position.c:272:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 272 | m1 = m0 + ND_rw(aghead(e0)) + ND_lw(agtail(e0)); | ^~ compound.c: In function ?findHorizontal?: compound.c:218:14: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 218 | if (tmin == tmax) | ^~ position.c:278:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 278 | m1 = m0 + ND_rw(agtail(e1)) + ND_lw(aghead(e1)); | ^~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: ../../lib/common/types.h:592:22: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 592 | #define ED_minlen(e) (((Agedgeinfo_t*)AGDATA(e))->minlen) | ^ position.c:296:8: note: in expansion of macro ?ED_minlen? 296 | m0 = ED_minlen(e) * GD_nodesep(g) + width; | ^~~~~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from decomp.c:20: decomp.c: In function ?end_component?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ decomp.c:53:23: note: in expansion of macro ?ALLOC? 53 | GD_comp(g).list = ALLOC(GD_comp(g).size, GD_comp(g).list, node_t *); | ^~~~~ texlive-20210325-source/texk/web2c/xetexdir/xetex_version.h texlive-20210325-source/texk/web2c/xetexdir/xetexextra.c texlive-20210325-source/texk/web2c/xetexdir/xetexextra.h texlive-20210325-source/texk/web2c/xetexdir/xewebmac.tex texlive-20210325-source/texk/web2c/zlib-fmt.ch texlive-20210325-source/texk/xdvik/ texlive-20210325-source/texk/xdvik/BUGS texlive-20210325-source/texk/xdvik/CHANGES texlive-20210325-source/texk/xdvik/ChangeLog texlive-20210325-source/texk/xdvik/FAQ texlive-20210325-source/texk/xdvik/LESSTIF-BUGS texlive-20210325-source/texk/xdvik/Makefile.am texlive-20210325-source/texk/xdvik/Makefile.in texlive-20210325-source/texk/xdvik/README.t1fonts texlive-20210325-source/texk/xdvik/README.t1mapper texlive-20210325-source/texk/xdvik/ac/ texlive-20210325-source/texk/xdvik/ac/withenable.ac texlive-20210325-source/texk/xdvik/ac/xdvik.ac texlive-20210325-source/texk/xdvik/aclocal.m4 texlive-20210325-source/texk/xdvik/alloc-debug.h texlive-20210325-source/texk/xdvik/browser.c texlive-20210325-source/texk/xdvik/browser.h texlive-20210325-source/texk/xdvik/c-auto.in texlive-20210325-source/texk/xdvik/c-openmx.h texlive-20210325-source/texk/xdvik/common.am texlive-20210325-source/texk/xdvik/configure texlive-20210325-source/texk/xdvik/configure.ac texlive-20210325-source/texk/xdvik/dl_list.c texlive-20210325-source/texk/xdvik/dl_list.h texlive-20210325-source/texk/xdvik/dvi-draw.c texlive-20210325-source/texk/xdvik/dvi-draw.h texlive-20210325-source/texk/xdvik/dvi-init.c texlive-20210325-source/texk/xdvik/dvi-init.h texlive-20210325-source/texk/xdvik/dvi.h texlive-20210325-source/texk/xdvik/dvisel.c texlive-20210325-source/texk/xdvik/dvisel.h texlive-20210325-source/texk/xdvik/encodings.c texlive-20210325-source/texk/xdvik/encodings.h texlive-20210325-source/texk/xdvik/events.c texlive-20210325-source/texk/xdvik/events.h texlive-20210325-source/texk/xdvik/exit-handlers.c texlive-20210325-source/texk/xdvik/exit-handlers.h texlive-20210325-source/texk/xdvik/filehist.c texlive-20210325-source/texk/xdvik/filehist.h texlive-20210325-source/texk/xdvik/font-open.c texlive-20210325-source/texk/xdvik/font-open.h texlive-20210325-source/texk/xdvik/ft.c texlive-20210325-source/texk/xdvik/gf.c texlive-20210325-source/texk/xdvik/gui/ texlive-20210325-source/texk/xdvik/gui/Panner.c texlive-20210325-source/texk/xdvik/gui/Panner.h texlive-20210325-source/texk/xdvik/gui/PannerP.h texlive-20210325-source/texk/xdvik/gui/Tip.c texlive-20210325-source/texk/xdvik/gui/Tip.h texlive-20210325-source/texk/xdvik/gui/TipP.h texlive-20210325-source/texk/xdvik/gui/help-window.c texlive-20210325-source/texk/xdvik/gui/help-window.h texlive-20210325-source/texk/xdvik/gui/mag.c texlive-20210325-source/texk/xdvik/gui/mag.h texlive-20210325-source/texk/xdvik/gui/menu.c texlive-20210325-source/texk/xdvik/gui/menu.h texlive-20210325-source/texk/xdvik/gui/message-window.c texlive-20210325-source/texk/xdvik/gui/message-window.h texlive-20210325-source/texk/xdvik/gui/pagesel.c texlive-20210325-source/texk/xdvik/gui/pagesel.h texlive-20210325-source/texk/xdvik/gui/print-dialog.c texlive-20210325-source/texk/xdvik/gui/print-dialog.h texlive-20210325-source/texk/xdvik/gui/print-log.c texlive-20210325-source/texk/xdvik/gui/print-log.h texlive-20210325-source/texk/xdvik/gui/search-dialog.c texlive-20210325-source/texk/xdvik/gui/search-dialog.h texlive-20210325-source/texk/xdvik/gui/selection.c texlive-20210325-source/texk/xdvik/gui/selection.h texlive-20210325-source/texk/xdvik/gui/sfDir.c texlive-20210325-source/texk/xdvik/gui/sfDir.h texlive-20210325-source/texk/xdvik/gui/sfDraw.c texlive-20210325-source/texk/xdvik/gui/sfDraw.h texlive-20210325-source/texk/xdvik/gui/sfPath.c texlive-20210325-source/texk/xdvik/gui/sfPath.h texlive-20210325-source/texk/xdvik/gui/sfSelFile.c texlive-20210325-source/texk/xdvik/gui/sfSelFile.h texlive-20210325-source/texk/xdvik/gui/sfinternal.h texlive-20210325-source/texk/xdvik/gui/statusline.c texlive-20210325-source/texk/xdvik/gui/statusline.h texlive-20210325-source/texk/xdvik/gui/topic-window.c texlive-20210325-source/texkIn file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ position.c:302:12: note: in expansion of macro ?MAX? 302 | m0 = MAX(m0, width + GD_nodesep(g) + ROUND(ED_dist(e))); | ^~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ decomp.c:53:23: note: in expansion of macro ?ALLOC? 53 | GD_comp(g).list = ALLOC(GD_comp(g).size, GD_comp(g).list, node_t *); | ^~~~~ position.c:304:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 304 | m0 = largeMinlen (m0); | ^~~~~~~~~~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: ../../lib/common/arith.h:37:18: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ position.c:305:23: note: in expansion of macro ?MAX? 305 | ED_minlen(e0) = MAX(ED_minlen(e0), m0); | ^~~ position.c: In function ?make_edge_pairs?: position.c:335:8: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 335 | m0 = (ED_head_port(e).p.x - ED_tail_port(e).p.x); | ^ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from compound.c:15: compound.c: In function ?makeCompoundEdge?: compound.c:471:29: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 471 | nbez->list = N_GNEW(nbez->size, pointf); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?adjustSimple?: ../../lib/common/types.h:374:19: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 374 | #define GD_ht1(g) (((Agraphinfo_t*)AGDATA(g))->ht1) | ^ position.c:609:17: note: in expansion of macro ?GD_ht1? 609 | delbottom = GD_ht1(g) + bottom - (rank[maxr].ht1 - margin_total); | ^~~~~~ ../../lib/common/types.h:375:19: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 375 | #define GD_ht2(g) (((Agraphinfo_t*)AGDATA(g))->ht2) | ^ position.c:615:11: note: in expansion of macro ?GD_ht2? 615 | deltop = GD_ht2(g) + (delta-bottom) + delbottom - (rank[minr].ht2 - margin_total); | ^~~~~~ ../../lib/common/types.h:375:19: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 375 | #define GD_ht2(g) (((Agraphinfo_t*)AGDATA(g))->ht2) | ^ position.c:618:11: note: in expansion of macro ?GD_ht2? 618 | deltop = GD_ht2(g) + (delta-bottom) - (rank[minr].ht2 - margin_total); | ^~~~~~ position.c: In function ?adjustRanks?: position.c:671:22: warning: conversion from ?doubl/xdvik/gui/topic-window.h texlive-20210325-source/texk/xdvik/gui/xaw_bitmaps.c texlive-20210325-source/texk/xdvik/gui/xaw_bitmaps.h texlive-20210325-source/texk/xdvik/gui/xaw_menu.c texlive-20210325-source/texk/xdvik/gui/xaw_menu.h texlive-20210325-source/texk/xdvik/gui/xicon.c texlive-20210325-source/texk/xdvik/gui/xicon.h texlive-20210325-source/texk/xdvik/gui/xlwradio.c texlive-20210325-source/texk/xdvik/gui/xlwradio.h texlive-20210325-source/texk/xdvik/gui/xlwradioP.h texlive-20210325-source/texk/xdvik/gui/xm_colorsel.c texlive-20210325-source/texk/xdvik/gui/xm_colorsel.h texlive-20210325-source/texk/xdvik/gui/xm_filesel.c texlive-20210325-source/texk/xdvik/gui/xm_menu.c texlive-20210325-source/texk/xdvik/gui/xm_menu.h texlive-20210325-source/texk/xdvik/gui/xm_prefs.c texlive-20210325-source/texk/xdvik/gui/xm_prefs.h texlive-20210325-source/texk/xdvik/gui/xm_prefsP.h texlive-20210325-source/texk/xdvik/gui/xm_prefs_appearance.c texlive-20210325-source/texk/xdvik/gui/xm_prefs_appearance.h texlive-20210325-source/texk/xdvik/gui/xm_prefs_fonts.c texlive-20210325-source/texk/xdvik/gui/xm_prefs_fonts.h texlive-20210325-source/texk/xdvik/gui/xm_prefs_helpers.c texlive-20210325-source/texk/xdvik/gui/xm_prefs_helpers.h texlive-20210325-source/texk/xdvik/gui/xm_prefs_page.c texlive-20210325-source/texk/xdvik/gui/xm_prefs_page.h texlive-20210325-source/texk/xdvik/gui/xm_prefs_scroll.c texlive-20210325-source/texk/xdvik/gui/xm_prefs_scroll.h texlive-20210325-source/texk/xdvik/gui/xm_toolbar.c texlive-20210325-source/texk/xdvik/gui/xm_toolbar.h texlive-20210325-source/texk/xdvik/hypertex.c texlive-20210325-source/texk/xdvik/hypertex.h texlive-20210325-source/texk/xdvik/image-magick.c texlive-20210325-source/texk/xdvik/image-magick.h texlive-20210325-source/texk/xdvik/m4/ texlive-20210325-source/texk/xdvik/m4/xdvi-c-bitmap-type.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-check-iconv.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-check-langinfo.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-check-xaw.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-find-motif.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-find-xpm.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-func-memicmp.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-func-poll.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-func-setsid-in-fork.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-func-working-vsnprintf.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-func-xkbbell.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-gs-lib-path.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-linker-multiple-defns.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-sys-old-linux.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-sys-streams.m4 texlive-20210325-source/texk/xdvik/m4/xdvi-xinput-2-1.m4 texlive-20210325-source/texk/xdvik/main.c texlive-20210325-source/texk/xdvik/mime.c texlive-20210325-source/texk/xdvik/mime.h texlive-20210325-source/texk/xdvik/mksedscript texlive-20210325-source/texk/xdvik/my-snprintf.c texlive-20210325-source/texk/xdvik/my-snprintf.h texlive-20210325-source/texk/xdvik/my-vsnprintf.c texlive-20210325-source/texk/xdvik/my-vsnprintf.h texlive-20210325-source/texk/xdvik/pagehist.c texlive-20210325-source/texk/xdvik/pagehist.h texlive-20210325-source/texk/xdvik/pixmaps/ texlive-20210325-source/texk/xdvik/pixmaps/drag_horiz.xbm texlive-20210325-source/texk/xdvik/pixmaps/drag_horiz_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/drag_omni.xbm texlive-20210325-source/texk/xdvik/pixmaps/drag_omni_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/drag_vert.xbm texlive-20210325-source/texk/xdvik/pixmaps/drag_vert_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/fist.xbm texlive-20210325-source/texk/xdvik/pixmaps/fist_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/hand.xbm texlive-20210325-source/texk/xdvik/pixmaps/hand_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/magglass.xbm texlive-20210325-source/texk/xdvik/pixmaps/magglass_mask.xbm texlive-20210325-source/texk/xdvik/pixmaps/time16.xbm texlive-20210325-source/texk/xdvik/pixmaps/time16_mask.xbm texlive-20210325-source/texk/xdve? to ?int? may change value [-Wfloat-conversion] 671 | adjustSimple(g, delta, margin_total); | ^~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?set_aspect?: ../../lib/common/types.h:354:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 354 | #define GD_bb(g) (((Agraphinfo_t*)AGDATA(g))->bb) | ^ position.c:954:9: note: in expansion of macro ?GD_bb? 954 | sz.x = GD_bb(g).UR.x - GD_bb(g).LL.x; | ^~~~~ ../../lib/common/types.h:354:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 354 | #define GD_bb(g) (((Agraphinfo_t*)AGDATA(g))->bb) | ^ position.c:955:9: note: in expansion of macro ?GD_bb? 955 | sz.y = GD_bb(g).UR.y - GD_bb(g).LL.y; /* normalize */ | ^~~~~ position.c: In function ?resize_leaf?: position.c:1031:16: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1031 | lbound.x = lbound.x + ND_lw(leaf) + ND_rw(leaf) + GD_nodesep(agraphof(leaf)); | ^~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?make_leafslots?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ position.c:1067:20: note: in expansion of macro ?ALLOC? 1067 | GD_rank(g)[r].v = ALLOC(j + 1, GD_rank(g)[r].v, node_t *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ position.c:1067:20: note: in expansion of macro ?ALLOC? 1067 | GD_rank(g)[r].v = ALLOC(j + 1, GD_rank(g)[r].v, node_t *); | ^~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?do_leaves?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ position.c:1086:16: note: in expansion of macro ?ND_coord? 1086 | lbound.x = ND_coord(leader).x - ND_lw(leader); | ^~~~~~~~ ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ position.c:1087:16: note: in expansion of macro ?ND_coord? 1087 | lbound.y = ND_coord(leader).y; | ^~~~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from position.c:20: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ik/pixmaps/toolbar.xpm texlive-20210325-source/texk/xdvik/pixmaps/toolbar2.xpm texlive-20210325-source/texk/xdvik/pixmaps/xdvi16x16.xpm texlive-20210325-source/texk/xdvik/pixmaps/xdvi32x32.xpm texlive-20210325-source/texk/xdvik/pixmaps/xdvi48x48.xpm texlive-20210325-source/texk/xdvik/pk.c texlive-20210325-source/texk/xdvik/print-internal.c texlive-20210325-source/texk/xdvik/print-internal.h texlive-20210325-source/texk/xdvik/psdps.c texlive-20210325-source/texk/xdvik/psdps.h texlive-20210325-source/texk/xdvik/psgs.c texlive-20210325-source/texk/xdvik/psgs.h texlive-20210325-source/texk/xdvik/psheader.txt texlive-20210325-source/texk/xdvik/psnews.c texlive-20210325-source/texk/xdvik/psnews.h texlive-20210325-source/texk/xdvik/search-internal.c texlive-20210325-source/texk/xdvik/search-internal.h texlive-20210325-source/texk/xdvik/special.c texlive-20210325-source/texk/xdvik/special.h texlive-20210325-source/texk/xdvik/squeeze/ texlive-20210325-source/texk/xdvik/squeeze/Makefile.am texlive-20210325-source/texk/xdvik/squeeze/Makefile.in texlive-20210325-source/texk/xdvik/squeeze/aclocal.m4 texlive-20210325-source/texk/xdvik/squeeze/configure texlive-20210325-source/texk/xdvik/squeeze/configure.ac texlive-20210325-source/texk/xdvik/squeeze/squeeze.c texlive-20210325-source/texk/xdvik/string-utils.c texlive-20210325-source/texk/xdvik/string-utils.h texlive-20210325-source/texk/xdvik/string_list.c texlive-20210325-source/texk/xdvik/string_list.h texlive-20210325-source/texk/xdvik/t1mapper texlive-20210325-source/texk/xdvik/t1mapper.1 texlive-20210325-source/texk/xdvik/tests/ texlive-20210325-source/texk/xdvik/tests/Makefile.am texlive-20210325-source/texk/xdvik/tests/Makefile.in texlive-20210325-source/texk/xdvik/tests/README texlive-20210325-source/texk/xdvik/tests/run_tests.c texlive-20210325-source/texk/xdvik/tests/run_tests.h texlive-20210325-source/texk/xdvik/tests/test1.c texlive-20210325-source/texk/xdvik/tests/test_dl_list.c texlive-20210325-source/texk/xdvik/tests/test_string_list.c texlive-20210325-source/texk/xdvik/tests/test_string_utils.c texlive-20210325-source/texk/xdvik/tests/test_util.c texlive-20210325-source/texk/xdvik/texmf/ texlive-20210325-source/texk/xdvik/texmf/XDvi texlive-20210325-source/texk/xdvik/texmf/config.xdvi texlive-20210325-source/texk/xdvik/texmf-alt/ texlive-20210325-source/texk/xdvik/texmf-alt/README texlive-20210325-source/texk/xdvik/texmf-alt/charter2.map texlive-20210325-source/texk/xdvik/texmf-alt/lucida.map texlive-20210325-source/texk/xdvik/texmf-alt/marvosym.map texlive-20210325-source/texk/xdvik/texmf-alt/xdvifont.map texlive-20210325-source/texk/xdvik/texmf-alt/xypic.map texlive-20210325-source/texk/xdvik/translations.h texlive-20210325-source/texk/xdvik/util.c texlive-20210325-source/texk/xdvik/util.h texlive-20210325-source/texk/xdvik/version.h texlive-20210325-source/texk/xdvik/vf.c texlive-20210325-source/texk/xdvik/x_util.c texlive-20210325-source/texk/xdvik/x_util.h texlive-20210325-source/texk/xdvik/xdvi-config.h texlive-20210325-source/texk/xdvik/xdvi-debug.h texlive-20210325-source/texk/xdvik/xdvi-search.el texlive-20210325-source/texk/xdvik/xdvi-sh.in texlive-20210325-source/texk/xdvik/xdvi.1.in texlive-20210325-source/texk/xdvik/xdvi.c texlive-20210325-source/texk/xdvik/xdvi.desktop texlive-20210325-source/texk/xdvik/xdvi.h texlive-20210325-source/texk/xdvik/xdvi.icon texlive-20210325-source/texk/xdvik/xdvizilla texlive-20210325-source/texk/xdvik/xdvizilla.1 texlive-20210325-source/texk/xdvik/xserver-info.c texlive-20210325-source/texk/xdvik/xserver-info.h texlive-20210325-source/utils/ texlive-20210325-source/utils/ChangeLog texlive-20210325-source/utils/Makefile.am texlive-20210325-source/utils/Makefile.in texlive-20210325-source/utils/README texlive-20210325-source/utils/aclocal.m4 texlive-20210325-source/utils/asymptote/ texlive-20210325-source/utils/asymptote/BUGS texlive-20210325-source/utils/asymptote/ChangeLog texlive-20210325-source/utils/asymptote/Delaunay.cc texlive-20210325-source/utils/asymptote/Delaunay.h texlive-20210325-source/utils/asymptote/EnvVarUpdat ^~~~~ position.c:1097:3: note: in expansion of macro ?elist_append? 1097 | elist_append(e1, ND_in(aghead(e1))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ position.c:1097:3: note: in expansion of macro ?elist_append? 1097 | elist_append(e1, ND_in(aghead(e1))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ position.c:1107:3: note: in expansion of macro ?elist_append? 1107 | elist_append(e, ND_out(agtail(e))); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ position.c:1107:3: note: in expansion of macro ?elist_append? 1107 | elist_append(e, ND_out(agtail(e))); | ^~~~~~~~~~~~ position.c: In function ?ports_eq?: position.c:1116:32: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1116 | && (((ED_head_port(e).p.x == ED_head_port(f).p.x) && | ^~ position.c:1117:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1117 | (ED_head_port(e).p.y == ED_head_port(f).p.y)) | ^~ position.c:1119:32: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1119 | && (((ED_tail_port(e).p.x == ED_tail_port(f).p.x) && | ^~ position.c:1120:25: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 1120 | (ED_tail_port(e).p.y == ED_tail_port(f).p.y)) | ^~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from position.c:20: position.c: In function ?make_lrvn?: ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ position.c:1179:10: note: in expansion of macro ?MAX? 1179 | int w = MAX(GD_border(g)[BOTTOM_IX].x, GD_border(g)[TOP_IX].x); | ^~~ dotinit.c: In function ?dot_init_edge?: dotinit.c:67:23: warning: conversion from ?int? to ?unsigned char? maye.nsh texlive-20210325-source/utils/asymptote/GL/ texlive-20210325-source/utils/asymptote/GL/glew.c texlive-20210325-source/utils/asymptote/GL/glew.h texlive-20210325-source/utils/asymptote/GL/glxew.h texlive-20210325-source/utils/asymptote/GL/wglew.h texlive-20210325-source/utils/asymptote/GUI/ texlive-20210325-source/utils/asymptote/GUI/CustMatTransform.py texlive-20210325-source/utils/asymptote/GUI/DebugFlags.py texlive-20210325-source/utils/asymptote/GUI/GuidesManager.py texlive-20210325-source/utils/asymptote/GUI/InplaceAddObj.py texlive-20210325-source/utils/asymptote/GUI/PrimitiveShape.py texlive-20210325-source/utils/asymptote/GUI/SetCustomAnchor.py texlive-20210325-source/utils/asymptote/GUI/UndoRedoStack.py texlive-20210325-source/utils/asymptote/GUI/Widg_addLabel.py texlive-20210325-source/utils/asymptote/GUI/Widg_addPolyOpt.py texlive-20210325-source/utils/asymptote/GUI/Widg_editBezier.py texlive-20210325-source/utils/asymptote/GUI/Window1.py texlive-20210325-source/utils/asymptote/GUI/__init__.py texlive-20210325-source/utils/asymptote/GUI/configs/ texlive-20210325-source/utils/asymptote/GUI/configs/__init__.py texlive-20210325-source/utils/asymptote/GUI/configs/xasyconfig.cson texlive-20210325-source/utils/asymptote/GUI/configs/xasykeymap.cson texlive-20210325-source/utils/asymptote/GUI/icons_rc.py texlive-20210325-source/utils/asymptote/GUI/labelEditor.py texlive-20210325-source/utils/asymptote/GUI/locale/ texlive-20210325-source/utils/asymptote/GUI/locale/th/ texlive-20210325-source/utils/asymptote/GUI/locale/th/LC_MESSAGES/ texlive-20210325-source/utils/asymptote/GUI/locale/th/LC_MESSAGES/base.po texlive-20210325-source/utils/asymptote/GUI/pyUIClass/ texlive-20210325-source/utils/asymptote/GUI/pyUIClass/custMatTransform.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/labelTextEditor.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/setCustomAnchor.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/widg_addLabel.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/widg_addPolyOpt.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/widg_editBezier.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/widgetPointEditor.py texlive-20210325-source/utils/asymptote/GUI/pyUIClass/window1.py texlive-20210325-source/utils/asymptote/GUI/requirements.txt texlive-20210325-source/utils/asymptote/GUI/res/ texlive-20210325-source/utils/asymptote/GUI/res/icons/ texlive-20210325-source/utils/asymptote/GUI/res/icons/anchor.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-arrow-back.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-arrow-forward.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-camera.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-close.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-color-palette.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-delete.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-done.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-expand.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-folder-open.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-hand.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-locate.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-radio-button-off.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-radio-button-on.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/android-refresh.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/arrow-move.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/arrow-resize.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/bucket.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/bucket.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/center.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/center.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/centerorigin.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/centeror change value [-Wconversion] 67 | ED_showboxes(e) = late_int(e, E_showboxes, 0, 0); | ^~~~~~~~ dotinit.c:68:20: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 68 | ED_minlen(e) = late_int(e, E_minlen, 1, 0); | ^~~~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from dotinit.c:13: dotinit.c: In function ?attachPos?: dotinit.c:347:25: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 347 | double* ps = N_NEW(2*agnnodes(g), double); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ dotinit.c: In function ?copyCluster?: dotinit.c:390:32: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 390 | GD_clust(cl) = N_NEW(nclust+1,Agraph_t*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ dotinit.c: In function ?copyClusterInfo?: dotinit.c:416:34: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 416 | GD_clust(root) = N_NEW(nclust+1,Agraph_t*); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ dotinit.c: In function ?doDot?: dotinit.c:453:17: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 453 | pinfo.margin = Pack; | ^~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from flat.c:12: flat.c: In function ?make_vn_slot?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ flat.c:21:2: note: in expansion of macro ?ALLOC? 21 | ALLOC(GD_rank(g)[r].n + 2, GD_rank(g)[r].v, node_t *); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ flat.c:21:2: note: in expansion of macro ?ALLOC? 21 | ALLOC(GD_rank(g)[r].n + 2, GD_rank(g)[r].v, node_t *); | ^~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from flat.c:12: flat.c: In function ?flat_node?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ flat.c:149:9: note: in expansion of macro ?ND_coord? 149 | ypos = ND_coord(n).y - GD_rank(g)[r - 1].ht1; | ^~~~~~~~ ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ flat.c:152:9: note: in expansion of macro ?ND_coord? 152 | ypos = ND_coord(n).y + GD_rank(g)[r].ht2 + GD_ranksep(g); | ^~~~~~~~ ../../lib/common/types.h:503:18: warning: conversion from ?double? to ?int?igin.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/check.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/chevron-with-circle-left.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/chevron-with-circle-right.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/circle.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/close-round.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/closedcurve.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/closedcurve.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/closedpolygon.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/closedpolygon.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/code.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/edit.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/eye.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/filledbucket.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/grid.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/magnifying-glass.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/opencurve.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/opencurve.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/openpolygon.asy texlive-20210325-source/utils/asymptote/GUI/res/icons/openpolygon.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/plus-round.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/save.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/social-python.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/subdirectory-left.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/text.svg texlive-20210325-source/utils/asymptote/GUI/res/icons/triangle-stroked-15.svg texlive-20210325-source/utils/asymptote/GUI/res/icons.qrc texlive-20210325-source/utils/asymptote/GUI/setup.py texlive-20210325-source/utils/asymptote/GUI/windows/ texlive-20210325-source/utils/asymptote/GUI/windows/custMatTransform.ui texlive-20210325-source/utils/asymptote/GUI/windows/labelTextEditor.ui texlive-20210325-source/utils/asymptote/GUI/windows/setCustomAnchor.ui texlive-20210325-source/utils/asymptote/GUI/windows/widg_addLabel.ui texlive-20210325-source/utils/asymptote/GUI/windows/widg_addPolyOpt.ui texlive-20210325-source/utils/asymptote/GUI/windows/widg_editBezier.ui texlive-20210325-source/utils/asymptote/GUI/windows/widgetPointEditor.ui texlive-20210325-source/utils/asymptote/GUI/windows/window1.ui texlive-20210325-source/utils/asymptote/GUI/xasy.py texlive-20210325-source/utils/asymptote/GUI/xasy2asy.py texlive-20210325-source/utils/asymptote/GUI/xasyArgs.py texlive-20210325-source/utils/asymptote/GUI/xasyBezierInterface.py texlive-20210325-source/utils/asymptote/GUI/xasyFile.py texlive-20210325-source/utils/asymptote/GUI/xasyOptions.py texlive-20210325-source/utils/asymptote/GUI/xasyStrings.py texlive-20210325-source/utils/asymptote/GUI/xasySvg.py texlive-20210325-source/utils/asymptote/GUI/xasyTransform.py texlive-20210325-source/utils/asymptote/GUI/xasyUtils.py texlive-20210325-source/utils/asymptote/GUI/xasyValidator.py texlive-20210325-source/utils/asymptote/INSTALL texlive-20210325-source/utils/asymptote/LICENSE texlive-20210325-source/utils/asymptote/LICENSE.LESSER texlive-20210325-source/utils/asymptote/Makefile.in texlive-20210325-source/utils/asymptote/Pipfile texlive-20210325-source/utils/asymptote/README texlive-20210325-source/utils/asymptote/ReleaseNotes texlive-20210325-source/utils/asymptote/TODO texlive-20210325-source/utils/asymptote/absyn.cc texlive-20210325-source/utils/asymptote/absyn.h texlive-20210325-source/utils/asymptote/access.cc texlive-20210325-source/utils/asymptote/access.h texlive-20210325-source/utils/asymptote/align.h texlive-20210325-source/utils/asymptote/angle.h texlive-20210325-source/utils/asymptote/application.cc texlive-20210325-source/utils/asymptote/application.h texlive-20210325-source/utils/asymptote/array.cc texlive-20210325-source/utils/asymptote/array.h texlive-20210325-source/utils/asymptote/arrayop.h texlive-20210325-source/utils/asymp may change value [-Wfloat-conversion] 503 | #define ND_ht(n) (((Agnodeinfo_t*)AGDATA(n))->ht) | ^ flat.c:162:10: note: in expansion of macro ?ND_ht? 162 | h2 = ND_ht(vn) / 2; | ^~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from flat.c:12: flat.c: In function ?abomination?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ flat.c:190:12: note: in expansion of macro ?ALLOC? 190 | rptr = ALLOC(r, GD_rank(g), rank_t); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ flat.c:190:12: note: in expansion of macro ?ALLOC? 190 | rptr = ALLOC(r, GD_rank(g), rank_t); | ^~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from sameport.c:17: sameport.c: In function ?sameedge?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ sameport.c:81:6: note: in expansion of macro ?elist_append? 81 | elist_append(e, same[i].l); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ sameport.c:81:6: note: in expansion of macro ?elist_append? 81 | elist_append(e, same[i].l); | ^~~~~~~~~~~~ sameport.c: In function ?sameport?: sameport.c:167:2: warning: conversion from ?double? to ?unsigned char? may change value [-Wfloat-conversion] 167 | (MC_SCALE * (ND_lw(u) + prt.p.x)) / (ND_lw(u) + ND_rw(u)); | ^ sameport.c:104:52: warning: unused parameter ?arr_len? [-Wunused-parameter] 104 | static void sameport(node_t * u, elist * l, double arr_len) | ~~~~~~~^~~~~~~ class2.c: In function ?plain_vnode?: class2.c:47:35: warning: unused parameter ?orig? [-Wunused-parameter] 47 | plain_vnode(graph_t * g, edge_t * orig) | ~~~~~~~~~^~~~ class2.c: In function ?leader_of?: class2.c:56:21: warning: unused parameter ?g? [-Wunused-parameter] 56 | leader_of(graph_t * g, node_t * v) | ~~~~~~~~~~^ rank.c: In function ?collapse_rankset?: rank.c:109:19: warning: conversion from ?int? to ?char? may change value [-Wconversion] 109 | ND_ranktype(u) = kind; | tote/aspy.py texlive-20210325-source/utils/asymptote/asy-keywords.el texlive-20210325-source/utils/asymptote/asy-list.pl texlive-20210325-source/utils/asymptote/asy.ico texlive-20210325-source/utils/asymptote/asy.list texlive-20210325-source/utils/asymptote/asy.rc texlive-20210325-source/utils/asymptote/asymptote.nsi texlive-20210325-source/utils/asymptote/asymptote.spec texlive-20210325-source/utils/asymptote/autogen.sh texlive-20210325-source/utils/asymptote/ax_pthread.m4 texlive-20210325-source/utils/asymptote/base/ texlive-20210325-source/utils/asymptote/base/CAD.asy texlive-20210325-source/utils/asymptote/base/animate.asy texlive-20210325-source/utils/asymptote/base/animation.asy texlive-20210325-source/utils/asymptote/base/annotate.asy texlive-20210325-source/utils/asymptote/base/asy-init.el texlive-20210325-source/utils/asymptote/base/asy-kate.sh texlive-20210325-source/utils/asymptote/base/asy-mode.el texlive-20210325-source/utils/asymptote/base/asy.vim texlive-20210325-source/utils/asymptote/base/asy_filetype.vim texlive-20210325-source/utils/asymptote/base/asymptote.py texlive-20210325-source/utils/asymptote/base/babel.asy texlive-20210325-source/utils/asymptote/base/bezulate.asy texlive-20210325-source/utils/asymptote/base/binarytree.asy texlive-20210325-source/utils/asymptote/base/bsp.asy texlive-20210325-source/utils/asymptote/base/colormap.asy texlive-20210325-source/utils/asymptote/base/contour.asy texlive-20210325-source/utils/asymptote/base/contour3.asy texlive-20210325-source/utils/asymptote/base/drawtree.asy texlive-20210325-source/utils/asymptote/base/embed.asy texlive-20210325-source/utils/asymptote/base/external.asy texlive-20210325-source/utils/asymptote/base/feynman.asy texlive-20210325-source/utils/asymptote/base/flowchart.asy texlive-20210325-source/utils/asymptote/base/fontsize.asy texlive-20210325-source/utils/asymptote/base/geometry.asy texlive-20210325-source/utils/asymptote/base/graph.asy texlive-20210325-source/utils/asymptote/base/graph3.asy texlive-20210325-source/utils/asymptote/base/graph_settings.asy texlive-20210325-source/utils/asymptote/base/graph_splinetype.asy texlive-20210325-source/utils/asymptote/base/grid3.asy texlive-20210325-source/utils/asymptote/base/interpolate.asy texlive-20210325-source/utils/asymptote/base/labelpath.asy texlive-20210325-source/utils/asymptote/base/labelpath3.asy texlive-20210325-source/utils/asymptote/base/lmfit.asy texlive-20210325-source/utils/asymptote/base/map.asy texlive-20210325-source/utils/asymptote/base/markers.asy texlive-20210325-source/utils/asymptote/base/math.asy texlive-20210325-source/utils/asymptote/base/metapost.asy texlive-20210325-source/utils/asymptote/base/nopapersize.ps texlive-20210325-source/utils/asymptote/base/obj.asy texlive-20210325-source/utils/asymptote/base/ode.asy texlive-20210325-source/utils/asymptote/base/palette.asy texlive-20210325-source/utils/asymptote/base/patterns.asy texlive-20210325-source/utils/asymptote/base/plain.asy texlive-20210325-source/utils/asymptote/base/plain_Label.asy texlive-20210325-source/utils/asymptote/base/plain_arcs.asy texlive-20210325-source/utils/asymptote/base/plain_arrows.asy texlive-20210325-source/utils/asymptote/base/plain_bounds.asy texlive-20210325-source/utils/asymptote/base/plain_boxes.asy texlive-20210325-source/utils/asymptote/base/plain_constants.asy texlive-20210325-source/utils/asymptote/base/plain_debugger.asy texlive-20210325-source/utils/asymptote/base/plain_filldraw.asy texlive-20210325-source/utils/asymptote/base/plain_margins.asy texlive-20210325-source/utils/asymptote/base/plain_markers.asy texlive-20210325-source/utils/asymptote/base/plain_paths.asy texlive-20210325-source/utils/asymptote/base/plain_pens.asy texlive-20210325-source/utils/asymptote/base/plain_picture.asy texlive-20210325-source/utils/asymptote/base/plain_prethree.asy texlive-20210325-source/utils/asymptote/base/plain_scaling.asy texlive-20210325-source/utils/asymptote/base/plain_shipout.asy texlive-20210325-source/utils/asymptote/base/plain_strings.asy texlive-20210325-source/utils/asymptote/base/ps ^~~~ rank.c:114:2: warning: switch missing default case [-Wswitch-default] 114 | switch (kind) { | ^~~~~~ rank.c:132:34: warning: conversion from ?int? to ?char? may change value [-Wconversion] 132 | ND_ranktype(GD_minset(g)) = kind; | ^~~~ rank.c:135:34: warning: conversion from ?int? to ?char? may change value [-Wconversion] 135 | ND_ranktype(GD_maxset(g)) = kind; | ^~~~ rank.c:130:2: warning: switch missing default case [-Wswitch-default] 130 | switch (kind) { | ^~~~~~ rank.c: In function ?rank_set_class?: rank.c:152:22: warning: conversion from ?int? to ?char? may change value [-Wconversion] 152 | GD_set_type(g) = val; | ^~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from rank.c:26: rank.c: In function ?make_new_cluster?: rank.c:161:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 161 | GD_clust(g) = ZALLOC(cno + 1, GD_clust(g), graph_t *, GD_n_cluster(g)); | ~~~~^~~ ../../lib/common/memory.h:28:63: note: in definition of macro ?ZALLOC? 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^~~~ ../../lib/common/types.h:393:52: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 393 | #define GD_n_cluster(g) (((Agraphinfo_t*)AGDATA(g))->n_cluster) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../lib/common/memory.h:28:81: note: in definition of macro ?ZALLOC? 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^~~~~ rank.c:161:59: note: in expansion of macro ?GD_n_cluster? 161 | GD_clust(g) = ZALLOC(cno + 1, GD_clust(g), graph_t *, GD_n_cluster(g)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:28:109: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 28 | #define ZALLOC(size,ptr,type,osize) (ptr? (type*)zrealloc(ptr,size,sizeof(type),osize):(type*)zmalloc((size)*sizeof(type))) | ^ rank.c:161:19: note: in expansion of macro ?ZALLOC? 161 | GD_clust(g) = ZALLOC(cno + 1, GD_clust(g), graph_t *, GD_n_cluster(g)); | ^~~~~~ rank.c: In function ?minmax_edges2?: rank.c:366:18: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 366 | ED_minlen(e) = slen.y; | ^~~~ rank.c:371:18: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 371 | ED_minlen(e) = slen.x; | ^~~~ rank.c: In function ?rank1?: rank.c:387:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 387 | maxiter = atof(s) * agnnodes(g); | ^~~~ dotsplines.c:168:1: warning: missing initializer for field ?ignoreSwap? of ?splineInfo? [-Wmissing-field-initializers] 168 | static splineInfo sinfo = { swap_ends_p, spline_merge }; | ^~~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: ../../lib/common/types.h:85:10: note: ?ignoreSwap? declared here 85 | boolean ignoreSwap; /* Test for swapped edges if false */ | ^~~~~~~~~~ dotsplines.c: In functoedit.asy texlive-20210325-source/utils/asymptote/base/rational.asy texlive-20210325-source/utils/asymptote/base/rationalSimplex.asy texlive-20210325-source/utils/asymptote/base/reload.js texlive-20210325-source/utils/asymptote/base/res/ texlive-20210325-source/utils/asymptote/base/res/notes.txt texlive-20210325-source/utils/asymptote/base/roundedpath.asy texlive-20210325-source/utils/asymptote/base/shaders/ texlive-20210325-source/utils/asymptote/base/shaders/fragment.glsl texlive-20210325-source/utils/asymptote/base/shaders/vertex.glsl texlive-20210325-source/utils/asymptote/base/simplex.asy texlive-20210325-source/utils/asymptote/base/size10.asy texlive-20210325-source/utils/asymptote/base/size11.asy texlive-20210325-source/utils/asymptote/base/slide.asy texlive-20210325-source/utils/asymptote/base/slopefield.asy texlive-20210325-source/utils/asymptote/base/smoothcontour3.asy texlive-20210325-source/utils/asymptote/base/solids.asy texlive-20210325-source/utils/asymptote/base/stats.asy texlive-20210325-source/utils/asymptote/base/syzygy.asy texlive-20210325-source/utils/asymptote/base/texcolors.asy texlive-20210325-source/utils/asymptote/base/three.asy texlive-20210325-source/utils/asymptote/base/three_arrows.asy texlive-20210325-source/utils/asymptote/base/three_light.asy texlive-20210325-source/utils/asymptote/base/three_margins.asy texlive-20210325-source/utils/asymptote/base/three_surface.asy texlive-20210325-source/utils/asymptote/base/three_tube.asy texlive-20210325-source/utils/asymptote/base/tree.asy texlive-20210325-source/utils/asymptote/base/trembling.asy texlive-20210325-source/utils/asymptote/base/tube.asy texlive-20210325-source/utils/asymptote/base/webgl/ texlive-20210325-source/utils/asymptote/base/webgl/asygl.js texlive-20210325-source/utils/asymptote/base/x11colors.asy texlive-20210325-source/utils/asymptote/bbox.h texlive-20210325-source/utils/asymptote/bbox3.h texlive-20210325-source/utils/asymptote/beziercurve.cc texlive-20210325-source/utils/asymptote/beziercurve.h texlive-20210325-source/utils/asymptote/bezierpatch.cc texlive-20210325-source/utils/asymptote/bezierpatch.h texlive-20210325-source/utils/asymptote/build-scripts/ texlive-20210325-source/utils/asymptote/build-scripts/HOWTO-MSWindows texlive-20210325-source/utils/asymptote/build-scripts/README-binaries texlive-20210325-source/utils/asymptote/build-scripts/asy-format.el texlive-20210325-source/utils/asymptote/build-scripts/asy-indent.el texlive-20210325-source/utils/asymptote/build-scripts/build-asygl texlive-20210325-source/utils/asymptote/build-scripts/build-asymptote texlive-20210325-source/utils/asymptote/build-scripts/build-asymptote.dos texlive-20210325-source/utils/asymptote/build-scripts/cc-format.el texlive-20210325-source/utils/asymptote/build-scripts/cc-indent.el texlive-20210325-source/utils/asymptote/build-scripts/run-in-indent.el texlive-20210325-source/utils/asymptote/builtin.cc texlive-20210325-source/utils/asymptote/builtin.h texlive-20210325-source/utils/asymptote/callable.cc texlive-20210325-source/utils/asymptote/callable.h texlive-20210325-source/utils/asymptote/camp.l texlive-20210325-source/utils/asymptote/camp.tab.cc texlive-20210325-source/utils/asymptote/camp.tab.h texlive-20210325-source/utils/asymptote/camp.y texlive-20210325-source/utils/asymptote/camperror.cc texlive-20210325-source/utils/asymptote/camperror.h texlive-20210325-source/utils/asymptote/castop.h texlive-20210325-source/utils/asymptote/cc-mode2.el texlive-20210325-source/utils/asymptote/coder.cc texlive-20210325-source/utils/asymptote/coder.h texlive-20210325-source/utils/asymptote/coenv.cc texlive-20210325-source/utils/asymptote/coenv.h texlive-20210325-source/utils/asymptote/common.h texlive-20210325-source/utils/asymptote/config.guess texlive-20210325-source/utils/asymptote/config.h.in texlive-20210325-source/utils/asymptote/config.sub texlive-20210325-source/utils/asymptote/configure texlive-20210325-source/utils/asymptote/configure.ac texlive-20210325-source/utils/asymptote/constructor.cc texlive-20210325-source/utils/asymptote/dec.cc texlition ?portcmp?: dotsplines.c:177:10: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 177 | rv = p0.p.x - p1.p.x; | ^~ dotsplines.c:179:7: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 179 | rv = p0.p.y - p1.p.y; | ^~ In file included from dotsplines.c:17: dotsplines.c: In function ?swap_bezier?: ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ dotsplines.c:193:12: note: in expansion of macro ?N_GNEW? 193 | list = N_GNEW(sz, pointf); | ^~~~~~ dotsplines.c: In function ?swap_spline?: ../../lib/common/memory.h:24:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ dotsplines.c:218:12: note: in expansion of macro ?N_GNEW? 218 | list = N_GNEW(sz, bezier); | ^~~~~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from rank.c:26: rank.c: In function ?merge?: ../../lib/common/arith.h:37:18: warning: conversion from ?int? to ?short unsigned int? may change value [-Wconversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ rank.c:819:20: note: in expansion of macro ?MAX? 819 | ED_minlen(e) = MAX(ED_minlen(e), minlen); | ^~~ In file included from ../../lib/common/geom.h:17, from ../../lib/common/types.h:32, from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: dotsplines.c: In function ?_dot_splines?: ../../lib/common/arith.h:32:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 32 | #define MIN(a,b) ((a)<(b)?(a):(b)) | ^ dotsplines.c:357:21: note: in expansion of macro ?MIN? 357 | sd.LeftBound = MIN(sd.LeftBound, (ND_coord(n).x - ND_lw(n))); | ^~~ ../../lib/common/arith.h:37:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 37 | #define MAX(a,b) ((a)>(b)?(a):(b)) | ^ dotsplines.c:359:22: note: in expansion of macro ?MAX? 359 | sd.RightBound = MAX(sd.RightBound, (ND_coord(n).x + ND_rw(n))); | ^~~ In file included from dotsplines.c:17: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotsplines.c:384:7: note: in expansion of macro ?GROWEDGES? 384 | GROWEDGES; | ^~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotspve-20210325-source/utils/asymptote/dec.h texlive-20210325-source/utils/asymptote/doc/ texlive-20210325-source/utils/asymptote/doc/Bode.asy texlive-20210325-source/utils/asymptote/doc/CAD.pdf texlive-20210325-source/utils/asymptote/doc/CAD.tex texlive-20210325-source/utils/asymptote/doc/CAD1.asy texlive-20210325-source/utils/asymptote/doc/CDlabel.asy texlive-20210325-source/utils/asymptote/doc/FAQ/ texlive-20210325-source/utils/asymptote/doc/FAQ/Makefile texlive-20210325-source/utils/asymptote/doc/FAQ/asy-faq.bfnn texlive-20210325-source/utils/asymptote/doc/FAQ/asy-faq.info texlive-20210325-source/utils/asymptote/doc/FAQ/bfnnconv.pl texlive-20210325-source/utils/asymptote/doc/FAQ/install-sh texlive-20210325-source/utils/asymptote/doc/FAQ/m-ascii.pl texlive-20210325-source/utils/asymptote/doc/FAQ/m-html.pl texlive-20210325-source/utils/asymptote/doc/FAQ/m-info.pl texlive-20210325-source/utils/asymptote/doc/FAQ/m-lout.pl texlive-20210325-source/utils/asymptote/doc/FAQ/m-post.pl texlive-20210325-source/utils/asymptote/doc/GaussianSurface.asy texlive-20210325-source/utils/asymptote/doc/HermiteSpline.asy texlive-20210325-source/utils/asymptote/doc/Hobbycontrol.asy texlive-20210325-source/utils/asymptote/doc/Hobbydir.asy texlive-20210325-source/utils/asymptote/doc/Makefile.in texlive-20210325-source/utils/asymptote/doc/TeXShopAndAsymptote.pdf texlive-20210325-source/utils/asymptote/doc/TeXShopAndAsymptote.tex texlive-20210325-source/utils/asymptote/doc/asy-latex.dtx texlive-20210325-source/utils/asymptote/doc/asy-latex.pdf texlive-20210325-source/utils/asymptote/doc/asy.1 texlive-20210325-source/utils/asymptote/doc/asy.1.begin texlive-20210325-source/utils/asymptote/doc/asy.1.end texlive-20210325-source/utils/asymptote/doc/asyRefCard.pdf texlive-20210325-source/utils/asymptote/doc/asyRefCard.tex texlive-20210325-source/utils/asymptote/doc/asycolors.sty texlive-20210325-source/utils/asymptote/doc/asymptote.pdf texlive-20210325-source/utils/asymptote/doc/asymptote.sty texlive-20210325-source/utils/asymptote/doc/asymptote.texi texlive-20210325-source/utils/asymptote/doc/axis3.asy texlive-20210325-source/utils/asymptote/doc/bezier.asy texlive-20210325-source/utils/asymptote/doc/bezier2.asy texlive-20210325-source/utils/asymptote/doc/beziercurve.asy texlive-20210325-source/utils/asymptote/doc/bigdiagonal.asy texlive-20210325-source/utils/asymptote/doc/binarytreetest.asy texlive-20210325-source/utils/asymptote/doc/brokenaxis.asy texlive-20210325-source/utils/asymptote/doc/colo-asy.tex texlive-20210325-source/utils/asymptote/doc/colons.asy texlive-20210325-source/utils/asymptote/doc/colors.asy texlive-20210325-source/utils/asymptote/doc/cube.asy texlive-20210325-source/utils/asymptote/doc/cylinderskeleton.asy texlive-20210325-source/utils/asymptote/doc/datagraph.asy texlive-20210325-source/utils/asymptote/doc/diagonal.asy texlive-20210325-source/utils/asymptote/doc/diatom.asy texlive-20210325-source/utils/asymptote/doc/diatom.csv texlive-20210325-source/utils/asymptote/doc/dots.asy texlive-20210325-source/utils/asymptote/doc/eetomumu.asy texlive-20210325-source/utils/asymptote/doc/elliptic.asy texlive-20210325-source/utils/asymptote/doc/errorbars.asy texlive-20210325-source/utils/asymptote/doc/exp.asy texlive-20210325-source/utils/asymptote/doc/external-proposal.html texlive-20210325-source/utils/asymptote/doc/externalprc.tex texlive-20210325-source/utils/asymptote/doc/extra/ texlive-20210325-source/utils/asymptote/doc/extra/intro.asy texlive-20210325-source/utils/asymptote/doc/filegraph.asy texlive-20210325-source/utils/asymptote/doc/filegraph.dat texlive-20210325-source/utils/asymptote/doc/flow.asy texlive-20210325-source/utils/asymptote/doc/flowchartdemo.asy texlive-20210325-source/utils/asymptote/doc/generalaxis.asy texlive-20210325-source/utils/asymptote/doc/generalaxis3.asy texlive-20210325-source/utils/asymptote/doc/graphmarkers.asy texlive-20210325-source/utils/asymptote/doc/grid3xyz.asy texlive-20210325-source/utils/asymptote/doc/hatch.asy texlive-20210325-source/utils/asymptote/doc/helix.asy texlive-20210325-source/utils/asylines.c:384:7: note: in expansion of macro ?GROWEDGES? 384 | GROWEDGES; | ^~~~~~~~~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotsplines.c:391:4: note: in expansion of macro ?GROWEDGES? 391 | GROWEDGES; | ^~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotsplines.c:391:4: note: in expansion of macro ?GROWEDGES? 391 | GROWEDGES; | ^~~~~~~~~ In file included from ../../lib/common/render.h:42, from ../../lib/dotgen/dot.h:15, from rank.c:26: rank.c: In function ?readout_levels?: rank.c:1022:19: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1022 | minrk = N_NEW(ncc+1,int); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotsplines.c:408:4: note: in expansion of macro ?GROWEDGES? 408 | GROWEDGES; | ^~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ dotsplines.c:136:28: note: in expansion of macro ?ALLOC? 136 | #define GROWEDGES (edges = ALLOC (n_edges + CHUNK, edges, edge_t*)) | ^~~~~ dotsplines.c:408:4: note: in expansion of macro ?GROWEDGES? 408 | GROWEDGES; | ^~~~~~~~~ dotsplines.c:420:31: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 420 | qsort((char *) &edges[0], n_edges, sizeof(edges[0]), | ^~~~~~~ In file included from dotsplines.c:17: dotsplines.c:424:30: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 424 | P->boxes = N_NEW(n_nodes + 20 * 2 * NSUB, boxf); ../../lib/common/memory.h:21:39: note: in definition of macro ?N_NEW? 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (tmptote/doc/histogram.asy texlive-20210325-source/utils/asymptote/doc/icon.asy texlive-20210325-source/utils/asymptote/doc/image.asy texlive-20210325-source/utils/asymptote/doc/imagecontour.asy texlive-20210325-source/utils/asymptote/doc/install-sh texlive-20210325-source/utils/asymptote/doc/irregularcontour.asy texlive-20210325-source/utils/asymptote/doc/join.asy texlive-20210325-source/utils/asymptote/doc/join3.asy texlive-20210325-source/utils/asymptote/doc/knots.asy texlive-20210325-source/utils/asymptote/doc/labelsquare.asy texlive-20210325-source/utils/asymptote/doc/latexmkrc texlive-20210325-source/utils/asymptote/doc/latexmkrc_asydir texlive-20210325-source/utils/asymptote/doc/latexusage.tex texlive-20210325-source/utils/asymptote/doc/leastsquares.asy texlive-20210325-source/utils/asymptote/doc/leastsquares.dat texlive-20210325-source/utils/asymptote/doc/legend.asy texlive-20210325-source/utils/asymptote/doc/lineargraph.asy texlive-20210325-source/utils/asymptote/doc/lineargraph0.asy texlive-20210325-source/utils/asymptote/doc/linetype.asy texlive-20210325-source/utils/asymptote/doc/log2graph.asy texlive-20210325-source/utils/asymptote/doc/loggraph.asy texlive-20210325-source/utils/asymptote/doc/loggrid.asy texlive-20210325-source/utils/asymptote/doc/logimage.asy texlive-20210325-source/utils/asymptote/doc/logo.asy texlive-20210325-source/utils/asymptote/doc/logticks.asy texlive-20210325-source/utils/asymptote/doc/makepen.asy texlive-20210325-source/utils/asymptote/doc/markers1.asy texlive-20210325-source/utils/asymptote/doc/markers2.asy texlive-20210325-source/utils/asymptote/doc/mexicanhat.asy texlive-20210325-source/utils/asymptote/doc/monthaxis.asy texlive-20210325-source/utils/asymptote/doc/multicontour.asy texlive-20210325-source/utils/asymptote/doc/ocg.sty texlive-20210325-source/utils/asymptote/doc/onecontour.asy texlive-20210325-source/utils/asymptote/doc/parametricgraph.asy texlive-20210325-source/utils/asymptote/doc/penfunctionimage.asy texlive-20210325-source/utils/asymptote/doc/penimage.asy texlive-20210325-source/utils/asymptote/doc/pixel.pdf texlive-20210325-source/utils/asymptote/doc/planes.asy texlive-20210325-source/utils/asymptote/doc/png/ texlive-20210325-source/utils/asymptote/doc/png/Makefile.in texlive-20210325-source/utils/asymptote/doc/png/asymptote.info texlive-20210325-source/utils/asymptote/doc/quartercircle.asy texlive-20210325-source/utils/asymptote/doc/reloadpdf.tex texlive-20210325-source/utils/asymptote/doc/saddle.asy texlive-20210325-source/utils/asymptote/doc/scaledgraph.asy texlive-20210325-source/utils/asymptote/doc/secondaryaxis.asy texlive-20210325-source/utils/asymptote/doc/secondaryaxis.csv texlive-20210325-source/utils/asymptote/doc/shadedtiling.asy texlive-20210325-source/utils/asymptote/doc/slopefield1.asy texlive-20210325-source/utils/asymptote/doc/square.asy texlive-20210325-source/utils/asymptote/doc/subpictures.asy texlive-20210325-source/utils/asymptote/doc/superpath.asy texlive-20210325-source/utils/asymptote/doc/tile.asy texlive-20210325-source/utils/asymptote/doc/triangulate.asy texlive-20210325-source/utils/asymptote/doc/unitcircle3.asy texlive-20210325-source/utils/asymptote/doc/vectorfield.asy texlive-20210325-source/utils/asymptote/doc/westnile.asy texlive-20210325-source/utils/asymptote/doc/westnile.csv texlive-20210325-source/utils/asymptote/doc/xasy.1x texlive-20210325-source/utils/asymptote/drawclipbegin.h texlive-20210325-source/utils/asymptote/drawclipend.h texlive-20210325-source/utils/asymptote/drawelement.h texlive-20210325-source/utils/asymptote/drawfill.cc texlive-20210325-source/utils/asymptote/drawfill.h texlive-20210325-source/utils/asymptote/drawgrestore.h texlive-20210325-source/utils/asymptote/drawgroup.h texlive-20210325-source/utils/asymptote/drawgsave.h texlive-20210325-source/utils/asymptote/drawimage.h texlive-20210325-source/utils/asymptote/drawlabel.cc texlive-20210325-source/utils/asymptote/drawlabel.h texlive-20210325-source/utils/asymptote/drawlayer.h texlive-20210325-source/utils/asymptote/drawpath.cc texlive-20210325-source/utils/*)gcalloc((n),sizeof(t)) | ^~~ dotsplines.c:425:19: note: in expansion of macro ?N_NEW? 425 | sd.Rank_box = N_NEW(i, boxf); | ^~~~~ rank.c: In function ?add_fast_edges?: ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ rank.c:1109:6: note: in expansion of macro ?elist_append? 1109 | elist_append(e, ND_out(n)); | ^~~~~~~~~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ rank.c:1109:6: note: in expansion of macro ?elist_append? 1109 | elist_append(e, ND_out(n)); | ^~~~~~~~~~~~ dotsplines.c:474:14: warning: declaration of ?e0? shadows a previous local [-Wshadow] 474 | edge_t* e0; | ^~ dotsplines.c:314:17: note: shadowed declaration is here 314 | edge_t *e, *e0, *e1, *ea, *eb, *le0, *le1, **edges = NULL; | ^~ ../../lib/common/memory.h:26:62: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ rank.c:1110:6: note: in expansion of macro ?elist_append? 1110 | elist_append(e, ND_in(aghead(e))); | ^~~~~~~~~~~~ In file included from dotsplines.c:17: ../../lib/common/memory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ dotsplines.c:479:14: note: in expansion of macro ?N_NEW? 479 | edgelist = N_NEW(cnt, edge_t*); | ^~~~~ ../../lib/common/memory.h:26:98: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 26 | #define ALLOC(size,ptr,type) (ptr? (type*)grealloc(ptr,(size)*sizeof(type)):(type*)gmalloc((size)*sizeof(type))) | ^ ../../lib/common/types.h:269:44: note: in expansion of macro ?ALLOC? 269 | #define elist_append(item,L) do {L.list = ALLOC(L.size + 2,L.list,edge_t*); L.list[L.size++] = item; L.list[L.size] = NULL;} while(0) | ^~~~~ rank.c:1110:6: note: in expansion of macro ?elist_append? 1110 | elist_append(e, ND_in(aghead(e))); | ^~~~~~~~~~~~ In file included from ../../lib/common/render.h:38, fromasymptote/drawpath.h texlive-20210325-source/utils/asymptote/drawpath3.cc texlive-20210325-source/utils/asymptote/drawpath3.h texlive-20210325-source/utils/asymptote/drawsurface.cc texlive-20210325-source/utils/asymptote/drawsurface.h texlive-20210325-source/utils/asymptote/drawverbatim.h texlive-20210325-source/utils/asymptote/entry.cc texlive-20210325-source/utils/asymptote/entry.h texlive-20210325-source/utils/asymptote/env.cc texlive-20210325-source/utils/asymptote/env.h texlive-20210325-source/utils/asymptote/envcompleter.cc texlive-20210325-source/utils/asymptote/envcompleter.h texlive-20210325-source/utils/asymptote/errormsg.cc texlive-20210325-source/utils/asymptote/errormsg.h texlive-20210325-source/utils/asymptote/errors texlive-20210325-source/utils/asymptote/errortest.asy texlive-20210325-source/utils/asymptote/examples/ texlive-20210325-source/utils/asymptote/examples/100d.pdb1 texlive-20210325-source/utils/asymptote/examples/100d.views texlive-20210325-source/utils/asymptote/examples/1overx.asy texlive-20210325-source/utils/asymptote/examples/BezierPatch.asy texlive-20210325-source/utils/asymptote/examples/BezierSaddle.asy texlive-20210325-source/utils/asymptote/examples/BezierSurface.asy texlive-20210325-source/utils/asymptote/examples/BezierTriangle.asy texlive-20210325-source/utils/asymptote/examples/Coons.asy texlive-20210325-source/utils/asymptote/examples/Gouraud.asy texlive-20210325-source/utils/asymptote/examples/Gouraudcontour.asy texlive-20210325-source/utils/asymptote/examples/Klein.asy texlive-20210325-source/utils/asymptote/examples/NURBScurve.asy texlive-20210325-source/utils/asymptote/examples/NURBSsphere.asy texlive-20210325-source/utils/asymptote/examples/NURBSsurface.asy texlive-20210325-source/utils/asymptote/examples/Pythagoras.asy texlive-20210325-source/utils/asymptote/examples/PythagoreanTree.asy texlive-20210325-source/utils/asymptote/examples/RiemannSphere.asy texlive-20210325-source/utils/asymptote/examples/RiemannSurface.asy texlive-20210325-source/utils/asymptote/examples/RiemannSurfaceRoot.asy texlive-20210325-source/utils/asymptote/examples/Sierpinski.asy texlive-20210325-source/utils/asymptote/examples/SierpinskiGasket.asy texlive-20210325-source/utils/asymptote/examples/SierpinskiSponge.asy texlive-20210325-source/utils/asymptote/examples/advection.asy texlive-20210325-source/utils/asymptote/examples/alignbox.asy texlive-20210325-source/utils/asymptote/examples/alignedaxis.asy texlive-20210325-source/utils/asymptote/examples/animations/ texlive-20210325-source/utils/asymptote/examples/animations/cube.asy texlive-20210325-source/utils/asymptote/examples/animations/dice.u3d texlive-20210325-source/utils/asymptote/examples/animations/earthmoon.asy texlive-20210325-source/utils/asymptote/examples/animations/embeddedmovie.asy texlive-20210325-source/utils/asymptote/examples/animations/embeddedu3d.asy texlive-20210325-source/utils/asymptote/examples/animations/externalmovie.asy texlive-20210325-source/utils/asymptote/examples/animations/glmovie.asy texlive-20210325-source/utils/asymptote/examples/animations/heatequation.asy texlive-20210325-source/utils/asymptote/examples/animations/inlinemovie.tex texlive-20210325-source/utils/asymptote/examples/animations/inlinemovie3.tex texlive-20210325-source/utils/asymptote/examples/animations/pdfmovie.asy texlive-20210325-source/utils/asymptote/examples/animations/slidemovies.asy texlive-20210325-source/utils/asymptote/examples/animations/sphere.asy texlive-20210325-source/utils/asymptote/examples/animations/torusanimation.asy texlive-20210325-source/utils/asymptote/examples/animations/wavepacket.asy texlive-20210325-source/utils/asymptote/examples/animations/wheel.asy texlive-20210325-source/utils/asymptote/examples/annotation.asy texlive-20210325-source/utils/asymptote/examples/arrows3.asy texlive-20210325-source/utils/asymptote/examples/axialshade.asy texlive-20210325-source/utils/asymptote/examples/bars3.asy texlive-20210325-source/utils/asymptote/examples/basealign.asy texlive-20210325-source/utils/asymptote/examples/billboard.asy texli ../../lib/dotgen/dot.h:15, from dotsplines.c:18: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:493:15: note: in expansion of macro ?ND_coord? 493 | sizey = ND_coord(GD_rank(g)[r-1].v[0]).y - ND_coord(n).y; | ^~~~~~~~ ../../lib/common/types.h:503:18: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 503 | #define ND_ht(n) (((Agnodeinfo_t*)AGDATA(n))->ht) | ^ dotsplines.c:495:15: note: in expansion of macro ?ND_ht? 495 | sizey = ND_ht(n); | ^~~~~ rank.c: In function ?my_init_graph?: rank.c:1116:63: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1116 | { int *sz = arg; (void)g; agbindrec(graph,"level graph rec",sz[0],TRUE); } | ~~^~~ ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:498:11: note: in expansion of macro ?ND_coord? 498 | sizey = ND_coord(n).y - ND_coord(GD_rank(g)[r+1].v[0]).y; | ^~~~~~~~ rank.c: In function ?my_init_node?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:501:13: note: in expansion of macro ?ND_coord? 501 | int upy = ND_coord(GD_rank(g)[r-1].v[0]).y - ND_coord(n).y; | ^~~~~~~~ rank.c:1118:61: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1118 | { int *sz = arg; (void)g; agbindrec(node,"level node rec",sz[1],TRUE); } | ~~^~~ rank.c: In function ?my_init_edge?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:502:14: note: in expansion of macro ?ND_coord? 502 | int dwny = ND_coord(n).y - ND_coord(GD_rank(g)[r+1].v[0]).y; | ^~~~~~~~ rank.c:1120:61: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 1120 | { int *sz = arg; (void)g; agbindrec(edge,"level edge rec",sz[2],TRUE); } | ~~^~~ rank.c: In function ?dot2_rank?: rank.c:1144:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1144 | maxiter = atof(s) * agnnodes(g); | ^~~~ dotsplines.c: In function ?cloneNode?: dotsplines.c:953:15: warning: conversion to ?int? from ?size_t? {aka ?unsigned int?} may change the sign of the result [-Wsign-conversion] 953 | int lbllen = strlen(ND_label(orign)->text); | ^~~~~~ In file included from dotsplines.c:17: dotsplines.c:954:34: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 954 | char* buf = N_GNEW(lbllen+3,char); ../../lib/common/memory.h:24:39: note: in definition of macro ?N_GNEW? 24 | #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^ dotsplines.c:947:43: warning: unused parameter ?flipped? [-Wunused-parameter] 947 | cloneNode (graph_t* g, node_t* orign, int flipped) | ~~~~^~~~~~~ In file included from dotsplines.c:17: dotsplines.c: In function ?makeSimpleFlatLabels?: ../../lib/common/mve-20210325-source/utils/asymptote/examples/buildcycle.asy texlive-20210325-source/utils/asymptote/examples/cardioid.asy texlive-20210325-source/utils/asymptote/examples/cards.asy texlive-20210325-source/utils/asymptote/examples/centroidfg.asy texlive-20210325-source/utils/asymptote/examples/cheese.asy texlive-20210325-source/utils/asymptote/examples/circles.asy texlive-20210325-source/utils/asymptote/examples/circumcircle.asy texlive-20210325-source/utils/asymptote/examples/clockarray.asy texlive-20210325-source/utils/asymptote/examples/coag.asy texlive-20210325-source/utils/asymptote/examples/colorpatch.asy texlive-20210325-source/utils/asymptote/examples/colorplanes.asy texlive-20210325-source/utils/asymptote/examples/condor.asy texlive-20210325-source/utils/asymptote/examples/cones.asy texlive-20210325-source/utils/asymptote/examples/conicurv.asy texlive-20210325-source/utils/asymptote/examples/contextfonts.asy texlive-20210325-source/utils/asymptote/examples/controlsystem.asy texlive-20210325-source/utils/asymptote/examples/cos2theta.asy texlive-20210325-source/utils/asymptote/examples/cos3.asy texlive-20210325-source/utils/asymptote/examples/cosaddition.asy texlive-20210325-source/utils/asymptote/examples/cpkcolors.asy texlive-20210325-source/utils/asymptote/examples/curvedlabel.asy texlive-20210325-source/utils/asymptote/examples/curvedlabel3.asy texlive-20210325-source/utils/asymptote/examples/cyclohexane.asy texlive-20210325-source/utils/asymptote/examples/cylinder.asy texlive-20210325-source/utils/asymptote/examples/delu.asy texlive-20210325-source/utils/asymptote/examples/dimension.asy texlive-20210325-source/utils/asymptote/examples/dragon.asy texlive-20210325-source/utils/asymptote/examples/electromagnetic.asy texlive-20210325-source/utils/asymptote/examples/elevation.asy texlive-20210325-source/utils/asymptote/examples/epix.asy texlive-20210325-source/utils/asymptote/examples/equilateral.asy texlive-20210325-source/utils/asymptote/examples/equilchord.asy texlive-20210325-source/utils/asymptote/examples/exp3.asy texlive-20210325-source/utils/asymptote/examples/extrudedcontour.asy texlive-20210325-source/utils/asymptote/examples/fano.asy texlive-20210325-source/utils/asymptote/examples/fequlogo.asy texlive-20210325-source/utils/asymptote/examples/fermi.asy texlive-20210325-source/utils/asymptote/examples/filesurface.asy texlive-20210325-source/utils/asymptote/examples/filesurface.dat texlive-20210325-source/utils/asymptote/examples/fillcontour.asy texlive-20210325-source/utils/asymptote/examples/fin.asy texlive-20210325-source/utils/asymptote/examples/fjortoft.asy texlive-20210325-source/utils/asymptote/examples/floatingdisk.asy texlive-20210325-source/utils/asymptote/examples/floor.asy texlive-20210325-source/utils/asymptote/examples/fractaltree.asy texlive-20210325-source/utils/asymptote/examples/functionshading.asy texlive-20210325-source/utils/asymptote/examples/galleon.asy texlive-20210325-source/utils/asymptote/examples/gamma.asy texlive-20210325-source/utils/asymptote/examples/gamma3.asy texlive-20210325-source/utils/asymptote/examples/genusthree.asy texlive-20210325-source/utils/asymptote/examples/genustwo.asy texlive-20210325-source/utils/asymptote/examples/grid.asy texlive-20210325-source/utils/asymptote/examples/hierarchy.asy texlive-20210325-source/utils/asymptote/examples/hyperboloid.asy texlive-20210325-source/utils/asymptote/examples/hyperboloidsilhouette.asy texlive-20210325-source/utils/asymptote/examples/imagehistogram.asy texlive-20210325-source/utils/asymptote/examples/impact.asy texlive-20210325-source/utils/asymptote/examples/integraltest.asy texlive-20210325-source/utils/asymptote/examples/interpolate1.asy texlive-20210325-source/utils/asymptote/examples/jump.asy texlive-20210325-source/utils/asymptote/examples/label3.asy texlive-20210325-source/utils/asymptote/examples/label3ribbon.asy texlive-20210325-source/utils/asymptote/examples/label3solid.asy texlive-20210325-source/utils/asymptote/examples/label3zoom.asy texlive-20210325-source/utils/asymptote/examples/labelbox.asy texlive-2021emory.h:21:38: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 21 | #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t)) | ^~~ dotsplines.c:1052:23: note: in expansion of macro ?N_NEW? 1052 | edge_t** earray = N_NEW(cnt, edge_t*); | ^~~~~ dotsplines.c:1058:20: warning: conversion to ?size_t? {aka ?unsigned int?} from ?int? may change the sign of the result [-Wsign-conversion] 1058 | qsort (earray, cnt, sizeof(edge_t*), (qsort_cmpf) edgelblcmpfn); | ^~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: dotsplines.c: In function ?make_flat_adj_edges?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:1292:14: note: in expansion of macro ?ND_coord? 1292 | rightx = ND_coord(hn).x; | ^~~~~~~~ ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:1293:13: note: in expansion of macro ?ND_coord? 1293 | leftx = ND_coord(tn).x; | ^~~~~~~~ dotsplines.c:1295:17: warning: declaration of ?n? shadows a previous local [-Wshadow] 1295 | node_t* n; | ^ dotsplines.c:1244:13: note: shadowed declaration is here 1244 | node_t* n; | ^ dotsplines.c:1329:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1329 | midx = (ND_coord(tn).x - ND_rw(tn) + ND_coord(hn).x + ND_lw(hn))/2; | ^ dotsplines.c:1330:12: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1330 | midy = (ND_coord(auxt).x + ND_coord(auxh).x)/2; | ^ dotsplines.c:1241:39: warning: unused parameter ?P? [-Wunused-parameter] 1241 | make_flat_adj_edges(graph_t* g, path* P, edge_t** edges, int ind, int cnt, edge_t* e0, | ~~~~~~^ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: dotsplines.c: In function ?make_flat_labeled_edge?: ../../lib/common/types.h:493:21: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 493 | #define ND_coord(n) (((Agnodeinfo_t*)AGDATA(n))->coord) | ^ dotsplines.c:1469:11: note: in expansion of macro ?ND_coord? 1469 | ydelta = ND_coord(ln).y - GD_rank(g)[ND_rank(tn)].ht1 - | ^~~~~~~~ dotsplines.c: In function ?make_flat_bottom_edges?: dotsplines.c:1503:31: warning: declaration of ?splines? shadows a global declaration [-Wshadow] 1503 | ind, int cnt, edge_t* e, int splines) | ~~~~^~~~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: ../../lib/common/types.h:118:7: note: shadowed declaration is here 118 | } splines; | ^~~~~~~ dotsplines.c: In function ?leftOf?: dotsplines.c:1698:9: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 1698 | d = ((p1.y - p2.y) * (p3.x - p2.x)) - | ^ dotsplines.c: In function ?make_regular_edge?: dotsplines.c:1855:6: warning: declaration of ?splines? shadows a global declaration [-Wshadow] 1855 | int splines = et == ET_SPLINE; | ^~~~~~~ In file included from ../../lib/common/render.h:38, from ../../lib/dotgen/dot.h:15, from dotsplines.c:18: ../../lib/common/types.h:118:7: note: 0325-source/utils/asymptote/examples/laserlattice.asy texlive-20210325-source/utils/asymptote/examples/latticeshading.asy texlive-20210325-source/utils/asymptote/examples/layers.asy texlive-20210325-source/utils/asymptote/examples/lever.asy texlive-20210325-source/utils/asymptote/examples/limit.asy texlive-20210325-source/utils/asymptote/examples/linearregression.asy texlive-20210325-source/utils/asymptote/examples/lines.asy texlive-20210325-source/utils/asymptote/examples/lmfit1.asy texlive-20210325-source/utils/asymptote/examples/log.asy texlive-20210325-source/utils/asymptote/examples/logdown.asy texlive-20210325-source/utils/asymptote/examples/logo3.asy texlive-20210325-source/utils/asymptote/examples/lowint.asy texlive-20210325-source/utils/asymptote/examples/lowupint.asy texlive-20210325-source/utils/asymptote/examples/magnetic.asy texlive-20210325-source/utils/asymptote/examples/markregular.asy texlive-20210325-source/utils/asymptote/examples/mergeExample.asy texlive-20210325-source/utils/asymptote/examples/mosaic.asy texlive-20210325-source/utils/asymptote/examples/mosquito.asy texlive-20210325-source/utils/asymptote/examples/near_earth.asy texlive-20210325-source/utils/asymptote/examples/odetest.asy texlive-20210325-source/utils/asymptote/examples/oneoverx.asy texlive-20210325-source/utils/asymptote/examples/orthocenter.asy texlive-20210325-source/utils/asymptote/examples/pOrbital.asy texlive-20210325-source/utils/asymptote/examples/parametricelevation.asy texlive-20210325-source/utils/asymptote/examples/parametricsurface.asy texlive-20210325-source/utils/asymptote/examples/partialsurface.asy texlive-20210325-source/utils/asymptote/examples/partitionExample.asy texlive-20210325-source/utils/asymptote/examples/pathintersectsurface.asy texlive-20210325-source/utils/asymptote/examples/pdb.asy texlive-20210325-source/utils/asymptote/examples/phase.asy texlive-20210325-source/utils/asymptote/examples/piicon.png texlive-20210325-source/utils/asymptote/examples/pipeintersection.asy texlive-20210325-source/utils/asymptote/examples/pipes.asy texlive-20210325-source/utils/asymptote/examples/planeproject.asy texlive-20210325-source/utils/asymptote/examples/polararea.asy texlive-20210325-source/utils/asymptote/examples/polarcircle.asy texlive-20210325-source/utils/asymptote/examples/polardatagraph.asy texlive-20210325-source/utils/asymptote/examples/poster.asy texlive-20210325-source/utils/asymptote/examples/progrid.asy texlive-20210325-source/utils/asymptote/examples/projectelevation.asy texlive-20210325-source/utils/asymptote/examples/projectrevolution.asy texlive-20210325-source/utils/asymptote/examples/pseudosphere.asy texlive-20210325-source/utils/asymptote/examples/quilt.asy texlive-20210325-source/utils/asymptote/examples/rainbow.asy texlive-20210325-source/utils/asymptote/examples/randompath3.asy texlive-20210325-source/utils/asymptote/examples/refs.bib texlive-20210325-source/utils/asymptote/examples/ring.asy texlive-20210325-source/utils/asymptote/examples/roll.asy texlive-20210325-source/utils/asymptote/examples/roundpath.asy texlive-20210325-source/utils/asymptote/examples/sacone.asy texlive-20210325-source/utils/asymptote/examples/sacone3D.asy texlive-20210325-source/utils/asymptote/examples/sacylinder.asy texlive-20210325-source/utils/asymptote/examples/sacylinder3D.asy texlive-20210325-source/utils/asymptote/examples/shade.asy texlive-20210325-source/utils/asymptote/examples/shadestroke.asy texlive-20210325-source/utils/asymptote/examples/shellmethod.asy texlive-20210325-source/utils/asymptote/examples/shellsqrtx01.asy texlive-20210325-source/utils/asymptote/examples/sin1x.asy texlive-20210325-source/utils/asymptote/examples/sin3.asy texlive-20210325-source/utils/asymptote/examples/sinc.asy texlive-20210325-source/utils/asymptote/examples/sinxlex.asy texlive-20210325-source/utils/asymptote/examples/slidedemo.asy texlive-20210325-source/utils/asymptote/examples/slidedemo_.bbl texlive-20210325-source/utils/asymptote/examples/slope.asy texlive-20210325-source/utils/asymptote/examples/smoothelevation.asy texlive-shadowed declaration is here 118 | } splines; | ^~~~~~~ In file included from dotsplines.c:17: ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ dotsplines.c:1917:13: note: in expansion of macro ?RALLOC? 1917 | pointfs = RALLOC(numpts, pointfs, pointf); | ^~~~~~ ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ dotsplines.c:1965:16: note: in expansion of macro ?RALLOC? 1965 | pointfs = RALLOC(numpts, pointfs, pointf); | ^~~~~~ ../../lib/common/memory.h:27:58: warning: conversion to ?unsigned int? from ?int? may change the sign of the result [-Wsign-conversion] 27 | #define RALLOC(size,ptr,type) ((type*)grealloc(ptr,(size)*sizeof(type))) | ^ dotsplines.c:1986:13: note: in expansion of macro ?RALLOC? 1986 | pointfs2 = RALLOC(numpts2, pointfs2, pointf); | ^~~~~~ dotsplines.c: In function ?completeregularpath?: dotsplines.c:2012:21: warning: unused parameter ?flag? [-Wunused-parameter] 2012 | int boxn, int flag) | ~~~~^~~~ dotsplines.c: In function ?makeregularend?: dotsplines.c:2122:5: warning: switch missing default case [-Wswitch-default] 2122 | switch (side) { | ^~~~~~ dotsplines.c: In function ?adjustregularpath?: dotsplines.c:2253:7: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2253 | x = (bp1->LL.x + bp1->UR.x) / 2; | ^ dotsplines.c:2258:7: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2258 | x = (bp1->LL.x + bp1->UR.x) / 2; | ^ dotsplines.c: In function ?rank_box?: dotsplines.c:2285:16: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2285 | if (b.LL.x == b.UR.x) { | ^~ dotsplines.c: In function ?straight_len?: dotsplines.c:2312:20: warning: comparing floating-point with ?==? or ?!=? is unsafe [-Wfloat-equal] 2312 | if (ND_coord(v).x != ND_coord(n).x) | ^~ dotsplines.c: In function ?recover_slack?: dotsplines.c:2349:34: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2349 | resize_vn(vn, p->boxes[b].LL.x, p->boxes[b].UR.x, | ~~~~~~~~~~~~~~^~ dotsplines.c:2349:52: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2349 | resize_vn(vn, p->boxes[b].LL.x, p->boxes[b].UR.x, | ~~~~~~~~~~~~~~^~ dotsplines.c:2350:26: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2350 | p->boxes[b].UR.x + ND_rw(vn)); dotsplines.c:2352:34: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2352 | resize_vn(vn, p->boxes[b].LL.x, (p->boxes[b].LL.x + | ~~~~~~~~~~~~~~^~ dotsplines.c:2353:29: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2352 | resize_vn(vn, p->boxes[b].LL.x, (p->boxes[b].LL.x + | ~~~~~~~~~~~~~~~~~~~ 2353 | p->boxes[b].UR.x) / 2, | ~~~~~~~~~~~~~~~~~~^~~ dotsplines.c:2354:23: warning: conversion from ?double? to ?int? may change value [-Wfloat-conversion] 2354 | p->boxes[b].UR.x); | ~~~~~~~~~~~~~~^~ 20210325-source/utils/asymptote/examples/soccerball.asy texlive-20210325-source/utils/asymptote/examples/spectrum.asy texlive-20210325-source/utils/asymptote/examples/sphere.asy texlive-20210325-source/utils/asymptote/examples/spheresilhouette.asy texlive-20210325-source/utils/asymptote/examples/sphereskeleton.asy texlive-20210325-source/utils/asymptote/examples/sphericalharmonic.asy texlive-20210325-source/utils/asymptote/examples/spiral.asy texlive-20210325-source/utils/asymptote/examples/spiral3.asy texlive-20210325-source/utils/asymptote/examples/spline.asy texlive-20210325-source/utils/asymptote/examples/splitpatch.asy texlive-20210325-source/utils/asymptote/examples/spring.asy texlive-20210325-source/utils/asymptote/examples/spring0.asy texlive-20210325-source/utils/asymptote/examples/spring2.asy texlive-20210325-source/utils/asymptote/examples/sqrtx01.asy texlive-20210325-source/utils/asymptote/examples/sqrtx01y1.asy texlive-20210325-source/utils/asymptote/examples/star.asy texlive-20210325-source/utils/asymptote/examples/stereoscopic.asy texlive-20210325-source/utils/asymptote/examples/stroke3.asy texlive-20210325-source/utils/asymptote/examples/strokepath.asy texlive-20210325-source/utils/asymptote/examples/strokeshade.asy texlive-20210325-source/utils/asymptote/examples/tanh.asy texlive-20210325-source/utils/asymptote/examples/teapot.asy texlive-20210325-source/utils/asymptote/examples/tensor.asy texlive-20210325-source/utils/asymptote/examples/tetra.asy texlive-20210325-source/utils/asymptote/examples/textpath.asy texlive-20210325-source/utils/asymptote/examples/thermodynamics.asy texlive-20210325-source/utils/asymptote/examples/threeviews.asy texlive-20210325-source/utils/asymptote/examples/tiling.asy texlive-20210325-source/utils/asymptote/examples/torus.asy texlive-20210325-source/utils/asymptote/examples/transparency.asy texlive-20210325-source/utils/asymptote/examples/transparentCubes.asy texlive-20210325-source/utils/asymptote/examples/treetest.asy texlive-20210325-source/utils/asymptote/examples/trefoilknot.asy texlive-20210325-source/utils/asymptote/examples/triads.asy texlive-20210325-source/utils/asymptote/examples/triangle.asy texlive-20210325-source/utils/asymptote/examples/triangles.asy texlive-20210325-source/utils/asymptote/examples/triceratops.asy texlive-20210325-source/utils/asymptote/examples/trumpet.asy texlive-20210325-source/utils/asymptote/examples/truncatedIcosahedron.asy texlive-20210325-source/utils/asymptote/examples/tvgen.asy texlive-20210325-source/utils/asymptote/examples/twistedtubes.asy texlive-20210325-source/utils/asymptote/examples/uhrturm.obj texlive-20210325-source/utils/asymptote/examples/unitcircle.asy texlive-20210325-source/utils/asymptote/examples/unitoctant.asy texlive-20210325-source/utils/asymptote/examples/unitoctantx.asy texlive-20210325-source/utils/asymptote/examples/upint.asy texlive-20210325-source/utils/asymptote/examples/vectorfield3.asy texlive-20210325-source/utils/asymptote/examples/vectorfieldsphere.asy texlive-20210325-source/utils/asymptote/examples/venn.asy texlive-20210325-source/utils/asymptote/examples/venn3.asy texlive-20210325-source/utils/asymptote/examples/vertexshading.asy texlive-20210325-source/utils/asymptote/examples/washer.asy texlive-20210325-source/utils/asymptote/examples/washermethod.asy texlive-20210325-source/utils/asymptote/examples/wedge.asy texlive-20210325-source/utils/asymptote/examples/workcone.asy texlive-20210325-source/utils/asymptote/examples/worksheet.asy texlive-20210325-source/utils/asymptote/examples/worldmap.asy texlive-20210325-source/utils/asymptote/examples/worldmap.dat texlive-20210325-source/utils/asymptote/examples/xsin1x.asy texlive-20210325-source/utils/asymptote/examples/xstitch.asy texlive-20210325-source/utils/asymptote/examples/xxsq01.asy texlive-20210325-source/utils/asymptote/examples/xxsq01x-1.asy texlive-20210325-source/utils/asymptote/examples/xxsq01y.asy texlive-20210325-source/utils/asymptote/examples/yingyang.asy texlive-20210325-source/utils/asymptote/exp.cc texlive-20210325-source/utils/asymptote/exp.h texlive-20210325-source/utils/asymptote/fftw++.cc texlive-20210325-source/utils/asymptote/fftw++.h texlive-20210325-source/utils/asymptote/fftw++asy.cc texlive-20210325-source/utils/asymptote/fileio.cc texlive-20210325-source/utils/asymptote/fileio.h texlive-20210325-source/utils/asymptote/findsym.pl texlive-20210325-source/utils/asymptote/flatguide.cc texlive-20210325-source/utils/asymptote/flatguide.h texlive-20210325-source/utils/asymptote/fpu.h texlive-20210325-source/utils/asymptote/frame.h texlive-20210325-source/utils/asymptote/fundec.cc texlive-20210325-source/utils/asymptote/fundec.h texlive-20210325-source/utils/asymptote/gc-8.0.4.tar.gz texlive-20210325-source/utils/asymptote/genv.cc texlive-20210325-source/utils/asymptote/genv.h texlive-20210325-source/utils/asymptote/getopt.c texlive-20210325-source/utils/asymptote/getopt.h texlive-20210325-source/utils/asymptote/getopt1.c texlive-20210325-source/utils/asymptote/gl-matrix-2.4.0-pruned/ texlive-20210325-source/utils/asymptote/gl-matrix-2.4.0-pruned/LICENSE.js texlive-20210325-source/utils/asymptote/gl-matrix-2.4.0-pruned/dist/ texlive-20210325-source/utils/asymptote/gl-matrix-2.4.0-pruned/dist/gl-matrix.js texlive-20210325-source/utils/asymptote/glew.c texlive-20210325-source/utils/asymptote/glrender.cc texlive-20210325-source/utils/asymptote/glrender.h texlive-20210325-source/utils/asymptote/gsl.cc texlive-20210325-source/utils/asymptote/guide.cc texlive-20210325-source/utils/asymptote/guide.h texlive-20210325-source/utils/asymptote/guideflags.h texlive-20210325-source/utils/asymptote/impdatum.cc texlive-20210325-source/utils/asymptote/inst.h texlive-20210325-source/utils/asymptote/install-sh texlive-20210325-source/utils/asymptote/interact.cc texlive-20210325-source/utils/asymptote/interact.h texlive-20210325-source/utils/asymptote/item.h texlive-20210325-source/utils/asymptote/jsfile.cc texlive-20210325-source/utils/asymptote/jsfile.h texlive-20210325-source/utils/asymptote/keywords.cc texlive-20210325-source/utils/asymptote/keywords.pl texlive-20210325-source/utils/asymptote/knot.cc texlive-20210325-source/utils/asymptote/knot.h texlive-20210325-source/utils/asymptote/lex.yy.cc texlive-20210325-source/utils/asymptote/lexical.h texlive-20210325-source/utils/asymptote/libatomic_ops-7.6.10.tar.gz texlive-20210325-source/utils/asymptote/lnkX64IconFix.nsh texlive-20210325-source/utils/asymptote/locate.cc texlive-20210325-source/utils/asymptote/locate.h texlive-20210325-source/utils/asymptote/main.cc texlive-20210325-source/utils/asymptote/material.h texlive-20210325-source/utils/asymptote/mathop.h texlive-20210325-source/utils/asymptote/memory.h texlive-20210325-source/utils/asymptote/mod.h texlive-20210325-source/utils/asymptote/modifier.h texlive-20210325-source/utils/asymptote/name.cc texlive-20210325-source/utils/asymptote/name.h texlive-20210325-source/utils/asymptote/newexp.cc texlive-20210325-source/utils/asymptote/newexp.h texlive-20210325-source/utils/asymptote/opcodes.h texlive-20210325-source/utils/asymptote/opsymbols.pl texlive-20210325-source/utils/asymptote/pair.h texlive-20210325-source/utils/asymptote/parser.cc texlive-20210325-source/utils/asymptote/parser.h texlive-20210325-source/utils/asymptote/patches/ texlive-20210325-source/utils/asymptote/patches/README texlive-20210325-source/utils/asymptote/patches/bison.patch texlive-20210325-source/utils/asymptote/patches/cygwin_freeglut-3.0.0.patch texlive-20210325-source/utils/asymptote/patches/dvipdf texlive-20210325-source/utils/asymptote/patches/fixmem.reg texlive-20210325-source/utils/asymptote/patches/flex.patch texlive-20210325-source/utils/asymptote/patches/gc-7.0nomem.patch texlive-20210325-source/utils/asymptote/patches/gc6.8_AIX.patch texlive-20210325-source/utils/asymptote/patches/gcc3.3.2curses.patch texlive-20210325-source/utils/asymptote/patches/gl-matrix-2.4.0-pruned.patch texlive-20210325-source/utils/asymptote/path.cc texlive-20210325-source/utils/asymptote/path.h texlive-20210325-source/utils/asymptote/path3.cc texlive-20210325-source/utils/asymptote/path3.h texlive-20210325-source/utils/asymptote/pen.cc texlive-20210325-source/utils/asymptote/pen.h texlive-20210325-source/utils/asymptote/picture.cc texlive-20210325-source/utils/asymptote/picture.h texlive-20210325-source/utils/asymptote/pipestream.cc texlive-20210325-source/utils/asymptote/pipestream.h texlive-20210325-source/utils/asymptote/policy.h texlive-20210325-source/utils/asymptote/prc/ texlive-20210325-source/utils/asymptote/prc/Makefile texlive-20210325-source/utils/asymptote/prc/PRC.h texlive-20210325-source/utils/asymptote/prc/PRCTools/ texlive-20210325-source/utils/asymptote/prc/PRCTools/Makefile texlive-20210325-source/utils/asymptote/prc/PRCTools/bitData.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/bitData.h texlive-20210325-source/utils/asymptote/prc/PRCTools/bitSearchDouble.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/bitSearchUI.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/describeMain.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/describePRC.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/describePRC.h texlive-20210325-source/utils/asymptote/prc/PRCTools/extractSections.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/iPRCFile.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/iPRCFile.h texlive-20210325-source/utils/asymptote/prc/PRCTools/inflation.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/inflation.h texlive-20210325-source/utils/asymptote/prc/PRCTools/inflationMain.cc texlive-20210325-source/utils/asymptote/prc/PRCTools/makePRC.cc texlive-20210325-source/utils/asymptote/prc/PRCbitStream.cc texlive-20210325-source/utils/asymptote/prc/PRCbitStream.h texlive-20210325-source/utils/asymptote/prc/PRCdouble.cc texlive-20210325-source/utils/asymptote/prc/PRCdouble.h texlive-20210325-source/utils/asymptote/prc/oPRCFile.cc texlive-20210325-source/utils/asymptote/prc/oPRCFile.h texlive-20210325-source/utils/asymptote/prc/test.asy texlive-20210325-source/utils/asymptote/prc/test.cc texlive-20210325-source/utils/asymptote/prc/writePRC.cc texlive-20210325-source/utils/asymptote/prc/writePRC.h texlive-20210325-source/utils/asymptote/prcfile.h texlive-20210325-source/utils/asymptote/predicates.cc texlive-20210325-source/utils/asymptote/predicates.h texlive-20210325-source/utils/asymptote/primitives.h texlive-20210325-source/utils/asymptote/process.cc texlive-20210325-source/utils/asymptote/process.h texlive-20210325-source/utils/asymptote/profile.py texlive-20210325-source/utils/asymptote/profiler.h texlive-20210325-source/utils/asymptote/program.cc texlive-20210325-source/utils/asymptote/program.h texlive-20210325-source/utils/asymptote/psfile.cc texlive-20210325-source/utils/asymptote/psfile.h texlive-20210325-source/utils/asymptote/record.cc texlive-20210325-source/utils/asymptote/record.h texlive-20210325-source/utils/asymptote/refaccess.cc texlive-20210325-source/utils/asymptote/refaccess.h texlive-20210325-source/utils/asymptote/revision.cc texlive-20210325-source/utils/asymptote/rounding.h texlive-20210325-source/utils/asymptote/runarray.cc texlive-20210325-source/utils/asymptote/runarray.h texlive-20210325-source/utils/asymptote/runarray.in texlive-20210325-source/utils/asymptote/runbacktrace.cc texlive-20210325-source/utils/asymptote/runbacktrace.h texlive-20210325-source/utils/asymptote/runbacktrace.in texlive-20210325-source/utils/asymptote/runfile.cc texlive-20210325-source/utils/asymptote/runfile.h texlive-20210325-source/utils/asymptote/runfile.in texlive-20210325-source/utils/asymptote/runhistory.cc texlive-20210325-source/utils/asymptote/runhistory.h texlive-20210325-source/utils/asymptote/runhistory.in texlive-20210325-source/utils/asymptote/runlabel.cc texlive-20210325-source/utils/asymptote/runlabel.h texlive-20210325-source/utils/asymptote/runlabel.in texlive-20210325-source/utils/asymptote/runmath.cc texlive-20210325-source/utils/asymptote/runmath.h texlive-20210325-source/utils/asymptote/runmath.in texlive-20210325-source/utils/asymptote/runpair.cc texlive-20210325-source/utils/asymptote/runpair.h texlive-20210325-source/utils/asymptote/runpair.in texlive-20210325-source/utils/asymptote/runpath.cc texlive-20210325-source/utils/asymptote/runpath.h texlive-20210325-source/utils/asymptote/runpath.in texlive-20210325-source/utils/asymptote/runpath3d.cc texlive-20210325-source/utils/asymptote/runpath3d.h texlive-20210325-source/utils/asymptote/runpath3d.in texlive-20210325-source/utils/asymptote/runpicture.cc texlive-20210325-source/utils/asymptote/runpicture.h texlive-20210325-source/utils/asymptote/runpicture.in texlive-20210325-source/utils/asymptote/runstring.cc texlive-20210325-source/utils/asymptote/runstring.h texlive-20210325-source/utils/asymptote/runstring.in texlive-20210325-source/utils/asymptote/runsystem.cc texlive-20210325-source/utils/asymptote/runsystem.h texlive-20210325-source/utils/asymptote/runsystem.in texlive-20210325-source/utils/asymptote/runtime.cc texlive-20210325-source/utils/asymptote/runtime.h texlive-20210325-source/utils/asymptote/runtime.in texlive-20210325-source/utils/asymptote/runtime.pl texlive-20210325-source/utils/asymptote/runtimebase.in texlive-20210325-source/utils/asymptote/runtriple.cc texlive-20210325-source/utils/asymptote/runtriple.h texlive-20210325-source/utils/asymptote/runtriple.in texlive-20210325-source/utils/asymptote/seconds.h texlive-20210325-source/utils/asymptote/settings.cc texlive-20210325-source/utils/asymptote/settings.h texlive-20210325-source/utils/asymptote/shaders.cc texlive-20210325-source/utils/asymptote/shaders.h texlive-20210325-source/utils/asymptote/simpson.cc texlive-20210325-source/utils/asymptote/stack.cc texlive-20210325-source/utils/asymptote/stack.h texlive-20210325-source/utils/asymptote/statistics.h texlive-20210325-source/utils/asymptote/stm.cc texlive-20210325-source/utils/asymptote/stm.h texlive-20210325-source/utils/asymptote/symbol.cc texlive-20210325-source/utils/asymptote/symbol.h texlive-20210325-source/utils/asymptote/table.h texlive-20210325-source/utils/asymptote/tests/ texlive-20210325-source/utils/asymptote/tests/Makefile texlive-20210325-source/utils/asymptote/tests/TestLib.asy texlive-20210325-source/utils/asymptote/tests/arith/ texlive-20210325-source/utils/asymptote/tests/arith/integer.asy texlive-20210325-source/utils/asymptote/tests/arith/pair.asy texlive-20210325-source/utils/asymptote/tests/arith/random.asy texlive-20210325-source/utils/asymptote/tests/arith/real.asy texlive-20210325-source/utils/asymptote/tests/arith/roots.asy texlive-20210325-source/utils/asymptote/tests/arith/transform.asy texlive-20210325-source/utils/asymptote/tests/arith/triple.asy texlive-20210325-source/utils/asymptote/tests/array/ texlive-20210325-source/utils/asymptote/tests/array/array.asy texlive-20210325-source/utils/asymptote/tests/array/delete.asy texlive-20210325-source/utils/asymptote/tests/array/determinant.asy texlive-20210325-source/utils/asymptote/tests/array/fields.asy texlive-20210325-source/utils/asymptote/tests/array/slice.asy texlive-20210325-source/utils/asymptote/tests/array/solve.asy texlive-20210325-source/utils/asymptote/tests/array/sort.asy texlive-20210325-source/utils/asymptote/tests/array/transpose.asy texlive-20210325-source/utils/asymptote/tests/bench/ texlive-20210325-source/utils/asymptote/tests/bench/6000circles.asy texlive-20210325-source/utils/asymptote/tests/frames/ texlive-20210325-source/utils/asymptote/tests/frames/loop.asy texlive-20210325-source/utils/asymptote/tests/frames/stat.asy texlive-20210325-source/utils/asymptote/tests/frames/stat2.asy texlive-20210325-source/utils/asymptote/tests/gc/ texlive-20210325-source/utils/asymptote/tests/gc/array.asy texlive-20210325-source/utils/asymptote/tests/gc/file.asy texlive-20210325-source/utils/asymptote/tests/gc/funcall.asy texlive-20210325-source/utils/asymptote/tests/gc/guide.asy texlive-20210325-source/utils/asymptote/tests/gc/label.asy texlive-20210325-source/utils/asymptote/tests/gc/path.asy texlive-20210325-source/utils/asymptote/tests/gc/pen.asy texlive-20210325-source/utils/asymptote/tests/gc/shipout.asy texlive-20210325-source/utils/asymptote/tests/gc/string.asy texlive-20210325-source/utils/asymptote/tests/gc/struct.asy texlive-20210325-source/utils/asymptote/tests/gc/transform.asy texlive-20210325-source/utils/asymptote/tests/gs/ texlive-20210325-source/utils/asymptote/tests/gs/ghostscript.asy texlive-20210325-source/utils/asymptote/tests/gsl/ texlive-20210325-source/utils/asymptote/tests/gsl/random.asy texlive-20210325-source/utils/asymptote/tests/imp/ texlive-20210325-source/utils/asymptote/tests/imp/unravel.asy texlive-20210325-source/utils/asymptote/tests/output/ texlive-20210325-source/utils/asymptote/tests/output/Makefile texlive-20210325-source/utils/asymptote/tests/output/circle.asy texlive-20210325-source/utils/asymptote/tests/output/line.asy texlive-20210325-source/utils/asymptote/tests/pic/ texlive-20210325-source/utils/asymptote/tests/pic/trans.asy texlive-20210325-source/utils/asymptote/tests/string/ texlive-20210325-source/utils/asymptote/tests/string/erase.asy texlive-20210325-source/utils/asymptote/tests/string/find.asy texlive-20210325-source/utils/asymptote/tests/string/insert.asy texlive-20210325-source/utils/asymptote/tests/string/length.asy texlive-20210325-source/utils/asymptote/tests/string/rfind.asy texlive-20210325-source/utils/asymptote/tests/string/substr.asy texlive-20210325-source/utils/asymptote/tests/types/ texlive-20210325-source/utils/asymptote/tests/types/cast.asy texlive-20210325-source/utils/asymptote/tests/types/constructor.asy texlive-20210325-source/utils/asymptote/tests/types/ecast.asy texlive-20210325-source/utils/asymptote/tests/types/guide.asy texlive-20210325-source/utils/asymptote/tests/types/init.asy texlive-20210325-source/utils/asymptote/tests/types/keyword.asy texlive-20210325-source/utils/asymptote/tests/types/order.asy texlive-20210325-source/utils/asymptote/tests/types/resolve.asy texlive-20210325-source/utils/asymptote/tests/types/shadow.asy texlive-20210325-source/utils/asymptote/tests/types/spec.asy texlive-20210325-source/utils/asymptote/tests/types/var.asy texlive-20210325-source/utils/asymptote/texfile.cc texlive-20210325-source/utils/asymptote/texfile.h texlive-20210325-source/utils/asymptote/tr.cc texlive-20210325-source/utils/asymptote/tr.h texlive-20210325-source/utils/asymptote/transform.h texlive-20210325-source/utils/asymptote/triple.h texlive-20210325-source/utils/asymptote/types.cc texlive-20210325-source/utils/asymptote/types.h texlive-20210325-source/utils/asymptote/util.cc texlive-20210325-source/utils/asymptote/util.h texlive-20210325-source/utils/asymptote/varinit.cc texlive-20210325-source/utils/asymptote/varinit.h texlive-20210325-source/utils/asymptote/virtualfieldaccess.cc texlive-20210325-source/utils/asymptote/virtualfieldaccess.h texlive-20210325-source/utils/asymptote/vm.h texlive-20210325-source/utils/asymptote/wce texlive-20210325-source/utils/asymptote/webgl/ texlive-20210325-source/utils/asymptote/webgl/fragment.glsl texlive-20210325-source/utils/asymptote/webgl/gl.js texlive-20210325-source/utils/asymptote/webgl/license texlive-20210325-source/utils/asymptote/webgl/vertex.glsl texlive-20210325-source/utils/asymptote/xstream.h texlive-20210325-source/utils/autosp/ texlive-20210325-source/utils/autosp/ChangeLog texlive-20210325-source/utils/autosp/Makefile.am texlive-20210325-source/utils/autosp/Makefile.in texlive-20210325-source/utils/autosp/TLpatches/ texlive-20210325-source/utils/autosp/TLpatches/ChangeLog texlive-20210325-source/utils/autosp/ac/ texlive-20210325-source/utils/autosp/ac/withenable.ac texlive-20210325-source/utils/autosp/aclocal.m4 texlive-20210325-source/utils/autosp/autosp-src/ texlive-20210325-source/utils/autosp/autosp-src/AUTHORS texlive-20210325-source/utils/autosp/autosp-src/COPYING texlive-20210325-source/utils/autosp/autosp-src/ChangeLog texlive-20210325-source/utils/autosp/autosp-src/INSTALL texlive-20210325-source/utils/autosp/autosp-src/Makefile.am texlive-20210325-source/utils/autosp/autosp-src/Makefile.in texlive-20210325-source/utils/autosp/autosp-src/NEWS texlive-20210325-source/utils/autosp/autosp-src/README texlive-20210325-source/utils/autosp/autosp-src/aclocal.m4 texlive-20210325-source/utils/autosp/autosp-src/autosp.1 texlive-20210325-source/utils/autosp/autosp-src/autosp.c texlive-20210325-source/utils/autosp/autosp-src/autosp.h texlive-20210325-source/utils/autosp/autosp-src/autosp.test texlive-20210325-source/utils/autosp/autosp-src/compile texlive-20210325-source/utils/autosp/autosp-src/config.h.in texlive-20210325-source/utils/autosp/autosp-src/configure texlive-20210325-source/utils/autosp/autosp-src/configure.ac texlive-20210325-source/utils/autosp/autosp-src/depcomp texlive-20210325-source/utils/autosp/autosp-src/install-sh texlive-20210325-source/utils/autosp/autosp-src/missing texlive-20210325-source/utils/autosp/autosp-src/process_command.c texlive-20210325-source/utils/autosp/autosp-src/process_command.h texlive-20210325-source/utils/autosp/autosp-src/process_score.c texlive-20210325-source/utils/autosp/autosp-src/process_score.h texlive-20210325-source/utils/autosp/autosp-src/rebar.1 texlive-20210325-source/utils/autosp/autosp-src/rebar.c texlive-20210325-source/utils/autosp/autosp-src/rebar.test texlive-20210325-source/utils/autosp/autosp-src/spacing_note.c texlive-20210325-source/utils/autosp/autosp-src/status.c texlive-20210325-source/utils/autosp/autosp-src/test-driver texlive-20210325-source/utils/autosp/autosp-src/tests/ texlive-20210325-source/utils/autosp/autosp-src/tests/quod2.aspc texlive-20210325-source/utils/autosp/autosp-src/tests/quod2.tex texlive-20210325-source/utils/autosp/autosp-src/tests/quod3.aspc texlive-20210325-source/utils/autosp/autosp-src/tests/quod4.aspc texlive-20210325-source/utils/autosp/autosp-src/tests/quod4.tex texlive-20210325-source/utils/autosp/autosp-src/tex2aspc.1 texlive-20210325-source/utils/autosp/autosp-src/tex2aspc.c texlive-20210325-source/utils/autosp/autosp-src/tex2aspc.test texlive-20210325-source/utils/autosp/autosp-src/utils.c texlive-20210325-source/utils/autosp/autosp-src/utils.h texlive-20210325-source/utils/autosp/autosp-src/xtuplet.c texlive-20210325-source/utils/autosp/configure texlive-20210325-source/utils/autosp/configure.ac texlive-20210325-source/utils/axodraw2/ texlive-20210325-source/utils/axodraw2/ChangeLog texlive-20210325-source/utils/axodraw2/Makefile.am texlive-20210325-source/utils/axodraw2/Makefile.in texlive-20210325-source/utils/axodraw2/TLpatches/ texlive-20210325-source/utils/axodraw2/TLpatches/TL-Changes texlive-20210325-source/utils/axodraw2/ac/ texlive-20210325-source/utils/axodraw2/ac/withenable.ac texlive-20210325-source/utils/axodraw2/aclocal.m4 texlive-20210325-source/utils/axodraw2/axodraw2-src/ texlive-20210325-source/utils/axodraw2/axodraw2-src/AUTHORS texlive-20210325-source/utils/axodraw2/axodraw2-src/COPYING texlive-20210325-source/utils/axodraw2/axodraw2-src/ChangeLog texlive-20210325-source/utils/axodraw2/axodraw2-src/INSTALL texlive-20210325-source/utils/axodraw2/axodraw2-src/Makefile.am texlive-20210325-source/utils/axodraw2/axodraw2-src/NEWS texlive-20210325-source/utils/axodraw2/axodraw2-src/README texlive-20210325-source/utils/axodraw2/axodraw2-src/axodraw2-man.pdf texlive-20210325-source/utils/axodraw2/axodraw2-src/axodraw2-man.tex texlive-20210325-source/utils/axodraw2/axodraw2-src/axodraw2.sty texlive-20210325-source/utils/axodraw2/axodraw2-src/axohelp-big.test texlive-20210325-source/utils/axodraw2/axodraw2-src/axohelp.1 texlive-20210325-source/utils/axodraw2/axodraw2-src/axohelp.c texlive-20210325-source/utils/axodraw2/axodraw2-src/axohelp.test texlive-20210325-source/utils/axodraw2/axodraw2-src/configure.ac texlive-20210325-source/utils/axodraw2/axodraw2-src/example.tex texlive-20210325-source/utils/axodraw2/axodraw2-src/test-big.ax1 texlive-20210325-source/utils/axodraw2/axodraw2-src/test-big.ax2-std texlive-20210325-source/utils/axodraw2/axodraw2-src/test.ax1 texlive-20210325-source/utils/axodraw2/axodraw2-src/test.ax2-std texlive-20210325-source/utils/axodraw2/configure texlive-20210325-source/utils/axodraw2/configure.ac texlive-20210325-source/utils/configure texlive-20210325-source/utils/configure.ac texlive-20210325-source/utils/devnag/ texlive-20210325-source/utils/devnag/AUTHORS texlive-20210325-source/utils/devnag/COPYING texlive-20210325-source/utils/devnag/ChangeLog texlive-20210325-source/utils/devnag/INSTALL texlive-20210325-source/utils/devnag/Makefile.am texlive-20210325-source/utils/devnag/Makefile.in texlive-20210325-source/utils/devnag/ac/ texlive-20210325-source/utils/devnag/ac/withenable.ac texlive-20210325-source/utils/devnag/aclocal.m4 texlive-20210325-source/utils/devnag/config.h.in texlive-20210325-source/utils/devnag/configure texlive-20210325-source/utils/devnag/configure.ac texlive-20210325-source/utils/devnag/devnag.1 texlive-20210325-source/utils/devnag/src/ texlive-20210325-source/utils/devnag/src/devnag.c texlive-20210325-source/utils/devnag/tests/ texlive-20210325-source/utils/devnag/tests/captions.dn texlive-20210325-source/utils/devnag/tests/captions.tex texlive-20210325-source/utils/devnag/tests/devnag.test texlive-20210325-source/utils/devnag/tests/examples.dn texlive-20210325-source/utils/devnag/tests/examples.tex texlive-20210325-source/utils/devnag/tests/misspaal.dn texlive-20210325-source/utils/devnag/tests/misspaal.tex texlive-20210325-source/utils/devnag/tests/vedasample.dn texlive-20210325-source/utils/devnag/tests/vedasample.tex texlive-20210325-source/utils/lacheck/ texlive-20210325-source/utils/lacheck/ChangeLog texlive-20210325-source/utils/lacheck/Makefile.am texlive-20210325-source/utils/lacheck/Makefile.in texlive-20210325-source/utils/lacheck/README texlive-20210325-source/utils/lacheck/ac/ texlive-20210325-source/utils/lacheck/ac/withenable.ac texlive-20210325-source/utils/lacheck/aclocal.m4 texlive-20210325-source/utils/lacheck/config.h.in texlive-20210325-source/utils/lacheck/configure texlive-20210325-source/utils/lacheck/configure.ac texlive-20210325-source/utils/lacheck/lacheck.c texlive-20210325-source/utils/lacheck/lacheck.hlp texlive-20210325-source/utils/lacheck/lacheck.l texlive-20210325-source/utils/lacheck/lacheck.man texlive-20210325-source/utils/lacheck/lacheck.test texlive-20210325-source/utils/lacheck/make_vms.com texlive-20210325-source/utils/lacheck/test-def.test texlive-20210325-source/utils/lacheck/test-def.tex texlive-20210325-source/utils/lacheck/test-def.xout texlive-20210325-source/utils/lacheck/test.old texlive-20210325-source/utils/lacheck/test.tex texlive-20210325-source/utils/m-tx/ texlive-20210325-source/utils/m-tx/ChangeLog texlive-20210325-source/utils/m-tx/Makefile.am texlive-20210325-source/utils/m-tx/Makefile.in texlive-20210325-source/utils/m-tx/TLpatches/ texlive-20210325-source/utils/m-tx/TLpatches/ChangeLog texlive-20210325-source/utils/m-tx/TLpatches/TL-Changes texlive-20210325-source/utils/m-tx/TLpatches/patch-01-write-bin texlive-20210325-source/utils/m-tx/ac/ texlive-20210325-source/utils/m-tx/ac/withenable.ac texlive-20210325-source/utils/m-tx/aclocal.m4 texlive-20210325-source/utils/m-tx/configure texlive-20210325-source/utils/m-tx/configure.ac texlive-20210325-source/utils/m-tx/m-tx.test texlive-20210325-source/utils/m-tx/mtx-src/ texlive-20210325-source/utils/m-tx/mtx-src/AUTHORS texlive-20210325-source/utils/m-tx/mtx-src/Bugs texlive-20210325-source/utils/m-tx/mtx-src/COPYING texlive-20210325-source/utils/m-tx/mtx-src/ChangeLog texlive-20210325-source/utils/m-tx/mtx-src/Corrections texlive-20210325-source/utils/m-tx/mtx-src/INSTALL texlive-20210325-source/utils/m-tx/mtx-src/MAINTENANCE texlive-20210325-source/utils/m-tx/mtx-src/Makefile.am texlive-20210325-source/utils/m-tx/mtx-src/Makefile.orig texlive-20210325-source/utils/m-tx/mtx-src/Makefile.p2c texlive-20210325-source/utils/m-tx/mtx-src/NEWS texlive-20210325-source/utils/m-tx/mtx-src/README texlive-20210325-source/utils/m-tx/mtx-src/analyze.c texlive-20210325-source/utils/m-tx/mtx-src/analyze.h texlive-20210325-source/utils/m-tx/mtx-src/analyze.pas texlive-20210325-source/utils/m-tx/mtx-src/cfuncs.c texlive-20210325-source/utils/m-tx/mtx-src/cfuncs.h texlive-20210325-source/utils/m-tx/mtx-src/configure.ac texlive-20210325-source/utils/m-tx/mtx-src/control.c texlive-20210325-source/utils/m-tx/mtx-src/control.h texlive-20210325-source/utils/m-tx/mtx-src/control.pas texlive-20210325-source/utils/m-tx/mtx-src/files.c texlive-20210325-source/utils/m-tx/mtx-src/files.h texlive-20210325-source/utils/m-tx/mtx-src/files.pas texlive-20210325-source/utils/m-tx/mtx-src/globals.c texlive-20210325-source/utils/m-tx/mtx-src/globals.h texlive-20210325-source/utils/m-tx/mtx-src/globals.pas texlive-20210325-source/utils/m-tx/mtx-src/libp2c/ texlive-20210325-source/utils/m-tx/mtx-src/libp2c/p2c.h texlive-20210325-source/utils/m-tx/mtx-src/libp2c/p2clib.c texlive-20210325-source/utils/m-tx/mtx-src/lyrics.c texlive-20210325-source/utils/m-tx/mtx-src/lyrics.h texlive-20210325-source/utils/m-tx/mtx-src/lyrics.pas texlive-20210325-source/utils/m-tx/mtx-src/mtx.c texlive-20210325-source/utils/m-tx/mtx-src/mtx.h texlive-20210325-source/utils/m-tx/mtx-src/mtx.pas texlive-20210325-source/utils/m-tx/mtx-src/mtx.test texlive-20210325-source/utils/m-tx/mtx-src/mtxline.c texlive-20210325-source/utils/m-tx/mtx-src/mtxline.h texlive-20210325-source/utils/m-tx/mtx-src/mtxline.pas texlive-20210325-source/utils/m-tx/mtx-src/multfile.c texlive-20210325-source/utils/m-tx/mtx-src/multfile.h texlive-20210325-source/utils/m-tx/mtx-src/multfile.pas texlive-20210325-source/utils/m-tx/mtx-src/notes.c texlive-20210325-source/utils/m-tx/mtx-src/notes.h texlive-20210325-source/utils/m-tx/mtx-src/notes.pas texlive-20210325-source/utils/m-tx/mtx-src/preamble.c texlive-20210325-source/utils/m-tx/mtx-src/preamble.h texlive-20210325-source/utils/m-tx/mtx-src/preamble.pas texlive-20210325-source/utils/m-tx/mtx-src/prepmx.c texlive-20210325-source/utils/m-tx/mtx-src/prepmx.pas texlive-20210325-source/utils/m-tx/mtx-src/status.c texlive-20210325-source/utils/m-tx/mtx-src/status.h texlive-20210325-source/utils/m-tx/mtx-src/status.pas texlive-20210325-source/utils/m-tx/mtx-src/strings.h texlive-20210325-source/utils/m-tx/mtx-src/strings.pas texlive-20210325-source/utils/m-tx/mtx-src/uptext.c texlive-20210325-source/utils/m-tx/mtx-src/uptext.h texlive-20210325-source/utils/m-tx/mtx-src/uptext.pas texlive-20210325-source/utils/m-tx/mtx-src/utility.c texlive-20210325-source/utils/m-tx/mtx-src/utility.h texlive-20210325-source/utils/m-tx/mtx-src/utility.pas texlive-20210325-source/utils/m-tx/mtx-src/version.ac texlive-20210325-source/utils/m-tx/prepmx.1 texlive-20210325-source/utils/m-tx/tests/ texlive-20210325-source/utils/m-tx/tests/mozart.mtx texlive-20210325-source/utils/m-tx/tests/mozart.pmx texlive-20210325-source/utils/m-tx/version.ac texlive-20210325-source/utils/pmx/ texlive-20210325-source/utils/pmx/ChangeLog texlive-20210325-source/utils/pmx/Makefile.am texlive-20210325-source/utils/pmx/Makefile.in texlive-20210325-source/utils/pmx/README texlive-20210325-source/utils/pmx/TLpatches/ texlive-20210325-source/utils/pmx/TLpatches/ChangeLog texlive-20210325-source/utils/pmx/TLpatches/TL-Changes texlive-20210325-source/utils/pmx/ac/ texlive-20210325-source/utils/pmx/ac/withenable.ac texlive-20210325-source/utils/pmx/aclocal.m4 texlive-20210325-source/utils/pmx/configure texlive-20210325-source/utils/pmx/configure.ac texlive-20210325-source/utils/pmx/pmx-src/ texlive-20210325-source/utils/pmx/pmx-src/AUTHORS texlive-20210325-source/utils/pmx/pmx-src/COPYING texlive-20210325-source/utils/pmx/pmx-src/ChangeLog texlive-20210325-source/utils/pmx/pmx-src/INSTALL texlive-20210325-source/utils/pmx/pmx-src/Makefile.am texlive-20210325-source/utils/pmx/pmx-src/Makefile.f2c texlive-20210325-source/utils/pmx/pmx-src/NEWS texlive-20210325-source/utils/pmx/pmx-src/README texlive-20210325-source/utils/pmx/pmx-src/configure.ac texlive-20210325-source/utils/pmx/pmx-src/libf2c/ texlive-20210325-source/utils/pmx/pmx-src/libf2c/abort_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/backspac.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_abs.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_cos.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_div.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_exp.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_log.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_sin.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/c_sqrt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/cabs.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/close.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_abs.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_acos.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_asin.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_atan.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_atn2.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_cnjg.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_cos.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_cosh.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_dim.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_exp.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_imag.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_int.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_lg10.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_log.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_mod.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_nint.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_prod.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_sign.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_sin.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_sinh.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_sqrt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_tan.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/d_tanh.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/derf_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/derfc_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/dfe.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/dolio.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/dtime_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/due.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/ef1asc_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/ef1cmc_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/endfile.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/erf_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/erfc_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/err.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/etime_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/exit_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/f2c.h texlive-20210325-source/utils/pmx/pmx-src/libf2c/f77_aloc.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/f77vers.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/fio.h texlive-20210325-source/utils/pmx/pmx-src/libf2c/fmt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/fmt.h texlive-20210325-source/utils/pmx/pmx-src/libf2c/fmtlib.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/fp.h texlive-20210325-source/utils/pmx/pmx-src/libf2c/ftell64_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/ftell_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/getarg_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/getenv_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_abs.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_dim.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_dnnt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_indx.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_len.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_mod.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_nint.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/h_sign.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/hl_ge.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/hl_gt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/hl_le.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/hl_lt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i77vers.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_abs.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_dim.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_dnnt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_indx.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_len.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_mod.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_nint.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/i_sign.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/iargc_.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/iio.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/ilnw.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/inquire.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/l_ge.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/l_gt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/l_le.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/l_lt.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/lbitbits.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/lbitshft.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/lio.h texlive-20210325-source/utils/pmx/pmx-src/libf2c/lread.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/lwrite.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/main.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/open.c texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-01-binary texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-03-DOS-line-endings texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-04-MSVC-complex texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-05-FreeBSD-off_t texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-06-WIN32 texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-07-MuslLibc texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-08-WIN64 texlive-20210325-source/utils/pmx/pmx-src/libf2c/patch-09-tmpfile texlive-20210325-source/utils/pmx/pmx-src