-
jhallen committed patchset 706 of module joe-current to the JOE - Joe's own editor CVS repository, changing 1 files.
2008-11-23 23:53:51 UTC in JOE - Joe's own editor
-
Now in CVS: I've eliminated -lm. Instead, I use AC_SEARCH_LIBS to try to find each math function: this should automatically add -lm if it's needed. Please try this on Haiku / BeOS.
I could very well still be broken: maybe AC_SEARCH_LIBS will add -lc? If the function is intrinsic I don't know what it will do. I also check for macro definition of these functions in math.h.
2008-11-23 23:40:33 UTC in JOE - Joe's own editor
-
This is now fixed in CVS: we check for a macro or function for each math function.
2008-11-23 23:36:33 UTC in JOE - Joe's own editor
-
jhallen committed patchset 705 of module joe-current to the JOE - Joe's own editor CVS repository, changing 9 files.
2008-11-23 23:35:10 UTC in JOE - Joe's own editor
-
This is now in CVS, thanks!
2008-11-23 22:31:41 UTC in JOE - Joe's own editor
-
This is fixed now in CVS.
2008-11-23 21:58:18 UTC in JOE - Joe's own editor
-
jhallen committed patchset 704 of module joe-current to the JOE - Joe's own editor CVS repository, changing 2 files.
2008-11-23 21:58:01 UTC in JOE - Joe's own editor
-
This is now fixed in CVS.
2008-11-23 21:54:45 UTC in JOE - Joe's own editor
-
jhallen committed patchset 703 of module joe-current to the JOE - Joe's own editor CVS repository, changing 3 files.
2008-11-23 21:54:30 UTC in JOE - Joe's own editor
-
You must use pdup() or you risk missing the vlock/vunlock sequence if you happen to be right on a block boundary.
In any case, a fix like this is needed. I don't remember why I commented out my own code to do this- something must have been wrong with it.
2008-11-23 21:48:36 UTC in JOE - Joe's own editor