-
Please delete these two dead projects:
http://sourceforge.net/projects/blockstacker
http://sourceforge.net/projects/masonboard
I am the only maintainer of both and they are just taking up space. Thank you.
2008-02-28 12:30:33 UTC in SourceForge.net
-
Please remove this project from the database:
http://sourceforge.net/projects/dreamlog
It never got beyond the planning stage.
2007-04-24 06:45:32 UTC in SourceForge.net
-
Sorry, I wrote that up hastily. By "remove me from" I mean delete the projects all together, as I am the only developer on each of them. Also, "I do intend" should read "I do *not* intend.".
2007-04-24 01:08:23 UTC in SourceForge.net
-
Please remove me from the following projects:
https://sourceforge.net/projects/intheguard
https://sourceforge.net/projects/sinistersdp
https://sourceforge.net/projects/dreamlog
https://sourceforge.net/projects/libgnn
https://sourceforge.net/projects/libgopher-perl
https://sourceforge.net/projects/pocketgopher
No code has been released for them, and I do intend to release any for them in...
2007-04-24 00:56:16 UTC in SourceForge.net
-
Logged In: YES
user_id=755462
The machine I checked (WinME) has version 6.1.8637.0 of
MSVCRT.DLL, which I guess explains the different behavior.
Would you guys be open to a different version of snprintf()?
Google quickly turned up this implementation from a port of
OpenSSH:
http://darwinsource.opendarwin.org/10.3.6/OpenSSH-42/openssh/openbsd-compat/bsd-snprintf.c
It needs the...
2004-12-14 02:08:41 UTC in MinGW - Minimalist GNU for Windows
-
Hi guys.
This was brough to my attention by a few people. It
looks like snpritnf() is slightly broken. Here's a few
examples along with the output they produced:
--------------------
#include
int main(void)
{
char string[10];
char string2[10];
char string3[12];
int rv;
rv = snprintf(string, sizeof(string), "%s", "longer
than ten");
printf("[%s] (%d)\n", string,
2004-12-12 02:10:01 UTC in MinGW - Minimalist GNU for Windows
-
william_g_davis registered the ctests project.
2004-10-23 14:16:51 UTC in ctests
-
william_g_davis registered the Block Stacker project.
2004-10-20 07:59:07 UTC in Block Stacker
-
Logged In: YES
user_id=755462
Fixed. Try this out:
http://sourceforge.net/project/showfiles.php?group_id=78739
See the change log also:
http://sourceforge.net/project/shownotes.php?release_id=166930.
2003-06-21 23:27:25 UTC in MasonBoard
-
Logged In: YES
user_id=755462
Thank you for bringing this to my attention; I've found the problem.
MasonBoard uses the component method run_count() in getConstants to insure that the %constants hash, which persists among each HTTPd child process, isn't always being reloaded from the constants.dbm file.
Unfortunately, as I've just discovered now, the Mason people took this method out of...
2003-06-21 03:03:43 UTC in MasonBoard