Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-10 | fixed win32 shared lib creation | Nikias Bassen | 2 | -0/+13 | |
2013-02-10 | Use lowercase <windows.h> include to fix build on case-sensitive systems | Martin Szulecki | 1 | -1/+1 | |
2013-02-10 | Do not install vformat test program | Martin Szulecki | 1 | -1/+1 | |
2013-02-10 | Fix wrong library name for linker flag in pkg-config file | Martin Szulecki | 1 | -1/+1 | |
2013-02-10 | Add pkg-config support | Martin Szulecki | 3 | -1/+15 | |
2013-02-10 | Enable silent build if available | Martin Szulecki | 1 | -0/+2 | |
2013-02-10 | Show summary after configure step | Martin Szulecki | 1 | -2/+17 | |
2013-02-10 | make building docs optional. use --enable-docs to build docs. | Nikias Bassen | 2 | -1/+15 | |
2013-02-10 | remove aclocal.m4 and regenerate it properly in autogen.sh | Nikias Bassen | 2 | -9541/+1 | |
2013-02-10 | fix make install error if texinfo.tex is not present | Nikias Bassen | 1 | -1/+1 | |
2013-02-10 | added missing aclocal.m4 and removed auto-generated config.h.in | Nikias Bassen | 2 | -87/+9540 | |
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 | Fix typo in manpage and source | Thomas Preud'homme | 3 | -4/+4 | |
Two function declarations suffer from a mispell: requred instead of required. As a consequences, these typo are also found in the manpages generated by c2man. | |||||
2013-02-10 | Cast NULL in void * in functions using va_arg | Thomas Preud'homme | 1 | -3/+3 | |
NULL isn't necessary a zero value. For instance, on AMD64 architecture, a null pointer is 0x7fff00000000. Usually things works automagically as the compiler always cast NULL and 0 in void * if stored in a pointer variable. But with functions with variable number of arguments the compiler can't know the type of the arguments and thus don't make the cast. In consequences, NULL and 0 must be cast explicitely in void * if the parameter is a pointer. | |||||
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 | Add manpages | Mathias Palm | 34 | -3/+2303 | |
Provides manpages instead of generating them from c2man as c2man is deprecated. | |||||
2013-02-10 | Provide info documentation | Mathias Palm | 5 | -2/+872 | |
Create texi files so that info files can be generated with texinfo. | |||||
2013-02-10 | Add sample files | Mathias Palm | 2 | -0/+237 | |
Add sample files to test the library. | |||||
2013-02-10 | Ease distribution of libvformat | Mathias Palm | 2 | -3/+6 | |
* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used. * Remove unused AC_CONFIG_FILES. * Remove files generated when testing the library in clean rule. | |||||
2013-02-10 | Copy common/types.h to vformat/vf_iface.h | Mathias Palm | 18 | -30/+41 | |
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 | 113 | -0/+12373 | |