<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lobject.h, branch v3.2</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>details</title>
<updated>1999-03-16T16:43:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-03-16T16:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7a11c7f8e4a9913aa74fce8d1b395cac4b45de92'/>
<id>7a11c7f8e4a9913aa74fce8d1b395cac4b45de92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>storing chunk "sources" instead of "filenames".</title>
<updated>1999-03-04T21:23:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-03-04T21:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5a8bb00df443dfdb5708689f32c64e90f2557bf8'/>
<id>5a8bb00df443dfdb5708689f32c64e90f2557bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only parser uses MAX_WORD</title>
<updated>1999-02-03T13:53:48+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-02-03T13:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ae29ab9858514eb264be590163c698d5172bbaa4'/>
<id>ae29ab9858514eb264be590163c698d5172bbaa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small improvements.</title>
<updated>1999-01-04T13:37:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-01-04T13:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=63a752f961dc8b6ced4f398c7d4cafdfc2a6b9f0'/>
<id>63a752f961dc8b6ced4f398c7d4cafdfc2a6b9f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new function "luaO_str2d" to convert strings to numbers, because</title>
<updated>1998-12-27T20:25:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-12-27T20:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=4c94d8cc2cbeac74ae3618b1322c3f3d3ec166ea'/>
<id>4c94d8cc2cbeac74ae3618b1322c3f3d3ec166ea</id>
<content type='text'>
old "lex" algorithm had aproximation errors, but strtod (and atof
and scanf) are too slow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old "lex" algorithm had aproximation errors, but strtod (and atof
and scanf) are too slow.
</pre>
</div>
</content>
</entry>
<entry>
<title>NUMBER_FMT also may be predefined in makefile</title>
<updated>1998-12-01T19:09:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-12-01T19:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bb1cb7b9f112be1fb8453cc7ef4cbaf544850618'/>
<id>bb1cb7b9f112be1fb8453cc7ef4cbaf544850618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>macro encapsulates de "-".</title>
<updated>1998-07-12T16:11:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-07-12T16:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=176cb39feb0421069e930f004412c25549724f1f'/>
<id>176cb39feb0421069e930f004412c25549724f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"findname" moved from lobject.c to lauxlib.c (so libraries may use it).</title>
<updated>1998-06-18T16:57:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-06-18T16:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c9902be294f5c2dca8a67a67fd324f91e4352c0a'/>
<id>c9902be294f5c2dca8a67a67fd324f91e4352c0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>details.</title>
<updated>1998-06-11T18:21:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-06-11T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1917149fdd737752451da2c5f2dfbe1adde72c20'/>
<id>1917149fdd737752451da2c5f2dfbe1adde72c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>number type in Lua changed for double (by default).</title>
<updated>1998-05-18T22:26:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-05-18T22:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=054e0b888a45bc143b8e4cb7a6b77eba0350bb49'/>
<id>054e0b888a45bc143b8e4cb7a6b77eba0350bb49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
