move rfc822.c as well
[apps/madmutt.git] / lib-lib /
2006-11-02 Pierre Habouzitadd more encoding arrays
2006-11-01 Pierre Habouzitmore work in the lib-mime. begin to "rewr^H^Had" the...
2006-11-01 Pierre Habouzitmacros to create usual functions : new/delete and init...
2006-11-01 Pierre Habouzitmappings as standalone module
2006-10-31 Pierre Habouzitpush more things in the str lib.
2006-10-31 Pierre Habouzitmove some decoding functions right into the str module...
2006-10-30 Pierre Habouzitreplace SKIPWS with a proper inline func with the right...
2006-10-30 Pierre Habouzitexit strfcpy, only use m_strcpy.
2006-10-30 Pierre Habouzitremove yet anoter round of str_* functions, replaced...
2006-10-30 Pierre Habouzitmake m_dupstr return NULL if the string was empty.
2006-10-30 Pierre Habouzitdrop str_[n]cat.
2006-10-29 Pierre Habouzitrevamp lib.[hc] functions into lib-lib/file.[hc].
2006-10-29 Pierre Habouzitmove list.[hc] into lib-lib.
2006-10-29 Pierre Habouzitexit str_cmp enters m_strcmp
2006-10-29 Pierre Habouzitmove hash.[hc] into lib-lib/
2006-10-29 Pierre Habouzitmove buffer.[hc] into lib-lib/
2006-10-29 Pierre Habouzitlicense statements.
2006-10-29 Pierre Habouzitmove ascii.* into the lib-lib.
2006-10-29 Pierre Habouzituse m_strdup and m_strlen that are inlined for efficiency
2006-10-29 Pierre Habouzitmove intl.h into lib-lib/macros.h
2006-10-29 Pierre Habouzitexit mem_realloc, enters p_realloc/xrealloc.
2006-10-28 Pierre Habouzitdrop mem_alloc and mem_free, use my own hand crafted...