]> pd.if.org Git - pdclib.old/shortlog
pdclib.old
2013-01-07 Owen Shepherdwin32: refer to errno, not _PDCLIB_errno
2013-01-07 Owen Shepherdchar16_t/char32_t were incorrectly defined as int*_t...
2013-01-07 Owen Shepherderrno: parts of old errno system were left in _PDCLIB_int.h
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-9: Internal mbstates
2013-01-01 Owen ShepherdPDCLIB-1 uselocale
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-9 wcrtomb
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-9 mbrtowc
2013-01-01 Owen ShepherdAdd internal aliases for non _l variants
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-8: Implement mbrtowc using mbrtoc32...
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-9: Fix warning in c32rtomb
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: Single character conversions for...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: MB_CUR_MAX macro and implementation
2012-12-31 Owen ShepherdMove lconv definition for default locale inside of...
2012-12-31 Owen ShepherdPDCLIB-2 Add strlen() variant for char16_t/char32_t...
2012-12-31 Owen ShepherdEnsure newline at end of file (suppress warning)
2012-12-31 Owen ShepherdPDCLIB-1 locale functions only included <_PDCLIB_locale...
2012-12-31 Owen ShepherdPDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specif...
2012-12-31 Owen Shepherdpthread c11 threading backend: add support for thread...
2012-12-31 Owen ShepherdAnnotate C32 functions as having no test driver
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: Add char32/char16 conversions to...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: As an extension, add the POSIX threa...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-12 tighten up restrict qualifiers on...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-12: If the internal character conversio...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-12: UTF-8 codec
2012-12-31 Owen Shepherdassert: for assert(x), mark !x case as _PDCLIB_UNREACHABLE
2012-12-30 Owen ShepherdAdd _PDCLIB_UNREACHABLE (defines block of code as unrea...
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_e...
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add Latin-1 codec
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: ASCII codec correct off-by-one...
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add new "basecodecs" option, which...
2012-12-30 Owen Shepherd_PDCLIB_encoding.h: match internal types
2012-12-30 Owen ShepherdMake _PDCLIB_mbstate_t available in the type namespace...
2012-12-30 Owen Shepherduchar.h: correct preprocessor directives
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add uchar.h with appropriate type...
2012-12-30 Owen ShepherdElaborate on the interface of the encoding functions
2012-12-30 Owen ShepherdPDCLIB-12: Groundwork for encoding support system
2012-12-30 Owen ShepherdRename files which had not yet been renamed in the...
2012-12-30 Owen ShepherdRename all files to match their primary symbol (avoids...
2012-12-30 Owen ShepherdAdd alias manpages for all the unlocked stdio functions
2012-12-30 Owen Shepherd<stdio.h>: remove fileno_unlocked (illegal immigrant...
2012-12-30 Owen ShepherdManual page on unlocked stdio routines
2012-12-30 Owen ShepherdAdd man page aliases for ftrylockfile/funlockfile
2012-12-27 Owen ShepherdAdd pthreads threading backend and move the POSIX port...
2012-12-27 Owen Shepherdthreads.h: correct definition of call_once when no...
2012-12-27 Owen Shepherdqsort: Regression test now ignores 4th test on Mac...
2012-12-27 Owen Shepherdrewind: Add _unlocked variation. Make rewind() actually...
2012-12-27 Owen ShepherdAdd rules to .hgignore to ignore test files
2012-12-27 Owen ShepherdFix warnings
2012-12-27 Owen ShepherdAdd an up to date POSIX port (works on Mac OS X). This...
2012-12-27 Owen ShepherdRemove object files that had smuggled their way into...
2012-12-27 Owen Shepherd_PDCLIB_float.h: add newline at end of file
2012-12-27 Owen Shepherdopt/nothread: add support for recursion
2012-12-27 Owen ShepherdMove existing errno handling to tss_errno, to allow...
2012-12-27 Owen ShepherdAdd hello world file which can be used to establish...
2012-12-27 Owen ShepherdJamfile, Jamrules: Convert to UNIX line endings
2012-12-27 Owen Shepherdwcsncat test suite had a parameter which was a narrow...
2012-12-27 Owen ShepherdFIXES PDCLIB-20 by preserving _PDCLIB_STATUS flag
2012-12-26 Owen ShepherdPDCLIB_scan: For %p, use E_long. This is a temporary...
2012-12-26 Owen Shepherd_PDCLIB_print: Change "written" unsigned -> int due...
2012-12-26 Owen Shepherd_PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initiali...
2012-12-26 Owen Shepherdposix: First pass at updated config file for POSIX...
2012-12-26 Owen Shepherdwin32: _PDCLIB_config.h cleaned up:
2012-12-26 Owen Shepherd_PDCLIB_aux.h: Better detection of Clang and GCC features
2012-12-26 Owen Shepherd_PDCLIB_seek: Incorrect specification (used int64_t...
2012-12-26 Owen Shepherd_PDCLIB_scan: Had incorrect upper bound on field width...
2012-12-14 Owen ShepherdAdd Sublime Text project file
2012-12-11 Owen ShepherdPDCLIB-18: Unify fgetc under _PDCLIB_getchars. Also...
2012-12-11 Owen ShepherdPDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change...
2012-12-11 Owen ShepherdPDCLIB-19: Remove gets() when >=C11. Deprecated it...
2012-12-11 Owen ShepherdPDCLIB-18: Implement defect test cases
2012-12-05 Owen ShepherdPDCLIB-8: First phase of intergation of new I/O backend...
2012-12-04 Owen ShepherdOn C++, define _PDCLIB_wchar_t to be builtin type wchar_t
2012-11-15 Owen Shepherdwin32: Fix warnings relating to definition of LONG...
2012-11-15 Owen ShepherdPDCLIB-15: _PDCLIB_print now calls through to putc_unlocked
2012-11-12 Owen ShepherdPDCLIB-16: Add _unlocked variations of all I/O routines...
2012-11-08 Owen ShepherdPDCLIB-15: fopen initializes stream lock; fclose releases
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-11-08 Owen ShepherdImprove reStructuredText formatting
2012-11-08 Owen ShepherdConvert readme to be in reStructuredText format (for...
2012-11-08 Owen ShepherdPDCLIB-14: abort() on buffer size error
2012-10-10 Owen ShepherdPDCLIB-13: fwrite did not reset it's offset after doing...
2012-10-10 Owen ShepherdUpdate .hgignore to ignore sublime text workspaces
2012-09-11 Owen ShepherdPDCLIB-2: Pure wide character functions
2012-09-11 Owen ShepherdPDCLIB-2: <wchar.h>: don't expect or expose definition...
2012-08-29 Owen Shepherdman3/wchar.h.3: _PDCLIB_restrict -> restrict. doh.
2012-08-29 Owen Shepherdman3/pdclib.3: link wchar.h from our list of headers
2012-08-29 Owen ShepherdPDCLIB-2: Complete wchar.h + manual page. This header...
2012-08-26 Owen ShepherdPDCLIB-7: Add _PDCLIB_ftell64 to give us full precision...
2012-08-26 Owen ShepherdPDCLIB-7: When fseek is called with SEEK_CUR, internall...
2012-08-25 Owen Shepherdopt nothread: Fix call_once to match recent changes...
2012-08-25 Owen Shepherdwin32: mutex rewrite. new form is much simpler
2012-08-25 Owen Shepherdstrnlen: stupid off-by-one
2012-08-25 Owen Shepherdprintf_testcases.h: don't check for _PDCLIB_CHAR_SIGNED...
2012-08-25 Owen ShepherdPDCLIB-6: Didn't increment the specification pointer...
2012-08-25 Owen ShepherdC11 7.21.6.1p8 "The result of converting a zero value...
2012-08-25 Owen ShepherdC11 7.21.6.1p4: the precision may be * or an _optional_...
2012-08-25 Owen ShepherdPDCLIB-6: Macros not wrapped in parentheses are evil...
2012-08-25 Owen ShepherdPDCLIB-6: Removing the zero flag requires bitwise and...
2012-08-25 Owen ShepherdPDCLIB-6: Move output from %s/%c specifiers to their...
next