]> git.saurik.com Git - cycript.git/commit - Scanner.lpp.in
Changed from a threaded pool to a thread-local pool, abstracted out token assignment...
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 8 Jul 2010 00:36:05 +0000 (00:36 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 8 Jul 2010 00:36:05 +0000 (00:36 +0000)
commit2eb8215d4156f442f856026f1714aef7ed185752
tree37f14b423d43b11a851272f983923eacfd4f7a3a
parent1ba6903ecce638fac26bc5e15e66905c9d06675e
Changed from a threaded pool to a thread-local pool, abstracted out token assignment to a helper #define, and started to fix identifier collapse.
13 files changed:
Console.cpp
Cycript.l.in
Cycript.yy.in
GNUmakefile.in
Library.cpp
Local.hpp [new file with mode: 0644]
ObjectiveC/Replace.mm
Output.cpp
Parser.cpp
Parser.hpp
Pooling.hpp
Replace.cpp
Replace.hpp