]> pd.if.org Git - pdclib.old/shortlog
pdclib.old
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...
2012-08-25 Owen Shepherd_PDCLIB_iotest.h: Print out the format string which...
2012-08-25 Owen Shepherd<string.h>: add POSIX 2008 extension strnlen (general...
2012-08-25 Owen ShepherdPDCLIB-6: _PDCLIB_status_t: change members from size_t...
2012-08-25 Owen Shepherdprintf_testcases.h: Don't enable the Tyndur test cases...
2012-08-25 Owen ShepherdPDCLIB-6: int2base: alternate conversion specifier...
2012-08-25 Owen ShepherdPDCLIB-6: Inside _PDCLIB_print, remove intformat and...
2012-08-25 Owen Shepherd_PDCLIB_iotest.h: the code for determining if the resul...
2012-08-24 Owen ShepherdPDCLIB-6: Incorporate the Tyndur test suite into our...
2012-08-24 Owen ShepherdManual pages: renmae man->man3 to follow existing conve...
2012-08-23 Owen Shepherdwin32: mtx_destroy implemented
2012-08-23 Owen Shepherd<threads.h>: correct declaration of thrd_start_t. oops.
2012-08-23 Owen Shepherd<time.h> opt/notime: add timespec_get. wrap time with...
2012-08-23 Owen Shepherd<time.h>: define timespec_get, TIME_UTC, to support...
2012-08-22 Owen Shepherdwin32: initial pass at thread support
2012-08-22 Owen Shepherdcall_once: inline definition in threads.h (available...
2012-08-22 Owen Shepherd_PDCLIB_ONCE_FLAG_DONE -> _PDCLIB_ONCE_FLAG_IS_DONE...
2012-08-22 Owen Shepherdwin32: predeclare mainCRTStartup in crt0.c (silence...
2012-08-22 Owen ShepherdRemove dev_zero_fd from dlmalloc.c (we don't use it...
2012-08-22 Owen Shepherdwin32: declare _PDCLIB_w32errno in _PDCLIB_flushbuffer.c
2012-08-22 Owen Shepherdwcsrchr: add (wchar_t*) cast to found assignment (previ...
2012-08-22 Owen Shepherdwin32: Predeclare _PDCLIB_w32errno (silence compiler...
2012-08-22 Owen Shepherdrename: test driver checked for rv == -1 on failure...
2012-08-22 Owen Shepherdwin32: L_tmpnam set to 260 (MAX_PATH)
2012-08-16 Owen Shepherd<float.h> is now implemented in the platform independen...
2012-08-16 Owen Shepherdwin32: most tests now build on Watcom
2012-08-16 Owen ShepherdEnable building PDCLib with Watcom. This was surprising...
2012-08-16 Owen Shepherdprintf test cases: check signdness of char. Validate...
next