2013-03-16 |
Owen Shepherd | PDCLIB-1 |
tree | commitdiff |
2013-03-16 |
Owen Shepherd | PDCLIB-1 Import Unciode character data table (see licen... |
tree | commitdiff |
2013-02-20 |
Owen Shepherd | Namespace cleanliness: Rename all ***_unlocked function... |
tree | commitdiff |
2013-01-11 |
Owen Shepherd | PDCLIB-2 PDCLIB-12 Correct surrogate behaviour of inter... |
tree | commitdiff |
2013-01-07 |
Owen Shepherd | char16_t/char32_t were incorrectly defined as int*_t... |
tree | commitdiff |
2013-01-07 |
Owen Shepherd | errno: parts of old errno system were left in _PDCLIB_int.h |
tree | commitdiff |
2013-01-01 |
Owen Shepherd | Add internal aliases for non _l variants |
tree | commitdiff |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-8: Implement mbrtowc using mbrtoc32... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: MB_CUR_MAX macro and implementation |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specif... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: Add char32/char16 conversions to... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: As an extension, add the POSIX threa... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-12 tighten up restrict qualifiers on... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | Minimize the amount of internal definitions which get... |
tree | commitdiff |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-12: If the internal character conversio... |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | Add _PDCLIB_UNREACHABLE (defines block of code as unrea... |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_e... |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | _PDCLIB_encoding.h: match internal types |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | Make _PDCLIB_mbstate_t available in the type namespace... |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | Elaborate on the interface of the encoding functions |
tree | commitdiff |
2012-12-30 |
Owen Shepherd | PDCLIB-12: Groundwork for encoding support system |
tree | commitdiff |
2012-12-27 |
Owen Shepherd | Fix warnings |
tree | commitdiff |
2012-12-27 |
Owen Shepherd | _PDCLIB_float.h: add newline at end of file |
tree | commitdiff |
2012-12-26 |
Owen Shepherd | _PDCLIB_aux.h: Better detection of Clang and GCC features |
tree | commitdiff |
2012-12-11 |
Owen Shepherd | PDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change... |
tree | commitdiff |
2012-12-11 |
Owen Shepherd | PDCLIB-19: Remove gets() when >=C11. Deprecated it... |
tree | commitdiff |
2012-12-05 |
Owen Shepherd | PDCLIB-8: First phase of intergation of new I/O backend... |
tree | commitdiff |
2012-12-04 |
Owen Shepherd | On C++, define _PDCLIB_wchar_t to be builtin type wchar_t |
tree | commitdiff |
2012-11-08 |
Owen Shepherd | PDCLIB-15 PDCLIB-16: |
tree | commitdiff |
2012-09-11 |
Owen Shepherd | PDCLIB-2: <wchar.h>: don't expect or expose definition... |
tree | commitdiff |
2012-08-25 |
Owen Shepherd | PDCLIB-6: _PDCLIB_status_t: change members from size_t... |
tree | commitdiff |
2012-08-16 |
Owen Shepherd | <float.h> is now implemented in the platform independen... |
tree | commitdiff |
2012-08-16 |
Owen Shepherd | Enable building PDCLib with Watcom. This was surprising... |
tree | commitdiff |
2012-08-14 |
Owen Shepherd | Add nothrow annotations where appropriate |
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-12 |
Owen Shepherd | * New feature check macro system. See _PDCLIB_aux... |
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 |
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-29 |
solar | ctype |
tree | commitdiff |
2010-11-20 |
solar | Bug #39: fclose( stdout ) corrupts memory |
tree | commitdiff |
2010-11-09 |
solar | printf / scanf macros in inttypes.h. |
tree | commitdiff |
2010-07-19 |
solar | Made printf() testcases 32/64 bit agnostic. |
tree | commitdiff |
2010-07-19 |
solar | Moved test-related files to testing subdirectory (i... |
tree | commitdiff |
2010-06-24 |
solar | Testcase printing made safe. |
tree | commitdiff |
2010-06-23 |
solar | Extended test drivers to cover sign error. |
tree | commitdiff |
2010-06-19 |
solar | Streams are now closed on program exit. (I hope; untested.) |
tree | commitdiff |
2010-06-17 |
solar | Reworking internal file handling. |
tree | commitdiff |
2010-05-16 |
solar | Almost done on tmpfile / tmpnam. |
tree | commitdiff |
2010-05-16 |
solar | Ad-hoc solutions for perror() and strerror(). |
tree | commitdiff |
2010-05-14 |
solar | Renamed status->this to status->current to allow for... |
tree | commitdiff |
2010-03-12 |
solar | Intermediate debugging work on *scanf(). |
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 |
2008-06-12 |
solar | A couple of artifacts resulting in compile errors.... |
tree | commitdiff |
2008-05-28 |
solar | Intermediate work, checked in for safekeeping as I... |
tree | commitdiff |
2007-09-20 |
solar | Small rearrangements |
tree | commitdiff |
2007-09-20 |
solar | Added test for interactive streams (_IOLBF / _IOFBF) |
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-06-09 |
solar | Added setvbuf(). |
tree | commitdiff |
2006-06-07 |
solar | Added fclose(). |
tree | commitdiff |
2006-06-07 |
solar | Added close(). |
tree | commitdiff |
2006-06-07 |
solar | First working testdriver. |
tree | commitdiff |
2006-06-01 |
solar | Beautified output. |
tree | commitdiff |
2006-05-24 |
solar | Intermediate freeze. |
tree | commitdiff |
2006-05-24 |
solar | Declaration for Xdigits added. |
tree | commitdiff |
2006-05-16 |
solar | Wrong type for open() parameter; fixed. Added _PDCLIB_N... |
tree | commitdiff |
2006-05-12 |
solar | Intermediate work while migrating CVS -> SVN. |
tree | commitdiff |
2006-05-09 |
solar | Removed dead code. (This is in _PDCLIB_config.h now.) |
tree | commitdiff |
2006-05-08 |
solar | Added missing _PDCLIB_ prefix to concat() macro calls. |
tree | commitdiff |
2006-04-26 |
solar | Temporary integration of _PDCLIB_print(), broken. |
tree | commitdiff |
2006-04-07 |
solar | Temporary proof-of-concept for printf() output conversions. |
tree | commitdiff |
2006-03-10 |
solar | Moving platform specifics from stdio.h to _PDCLIB_confi... |
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-05-03 |
solar | Moving files to new dir structure. |
tree | commitdiff |
2006-02-06 |
solar | Adding malloc(), free(), and realloc(). |
tree | commitdiff |
2006-02-06 |
solar | Reordering of memnode_t members for later optimization. |
tree | commitdiff |
2006-01-30 |
solar | Moved internal struct definitions to _PDCLIB_int.h... |
tree | commitdiff |
2006-01-30 |
solar | Tweaking _PDCLIB_test.h. |
tree | commitdiff |
2006-01-30 |
solar | Moved struct definition to internal header. |
tree | commitdiff |
2005-12-26 |
solar | Added exit, _Exit, atexit. |
tree | commitdiff |
2005-12-17 |
solar | Added qsort. |
tree | commitdiff |
2005-12-15 |
solar | Added exit return codes. |
tree | commitdiff |
2005-12-04 |
solar | Added div_t types. |
tree | commitdiff |
2005-12-04 |
solar | Removed #warning lines (only #error is defined by the... |
tree | commitdiff |
2005-12-03 |
solar | Ugly workaround to keep wrappers from negating error... |
tree | commitdiff |
2005-12-03 |
solar | Added helpers for strto...() functions. |
tree | commitdiff |
2005-12-02 |
solar | Added line number to failed testcase output. |
tree | commitdiff |
2005-12-02 |
solar | Added atoi, atol, atoll plus internal helpers. |
tree | commitdiff |
2005-12-02 |
solar | Added comment for _PDCLIB_intmax_t with cross-ref to... |
tree | commitdiff |
2005-12-02 |
solar | Added _PDCLIB_inline mapped to inline for C99 only. |
tree | commitdiff |
2005-11-21 |
solar | Added. |
tree | commitdiff |
2005-11-20 |
solar | Added Makefile and moved internal headers into seperate... |
tree | commitdiff |
|