Re: Is svn release 1758 missing fixes?

2024-03-04 Thread Dr . Jürgen Sauermann
that changes that I made. Best Regards, Jürgen On 3/3/24 22:08, M.Hall wrote: Is svn release 1758 missing fixes for Backtrace.cc and Command.cc ? On macos 10.15.7 (old, I know). I added small fixes in my "working copy" below to avoid compile errors - the diff will show them. (Also, '__APPLE__'

Re: Is svn release 1758 missing fixes?

2024-03-04 Thread Dr . Jürgen Sauermann
Hi Paul, thanks, fixed in *SVN 1759 *as proposed. I was initially thinking of *return st.st_mtime;* myself but didn't do it because is is a macro and I wasn't sure if it is #define'd on all platform. Best Regards, Jürgen On 3/4/24 02:49, Paul Rockwell wrote: Mike, I noticed the same

Re: Is svn release 1758 missing fixes?

2024-03-03 Thread Paul Rockwell
Mike, I noticed the same issues in SVN 1757 and 1758 as well. I have made similar fixes in the source that I have. Our fixes differ in that the fix I made to Command.cc is to change line 2030 from if (sort == SORT_TIME) return st.st_mtim.tv_sec; 2031 to

Is svn release 1758 missing fixes?

2024-03-03 Thread M.Hall
Is svn release 1758 missing fixes for Backtrace.cc and Command.cc ? On macos 10.15.7 (old, I know). I added small fixes in my "working copy" below to avoid compile errors - the diff will show them. (Also, '__APPLE__' is defined by the compiler. See the output of 'echo |