summaryrefslogtreecommitdiff
path: root/docs/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Show full width of azimuth named angle bits.Michael Drake2009-06-251-9/+9
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-101-111/+101
* Fix test data for voice-family with ident list -- documentation was wrong.John Mark Bell2009-01-181-2/+4
* Fix page-break-inside test data -- documentation was wrong.John Mark Bell2009-01-181-2/+2
* Fix expected bytecode for font-family with ident list.John Mark Bell2009-01-181-8/+7
* Tests for properties 0b to 0f.Michael Drake2009-01-161-1/+1
* I guess it helps if the documentation's in sync with reality...John Mark Bell2009-01-161-4/+4
* Complete bytecode dumping code.John Mark Bell2009-01-121-37/+65
* Clarify font-familyJohn Mark Bell2008-12-041-6/+7
* counter-incrementJohn Mark Bell2008-12-041-6/+4
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-5/+17
* Something approximating clipJohn Mark Bell2008-12-021-10/+21
* The advantage of interning strings is that you don't have to store their leng...John Mark Bell2008-12-011-3/+2
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-231-9/+4
* A bunch of property parsers.John Mark Bell2008-10-251-3/+3
* In hindsight, it's more likely that opcodes will be added than flags, so use ...John Mark Bell2008-10-221-5/+5
* Provide example of typed parameter listJohn Mark Bell2008-10-211-0/+9
* Document shorthand propertiesJohn Mark Bell2008-10-211-0/+32
* Reduce space requirements by squashing opcode + flags + value into 32 bits. John Mark Bell2008-10-211-545/+431
* All properties done.John Mark Bell2008-10-211-23/+844
* Beginnings of a bytecode format.John Mark Bell2008-10-211-0/+318