Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7112 2344 d 20 h dunkaist /programs/ Add -fgnu89-inline to menuetlibc related files.

One can't build programs that use menuetlibc and the library itself with
the latest toolchain from Serge because new GCC assumes C99 inline
semantics. Fix it by passing -fgnu89-inline option to such programs.
 
5145 3481 d 7 h clevermouse /programs/develop/libraries/menuetlibc/ menuetlibc: drop support for exotic configurations, it doesn't work anyway  
5131 3501 d 12 h clevermouse / autobuild sdlquake  
5129 3502 d 4 h clevermouse /programs/develop/libraries/menuetlibc/src/libc/ansi/stdlib/ menuetlibc: thread-safe malloc  
5123 3504 d 14 h clevermouse / * gcc flags: add -march=pentium-mmx -fno-rtti
* menuetlibc: fix printf, sprintf
* menuetlibc: alias clock() to sysfn 26.9.
Not exactly what is required by POSIX, but better than zero
* autobuild games/checkers
 
5098 3507 d 8 h clevermouse / switch build system to Tup  
5029 3539 d 0 h hidnplayr /programs/develop/libraries/menuetlibc/ Fixed __menuet__set_bitfield_for_wanted_events in libc to allow bits 30 and 31 be set.  
4973 3599 d 13 h right-hearted /programs/develop/libraries/menuetlibc/ Adding menuetlibc back to its place in /programs/develop/libraries
This version of menuetlibc was taken from revision 4743, right before I made any changes