2006-11-03 |
Pierre Habouzit | simplify rfc822 parsing *A LOT* Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | make address functions a lot better, and less error... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | more useful list primitives Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | missing include
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | add some list functions. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | use my usual API's for allocation/deallocation right... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | ADDRESS -> address_t Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | move rfc822.c as well Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | brand new flag, to spot a whole lot of new errors. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | forgotten add. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | lot of restructurations. work in progress, *but* it... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-02 |
Pierre Habouzit | add more encoding arrays Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | more work in the lib-mime. begin to "rewr^H^Had" the... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | macros to create usual functions : new/delete and init... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | set our own cflags, I don't care about -pedantic Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | begin to work on a lib-mime that will hold most of... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | the C gods blessed us with a preprocessor, use it. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-11-01 |
Pierre Habouzit | mappings as standalone module Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-31 |
Pierre Habouzit | I don't care about the release date. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-31 |
Pierre Habouzit | indent is a fool Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-31 |
Pierre Habouzit | push more things in the str lib. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-31 |
Pierre Habouzit | move some decoding functions right into the str module...
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | replace SKIPWS with a proper inline func with the right... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | unused, drop Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | exit strfcpy, only use m_strcpy. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | remove yet anoter round of str_* functions, replaced... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | fix sidebar counters. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | make m_dupstr return NULL if the string was empty.
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | make code more readable. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | drop str_[n]cat. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | less horrible strncpy's Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | fix regression, propably due to some changes in the...
|
commit | commitdiff | tree |
2006-10-30 |
Pierre Habouzit | missing file Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | revamp lib.[hc] functions into lib-lib/file.[hc].
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | FOREVER is of very bad taste, use for (;;)
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | create a lib-hash.a with sha1 and md5. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | move list.[hc] into lib-lib. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | exit str_cmp enters m_strcmp Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | move hash.[hc] into lib-lib/ Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | move buffer.[hc] into lib-lib/ Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | reindent and optimizations in BUFFER* struct.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | use safer p_clear when possible.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | xterm.c was absurd, no need to put trivial functions...
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | license statements.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | move ascii.* into the lib-lib.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | use m_strdup and m_strlen that are inlined for efficiency
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | small fix
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | more updates in the build system, gettext related.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | update gettext
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | move intl.h into lib-lib/macros.h Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | oops, makedoc is used in the build process.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | we don't use strdup in mutt sources anymore, remove...
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | update gettext copy.
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | exit mem_realloc, enters p_realloc/xrealloc. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-29 |
Pierre Habouzit | fix regressions
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | fix segfault Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | mem_calloc -> p_new
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | drop mem_alloc and mem_free, use my own hand crafted...
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | missing includes, intializers, consts
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | force our cflags in subdirs as well.
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | less warnings
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | fix a segfault introduced by some nasty const /o\ Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | more constness.
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | missing 'WHERE' aka missing extern. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | more fixes Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | we're grownups now. don't care about stupid OS'es that... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-28 |
Pierre Habouzit | use a proper "hack" for iconv functions:
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | the “I found my first real bug” commit.
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | warning fixes Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | updates, use compiler warnings, we have a good one...
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | more and more cleansing
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | remove patchlist things, and more generated and commited...
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | configure with almost all options set
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | remove cruft from the repo.
|
commit | commitdiff | tree |
2006-10-27 |
Pierre Habouzit | clean repo
|
commit | commitdiff | tree |
|