diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-05-07 13:35:24 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-05-07 13:35:24 -0300 |
| commit | 4833fb8273bf2017bb6c27c9aba571d40b4a5086 (patch) | |
| tree | 645476d2669d699155d1cf5d62246120da86b0a2 | |
| parent | 77e7ebca0ab70a7ff00179099a0383314420b2af (diff) | |
| download | lua-4833fb8273bf2017bb6c27c9aba571d40b4a5086.tar.gz lua-4833fb8273bf2017bb6c27c9aba571d40b4a5086.tar.bz2 lua-4833fb8273bf2017bb6c27c9aba571d40b4a5086.zip | |
marks for releases 5.2.2 and 5.2.3 + correction in last bug's description
| -rw-r--r-- | bugs | 16 |
1 files changed, 13 insertions, 3 deletions
| @@ -1880,8 +1880,8 @@ patch = [[ | |||
| 1880 | +++ lundump.c 2008/04/04 19:51:41 2.7.1.4 | 1880 | +++ lundump.c 2008/04/04 19:51:41 2.7.1.4 |
| 1881 | @@ -1,5 +1,5 @@ | 1881 | @@ -1,5 +1,5 @@ |
| 1882 | /* | 1882 | /* |
| 1883 | -** $Id: bugs,v 1.129 2013/11/08 18:23:16 roberto Exp roberto $ | 1883 | -** $Id: bugs,v 1.130 2014/04/03 13:30:23 roberto Exp roberto $ |
| 1884 | +** $Id: bugs,v 1.129 2013/11/08 18:23:16 roberto Exp roberto $ | 1884 | +** $Id: bugs,v 1.130 2014/04/03 13:30:23 roberto Exp roberto $ |
| 1885 | ** load precompiled Lua chunks | 1885 | ** load precompiled Lua chunks |
| 1886 | ** See Copyright Notice in lua.h | 1886 | ** See Copyright Notice in lua.h |
| 1887 | */ | 1887 | */ |
| @@ -2905,6 +2905,12 @@ patch = [[ | |||
| 2905 | ]] | 2905 | ]] |
| 2906 | } | 2906 | } |
| 2907 | 2907 | ||
| 2908 | |||
| 2909 | |||
| 2910 | ----------------------------------------------------------------- | ||
| 2911 | -- Lua 5.2.2 | ||
| 2912 | |||
| 2913 | |||
| 2908 | Bug{ | 2914 | Bug{ |
| 2909 | what = [[stack overflow in vararg functions with many fixed | 2915 | what = [[stack overflow in vararg functions with many fixed |
| 2910 | parameters called with few arguments]], | 2916 | parameters called with few arguments]], |
| @@ -3202,8 +3208,12 @@ patch = [[ | |||
| 3202 | } | 3208 | } |
| 3203 | 3209 | ||
| 3204 | 3210 | ||
| 3211 | |||
| 3212 | ----------------------------------------------------------------- | ||
| 3213 | -- Lua 5.2.3 | ||
| 3214 | |||
| 3205 | Bug{ | 3215 | Bug{ |
| 3206 | what = [[compiler can optimize away overflow check in 'table.concat']], | 3216 | what = [[compiler can optimize away overflow check in 'table.unpack']], |
| 3207 | report = [[Paige DePol, 2014/03/30]], | 3217 | report = [[Paige DePol, 2014/03/30]], |
| 3208 | since = [[5.1 (at least)]], | 3218 | since = [[5.1 (at least)]], |
| 3209 | fix = nil, | 3219 | fix = nil, |
