diff options
| author | Mike Pall <mike> | 2015-08-29 23:58:28 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-08-30 00:10:15 +0200 |
| commit | 55c3b29f7b20f3801848e0ab71e9de1d22207b95 (patch) | |
| tree | 133d38b282623935b050a6eb799f8bcf22cabdff /doc/changes.html | |
| parent | a3a6866d4c2cc096b478c8f81b73a3b818034b89 (diff) | |
| download | luajit-55c3b29f7b20f3801848e0ab71e9de1d22207b95.tar.gz luajit-55c3b29f7b20f3801848e0ab71e9de1d22207b95.tar.bz2 luajit-55c3b29f7b20f3801848e0ab71e9de1d22207b95.zip | |
Parse Unicode string escape \u{XX...}.
Thanks to drbo.
Diffstat (limited to 'doc/changes.html')
| -rw-r--r-- | doc/changes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index febb03c7..125b58b4 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -86,6 +86,7 @@ Please take a look at the commit history for more details. | |||
| 86 | <li>Add <tt>LJ_GC64</tt> mode: 64 bit GC object references (really: 47 bit). Interpreter-only for now.</li> | 86 | <li>Add <tt>LJ_GC64</tt> mode: 64 bit GC object references (really: 47 bit). Interpreter-only for now.</li> |
| 87 | <li>Add <tt>LJ_FR2</tt> mode: Two-slot frame info. Required by <tt>LJ_GC64</tt> mode.</li> | 87 | <li>Add <tt>LJ_FR2</tt> mode: Two-slot frame info. Required by <tt>LJ_GC64</tt> mode.</li> |
| 88 | <li>Add <tt>table.new()</tt> and <tt>table.clear()</tt>.</li> | 88 | <li>Add <tt>table.new()</tt> and <tt>table.clear()</tt>.</li> |
| 89 | <li>Parse Unicode escape <tt>'\u{XX...}'</tt> in string literals.</li> | ||
| 89 | <li>Parse binary number literals (<tt>0bxxx</tt>).</li> | 90 | <li>Parse binary number literals (<tt>0bxxx</tt>).</li> |
| 90 | </ul></li> | 91 | </ul></li> |
| 91 | <li>Improvements to the JIT compiler: | 92 | <li>Improvements to the JIT compiler: |
