Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9587 837 d 10 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
7958 1434 d 14 h leency /programs/develop/libraries/menuetlibc/src/libm/ menuetlibc: fix e_exp.s by Bughunter  
7112 2348 d 19 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 3485 d 6 h clevermouse /programs/develop/libraries/menuetlibc/ menuetlibc: drop support for exotic configurations, it doesn't work anyway  
5131 3505 d 11 h clevermouse / autobuild sdlquake  
5129 3506 d 3 h clevermouse /programs/develop/libraries/menuetlibc/src/libc/ansi/stdlib/ menuetlibc: thread-safe malloc  
5123 3508 d 13 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 3511 d 7 h clevermouse / switch build system to Tup  
5029 3542 d 23 h hidnplayr /programs/develop/libraries/menuetlibc/ Fixed __menuet__set_bitfield_for_wanted_events in libc to allow bits 30 and 31 be set.  
4973 3603 d 12 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