# Automatically generated file --- DO NOT EDIT
2007-07-24 22:04  adb014

	* DESCRIPTION: Version numbering changes of all packages needed due
	  to inclusion of generic Makefile/configure in all packages

2007-03-23 17:14  adb014

	* inst/: getfields.m, setfields.m: Update the FSF address

2007-03-18 06:25  gnumuthu

	* inst/: getfields.m, setfields.m: tests & docs

2007-01-30 23:23  adb014

	* DESCRIPTION: Add Autoload field to DESCRIPTION of main/ packages

2006-10-14 19:39  hauberg

	* COPYING: Removed unvalid characters from all GPL licenses in the
	  packages

2006-10-08 04:44  etienne

	* inst/: tars.m, test_struct.m: Replace old tar.m (now in octave w/
	  different meaning) by tars.m

2006-10-02 21:47  adb014

	* DESCRIPTION: Latest mega package manager update

2006-08-21 20:39  hauberg

	* inst/.cvsignore: Added a lot of .cvsignore's in main

2006-08-20 16:18  hauberg

	* COPYING, DESCRIPTION, getfields.m, setfields.m, test_struct.m,
	  inst/getfields.m, inst/setfields.m, inst/test_struct.m: Changed
	  the directory structure of structs to match the package system

2006-05-22 20:47  qspencer

	* getfield.m, setfield.m: Removed m-files that were recently
	  imported into octave CVS.

2006-05-14 23:08  adb014

	* tar.m: Remove tar.m as it conflicts with tar.m from the octave
	  core package manager

2006-01-07 06:11  adb014

	* .cvsignore: patch to allow 2.9.x autoload functionality to
	  replace symbolic links

2006-01-03 04:56  pkienzle

	* Makeconf.add, Makefile, README, configure.add, fieldnames.m,
	  isfield.m, rmfield.m, struct.cc, struct.m: Purge functions added
	  to Octave

2005-11-04 23:12  pkienzle

	* getfield.m, setfield.m, setfields.m: Replace string concatenation
	  with sprintf to avoid warnings.

2005-09-08 05:07  pkienzle

	* isfield.m, rmfield.m: [for Bill Denney] is_struct -> isstruct

2005-09-08 04:00  pkienzle

	* rmfield.m, setfields.m: [for Bill Denney] isstr -> ischar

2005-05-25 05:41  pkienzle

	* getfield.m, getfields.m, isfield.m, rmfield.m, setfield.m,
	  setfields.m, struct.cc, struct.m, tar.m, test_struct.m: Copyright
	  and author consistency

2005-05-25 00:30  pkienzle

	* test_struct.m: Copyright notices for Etienne Grossmann files.

2005-05-12 03:36  aadler

	* setfields.m: accepts 0 arguments

2005-03-01 04:27  pkienzle

	* setfields.m: Use struct() rather than setfields() for an empty
	  structure

2004-09-30 11:56  tpikonen

	* Makefile, getfields.cc, setfields.cc: Removed oct-versions of
	  getfields and setfields.

