User Activity

  • Posted a comment on discussion Open Discussion on linSmith

    Is there any progress on porting LinSmith to Gtk-3? Is the code available somewhere public?

  • Posted a comment on ticket #489 on FreeMat

    Below is a patch fixing the issue. We want to scanDirectory() if fileBaseName matches 'private' case-insensitively. --- a/libs/libFreeMat/Interpreter.cpp +++ b/libs/libFreeMat/Interpreter.cpp @@ -364,7 +364,7 @@ procFileP(prefix + ":" + fileBaseName,fileAbsoluteFilePath,tempfunc); else if (fileBaseName[0] == '@') scanDirectory(fileAbsoluteFilePath,tempfunc,fileBaseName); - else if (fileBaseName == "private") + else if (fileBaseName.toUpper() == "PRIVATE") scanDirectory(fileAbsoluteFilePath,tempfunc,fileAbsoluteFilePath);...

  • Posted a comment on ticket #563 on FreeMat

    Below is a patch fixing the issue. FREEMAT_VERSION is already quoted. --- a/src/application.cpp +++ b/src/application.cpp @@ -429,7 +429,7 @@ void ApplicationWindow::about() { QString text; text += "FreeMat Version "; - text += QUOTEME(FREEMAT_VERSION); + text += FREEMAT_VERSION; text += "\n\n"; text += "Licensed under the GNU Public License Ver 2\n"; text += "Web: http://freemat.sf.net\n";

  • Posted a comment on ticket #2 on XmHTML

    Thanks for the merge! I don't need a new release just for this, Debian can carry...

  • Created ticket #2 on XmHTML

    please sort object files to make build reproducible

  • Posted a comment on ticket #64 on DOSBox

    0.74 is nearly 3 years old. Any chance of a new release please?

  • Created ticket #4 on ddrescueview

    Wishlist: please set '-z relro --as-needed' linker options for Linux build

  • Created ticket #9 on Traceroute for Linux

    Wishlist: please remove build date from version string

View All

Personal Data

Username:
ginggs
Joined:
2008-12-18 11:51:36

Projects

This is a list of open source software projects that Graham Inggs is associated with:

Personal Tools