Brian Callahan

Results 23 issues of Brian Callahan

Hello -- When compiling C code for CP/M, unlink is accepted by the compiler via the unistd.h header but then fails when linking due to an undefined reference for _unlink....

Hello. I have been running Cowgol on OpenBSD for a while, preparing to create a cowgol package with all the different permutations of native and cross compiler. It works great...

Hello. Here are two programs that ought to be equivalent, one in C and the other in Cowgol: https://github.com/ibara/cowgol-utilities/blob/main/2darray.c https://github.com/ibara/cowgol-utilities/blob/main/2darray.cow However, they are not equivalent. The output from the C...

Hello -- I wrote an 8080 disassembler in Cowgol: https://github.com/ibara/cowgol-utilities/blob/main/cowdis.cow I was a little hesitant to write a massive array in Cowgol, so I opted for a big switch statement....

Hello -- (Keeping individual issues separate for organization purposes.) Is there an easy way to get keyboard input with Cowgol? I have a Brainfuck to Cowgol transpiler: https://github.com/ibara/cowgol-utilities/blob/main/bfc.cow but it...

Hello -- As mentioned in the bug report, this fixes a potential buffer overflow in zlib. It is a combined diff from https://github.com/madler/zlib/commit/eff308af425b67093bab25f80f1ae950166bece1 and https://github.com/madler/zlib/commit/1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d I wasn't sure whether this...

Hello -- The following code causes a segfault in is_Id. Ideally, cparser should reject this code on line 6 (`while (c[1])`) since it makes no sense in context. Thanks! ```...

### System information - **dub version**: 1.27.0 - **OS Platform and distribution**: OpenBSD - **compiler version** gdc-11.2.0 ### Bug Description Below are the two test failures when using running the...

### System information - **dub version**: 1.27.0 - **OS Platform and distribution**: OpenBSD - **compiler version**: N/A ### Bug Description Reported here first: https://issues.dlang.org/show_bug.cgi?id=22381 When gdmd is selected as the...

The new clone code causes segfaults on OpenBSD. ``` /home/brian/opengit $ ./src/obj/ogit clone https://github.com/ibara/shuf.git Cannot create shuf/.git/objects Segmentation fault (core dumped) ``` Backtrace: ``` GNU gdb (GDB) 8.2.1 Copyright (C)...