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 2322 d 21 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 3459 d 8 h clevermouse /programs/develop/libraries/menuetlibc/ menuetlibc: drop support for exotic configurations, it doesn't work anyway  
5131 3479 d 13 h clevermouse / autobuild sdlquake  
5129 3480 d 5 h clevermouse /programs/develop/libraries/menuetlibc/src/libc/ansi/stdlib/ menuetlibc: thread-safe malloc  
5123 3482 d 15 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 3485 d 9 h clevermouse / switch build system to Tup  
5029 3517 d 1 h hidnplayr /programs/develop/libraries/menuetlibc/ Fixed __menuet__set_bitfield_for_wanted_events in libc to allow bits 30 and 31 be set.  
4973 3577 d 14 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