Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-31 | Remove trailing whitespace. | Kevin McCarthy | |
The result of find . -name "*.[ch]" -exec emacs -batch {} \ --eval="(progn (delete-trailing-whitespace) (and (buffer-modified-p) (save-buffer)))" \; | |||
2011-12-03 | Declare many structures const (closes #3552) | Dan Fandrich | |
Many structs used in mutt are actually constant but are defined without the 'const' keyword. This can slow initialization (slightly) in some environments due to extra copying and increases the amount of writable RAM required at run-time, which can be significant on non-MMU systems. Using const can also increase the opportunities for compiler optimization. The attached patch marks many such structures as const. On my test x86 build, this reduces the size of .data by over 50%. | |||
2005-09-17 | Gah, forgot the zip code when updating the FSF address... | Brendan Cully | |
2005-09-17 | Update FSF address (via sed, I hope nothing got mangled). Closes: #2071. | Brendan Cully | |
2002-12-11 | Fix Mike's and my e-mail addresses in copyright lines. | Thomas Roessler | |
2000-08-07 | Cross compilation patches from RĂ¼diger Kuhlmann | Thomas Roessler | |
<ruediger.kuhlmann@stud.uni-karlsruhe.de>. | |||
2000-03-03 | The FSF apparently has moved. | Thomas Roessler | |
2000-01-06 | Update copyright notices for unstable. | Thomas Roessler | |
1999-01-07 | Get rid of RCS ids in source files. They are getting in our way | Thomas Roessler | |
when merging changes. | |||
1998-10-13 | Add RCS $Id$ strings to (hopefully) all source files. | Thomas Roessler | |
1998-06-08 | Initial revision | Thomas Roessler | |