2017-04-30 |
Martin Baute | Cosmetic comment fixes. branches/default master origin/bookmarks/master origin/branches/default |
tree | commitdiff |
2016-03-14 |
Martin Baute | Moved base codecs to main codebase. |
tree | commitdiff |
2016-03-14 |
Martin Baute | Moved the C locale implementation into main code base... |
tree | commitdiff |
2016-03-13 |
Martin Baute | PDCLib includes with quotes, not <>. |
tree | commitdiff |
2016-03-07 |
Martin Baute | Removed SVN keyword tags. |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-1 locale functions only included <_PDCLIB_locale... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | Minimize the amount of internal definitions which get... |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | Rename all files to match their primary symbol (avoids... |
tree | commitdiff |
2012-12-27 |
Owen Shepherd | Fix warnings |
tree | commitdiff |
2012-12-27 |
Owen Shepherd | Move existing errno handling to tss_errno, to allow... |
tree | commitdiff |
2012-12-26 |
Owen Shepherd | PDCLIB_scan: For %p, use E_long. This is a temporary... |
tree | commitdiff |
2012-12-26 |
Owen Shepherd | _PDCLIB_print: Change "written" unsigned -> int due... |
tree | commitdiff |
2012-12-26 |
Owen Shepherd | _PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initiali... |
tree | commitdiff |
2012-12-26 |
Owen Shepherd | _PDCLIB_scan: Had incorrect upper bound on field width... |
tree | commitdiff |
2012-11-15 |
Owen Shepherd | PDCLIB-15: _PDCLIB_print now calls through to putc_unlocked |
tree | commitdiff |
2012-11-08 |
Owen Shepherd | PDCLIB-15 PDCLIB-16: |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: Didn't increment the specification pointer... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | C11 7.21.6.1p8 "The result of converting a zero value... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | C11 7.21.6.1p4: the precision may be * or an _optional_... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: Macros not wrapped in parentheses are evil... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: Removing the zero flag requires bitwise and... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: Move output from %s/%c specifiers to their... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: _PDCLIB_status_t: change members from size_t... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: int2base: alternate conversion specifier... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: Inside _PDCLIB_print, remove intformat and... |
tree | commitdiff |
2012-08-15 |
Owen Shepherd | _PDCLIB_flushbuffer for win32. correct seeking behaviour. |
tree | commitdiff |
2012-08-14 |
Owen Shepherd | (merge) |
tree | commitdiff |
2012-08-13 |
Owen Shepherd | * Test cleanups: surround the code for all functions... |
tree | commitdiff |
2012-08-03 |
Owen Shepherd | Import dlmalloc (public domain) as a malloc implementat... |
tree | commitdiff |
2012-08-02 |
Owen Shepherd | * Change the style of inclusion of the internal/ header... |
tree | commitdiff |
2011-03-17 |
solar | Fixed prototype warnings. |
tree | commitdiff |
2011-01-11 |
solar | Fix for #41. |
tree | commitdiff |
2010-12-30 |
solar | Addressed ticket #40 (non-standard errno values). |
tree | commitdiff |
2010-12-29 |
solar | Moved ctype info into struct lconv. |
tree | commitdiff |
2010-12-20 |
solar | Some testcases for scanf(). Fixed bug with %*... .... |
tree | commitdiff |
2010-12-15 |
solar | More cleaning up. |
tree | commitdiff |
2010-12-11 |
solar | EOL handling is for text mode conversion. |
tree | commitdiff |
2010-12-08 |
solar | Reworked scanf() testing. General cleanups. |
tree | commitdiff |
2010-12-06 |
solar | Test drivers for fgetpos, fsetpos, and perror. Cannot... |
tree | commitdiff |
2010-12-01 |
solar | *Much* better. |
tree | commitdiff |
2010-11-30 |
solar | Better error reporting on printf's. |
tree | commitdiff |
2010-11-21 |
solar | Status review. |
tree | commitdiff |
2010-11-19 |
solar | Fixing bug #37 and #38. |
tree | commitdiff |
2010-10-01 |
solar | Streamlined printf testing. |
tree | commitdiff |
2010-09-26 |
solar | Improved reporting by printf tests. |
tree | commitdiff |
2010-07-21 |
solar | Uncovered severe formatting bug with one-digit numbers... |
tree | commitdiff |
2010-07-20 |
solar | Formatting bug. |
tree | commitdiff |
2010-07-19 |
solar | Further streamlined testing. |
tree | commitdiff |
2010-07-19 |
solar | Cleaned up the testing a bit. |
tree | commitdiff |
2010-06-19 |
solar | Streams are now closed on program exit. (I hope; untested.) |
tree | commitdiff |
2010-05-16 |
solar | Ad-hoc solutions for perror() and strerror(). |
tree | commitdiff |
2010-05-15 |
solar | Fixed a purely syntactical FIXME. |
tree | commitdiff |
2010-05-15 |
solar | Minor touches. |
tree | commitdiff |
2010-05-14 |
solar | Renamed status->this to status->current to allow for... |
tree | commitdiff |
2010-04-08 |
solar | No more errors from _PDCLIB_scan tests. Yay... |
tree | commitdiff |
2010-04-07 |
solar | Some fixes to string scanning. First half of scanset... |
tree | commitdiff |
2010-04-07 |
solar | Cleanup of artifacts. |
tree | commitdiff |
2010-04-07 |
solar | Only the character groups still missing... |
tree | commitdiff |
2010-04-04 |
solar | Improper test code handling uncovered by Owen at osdev.org |
tree | commitdiff |
2010-03-12 |
solar | Intermediate debugging work on *scanf(). |
tree | commitdiff |
2009-10-01 |
solar | Handling end-of-string and unspecified width. |
tree | commitdiff |
2009-09-25 |
solar | Started debugging scanf() functions. |
tree | commitdiff |
2009-09-23 |
solar | Catching the unimplemented. |
tree | commitdiff |
2009-09-23 |
solar | Rough draft implementation. |
tree | commitdiff |
2009-09-22 |
solar | Intermediate code. |
tree | commitdiff |
2009-09-16 |
solar | Caught "0xz" corner case, and improved testing. |
tree | commitdiff |
2009-09-15 |
solar | Getting closer to scan(). |
tree | commitdiff |
2009-09-14 |
solar | First work towards scanf(). |
tree | commitdiff |
2009-09-13 |
solar | Merged branch stdio_rewrite back into trunk. |
tree | commitdiff |
2009-02-19 |
solar | Added FIXME |
tree | commitdiff |
2008-06-11 |
solar | Warnings regarding signed / unsigned issues. Fixed. |
tree | commitdiff |
2008-05-28 |
solar | Intermediate work, checked in for safekeeping as I... |
tree | commitdiff |
2007-09-20 |
solar | Added handling for fflush( NULL ). |
tree | commitdiff |
2007-09-14 |
solar | Minor cleanups. |
tree | commitdiff |
2007-09-12 |
solar | Bug #11 - memswp() in qsort() not type correct. Fixed. |
tree | commitdiff |
2006-07-06 |
solar | Improved testdrivers. |
tree | commitdiff |
2006-06-26 |
solar | Added some functions. |
tree | commitdiff |
2006-05-31 |
solar | Fixed test driver. |
tree | commitdiff |
2006-05-24 |
solar | Intermediate freeze. |
tree | commitdiff |
2006-05-24 |
solar | Declaration of Xdigits now handled by header. |
tree | commitdiff |
2006-05-24 |
solar | Declarating include and testdriver added. |
tree | commitdiff |
2006-05-12 |
solar | Intermediate work while migrating CVS -> SVN. |
tree | commitdiff |
2006-05-09 |
solar | Fixed compile warnings / errors. |
tree | commitdiff |
2006-04-26 |
solar | Temporary integration of _PDCLIB_print(), broken. |
tree | commitdiff |
2006-04-24 |
solar | Uppercase hex digits for printf() functions. |
tree | commitdiff |
2006-04-07 |
solar | Temporary proof-of-concept for printf() output conversions. |
tree | commitdiff |
2006-03-08 |
solar | Removed the $Name$ tags (not supported by SVN). Added... |
tree | commitdiff |
2006-03-06 |
solar | Porting current working set from CVS. |
tree | commitdiff |
2006-01-30 |
solar | Removed multiinclude test. |
tree | commitdiff |
2005-12-23 |
solar | Moved from functions/ to functions/_PDCLIB/. |
tree | commitdiff |
2005-12-15 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-15 |
solar | Extended comment - old one left me clueless. |
tree | commitdiff |
2005-12-15 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-04 |
solar | Added internal headerguard defines that were missing. |
tree | commitdiff |
2005-12-03 |
solar | Ugly workaround to keep wrappers from negating error... |
tree | commitdiff |
2005-12-03 |
solar | Helper functions for strto...() functions. |
tree | commitdiff |
2005-12-02 |
solar | Added atoi, atol, atoll plus internal helpers. |
tree | commitdiff |
|