Use signed size parameter in quote_entry()
[apps/madmutt.git] / lib-lib /
2006-11-07 Pierre HabouzitSimplications go on.
2006-11-06 Pierre Habouzitsimplify mutt_parse_date
2006-11-05 Pierre Habouzitmove parse.c into rfc822parse.c in the lib-mime as...
2006-11-05 Pierre Habouzitpush some date functions in the lib-lib.
2006-11-04 Pierre Habouzitsmall leftovers
2006-11-04 Pierre Habouzitdrop the old string API fully.
2006-11-03 Pierre Habouzitmove rfc2047.c into lib-mime, reindent it.
2006-11-02 Pierre Habouzitmore useful list primitives
2006-11-02 Pierre Habouzitmissing include
2006-11-02 Pierre Habouzitadd some list functions.
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...