2012-10-25 [colin] 3.8.1cvs104
authorColin Leroy <colin@colino.net>
Thu, 25 Oct 2012 07:42:08 +0000 (07:42 +0000)
committerColin Leroy <colin@colino.net>
Thu, 25 Oct 2012 07:42:08 +0000 (07:42 +0000)
commitc4f76652a26ea6eb23825eb46d9f55d86d436d38
treed5065303248e714e5a9195f164d3a24cb1c54541
parentc68c1827c899253b1532e8f66d9d791640e67e06
2012-10-25 [colin] 3.8.1cvs104

* src/textview.c
* src/textview.h
Avoid strlen() on big buffers, use precomputed length instead
it reduces cost of textview_write_line() from 32% to 3% for
big messages. Patch by Igor Mammedov
* AUTHORS
* src/gtk/authors.h
Add Igor
AUTHORS
ChangeLog
PATCHSETS
configure.ac
src/gtk/authors.h
src/textview.c
src/textview.h