log

age author description
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
Mon, 31 Oct 2016 22:14:38 +0000 Mychaela Falconia target-utils/libc: strlen optimized assembly implementation added
Mon, 31 Oct 2016 21:33:05 +0000 Mychaela Falconia target-utils/Makefile: libc added to the dependencies
Sat, 29 Oct 2016 00:15:12 +0000 Mychaela Falconia target-utils/libc: assembly implementation of bcmp/memcmp