Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I have updated load-shared-object in revision 429 as you suggested. Thank you! :) -- fujita (I keep this issue open until I finish the next release version. Any suggestions...

``` It would be nice for symmetry to have `unsigned-long-long' and `signed-long-long' types in the FFI. While these are most certainly synonymous to `uint64_t' and `int64_t' on all platforms supported...

``` Thank you for your suggestion! I have added 'long-long' and 'unsigned-long-long' to revision 488. :-) -- fujita ``` Original comment by `[email protected]` on 7 Jun 2009 at 2:28

``` Thank you for your bug report! --fujita ``` Original comment by `[email protected]` on 22 Jun 2009 at 4:27 - Changed state: **Accepted**

``` Thank you for your suggestion! --fujita ``` Original comment by `[email protected]` on 20 Apr 2009 at 11:51 - Changed state: **Accepted**

``` This is a fixed patch, the previous had a bug causing segfaults when the environment alist had more than one entry; duh. ``` Original comment by `[email protected]` on 20...

``` > POSIX does (for whatever strange reason) not provide an execvpe() function. I agree. It is strange. :( I found 'posix_spawn' and 'posix_spawnp' can handle both 'search?' and 'env'...

``` Seems to work fine -- thanks! ``` Original comment by `[email protected]` on 6 Jun 2009 at 4:13

``` My guess is as follows: Index: src/arith.cpp =================================================================== --- src/arith.cpp (revision 503) +++ src/arith.cpp (working copy) @@ -2570,7 +2570,7 @@ { if (FIXNUMP(obj)) { intptr_t n = FIXNUM(obj); -...

``` For what it's worth, FreeBSD port removes $(HOME)/.ypsilon creation from the Makefile before running make, as it does not make much sense when all the installation is happening under...