summaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.h
Commit message (Expand)AuthorAgeFilesLines
* Bytecode: Flag values for explicit defaultingMichael Drake2022-08-291-4/+25
* Units: Remove units that nobody supports.Michael Drake2021-05-191-13/+10
* bytecode: Change unit representation, so that length has a bit set.Michael Drake2020-11-151-42/+44
* Units: parse new unit namesJohn-Mark Bell2019-03-101-1/+7
* Add support for new length units.Lucas Neves2017-11-131-0/+13
* Strip trailing whitespace.Michael Drake2017-09-041-1/+1
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-6/+8
* s/opcode/opcode_t/John Mark Bell2009-08-031-3/+3
* Avoid type collisions when used from C++John Mark Bell2009-08-021-1/+1
* A bunch of c89.John Mark Bell2009-04-151-1/+1
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-103/+2
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-101-76/+93
* Purge stylesheet dumping code from the library.John Mark Bell2009-01-191-4/+0
* Don't build the serialisation code in release modeJohn Mark Bell2009-01-141-0/+2
* border-collapseJohn Mark Bell2008-10-261-0/+3
* A bunch of property parsers.John Mark Bell2008-10-251-0/+3
* Something approximating a parser for clear.John Mark Bell2008-10-231-0/+5
* Something approximating an enumeration of the opcode-specific value field.John Mark Bell2008-10-221-2/+2
* Bytecode stuffJohn Mark Bell2008-10-221-0/+164