Re: [PATCH v4 0/3] Variable sized array element support

2011-10-11 Thread Anton Staaf
On Tue, Oct 11, 2011 at 11:01 AM, Jon Loeliger wrote: >> This patch set adds, tests, and documents support for variable sized >> elements in >> arrays (known as cell lists when they could only support 32-bit entries).   >> The >> new syntax is: >> >>     property = /bits/ [8|16|32|64] <0x00

Re: [PATCH v4 0/3] Variable sized array element support

2011-10-11 Thread Jon Loeliger
> This patch set adds, tests, and documents support for variable sized elements > in > arrays (known as cell lists when they could only support 32-bit entries). The > new syntax is: > > property = /bits/ [8|16|32|64] <0x00 0x12>; > > So arrays of 8, 16, 32, or 64-bit elements can now b

[PATCH v4 0/3] Variable sized array element support

2011-10-11 Thread Anton Staaf
This patch set adds, tests, and documents support for variable sized elements in arrays (known as cell lists when they could only support 32-bit entries). The new syntax is: property = /bits/ [8|16|32|64] <0x00 0x12>; So arrays of 8, 16, 32, or 64-bit elements can now be created. No pa

[PATCH v4 0/3] Variable sized array element support

2011-09-27 Thread Anton Staaf
This patch set adds, tests, and documents support for variable sized elements in arrays (known as cell lists when they could only support 32-bit entries). The new syntax is: property = /bits/ [8|16|32|64] <0x00 0x12>; So arrays of 8, 16, 32, or 64-bit elements can now be created. No pa