Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 1995 23:44:34 -0800
From:      Paul Richards <paul>
To:        CVS-commiters, cvs-lib
Subject:   cvs commit: src/lib/libforms/examples example.c example.frm
Message-ID:  <199503260744.XAA03088@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
paul        95/03/25 23:44:34

  Modified:    lib/libforms Makefile fields.c forms.c forms.h internal.h
                        menu.c parser.y
               lib/libforms/examples example.c example.frm
  Log:
  Use a hash table to hold all the bindings info rather than a linked list.
  
  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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503260744.XAA03088>