Marcin Cieślak

Results 326 comments of Marcin Cieślak

> Meanwhile, if anyone else is impatient, contributions to the 93u+m branch are more than welcome. There is no organisation. Let's just use github and get to work. I saw...

Works for me with ksh93v: ``` > TIMEFORMAT=$'\nreal\t%3R\tuser\t%3U\tsys\t%3S' > time sleep 1 real 1,008 user 0,000 sys 0,000 > time ls (...) real 0,008 user 0,008 sys 0,000 ``` Also...

The New KornShell book does not define precision of `time` nor the use of the `TIMEFORMAT` variable (added in 03-03-18 release which is ksh93u). Here is the definition of `times(3)`...

Here is what I think the problem might be (using ksh93 93u+): ```` $ typeset -ix Y__; env Y__='2+log10(1000)' csh -c 'echo $Y__' 2+log10(1000) ```` ```` $ typeset -ix Y__;...

Sure, that's fine. I just posted it because this is what struck me reading project's README. I'll try to post some more details here so feel free to treat it...

No, it is not. Can I edit issue labels?

Thanks, I could reproduce it using emacs 26.3 on FreeBSD 11.3 with ksh93 93v- just by resizing emacs frame (with shell-mode being the sole window).

When running the sqlite3 directly it says # sqlite3 -readonly /usr/jails/var/db/local.sqlite -cmd 'select count(*) from vmpackages' < /dev/null 0

> Am I right in understanding that your host is in XEN Dom0 mode ? xconstruct-tui for XEN-based hypervisor VM Yes, I was very happy to see that cbsd supports...

This is a follow-up from the discussion at https://github.com/msgpack/msgpack-c/commit/4e027b72de6e5a7f216482bdeea1ddabe53474cf - I don't think that the ability to query `pkg-config --variable exec_prefix msgfmt-c` and the likes is needed. Anyone needs to...