pilot-link-0.9.5-pre6 patches

2001-07-04 Thread Vadim Zaliva
Hi! Currently 'read-expenses' application included with pilot-link package is not very useful, since it produces unstructured output, which is difficult to parse and process. For personal needs, I've done small hack: I've modified 'read-expenses' to produce XML output. Then I wrote small XSLT

pilot-link-0.9.5-pre6 patches

2001-05-16 Thread Oliver Schmidt
Hi, in file dlp.c in line 239 the following was inserted: /* Seems like year comes back as all zeros if the date is empty * (but other fields can vary). And mktime() chokes on 1900 B.C. * (result of 0 minus 1900), returning -1, which the higher level * code can't deal with (passes

RE: pilot-link-0.9.5-pre6 patches

2001-05-04 Thread Oliver Schmidt
file: winserial.c, reason: poor error handling, fixes: 56c56 errno = ENOENT; --- errno = GetLastError(); Can you resend this in a unified diff, assuming your OS can create a sane diff? Manual diffing is a pain sometimes. A 'unified' diff ???

Re: pilot-link-0.9.5-pre6 patches

2001-05-02 Thread David A. Desrosiers
file: winserial.c, reason: poor error handling, fixes: 56c56 errno = ENOENT; --- errno = GetLastError(); Can you resend this in a unified diff, assuming your OS can create a sane diff? Manual diffing is a pain sometimes. diff -urBb should do