index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Rewrite
/
RewriteRope.cpp
Age
Commit message (
Expand
)
Author
2009-10-20
Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference
Ted Kremenek
2009-10-20
Revert 84601. Looks like it was causing failures on some systems.
Ted Kremenek
2009-10-20
Fix a reference count imbalance in RewriteRope::MakeRopeString().
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2008-09-16
Fixed an offset calculation error.
Zhongxing Xu
2008-05-28
Fix rewrite rope to keep the leaf list up-to-date as it erases leaves
Chris Lattner
2008-05-23
fix a nasty off-by-one error.
Chris Lattner
2008-05-08
Fix rdar://5919567: assertion failure: split didn't occur before erase!
Chris Lattner
2008-04-23
fix a rewriter crash on zero length files.
Chris Lattner
2008-04-15
finish commenting RewriteRope
Chris Lattner
2008-04-14
simplify the implementation of the insert/split operation to return
Chris Lattner
2008-04-14
Add a bunch of comments, move RewriteRope::MakeRopeString out of line.
Chris Lattner
2008-04-14
fix more uninit ivars, who wrote this junk? :)
Chris Lattner
2008-04-14
Fix an assertion ted was hitting, due to an uninitialized variable.
Chris Lattner
2008-04-14
move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp
Chris Lattner