-
I believe it is time for a 3.8 release.
According to the [Develop page][1] the latest commit to the joe cvs dates from 2008-11-23. The latest release, 3.7, seems to be from 2008-11-03. So there are some commits that haven't been released yet, e.g. the fix in [main.c revision 1.6][2] which causes a SIGSEGV bug tracked for [Gentoo][3] and [Ubuntu][4] and maybe other distros as well. The [NEWS...
2009-10-30 14:23:26 UTC in JOE - Joe's own editor
-
Duplicate of https://sourceforge.net/tracker/index.php?func=detail&aid=2778613&group_id=1&atid=350001
See also https://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/36/
and https://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/123/.
2009-10-09 10:51:13 UTC in SourceForge.net
-
Haven't encountered build issues with bogofilter for some time now, so I take it that r6607 did fix the issue.
Feel free to close, and thanks for the fix in the first place.
2009-08-05 08:40:57 UTC in bogofilter -- Fast Bayesian Spam Filter
-
While this patch here is still interesting, please rather consider http://sourceforge.net/tracker/?func=detail&aid=2783226&group_id=29721&atid=397080 for actual inclusion.
2009-08-03 08:19:50 UTC in checkstyle
-
Using --async should have pretty much the same performance effect, but logs would still end up on disk eventually, unless the computer crashes before flushing its logs.
In recent metalog versions, there is a flush option for individual logs, so you can have some logs flushed after each message, and others not. sysklogd provides a similar feature.
2009-06-11 09:26:26 UTC in Metalog
-
Cross-reference: just posted this to IdeaTorrent: https://apps.sourceforge.net/ideatorrent/sourceforge/ideatorrent/idea/36/.
2009-05-22 13:12:24 UTC in SourceForge.net
-
All constructors for FileWriter and FileReader should be banned, as they all use default encoding, and there isn't a default constructor.
There are several overloaded function calls which cannot be distinguished by name and parameter count alone:
String(byte[]) vs. String(char[]), String(StringBuilder), ...
String(byte[], int, int) vs. String(char[], int, int), String(int[], int, int...
2009-05-12 07:08:19 UTC in checkstyle
-
Currently the BCEL checks won't work with checkstyle 5 due to the API change for FileSetCheck. The attached patch tries to improve the situation, though it's no final solution.
It contains a build file for the bcel contrib module which not only allows compilation of the bcel code but running its tests as well. It is based in large part upon the main build.xml of checkstyle, with adaptations...
2009-05-06 19:00:04 UTC in checkstyle
-
Linkchecker sends requests with anchors, and treats servers not accepting them with warnings. I believe, however, that linkchecker itself is broken in this respect. This claim is supported by the following quotation from http://tools.ietf.org/html/rfc3986#section-3.5 :
"the fragment identifier is not used in the scheme-specific processing of a URI; instead, the fragment identifier is...
2009-05-01 12:31:35 UTC in LinkChecker
-
I've just improved on my patch. Now FileText does the reading of the file itself, and contains several more accessor functions, in particular for the file name, charset, bytes, and lines array.
Conversion of (File, List) pairs to FileText is now done using a static factory method, instead of a constructor, in order to avoid creation of new objects if the list of lines already is a...
2009-04-29 10:10:46 UTC in checkstyle