<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libforms, branch upstream/2.0.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-05-30T08:29:08Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.</title>
<updated>1995-05-30T08:29:08Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-05-30T08:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9347db35098be57530c997e1a0212f9927be848a'/>
<id>urn:sha1:9347db35098be57530c997e1a0212f9927be848a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot to add these.</title>
<updated>1995-05-12T17:31:45Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-05-12T17:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5e0d60df8761d6e40d033fd0f49eea72689c6dc'/>
<id>urn:sha1:e5e0d60df8761d6e40d033fd0f49eea72689c6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New libforms.</title>
<updated>1995-05-12T17:20:06Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-05-12T17:20:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89e255f52c667a49e05cd8f4b135bb3f6c9b2df1'/>
<id>urn:sha1:89e255f52c667a49e05cd8f4b135bb3f6c9b2df1</id>
<content type='text'>
Bumped major number.

Ncurses backend still needs improving.
Other back-ends need to be written.
</content>
</entry>
<entry>
<title>Removed the y.tab.h file from the sources. It is automatically generated</title>
<updated>1995-04-15T17:15:11Z</updated>
<author>
<name>Andreas Schulz</name>
<email>ats@FreeBSD.org</email>
</author>
<published>1995-04-15T17:15:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=695176ba796aec72ca6720aefd944c5d8e291fbf'/>
<id>urn:sha1:695176ba796aec72ca6720aefd944c5d8e291fbf</id>
<content type='text'>
from yacc.
Put the lex.c parser.c and y.tab.h into a CLEANFILES target in the
makefile, they are all generated and need to be removed on a clean.
</content>
</entry>
<entry>
<title>Tweak a few things just to show how form traversal might work fully.</title>
<updated>1995-03-28T10:42:09Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-03-28T10:42:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e36fea798c6375abd7024709f2b2ccb228f85255'/>
<id>urn:sha1:e36fea798c6375abd7024709f2b2ccb228f85255</id>
<content type='text'>
Fix some spelling errors in the example.c file and make error handling
a little more explanatory.
</content>
</entry>
<entry>
<title>Include &lt;strhash.h&gt; instead now.</title>
<updated>1995-03-28T10:25:13Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-03-28T10:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4fe2ad2c596a0eeea0a03d6956468b65246fbe2d'/>
<id>urn:sha1:4fe2ad2c596a0eeea0a03d6956468b65246fbe2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change hash.h to strhash.h to match new convention.</title>
<updated>1995-03-26T10:25:00Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-03-26T10:25:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be01ce93469e4325c1ca8e8b790506a727b31af2'/>
<id>urn:sha1:be01ce93469e4325c1ca8e8b790506a727b31af2</id>
<content type='text'>
Manpage for strhash functions to follow tomorrow.
</content>
</entry>
<entry>
<title>Use a hash table to hold all the bindings info rather than a linked list.</title>
<updated>1995-03-26T07:44:33Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-03-26T07:44:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62773adf71f81f85a396213412e55bec1f9c7186'/>
<id>urn:sha1:62773adf71f81f85a396213412e55bec1f9c7186</id>
<content type='text'>
Forms now have their own local bindings table so that anything
declared within a form is local to that form. This means you can
have fields of the same name in different forms.

Added inlined attribute setting for strings e.g. "This is \bold bold"

Added entry and exit functions for fields.
</content>
</entry>
<entry>
<title>Pull old lex.l out of attic and update to new one.</title>
<updated>1995-03-01T08:25:40Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-03-01T08:25:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7535d5b956f1875fbfd6d3259092ff393fb7ea3'/>
<id>urn:sha1:a7535d5b956f1875fbfd6d3259092ff393fb7ea3</id>
<content type='text'>
</content>
</entry>
</feed>
