wine/dlls/richedit text-writer.c rtf.h richedi ...
ChangeSet ID: 13525 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/08/27 14:15:08 Modified files: dlls/richedit : text-writer.c rtf.h richedit.c reader.c Makefile.in Removed files: dlls/richedit : charlist.h charlist.c Log message: Mike McCormack <mike(a)codeweavers.com> Use buffers rather than linked lists for input and out buffers. Stop reading input at a nul byte. Patch: http://cvs.winehq.org/patch.py?id=13525 Old revision New revision Changes Path 1.7 1.8 +24 -50 wine/dlls/richedit/text-writer.c 1.8 1.9 +9 -5 wine/dlls/richedit/rtf.h 1.36 1.37 +4 -13 wine/dlls/richedit/richedit.c 1.14 1.15 +12 -19 wine/dlls/richedit/reader.c 1.13 1.14 +0 -1 wine/dlls/richedit/Makefile.in 1.6 Removed +0 -0 wine/dlls/richedit/charlist.h 1.8 Removed +0 -0 wine/dlls/richedit/charlist.c
participants (1)
-
Alexandre Julliard