Eberhard Mattes

Show:

What's happening?

  • Comment: Visual Studio C++ doesn't have gettimeofday()

    Here's a fix: --- misc.c.orig 2009-05-14 17:00:34.000000000 +0200 +++ misc.c 2009-09-23 15:38:50.000000000 +0200 @@ -318,7 +318,12 @@ char buffer[1536]; int len; va_list vargs; +#ifdef WIN32 + struct { int tv_sec, tv_usec; } now; + DWORD t; +#else struct timeval now; +#endif static int firstsec; static const char *const contexts[9] = { "Unknown", @@...

    2009-09-23 13:45:30 UTC in libssh2

  • fst

    em1 added the fst05b.zip file.

    2009-01-01 14:20:35 UTC in fst

  • 0.5b

    em1 created the 0.5b file release.

    2009-01-01 14:18:04 UTC in fst

  • fst

    em1 committed patchset 5 of module htdocs to the fst CVS repository, changing 1 files.

    2009-01-01 14:15:49 UTC in fst

  • fst

    em1 committed patchset 66 of module fst to the fst CVS repository, changing 2 files.

    2009-01-01 14:13:53 UTC in fst

  • fst

    em1 committed patchset 65 of module fst to the fst CVS repository, changing 2 files.

    2009-01-01 14:13:13 UTC in fst

  • fst

    em1 committed patchset 64 of module fst to the fst CVS repository, changing 1 files.

    2009-01-01 14:13:06 UTC in fst

  • fst 0.5a released

    This release adds some useful stuff for Hi-MD.

    2008-12-24 23:19:20 UTC in fst

  • fst

    em1 committed patchset 4 of module htdocs to the fst CVS repository, changing 1 files.

    2008-12-24 23:11:29 UTC in fst

  • fst

    em1 added the fst05a.zip file.

    2008-12-24 23:05:42 UTC in fst

About Me

  • 2003-01-04 (7 years ago)
  • 680708
  • em1 (My Site)
  • Eberhard Mattes

Send me a message