Re: [fossil-users] libfossil scripting mini-demo

2016-02-19 Thread Stephan Beal
On Sat, Feb 20, 2016 at 12:25 AM, Warren Young wrote: > No, libiconv comes to OS X via HPUX -> XPG4 -> SUS -> GNU: > > https://www.gnu.org/software/libiconv/ > https://en.wikipedia.org/wiki/Iconv > > Now that I think more about it, though, I think this isn’t a library > dependency chasing pro

Re: [fossil-users] libfossil scripting mini-demo

2016-02-19 Thread Warren Young
On Feb 18, 2016, at 7:25 PM, Stephan Beal wrote: > > On Fri, Feb 19, 2016 at 2:34 AM, Warren Young wrote: > fsl_utf8.c:182:10: error: incompatible integer to pointer conversion assigning > to 'char *' from 'int' [-Werror,-Wint-conversion] > zOut = fossil_strdup(zFilename); > ^

Re: [fossil-users] libfossil scripting mini-demo

2016-02-18 Thread Stephan Beal
On Fri, Feb 19, 2016 at 2:34 AM, Warren Young wrote: > On Feb 18, 2016, at 8:56 AM, Stephan Beal wrote: > > > > i'll just leave this here… > > You might want to add a short explanation of s2 near the top of the > libfossil page. I had to go on a fairly long journey to figure that out. > You can

Re: [fossil-users] libfossil scripting mini-demo

2016-02-18 Thread Warren Young
On Feb 18, 2016, at 8:56 AM, Stephan Beal wrote: > > i'll just leave this here… You might want to add a short explanation of s2 near the top of the libfossil page. I had to go on a fairly long journey to figure that out. You can’t expect readers of that page or browsers of the source tree to

[fossil-users] libfossil scripting mini-demo

2016-02-18 Thread Stephan Beal
i'll just leave this here... (Source: http://fossil.wanderinghorse.net/r/libfossil) (@Ross B: see the bottom) [stephan@host:~/cvs/fossil/libfossil/s2]$ ./f-s2sh -v verbose: Auto-loading script [./f-s2sh.s2]. s2 interactive shell. All commands run in the current scope. Use your platform's EOF seq