2010-12-21 |
Peter Maydell | Clean up code in inc.c Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Suppress tsort diagnostic waffle Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Fix unused-function warnings in lex output Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in fmt_rfc2047.c Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in new.c Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Fix crash if fnext/fprev are given an empty folder... Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-12-20 |
Peter Maydell | Fix warning in sbr/folder_addmsg.c by code cleanup Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
|
commit | commitdiff | tree |
2010-11-12 |
Peter Maydell | man/slocal.man: fix formatting error that meant a subsection...
|
commit | commitdiff | tree |
2010-11-10 |
Peter Maydell | configure.in: add a level of expansion for mandir when...
|
commit | commitdiff | tree |
2010-11-09 |
Peter Maydell | man/rmm.man: fix error in synopsis: the option is ...
|
commit | commitdiff | tree |
2010-11-05 |
Peter Maydell | Silence a (harmless) uninitialized variable warning.
|
commit | commitdiff | tree |
2008-12-26 |
Peter Maydell | * sbr/m_getfld.c: fix two bugs which could cause us...
|
commit | commitdiff | tree |
2008-12-26 |
Peter Maydell | test/common.sh: new file for common utility functions...
|
commit | commitdiff | tree |
2008-12-25 |
Peter Maydell | test/runtest: automatically run setup-test if it hasn...
|
commit | commitdiff | tree |
2008-08-12 |
Peter Maydell | autogen.sh (new file): add script for running the GNU...
|
commit | commitdiff | tree |
2008-08-05 |
Peter Maydell | uip/folder.c: chdir(nmhdir) in main rather than in...
|
commit | commitdiff | tree |
2008-08-05 |
Peter Maydell | Dump hacky overoptimisation in addir -- it doesn't...
|
commit | commitdiff | tree |
2008-08-05 |
Peter Maydell | Simplify dodir/addir/addfold (patch from Eric Gillespie)
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | bug #23319: rework the way we handle the working directory...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | test/setup-test: use 'set -e' so we stop on compile...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | Add protective 'do { ... } while (0)' wrappers to multistate...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | Bug #23436: fix some minor manpage syntax errors and...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | Allow tests to indicate that they have been skipped...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | Ignore editor backup files
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | etc/replcomps, etc/replgroupcomps: Trim trailing whitespace...
|
commit | commitdiff | tree |
2008-08-03 |
Peter Maydell | When doing an if-test on the result of a function which...
|
commit | commitdiff | tree |
2008-06-02 |
Peter Maydell | When building on gcc, use noreturn attribute on adios...
|
commit | commitdiff | tree |
2008-06-02 |
Peter Maydell | Back out previous, completely broken, change (due to...
|
commit | commitdiff | tree |
2008-06-02 |
Peter Maydell | If we're compiling with gcc, mark adios() as never...
|
commit | commitdiff | tree |
2008-06-01 |
Peter Maydell | Update bit of docs about release announcements.
|
commit | commitdiff | tree |
2008-05-22 |
Peter Maydell | Don't use MB_CUR_MAX if we aren't compiled with multibyte...
|
commit | commitdiff | tree |
2008-05-22 |
Peter Maydell | Factor out common code for writing ls shell command...
|
commit | commitdiff | tree |
2008-05-21 |
Peter Maydell | Don't rely on realloc() to follow POSIX in handling...
|
commit | commitdiff | tree |
2008-05-21 |
Peter Maydell | Add some table size declarations for the benefit of...
|
commit | commitdiff | tree |
2008-05-20 |
Peter Maydell | Update comment now we don't use lex -o.
|
commit | commitdiff | tree |
2008-05-04 |
Peter Maydell | bug #23167: sbr/ruserpass.c (ruserpass): make bad permission...
|
commit | commitdiff | tree |
2008-05-04 |
Peter Maydell | * bug #23163: various minor fixes for the benefit of...
|
commit | commitdiff | tree |
2008-04-30 |
Peter Maydell | Provide SASL_CB_AUTHNAME callback (avoids problem with...
|
commit | commitdiff | tree |
2008-04-29 |
Peter Maydell | Correct various places in smtp.c where the reply string...
|
commit | commitdiff | tree |
2008-04-29 |
Peter Maydell | Fix SASL issue properly, by making sm_rrecord() and...
|
commit | commitdiff | tree |
2008-04-29 |
Peter Maydell | Revert previous SASL fix (wrong approach)
|
commit | commitdiff | tree |
2008-04-29 |
Peter Maydell | Cope with sasl_decode64() returning SASL_CONTINUE as...
|
commit | commitdiff | tree |
2008-04-28 |
Peter Maydell | Add remark about how to update the homepage.
|
commit | commitdiff | tree |
2008-04-27 |
Peter Maydell | Update some of the 'how to do a release' documentation
|
commit | commitdiff | tree |
2008-04-27 |
Peter Maydell | Up version string to 1.3-dev for the CVS trunk.
|
commit | commitdiff | tree |
2008-04-27 |
Peter Maydell | Use hyphen, not plus (corresponding to previous RCx...
|
commit | commitdiff | tree |
2008-04-27 |
Peter Maydell | Bump version number, date for release of 1.3 RC1
|
commit | commitdiff | tree |
2008-04-05 |
Peter Maydell | * bug #18655: fix use of admonish() for a fatal error...
|
commit | commitdiff | tree |
2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that...
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | Rename functions to avoid clash with C library exp2().
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | Suppress 'uninitialised variable' warning.
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | On Linux, define _GNU_SOURCE so that GNU libc exposes...
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | Change name of internal function to avoid potential...
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | Minor rearrangement so variables/functions used only...
|
commit | commitdiff | tree |
2007-04-29 |
Peter Maydell | For gcc, make the default CFLAGS include -Wno-pointer...
|
commit | commitdiff | tree |
2007-03-21 |
Peter Maydell | bug #18630, #18631, #18632, #18634: various patches...
|
commit | commitdiff | tree |
2007-03-21 |
Peter Maydell | bug #15212: remove configure test for broken AT&T vi...
|
commit | commitdiff | tree |
2006-03-04 |
Peter Maydell | Install scripts with INSTALL_SCRIPT so INSTALL_PROGRAM...
|
commit | commitdiff | tree |
2005-12-24 |
Peter Maydell | Avoid non-portable use of $< outside an inference rule.
|
commit | commitdiff | tree |
2005-12-24 |
Peter Maydell | Rework detection and handling of ndbm: we now check...
|
commit | commitdiff | tree |
2005-12-22 |
Peter Maydell | Fix stupid accidental dependence on a bash quirk in...
|
commit | commitdiff | tree |
2005-12-15 |
Peter Maydell | Improve the checks for where to find ndbm (dbm_open...
|
commit | commitdiff | tree |
2005-12-15 |
Peter Maydell | Change some non-standard formatting in a previous log...
|
commit | commitdiff | tree |
2005-11-19 |
Peter Maydell | Make it clearer that lower-case envariables aren't...
|
commit | commitdiff | tree |
2005-11-19 |
Peter Maydell | Special-case an MHCONTEXT of "/dev/null" and don't...
|
commit | commitdiff | tree |
2005-11-14 |
Peter Maydell | [bug #9813] Don't crash after removing the folder if...
|
commit | commitdiff | tree |
2005-11-13 |
Peter Maydell | Pass some globals into sm_init() so that it uses SASL...
|
commit | commitdiff | tree |
2005-11-13 |
Peter Maydell | Forgot to quote the bug number in the changelog comment.
|
commit | commitdiff | tree |
2005-11-13 |
Peter Maydell | Use context/ctxpath==NULL to indicate that no context...
|
commit | commitdiff | tree |
2005-11-13 |
Peter Maydell | Fix buffer overrun in address parsing code (would only...
|
commit | commitdiff | tree |
2005-11-09 |
Peter Maydell | Fix a non-ANSI prototype.
|
commit | commitdiff | tree |
2005-11-06 |
Peter Maydell | Fix various buffer overruns in fmt_scan.c; the bulk...
|
commit | commitdiff | tree |
2005-11-06 |
Peter Maydell | Fix a compile error if building nmh with --enable-apop.
|
commit | commitdiff | tree |
2005-11-06 |
Peter Maydell | Don't fclose() the file twice in error-exit paths from...
|
commit | commitdiff | tree |
2005-11-06 |
Peter Maydell | Remove space between -o and output filename so it works...
|
commit | commitdiff | tree |
2005-11-06 |
Peter Maydell | Add an AC_PREREQ so we don't just fail with an obscure...
|
commit | commitdiff | tree |
|