<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/strlib.c, branch v2_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>error functions are shared by all libraries</title>
<updated>1995-11-10T17:54:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-11-10T17:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5f664a45168803a12b27e9d96f74cad62869c562'/>
<id>5f664a45168803a12b27e9d96f74cad62869c562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new functions: "ascii" and "int2str",</title>
<updated>1995-10-09T12:49:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-09T12:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ae808860ae57ac5287e6950895cf45378cc90235'/>
<id>ae808860ae57ac5287e6950895cf45378cc90235</id>
<content type='text'>
small "re-engineering" on parameter checking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small "re-engineering" on parameter checking.
</pre>
</div>
</content>
</entry>
<entry>
<title>new function for copy strings (strdup is not ANSI)</title>
<updated>1995-02-06T19:37:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-02-06T19:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2d053126e642bc1770ccc426ef0a95eb13f2085c'/>
<id>2d053126e642bc1770ccc426ef0a95eb13f2085c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a null lua_Object is LUA_NOOBJECT, not NULL.</title>
<updated>1995-02-02T20:05:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-02-02T20:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=dd28b830e9a4104fe78094fc6baf15cf601c1b6b'/>
<id>dd28b830e9a4104fe78094fc6baf15cf601c1b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>strdup is done via mem.c to control its memory allocation</title>
<updated>1995-01-14T15:40:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-01-14T15:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f4591397da8444d1917a67a34cb6a6ac8137385e'/>
<id>f4591397da8444d1917a67a34cb6a6ac8137385e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>function 'strfind' now has two optional parameters, to specify where</title>
<updated>1995-01-06T20:31:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-01-06T20:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=53c0a0f43c5ced8e5f7435aa50f1bfb1e5371992'/>
<id>53c0a0f43c5ced8e5f7435aa50f1bfb1e5371992</id>
<content type='text'>
to start and stop the search.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to start and stop the search.
</pre>
</div>
</content>
</entry>
<entry>
<title>new constant LUA_NOOBJECT.</title>
<updated>1994-12-16T15:53:57+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-12-16T15:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fad57bfa008523c3568b613989a6a3f87f3cb83b'/>
<id>fad57bfa008523c3568b613989a6a3f87f3cb83b</id>
<content type='text'>
'lua_error' never returns
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'lua_error' never returns
</pre>
</div>
</content>
</entry>
<entry>
<title>new API function 'lua_pushliteral'</title>
<updated>1994-12-13T15:54:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-12-13T15:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5dfd17dd769d159a3b0722ddf82b385ff7271d53'/>
<id>5dfd17dd769d159a3b0722ddf82b385ff7271d53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new module for memory allocation</title>
<updated>1994-11-16T17:39:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-16T17:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2b5bc5d1a81579a76c13e638de2592e2c39c73f0'/>
<id>2b5bc5d1a81579a76c13e638de2592e2c39c73f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deletion of 'include mm.h'</title>
<updated>1994-10-18T18:34:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-10-18T18:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1a6536aaadb8218493f763eafd83998ce41c5c70'/>
<id>1a6536aaadb8218493f763eafd83998ce41c5c70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
