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