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