Mercurial Hosting > luan
annotate conv.txt @ 1277:5ba660381bd5
fix Io.print()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 11 Dec 2018 03:38:43 -0700 |
parents | 623dfe0e2e73 |
children | a9cc35c71eb0 |
rev | line source |
---|---|
1277 | 1 "Io.print()" |
1276 | 2 "Luan.values" |
1260
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
3 remove "as_table" |
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
4 |
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
5 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
6 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
7 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
8 |
1226 | 9 "Http.uncache_site" |
10 "full_path" | |
11 "Http.version" | |
12 | |
1218 | 13 "java_threads.luan" |
14 "luan_threads.luan" | |
15 "Shell_mod.luan" | |
16 "shell.luan" | |
17 | |
18 "Io.repr" | |
19 "String.split" | |
20 "logging/init.luan" | |
1164 | 21 |
22 "request.header" | |
23 "response.header" | |
24 "request.parameter" | |
25 "request.cookie" | |
26 "set_cookie" | |
27 "assert" | |
1192 | 28 |
1218 | 29 headers lower case |
30 remove run_later | |
31 remove Thread.global |