Package: libvformat / 1.13-6
Metadata
| Package | Version | Patches format |
|---|---|---|
| libvformat | 1.13-6 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Copy common types.h to vformat vf_iface.h.patch | (download) |
ChangeLog |
7 7 + 0 - 0 ! |
copy common/types.h to vformat/vf_iface.h Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it. |
| 0002 Adapt to Debian build system.patch | (download) |
ChangeLog |
6 6 + 0 - 0 ! |
adapt to debian build system * Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used. * Remove unused AC_CONFIG_FILES * Change the name of the maintainer responsible for bug report on the software in configure.ac * Remove files generated when testing the library |
| 0003 Add sample files.patch | (download) |
samples/split_phonebook.c |
171 171 + 0 - 0 ! |
add sample files Add sample files to test the library. |
| 0004 Provide info documentation.patch | (download) |
doc/Makefile.am |
6 4 + 2 - 0 ! |
provide info documentation Create texi files so that info files can be generated with texinfo. |
| 0005 Add manpages.patch | (download) |
doc/Makefile.am |
6 3 + 3 - 0 ! |
add manpages Provides manpages instead of generating them from c2man as c2man is deprecated. |
| 0006 Remove leading space when unfolding.patch | (download) |
src/vf_parser.c |
4 2 + 2 - 0 ! |
remove leading space when unfolding According to RFC 2425 paragraph 5.8.1, the leading whitespace on folded lines must be removed when unfolding happens. |
| 0007 Cast NULL in void in functions using va_arg.patch | (download) |
test/vformat.c |
6 3 + 3 - 0 ! |
cast null in void * in functions using va_arg 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. |
