]> pd.if.org Git - pdclib/shortlog
pdclib
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...
2012-08-16 Owen Shepherdwin32: Fix _PDCLIB_seek. Todo soon: change this API...
2012-08-16 Owen Shepherdprintf_testcases: validate assumptions test cases make...
2012-08-15 Owen Shepherdwin32: add a last chance exception handler which invoke...
2012-08-15 Owen Shepherdfclose.c: don't try to open testfile2 while already...
2012-08-15 Owen Shepherd_PDCLIB_flushbuffer for win32. correct seeking behaviour.
2012-08-14 Owen Shepherdignore generated html files from manuals
2012-08-14 Owen ShepherdDocumentation for errno.h and errno
2012-08-14 Owen ShepherdEDOM was repeated
2012-08-14 Owen ShepherdChange the HTML manual page style to remove width limit...
2012-08-14 Owen ShepherdAdd nothrow annotations where appropriate
2012-08-14 Owen ShepherdThe feature check statements should represent what...
2012-08-14 Owen ShepherdCorrect formatting of strdup/strndup in man string.h
2012-08-14 Owen ShepherdAdd string.h man page
2012-08-14 Owen ShepherdImport default mandoc stylesheet for HTML manuals
2012-08-14 Owen ShepherdBugfix: memmove parameters incorrectly defined as restrict.
2012-08-14 Owen ShepherdAdd support for building HTML manual pages to the Jamfile
2012-08-14 Owen Shepherd(merge)
2012-08-14 Owen ShepherdImport the manual pages into the repository
2012-08-13 Owen ShepherdInitial pass at a port to win32
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-12 Owen Shepherd * New feature check macro system. See _PDCLIB_aux...
2012-08-06 Owen ShepherdUnit tests
2012-08-05 Owen Shepherd* platform/example is now a "stub" platform - it should...
2012-08-03 Owen ShepherdInclude the text of the Creative Commons CC0 legal...
2012-08-03 Owen ShepherdImport dlmalloc (public domain) as a malloc implementat...
2012-08-02 Owen ShepherdRemove these 4 files now they have moved to opt/. hg...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
2012-07-23 convert-repoupdate tags
2011-10-09 solarImproved by Caleb1994 of osdev.org.
2011-06-13 solarFixing #47 (*snprint() crash).
2011-06-13 solarAdded LC_* definitions.
2011-06-13 solarFixes #45.
2011-03-17 solarFixed prototype warnings.
2011-03-17 solarfind did not match on symlinks.
2011-03-17 solarBackported improvements to Makefile from OSDev.
2011-02-20 solarFix for #42 - free( NULL ) must not fail.
2011-01-11 solarIt seems I have to review the list of warning options...
2011-01-11 solarFix for #41.
2010-12-31 solarI am not sure I understood strcoll() and strxfrm()...
2010-12-30 solarLanguage.
2010-12-30 solarAddressed ticket #40 (non-standard errno values).
2010-12-29 solarlocaleconv, and setlocale (C locale only)
2010-12-29 solarMoved ctype info into struct lconv.
2010-12-29 solarctype
2010-12-23 solarForgot parameter type.
2010-12-23 solarStarted out on v0.6.
2010-12-22 solarComment on v0.5 release origin/tags/v0.5 v0.5
2010-12-20 solarBasic tests for %c, %s, %[ and %p.
2010-12-20 solarSome testcases for scanf(). Fixed bug with %*... ....
2010-12-17 solarMoved the macro magic into the common header.
2010-12-16 solarCleaning up TODOs.
2010-12-16 solarCleaning up TODOs.
next