-
Apparently the paragraph formatter doesn't like 83-87 dashes being typed on the same line. The original bug report was filed in the Debian BTS at
http://bugs.debian.org/508159
There is some additional discussion there about where this might be caused - the joe wordwrap() function seems to be doing a double free(3), the backtrace says:
#5 0x0000000000457492 in joe_free (ptr=0xdb8b10) at...
2009-01-10 11:05:59 UTC in JOE - Joe's own editor
-
The new version is committed to CVS, thanks.
2008-07-03 14:01:18 UTC in JOE - Joe's own editor
-
shallot committed patchset 605 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-06-10 22:44:25 UTC in JOE - Joe's own editor
-
shallot committed patchset 604 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-06-10 22:41:59 UTC in JOE - Joe's own editor
-
shallot committed patchset 603 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-06-10 22:39:27 UTC in JOE - Joe's own editor
-
shallot committed patchset 602 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-06-10 22:33:49 UTC in JOE - Joe's own editor
-
shallot committed patchset 601 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-06-10 22:24:47 UTC in JOE - Joe's own editor
-
I investigated that code a bit, and I can't say I really understand
what the hell it is doing, that is, why it's doing it :)
I checked the documentation for setlocale(), and cross-checked the
implementations in vim, nano, jed, and none of them do what joe seems to be
doing - joe is trying to read a "non-UTF8 but local" codepage by checking
the environment and switching to that locale, and...
2008-06-07 12:25:43 UTC in JOE - Joe's own editor
-
Jan Wagner told me that my original patch doesn't apply to 1.4.12; here's an updated patch for that version.
The only real change should be the use of my_rc_own_ipaddress(), it seems.
File Added: check_radius.c.diff.
2008-06-07 12:09:01 UTC in Nagios Plugin Development
-
> Furthermore, this behaviour is inconsistent with RFC 2865, which defines
> the two attributes as analogous and never suggests hardcoding the value of
> either of them in client software.
I just realized that I forgot to mention the other attribute's name before that paragraph - I'm talking about NAS-Identifier.
2008-06-06 12:36:28 UTC in Nagios Plugin Development