2017-04-30 |
Martin Baute | Cosmetic comment fixes.
|
commit | commitdiff | tree |
2016-12-12 |
Martin Baute | remove() implemented directly without glue trampoline.
|
commit | commitdiff | tree |
2016-12-12 |
Martin Baute | Corrected _PDCLIB_CHAR_SIGNED handling.
|
commit | commitdiff | tree |
2016-12-12 |
Martin Baute | Corrected _PDCLIB_CHAR_SIGNED comment.
|
commit | commitdiff | tree |
2016-12-12 |
Martin Baute | Explicit include path removed.
|
commit | commitdiff | tree |
2016-12-12 |
Martin Baute | Renamed some files in platform/example to match the...
|
commit | commitdiff | tree |
2016-04-07 |
Martin Baute | Activated Tyndur tests for _PDCLIB_print().
|
commit | commitdiff | tree |
2016-03-28 |
Martin Baute | Different text for static_assert()s
|
commit | commitdiff | tree |
2016-03-25 |
Martin Baute | Typo.
|
commit | commitdiff | tree |
2016-03-14 |
Martin Baute | Removed basecodecs from PDCLIB_OPTIONS, added opt/Readme...
|
commit | commitdiff | tree |
2016-03-14 |
Martin Baute | Moved base codecs to main codebase.
|
commit | commitdiff | tree |
2016-03-14 |
Martin Baute | Moved errno to main codebase.
|
commit | commitdiff | tree |
2016-03-14 |
Martin Baute | Moved the C locale implementation into main code base...
|
commit | commitdiff | tree |
2016-03-14 |
Martin Baute | Moved notime and mincoll from opt/ to functions/.
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | dos2unix
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Revert reordering of declarations; for easier tracking...
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | dlmalloc not really optional, and I am not fond of...
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | PDCLib includes with quotes, not <>.
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Missing declarations / definitions added to stdlib.h.
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Getting stdlib.h to C11.
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Pulled in aligned_alloc from dlmalloc.c (dlmemalign).
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Since all platforms are already configured to use dlmalloc...
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Sweeping cleanups. Sorry for the massive commit; I...
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | <stdnoreturn.h> is defined to be just this. Including...
|
commit | commitdiff | tree |
2016-03-13 |
Martin Baute | Comment reformatting for consistency.
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | No return value valid code but gave warning. Fixed.
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Aggressive test driver gave multiple format warnings...
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Redeclaration of standard functions by dlmalloc. Fixed...
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Disabled unused function.
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | gets() not required anymore since C11. Disabled to...
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | RegTest gives warning about implicitly declared functions...
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Warning 'value may be used uninitialized'. Fixed.
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Type mismatches give compiler warnings. Fixed.
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | RegTest defines no functions, resulting in 'unused...
|
commit | commitdiff | tree |
2016-03-11 |
Martin Baute | Erroneously declared extended float constants as double...
|
commit | commitdiff | tree |
2016-03-10 |
Martin Baute | Reworked errno. Added values from Linux / Windows....
|
commit | commitdiff | tree |
2016-03-08 |
Martin Baute | Adding the _PDCLIB_UNREACHABLE default fixed warnings...
|
commit | commitdiff | tree |
2016-03-08 |
Martin Baute | Pointer typedef resulted in non-const structure where...
|
commit | commitdiff | tree |
2016-03-08 |
Martin Baute | No path that would not initialize outc, but compiler...
|
commit | commitdiff | tree |
2016-03-08 |
Martin Baute | Local helpers made static, silencing compiler warnings.
|
commit | commitdiff | tree |
2016-03-07 |
Martin Baute | Fixing compiler warnings.
|
commit | commitdiff | tree |
2016-03-07 |
Martin Baute | The other code did not work, and ((void)0) is actually...
|
commit | commitdiff | tree |
2016-03-07 |
Martin Baute | Static assert macro, config sanity checks
|
commit | commitdiff | tree |
2016-03-07 |
Martin Baute | Removed SVN keyword tags.
|
commit | commitdiff | tree |
2016-03-07 |
Martin Baute | assert.h can be included multiple times, redefining...
|
commit | commitdiff | tree |
2016-03-03 |
Martin Baute | Patch suggested by darkinsanity, http://forum.osdev...
|
commit | commitdiff | tree |
2016-03-01 |
Martin Baute | Removed historical Readme, all this is being said in...
|
commit | commitdiff | tree |
2016-03-01 |
Martin Baute | Compiler warnings regarding const > non-const assignments...
|
commit | commitdiff | tree |
2011-10-09 |
solar | Improved by Caleb1994 of osdev.org.
|
commit | commitdiff | tree |
2011-06-13 |
solar | Fixing #47 (*snprint() crash).
|
commit | commitdiff | tree |
2011-06-13 |
solar | Added LC_* definitions.
|
commit | commitdiff | tree |
2011-06-13 |
solar | Fixes #45.
|
commit | commitdiff | tree |
2011-03-17 |
solar | Fixed prototype warnings.
|
commit | commitdiff | tree |
2011-03-17 |
solar | find did not match on symlinks.
|
commit | commitdiff | tree |
2011-03-17 |
solar | Backported improvements to Makefile from OSDev.
|
commit | commitdiff | tree |
2011-02-20 |
solar | Fix for #42 - free( NULL ) must not fail.
|
commit | commitdiff | tree |
2011-01-11 |
solar | It seems I have to review the list of warning options...
|
commit | commitdiff | tree |
2011-01-11 |
solar | Fix for #41.
|
commit | commitdiff | tree |
2010-12-31 |
solar | I am not sure I understood strcoll() and strxfrm()...
|
commit | commitdiff | tree |
2010-12-30 |
solar | Language.
|
commit | commitdiff | tree |
2010-12-30 |
solar | Addressed ticket #40 (non-standard errno values).
|
commit | commitdiff | tree |
2010-12-29 |
solar | localeconv, and setlocale (C locale only)
|
commit | commitdiff | tree |
2010-12-29 |
solar | Moved ctype info into struct lconv.
|
commit | commitdiff | tree |
2010-12-29 |
solar | ctype
|
commit | commitdiff | tree |
2010-12-23 |
solar | Forgot parameter type.
|
commit | commitdiff | tree |
2010-12-23 |
solar | Started out on v0.6.
|
commit | commitdiff | tree |
2010-12-22 |
solar | Comment on v0.5 release
|
commit | commitdiff | tree |
2010-12-20 |
solar | Basic tests for %c, %s, %[ and %p.
|
commit | commitdiff | tree |
2010-12-20 |
solar | Some testcases for scanf(). Fixed bug with %*... ....
|
commit | commitdiff | tree |
2010-12-17 |
solar | Moved the macro magic into the common header.
|
commit | commitdiff | tree |
2010-12-16 |
solar | Cleaning up TODOs.
|
commit | commitdiff | tree |
2010-12-16 |
solar | Cleaning up TODOs.
|
commit | commitdiff | tree |
2010-12-15 |
solar | More cleaning up.
|
commit | commitdiff | tree |
2010-12-14 |
solar | Tightening the code a bit.
|
commit | commitdiff | tree |
2010-12-14 |
solar | Fixed safeguard calculation in ftell().
|
commit | commitdiff | tree |
2010-12-13 |
solar | Nine-to-five job calling, leaving this intermediate.
|
commit | commitdiff | tree |
2010-12-12 |
solar | Whoops. That wouldn't have worked...
|
commit | commitdiff | tree |
2010-12-11 |
solar | EOL handling is for text mode conversion.
|
commit | commitdiff | tree |
2010-12-11 |
solar | We will cross that bridge when we come to it.
|
commit | commitdiff | tree |
2010-12-11 |
solar | Replaced the dumb PATCHFILES with a smart for-find.
|
commit | commitdiff | tree |
2010-12-10 |
solar | Added testdriver for signals, make links now including...
|
commit | commitdiff | tree |
2010-12-10 |
solar | Adjusted Makefile and svn:ignore for signal/.
|
commit | commitdiff | tree |
2010-12-10 |
solar | Completed <signal.h>, and moved into platform.
|
commit | commitdiff | tree |
2010-12-09 |
solar | Put printf() / scanf() test macros in seperate header.
|
commit | commitdiff | tree |
2010-12-09 |
solar | Preliminary signal handling.
|
commit | commitdiff | tree |
2010-12-09 |
solar | SVN properties cleanup.
|
commit | commitdiff | tree |
2010-12-08 |
solar | Reworked scanf() testing. General cleanups.
|
commit | commitdiff | tree |
2010-12-06 |
solar | Test drivers for fgetpos, fsetpos, and perror. Cannot...
|
commit | commitdiff | tree |
2010-12-06 |
solar | fseek() test driver.
|
commit | commitdiff | tree |
2010-12-03 |
solar | Test driver (and much-needed fixes) to fgets().
|
commit | commitdiff | tree |
2010-12-02 |
solar | Testdriver for gets(). Turns out fseek() was not tested...
|
commit | commitdiff | tree |
2010-12-02 |
solar | Testdriver for tmpfile().
|
commit | commitdiff | tree |
2010-12-02 |
solar | Test driver for freopen().
|
commit | commitdiff | tree |
2010-12-02 |
solar | Using constants for testfile names
|
commit | commitdiff | tree |
2010-12-01 |
solar | Switched to tmpfile() where appropriate.
|
commit | commitdiff | tree |
2010-12-01 |
solar | Some cleanups and corrected typos.
|
commit | commitdiff | tree |
2010-12-01 |
solar | *Much* better.
|
commit | commitdiff | tree |
2010-11-30 |
solar | Better error reporting on printf's.
|
commit | commitdiff | tree |
2010-11-21 |
solar | Status review.
|
commit | commitdiff | tree |
2010-11-20 |
solar | Fixed broken filename handling in freopen().
|
commit | commitdiff | tree |
next |