2004-09-24 15:37  adb014

	* getfield.m, setfield.m: Its @{ and not { in texinfo

2004-07-23 22:45  aadler

	* getfield.m: some more efficient code

2004-07-23 22:28  aadler

	* getfield.m, setfield.m, test_struct.m: new Matlab compatible code
	  for getfield

2004-07-23 21:57  aadler

	* Makefile, getfield.cc, getfields.cc, getfields.m, setfield.cc,
	  setfields.cc, setfields.m, test_struct.m: move getfield ->
	  getfields, etc

2004-07-09 03:33  pkienzle

	* Makeconf.add, Makefile, configure.add: Check for builtin struct
	  before building

2004-07-07 17:25  pkienzle

	* struct.cc: Correct tests; hide unimplemented features and known
	  bugs in sparse

2004-07-07 11:38  adb014

	* Makefile: Allow dist, distclean and clean targets to run without
	  Makeconf. Replace include with sinclude in Makefiles. Build fixed
	  and comm docs as part of dist target

2004-02-05 18:00  pkienzle

	* struct.cc: Add error tests; allow creation of empty structures;
	  report argument numbers for non-conformant args

2004-01-29 22:13  pkienzle

	* struct.cc: Use std::vector rather than std::auto_ptr for
	  temporary memory

2004-01-28 23:48  pkienzle

	* Makefile, struct.cc: Add struct() for octave versions which can
	  support it (2.1.52 and up)

2004-01-27 01:13  pkienzle

	* rmfield.m: nargin is now a function, so don't use it as a
	  variable

2003-09-27 02:08  pkienzle

	* getfield.m: [Johan Bergman] fix texinfo

2003-06-10 22:45  pkienzle

	* setfield.cc: Handle case of setfield on an empty structure.

2003-06-10 21:45  pkienzle

	* tar.m: Replace attempted string+eval magic with a simple for
	  loop.

2003-06-01 21:36  pkienzle

	* .cvsignore: Ignore build targets when doing cvs -q update -dP ---
	  makes it easier to notice that files have been added.

2003-03-05 20:39  etienne

	* test_struct.m: Test for struct functions

2003-03-05 16:31  pkienzle

	* getfield.cc: Backport to octave-2.1.36

2003-02-23 04:33  pkienzle

	* fieldnames.m: Have fieldnames return a cell array rather than a
	  list.

2003-02-22 18:42  pkienzle

	* getfield.cc, setfield.cc, getfield.m, setfield.m: doc updates

2003-02-10 04:21  pkienzle

	* getfield.m: Use the same incompatible semantics as getfield.cc

2003-01-21 16:15  aadler

	* struct.m: mods to work with new setfield

2003-01-04 20:51  pkienzle

	* getfield.cc: Make it work for octave-2.1.42 --- oops! now it
	  won't build for 2.1.40? Time to turn this into an m-file, perhaps?

2002-11-27 06:54  pkienzle

	* isstruct.m: Now available in octave

2002-11-07 15:45  pkienzle

	* setfield.cc: Use 2.1.37 indexing scheme.

2002-11-07 15:34  etienne

	* getfield.cc: jwe's patch for 2.1.39

2002-11-04 11:28  etienne

	* rmfield.m, tar.m: varargin changes

2002-10-25 22:26  pkienzle

	* struct.m, setfield.m: Use varargin rather than ...

2002-09-29 22:31  etienne

	* tar.m: s/inz/nze/

2002-09-29 19:30  etienne

	* tar.m: tar : copy arguments to a struct

2002-03-30 22:14  etienne

	* setfield.cc: Bug fixed (in 'read_options', in fact)

2002-03-30 22:10  etienne

	* setfield.cc: Found a bug that I can't fix right now. Fallback on
	  setfield.cc

2002-03-30 21:18  etienne

	* getfield.cc: fix typo

2002-03-30 17:18  etienne

	* struct.m: Use setfield() as backend

2002-03-30 17:10  etienne

	* Makefile, getfield.cc, setfield.cc: implement get/set field as
	  octfiles (for speed)

2002-03-30 17:06  etienne

	* isfield.m: Mention octave builtin 'struct_contains'

2002-01-31 06:58  alnd

	* getfield.m, isfield.m, isstruct.m, rmfield.m, setfield.m,
	  struct.m:

	  Cosmetic changes in the comment section for 'Copyright' and/or
	  'Author' lines to enable parsing by the admin/get_authors script and
	  automatic generation of the AUTHORS file.  No changes to executable
	  code!

2001-12-21 17:42  pkienzle

	* fieldnames.m: license updates

2001-10-10 21:54  pkienzle

	* README, fieldnames.m, getfield.m, isfield.m, isstruct.m,
	  rmfield.m, setfield.m, struct.m: Initial revision

2001-10-10 21:54  pkienzle

	* README, fieldnames.m, getfield.m, isfield.m, isstruct.m,
	  rmfield.m, setfield.m, struct.m: revised heirarchy

