Activity for Ben Collver

  • Ben Collver Ben Collver modified a comment on ticket #6

    I tried to apply this patch. First i had to convert the files from DOS to Unix style line endings. tkman-2.2$ patch -p1 <../tkman_2.3a.patch patching file ANNOUNCE-tkman.txt patching file Makefile patching file gui.tcl patching file manpath.tcl patching file manual.html Hunk #1 FAILED at 1555. 1 out of 1 hunk FAILED -- saving rejects to file manual.html.rej patching file prefs.tcl The next patch would delete the file retkman, which does not exist! Assume -R? [n] n Apply anyway? [n] n Skipping patch....

  • Ben Collver Ben Collver modified a comment on ticket #6

    I tried to apply this patch. First i had to convert the files from DOS to Unix style line endings. tkman-2.2$ patch -p1 <../tkman_2.3a.patch patching file ANNOUNCE-tkman.txt patching file Makefile patching file gui.tcl patching file manpath.tcl patching file manual.html Hunk #1 FAILED at 1555. 1 out of 1 hunk FAILED -- saving rejects to file manual.html.rej patching file prefs.tcl The next patch would delete the file retkman, which does not exist! Assume -R? [n] n Apply anyway? [n] n Skipping patch....

  • Ben Collver Ben Collver posted a comment on ticket #6

    I tried to apply this patch. First i had to convert the files from DOS to Unix style line endings. tkman-2.2$ patch -p1 <../tkman_2.3a.patch patching file ANNOUNCE-tkman.txt patching file Makefile patching file gui.tcl patching file manpath.tcl patching file manual.html Hunk #1 FAILED at 1555. 1 out of 1 hunk FAILED -- saving rejects to file manual.html.rej patching file prefs.tcl The next patch would delete the file retkman, which does not exist! Assume -R? [n] n Apply anyway? [n] n Skipping patch....

  • Ben Collver Ben Collver posted a comment on ticket #793

    The commit below shows another workaround: replace the format codes. https://github.com/hcr923fm/chronicle/pull/27/commits/bde06b76e69e4d026e2ffdb9fd8d006cc1a6f0fd Below are equivalent format codes. OLD: %F NEW: %Y-%m-%d OLD: %T NEW: %H:%M:%S OLD: %V NEW: %W

  • Ben Collver Ben Collver posted a comment on ticket #291

    I found this same issue in some old 80's DOS programs that were designed to run on the IBM XT. To me this indicates that it isn't simply a bug in DJGPP. I read that this issue was fixed in VirtualBox in the following change: https://www.virtualbox.org/changeset/34371/vbox I also found a patch for qemu: https://patchwork.ozlabs.org/project/qemu-devel/patch/47b0eaeb99f46127bb70.1251024894@macbook-3.chello.at/ I adapted this patch and rebuilt Qemu 6.2.0, but it made no difference for me.

  • Ben Collver Ben Collver posted a comment on ticket #291

    This may be a bug in DJGPP. See the thread below for details https://www.vogons.org/viewtopic.php?f=61&t=71459

  • Ben Collver Ben Collver modified ticket #4

    segfaults

  • Ben Collver Ben Collver posted a comment on ticket #4

    Fixed in version 2.1.4

  • Ben Collver Ben Collver committed [fa806e]

    Release version 2.1.4

  • Ben Collver Ben Collver committed [c7e4de]

    topic count by bytes / sizeof(int32_t) not sizeof(long).

  • Ben Collver Ben Collver committed [aed387]

    Change typedefs to ensure data types are right.

  • Ben Collver Ben Collver committed [a1050d]

    DJGPP portability fixes. Omit libgen.h and use uint32_t instead of uint.

  • Ben Collver Ben Collver committed [f10405]

    Update documentation for new syntax introduced in commit [88a1b9]

  • Ben Collver Ben Collver committed [679984]

    Include stdint.h in splitmrb.c to define C99 standard int types.

  • Ben Collver Ben Collver committed [294a6b]

    Switch from u_int32_t to C99 standard uint32_t.

  • Ben Collver Ben Collver committed [12f732]

    Change inline keyword to static.

  • Ben Collver Ben Collver posted a comment on ticket #4

    The WIN32.HLP crash is fixed in commit [daa7f7]

1
MongoDB Logo MongoDB