From eea61cc12c1e020c3f273cb858edf02772fe78e8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Jul 2019 23:55:30 -0700 Subject: 5461 - SubX is now self-hosting! All extant SubX programs generate identical binaries using either the C++ or the self-hosted SubX translators. --- subx/apps/assort | Bin 34384 -> 34384 bytes subx/apps/dquotes | Bin 40940 -> 40940 bytes subx/apps/pack | Bin 47070 -> 47070 bytes subx/apps/subx-common.subx | 2 +- subx/apps/survey | Bin 43605 -> 43605 bytes subx/apps/tests | Bin 33196 -> 33196 bytes 6 files changed, 1 insertion(+), 1 deletion(-) (limited to 'subx') diff --git a/subx/apps/assort b/subx/apps/assort index c0fc6873..70d7aaf3 100755 Binary files a/subx/apps/assort and b/subx/apps/assort differ diff --git a/subx/apps/dquotes b/subx/apps/dquotes index 6b88fbde..b7a4adfe 100755 Binary files a/subx/apps/dquotes and b/subx/apps/dquotes differ diff --git a/subx/apps/pack b/subx/apps/pack index fd29e9aa..720ba3ea 100755 Binary files a/subx/apps/pack and b/subx/apps/pack differ diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx index baf247f2..abb223fb 100644 --- a/subx/apps/subx-common.subx +++ b/subx/apps/subx-common.subx @@ -13,7 +13,7 @@ Segment-size: # maximum size of input textual stream (spanning all segments) Input-size: - 0x80000/imm32/512KB + 0x100000/imm32/1MB # maximum size of the 'labels' table in survey.subx Max-labels: diff --git a/subx/apps/survey b/subx/apps/survey index 348e20f0..621efa5c 100755 Binary files a/subx/apps/survey and b/subx/apps/survey differ diff --git a/subx/apps/tests b/subx/apps/tests index 08e586e3..52af8441 100755 Binary files a/subx/apps/tests and b/subx/apps/tests differ -- cgit 1.4.1-2-gfad0 /profani-tty/stats/src/server_events.h'>stats
path: root/src/server_events.h
blob: ea49e1f197411abc54b010f48862b1fe55c5344e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84