* 'master' of git://factorcode.org/git/factor: (37 commits)
move assoc-heaps to extra
remove tokenize-line
make tokenize-line configurable, fix bug in take-quoted-string
fix bug in state-parser, add take-token
Make math.blas library and ABI choice configurable
state-parser take-quoted-string rewinds if the string is not found
refactor state parser some more, add a word to parse escaped strings
set non-key/value attributes to themselves
rename next to advance
make html.parser words private
remove dead code
fix parsing of attributes for nofollows
add take-sequence to state parser
more cleanup
cleaning up html.parser
fix deployed name in minneapolis-talk, add summary/deploy to chicago talk
spider - better handling of relative links for frames, dont spider things twice
add chicago-talk to demos
fix linux64 blas
take-until doesnt pass the element to the quotation anymore
...
* 'master' of git://factorcode.org/git/factor: (66 commits)
Better error message for syntax error in : foo ( : bar
remove some dead code, make spider use count and max-count again
left and right arrow keys move between graphemes in UI
Adding functionality to unicode breaks API for future UI changes
state-parser works with sequences, not strings
rename word
redo spider without dynamic variables
remove duplication, refactor html.parser to use new state parser
redo state parser to avoid dynamic variables
fix help-lint for syndication
Small speedup for code using H{ } clone and with-scope
Small size reduction for deployed images
Tweak some code to reduce deployed image size
syndication: fix help lint
Fix parse-feed for byte arrays
refactor some error handling in peg, more unit tests
Fix C99 complex number support in FFI on Mac OS X/PPC
add unit tests for quoting
Fix model docs
Some cleanup in documents.elements
...