Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-10 | Fix errors returned by -Werror=format-security | Thomas Preud'homme | 1 | -1/+1 | |
Option -Werror=format-security of gcc returns several error with regards to szEndOfLine. Using "\r\n" instead of the ascii codes 0x0D, 0x0A and 0x00 avoid the error. | |||||
2013-02-10 | Remove leading space when unfolding | Daniele Forsi | 1 | -2/+2 | |
According to RFC 2425 paragraph 5.8.1, the leading whitespace on folded lines must be removed when unfolding happens. | |||||
2013-02-10 | Copy common/types.h to vformat/vf_iface.h | Mathias Palm | 14 | -16/+0 | |
Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it. | |||||
2013-02-10 | initial commit of 1.13 sources | Nikias Bassen | 22 | -0/+7541 | |