log

age author description
Tue, 01 Nov 2016 01:28:39 +0000 Mychaela Falconia target-utils/c139explore/dac.c: added missing extern u_long strtoul();
Tue, 01 Nov 2016 01:27:48 +0000 Mychaela Falconia target-utils/c139explore/backlight.c: use our own strings.h
Tue, 01 Nov 2016 01:12:00 +0000 Mychaela Falconia target-utils/libcommon/cmd_baud_switch.c: const compiler warning fix
Tue, 01 Nov 2016 01:10:33 +0000 Mychaela Falconia target-utils/libcommon: extern u_long strtoul(); added where needed
Tue, 01 Nov 2016 01:00:43 +0000 Mychaela Falconia target-utils/pirexplore: vibe command alias for buz
Tue, 01 Nov 2016 00:38:49 +0000 Mychaela Falconia target-utils: pirexplore converted to our own libc
Tue, 01 Nov 2016 00:28:57 +0000 Mychaela Falconia target-utils: loadagent converted to our own libc
Tue, 01 Nov 2016 00:24:23 +0000 Mychaela Falconia target-utils: helloapp converted to our own libc
Tue, 01 Nov 2016 00:20:14 +0000 Mychaela Falconia target-utils: c139explore converted to our own libc
Tue, 01 Nov 2016 00:15:59 +0000 Mychaela Falconia target-utils/c139-lldbg/lldbg.lds: properly disallow .data at last
Tue, 01 Nov 2016 00:09:34 +0000 Mychaela Falconia target-utils: c139-lldbg converted to our own libc
Tue, 01 Nov 2016 00:05:31 +0000 Mychaela Falconia target-utils: use of bcopy() changed to memcpy()
Mon, 31 Oct 2016 23:55:28 +0000 Mychaela Falconia target-utils: buzplayer converted to our own libc
Mon, 31 Oct 2016 23:49:11 +0000 Mychaela Falconia target-utils/include: our own ctype.h and strings.h added
Mon, 31 Oct 2016 23:35:48 +0000 Mychaela Falconia target-utils/libc: strtol and strtoul added from 4.4BSD with simplification