gustavoz (Gustavo Zacarias)
- Login: gustavoz
- Email: gustavo@zacarias.com.ar
- Registered on: 11/05/2010
- Last sign in: 05/23/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
05/19/2016
-
02:12 PM Ruby Bug #12398 (Closed): process.c compile broken for noMMU architectures on 2.3.x
- `rb_spawn_process()` in process.c tries different solutions for when `fork` and/or `spawnv` are/aren't available.
The last resort when both aren't is to use the `system()` call which stores the value in the `status` variable, which isn'...
11/05/2010
-
07:28 AM Ruby Bug #4026: Bad sed expression in configure.in
- =begin
=end
-
07:22 AM Ruby Bug #4026 (Closed): Bad sed expression in configure.in
- =begin
There's a bad sed expression in configure.in for LDFLAGS.
The result is LDFLAGS passed in environment to configure get nuked.
Breaks cross-compilation.
=end