]> pd.if.org Git - pdclib/shortlog
pdclib
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.
2010-12-15 solarMore cleaning up.
2010-12-14 solarTightening the code a bit.
2010-12-14 solarFixed safeguard calculation in ftell().
2010-12-13 solarNine-to-five job calling, leaving this intermediate.
2010-12-12 solarWhoops. That wouldn't have worked...
2010-12-11 solarEOL handling is for text mode conversion.
2010-12-11 solarWe will cross that bridge when we come to it.
2010-12-11 solarReplaced the dumb PATCHFILES with a smart for-find.
2010-12-10 solarAdded testdriver for signals, make links now including...
2010-12-10 solarAdjusted Makefile and svn:ignore for signal/.
2010-12-10 solarCompleted <signal.h>, and moved into platform.
2010-12-09 solarPut printf() / scanf() test macros in seperate header.
2010-12-09 solarPreliminary signal handling.
2010-12-09 solarSVN properties cleanup.
2010-12-08 solarReworked scanf() testing. General cleanups.
2010-12-06 solarTest drivers for fgetpos, fsetpos, and perror. Cannot...
2010-12-06 solarfseek() test driver.
2010-12-03 solarTest driver (and much-needed fixes) to fgets().
2010-12-02 solarTestdriver for gets(). Turns out fseek() was not tested...
2010-12-02 solarTestdriver for tmpfile().
2010-12-02 solarTest driver for freopen().
2010-12-02 solarUsing constants for testfile names
2010-12-01 solarSwitched to tmpfile() where appropriate.
2010-12-01 solarSome cleanups and corrected typos.
2010-12-01 solar*Much* better.
2010-11-30 solarBetter error reporting on printf's.
2010-11-21 solarStatus review.
2010-11-20 solarFixed broken filename handling in freopen().
2010-11-20 solarBug #39: fclose( stdout ) corrupts memory
2010-11-19 solarThanks where thanks is due.
2010-11-19 solarFixing bug #37 and #38.
2010-11-09 solarprintf / scanf macros in inttypes.h.
2010-11-02 solar(no commit message)
2010-10-01 solarStreamlined printf testing.
2010-09-26 solarImproved reporting by printf tests.
2010-09-26 solarProper handling of dependencies. (Related to #26.)
2010-09-26 solarProper handling of dependencies. (Related to #26.)
2010-09-26 solarProper handling of dependencies. (Related to #26.)
2010-08-01 solarReworked dependency handling.
2010-07-21 solarUncovered severe formatting bug with one-digit numbers...
2010-07-20 solarFormatting bug.
2010-07-19 solarSet svn:ignore on testing. Modified Makefile.
2010-07-19 solarMoved reference files to platform subdirs.
2010-07-19 solarMade printf() testcases 32/64 bit agnostic.
2010-07-19 solarFurther streamlined testing.
2010-07-19 solarForgot to switch this one to unified include.
next