we have buffers, add an API to readln directly in a buffer instead of implementing...
[apps/madmutt.git] / lib-lib / file.c
2006-11-29 Pierre Habouzitsmall detail in m_dirname.
2006-11-29 Pierre Habouzitadd m_dirname that implement a non broken libgen-like...
2006-11-26 Pierre Habouzitmove more functions in file.c
2006-11-26 Pierre Habouzitmutt_expand_file_fmt -> m_quotefile_fmt in file.c
2006-11-25 Pierre Habouzitfclose -> m_fclose
2006-11-24 Pierre Habouzitsafe_fclose -> m_fclose, and is now inlined.
2006-11-24 Pierre HabouzitI'm such a fool
2006-11-24 Pierre Habouzitput old m_snsubst into file.c as m_file_fmt.
2006-11-17 Pierre Habouzitrationnalize includes a lot:
2006-11-14 Pierre Habouzitbegin to rework mailcap parsing a "bit".
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzita whole lot of size_t -> ssize_t.
2006-11-11 Pierre Habouzitmove debug.c
2006-11-09 Pierre Habouzitp_clear should not be used with sizeof but *countof*
2006-11-04 Pierre Habouzitdrop the old string API fully.
2006-11-02 Pierre Habouzitadd some list functions.
2006-10-29 Pierre Habouzitrevamp lib.[hc] functions into lib-lib/file.[hc].