0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected over 2 years ago.
Nov 21, 2022 — Nov 21, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added src/getpid.c More... about 15 years ago
getpid() implemented and open files limit increased up to 32 More... about 15 years ago
COND_EXPR can also operate with pointers. They are handled as integers More... about 15 years ago
Warn only once because of libstd not implemented features More... about 15 years ago
Added type mismatch detection at calls with fixed prototypes More... about 15 years ago
Libstd: signals and getcwd implemented More... about 15 years ago
Fixing missing prototypes (when they are visible at file scope) More... about 15 years ago
Added stdlib:flieno More... over 15 years ago
provided POSIX users abstraction in libstd (new functions: getuid, geteuid, getpwuid, getpwnam) More... over 15 years ago
Added sysconf.c (I forgot to do it the last time) More... over 15 years ago
Fixed broken references to function-static variables found in specialized functions. More... over 15 years ago
In libstd, added EINTR errno code More... over 15 years ago
Added libstd:sysconf. Also some small changes in MSCorelibWrapper.cs:gettimes More... over 15 years ago
The values returned by 'times' in MSCorelibWrapper has been fixed to match the native 'times' ones More... over 15 years ago
Implemented 'times' (units differ from .NET and native, pending to fix it) More... over 15 years ago
Added unlink.c More... over 15 years ago
Added file (previously forgotten) More... over 15 years ago
Implemented unlink in libstd More... over 15 years ago
Extended stdlib::stat() functionality. New fields in 'struct stat'. New core functions in MSCorelibWrapper.cs and __host.c More... over 15 years ago
Add round and roundf to libstd. More... over 15 years ago
Add dump functions for CLI passes. More... almost 16 years ago
* gcc/config/cil32/emit-cil.c: if -g is enabled, add .line directives before each method/function definition. More... about 16 years ago
Add preliminary support for setjmp. More... about 16 years ago
* gcc/config/cil32/simp-cond.c: added condition inversion for brtrue More... about 16 years ago
* gcc/testsuite/gcc.dg/pr19340.c: skip test for cil32-*-* (scheduler More... over 16 years ago
Do not emit #line directives in assembly files (not supported by as)
Andrea C. Ornstein
as andreao
More... over 16 years ago
Fix incorrect builtin parameter type. More... over 16 years ago
Fix incorrect Vector8 names. More... over 16 years ago
Bug fix for 64-bit machines. More... over 16 years ago
Add support for vector multiply. More... over 16 years ago