Usermode/libc - Fix time conversion code
[tpg/acess2.git] / Usermode / Libraries / libc.so_src /
2014-12-26 John Hodge (sonata)Usermode/libc - Fix time conversion code
2014-11-07 John Hodge (sonata)Usermode/libc - Add support for %H and %M in strftime
2014-11-03 John Hodge (sonata)Usermode/libc - Fix not loading crt0.s in libc
2014-10-17 John HodgeMerge branch 'master' of git://localhost/acess2
2014-10-17 John HodgeFix ARCH=native compiling
2014-09-28 John Hodge (sonata)Usermode/libc - Fix inttypes.h
2014-08-25 John HodgeUsermode/Core Libs - Fix CRT* file types
2014-08-24 John Hodgex86_64 build working with new compiler
2014-08-18 John HodgeUsermode/libc - Move free logic to another method,...
2014-05-31 John HodgeUsermode/libc - Makefile update, move stdin/... to...
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-14 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeUsermode/libc - Fixes and additions from curl
2014-05-10 John HodgeUsermode/libc - Actually fix strtoi (passing utest...
2014-05-10 John HodgeUsermode/libc - Add C99 errno values, fix compile error...
2014-05-10 John HodgeUsermode/libc - Fix over-use of 64-bit divide in strtoull
2014-05-10 John HodgeUsermode/libc - Fix and unit test strtoull/* behavior...
2014-05-10 John HodgeUsermode/libc - Fix edge case crash with realloc on...
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-09 John HodgeUsermode/libc - Time formatting, stub locale.h, rename...
2014-03-08 John HodgeUsermode/libc - C++ wrapping in headers, time rework
2014-02-09 John HodgeUsermode/libc - Flush stdout on getchar
2014-02-09 John HodgeUsermode/libc - Add isxdigit
2014-02-09 John HodgeUsermode/libc - Remove debug on fread
2014-01-05 John HodgeBoth - Merge signal lists
2013-12-21 John HodgeUsermode/libc - Shut up stdio
2013-11-30 John HodgeUsermode/libc - Minor compilation fix
2013-11-30 John HodgeUsermode/libc - Added EAFNOSUPPORT
2013-11-21 John HodgeUsermode/libc - stdin caching
2013-10-08 John HodgeUsermode/libc - Fixed some warnings in strtoi tests
2013-10-07 John HodgeUsermode/libc - Fixed unit tests
2013-10-04 John HodgeUsermode/libc - Fixed buggy strtoi code
2013-09-19 John HodgeUsermode/libc - Fixed no definition for uid_t/pid_t...
2013-09-10 John HodgeUsermode/libc - Rework malloc/free fixing many bugs
2013-09-10 John HodgeUsermode/libc - Minor fix to memmove
2013-09-08 John HodgeUsermode/libc - Switched assert() to use SysDebug inste...
2013-09-07 John HodgeUsermode/libc - Fixed fflush not handling errors
2013-09-07 John HodgeUsermode/libc - Minor cleanup to heap
2013-09-07 John HodgeUsermode/libc - Call ld-acess binary dump on fault
2013-08-15 John HodgeUsermode/libc - open_memstream
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-30 John HodgeUsermode/libc - Added ENOTTY to errno
2013-07-27 John HodgeUsermode/libc - Improved strerror, added some basic...
2013-07-22 John HodgeUsermode/libc - Fixing errors from clang, disabled...
2013-07-15 John HodgeUsermode/libc - Fixed printf itoa putting precision...
2013-07-15 John HodgeUsermode/libc - Fixed some slight errno issues
2013-07-15 John HodgeUsermode/libc - Changed printf to work in strings inste...
2013-07-14 John HodgeUsermode/libc - AcessNative hacks to separate acess...
2013-07-11 John HodgeUsermode/libc - Fixed %x/%X being signed in printf
2013-07-01 John HodgeUsermode/libc,libposix - Fixing errors in headers
2013-06-17 John HodgeUsermode/libc - inttypes.h fixed to include stdint.h
2013-06-12 John HodgeUsermode/libc - A little bit of POSIX signals
2013-06-09 John HodgeUsermode/lib{c,posix} - Adding clock_* POSIX functions
2013-05-27 John Hodge (sonata)Usermode/libc - Moved perror to errno.c and implimented...
2013-05-27 John Hodge (sonata)Usermode/libc - Exit on heap corruption
2013-05-16 John HodgeUsermode/libc,libpsocket - Various fixes to psockets...
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeUsermode - POSIX and C conformance changes
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-08 John Hodge (sonata)Usermode/libc - Misc unused change in printf %f
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-04-26 John HodgeUsermode/libc - More errno values and signal symbolic...
2013-04-26 John HodgeUsermode/libc - Fixed back-seek of -1 when a write...
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-04-02 John HodgeUsermode/libc - Removed debug in stdio flush
2013-03-31 John HodgeUsermode - Added stdio output caching
2013-03-29 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-29 John HodgeUsermode - ARCH=native changes, kinda borked
2013-03-29 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-06 John HodgeUsermode - libacess-native
2013-03-05 John HodgeUsermode/libc - Fixed setjmp.h relying on __is_ARCHDIR_*_
2013-03-05 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-05 John Hodge (sonata)Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values
2013-03-03 John HodgeExternals/cross-compiler - Patching to get things compiling
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-20 John HodgeAcessNative - Working on possible recompilation emulation
2013-02-16 John HodgeUsermode/libc - Messing about with %f
2013-02-15 John HodgeUsermode/libc - printf fixes
2013-02-15 John HodgeUsermode/libc - ftoa() fixes, current test set passes
2013-02-15 John HodgeUsermode/libc - Fixed itoa precision, ftoa rounding
2013-02-14 John HodgeUsermode - Unit tests called from root makefile
2013-02-14 John HodgeUsermode/libc - Fixed compilation issues in printf
2013-02-14 John HodgeUsermode/libc - Unit tests
2013-02-09 John HodgeUsermode/libc - Fixed DIV0 in fread/fopen
2013-02-08 John HodgeUsermode/libc - Tester for printf
2013-02-07 John HodgeUsermode/libc - FP printf (partial)
2013-02-02 John HodgeUsermode/libc - Removed debug SysDebug
2013-02-02 John HodgeUsermode/libc - Moved *printf into printf.c
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge (sonata)Usermode/libc - Fixed printf() sending \0
2013-01-19 John Hodge (sonata)Fixing clang compilation errors
2013-01-19 John Hodge (sonata)Usermode/libc - scanf/stdio fixes
2012-12-31 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-30 John HodgeAll - Changes for AcessNative on windows
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
next

UCC git Repository :: git.ucc.asn.au