diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.LuaSL | 4 | ||||
-rw-r--r-- | docs/README.libraries | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/README.LuaSL b/docs/README.LuaSL index ed2ffdd..bccb202 100644 --- a/docs/README.LuaSL +++ b/docs/README.LuaSL | |||
@@ -33,8 +33,8 @@ Luaproc is used to start up operating system threads and hand Lua states | |||
33 | between them. Luaproc messaging is also being used, but might need to | 33 | between them. Luaproc messaging is also being used, but might need to |
34 | change to edje messaging. Note - luaproc has been extensively rewritten | 34 | change to edje messaging. Note - luaproc has been extensively rewritten |
35 | for this project, mostly converting it to use EFL. That rewrite | 35 | for this project, mostly converting it to use EFL. That rewrite |
36 | substantially shrunk the source code. More might be rewritten in | 36 | substantially shrunk the source code. Then it was all rewritten again |
37 | future. | 37 | to use EFL threads, and cooperative multitasking. |
38 | 38 | ||
39 | THIS IS WHERE WE ARE RIGHT NOW. | 39 | THIS IS WHERE WE ARE RIGHT NOW. |
40 | 40 | ||
diff --git a/docs/README.libraries b/docs/README.libraries index 6d36009..8b99b7f 100644 --- a/docs/README.libraries +++ b/docs/README.libraries | |||
@@ -20,7 +20,8 @@ https://launchpad.net/~mwild1/+archive/ppa for 12.04. Not including | |||
20 | that anymore. | 20 | that anymore. |
21 | 21 | ||
22 | luaproc has been hacked up a bit, and will continue to be hacked up. | 22 | luaproc has been hacked up a bit, and will continue to be hacked up. |
23 | Merged it into LuaSL, so it's no longer here. | 23 | Merged it into LuaSL, so it's no longer here. Then replaced it |
24 | completely. | ||
24 | 25 | ||
25 | -------------------------------------------------------------------- | 26 | -------------------------------------------------------------------- |
26 | 27 | ||