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