summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+1
2003-12-09easy-to-use function types for typecastingDaniel Stenberg1-0/+7
2003-12-08works with older glibc headers too nowDaniel Stenberg1-3/+6
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg1-6/+30
2003-12-06CleanupBjörn Stenberg1-25/+1
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg1-1/+1
2003-03-18Added the filesize() functionLinus Nielsen Feltzing1-0/+1
2003-03-16added fprintf() protoDaniel Stenberg1-0/+1
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing1-0/+1
2003-02-26code policeRobert Hak1-2/+2
2003-02-14include "standard" files with <> and not ""Daniel Stenberg1-1/+1
2003-02-14this fixes the win32 simulator compilationFelix Arends1-7/+0
2003-02-07more movesDaniel Stenberg6-0/+389
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-82/+0
2003-02-05Public firmware header files should now be put in firmware/include/ directoryDaniel Stenberg1-0/+82
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg1-0/+3
2002-06-24added debug function header file.Felix Arends1-0/+24
2002-06-18removed lotsa protos and now it seems to build on sim tooDaniel Stenberg1-40/+0
2002-06-18fat.c includes time.h so we need thisDaniel Stenberg1-0/+88
2002-06-18abs() is abs and should work as abs when you want absDaniel Stenberg1-1/+1
2002-06-18remove bad includeDaniel Stenberg1-1/+0
2002-06-17fix ctype externDaniel Stenberg1-1/+1
2002-06-17fixed to workDaniel Stenberg3-18/+1
2002-06-17added protos and fixed to make them work as proper newlib replacementDaniel Stenberg2-6/+11
2002-06-15This is my initial attempt to get rid of the newlib headers requirement,Daniel Stenberg9-0/+457