]> pd.if.org Git - pdclib.old/history - functions/stdio
Add newline translationwq
[pdclib.old] / functions / stdio /
2014-10-09 Owen ShepherdAdd newline translationwq
2014-10-07 Owen ShepherdPDCLIB-27 #resolve fixed
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2014-07-21 Owen ShepherdMerge
2014-07-14 Owen ShepherdPDCLIB-26 #resolve fixed don't leak setvbuf allocated...
2014-06-09 cycl0neMemory leak on setvbuf. Since the buffer wasnt freed...
2013-04-23 Owen ShepherdPDCLIB-20 #resolve Add support for "unusual" cases...
2013-02-20 Owen ShepherdNamespace cleanliness: Rename all ***_unlocked function...
2013-02-20 Owen Shepherdvfprintf: use putc_unlocked
2013-02-20 Owen Shepherdsetvbuf: lock file appropriately
2013-02-20 Owen Shepherdgets: lock file before performing read
2012-12-31 Owen ShepherdPDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specif...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-30 Owen ShepherdRename all files to match their primary symbol (avoids...
2012-12-27 Owen Shepherdrewind: Add _unlocked variation. Make rewind() actually...
2012-12-27 Owen ShepherdFIXES PDCLIB-20 by preserving _PDCLIB_STATUS flag
2012-12-26 Owen Shepherd_PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initiali...
2012-12-26 Owen Shepherd_PDCLIB_seek: Incorrect specification (used int64_t...
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-18: Implement defect test cases
2012-12-05 Owen ShepherdPDCLIB-8: First phase of intergation of new I/O backend...
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-10-10 Owen ShepherdPDCLIB-13: fwrite did not reset it's offset after doing...
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-24 Owen ShepherdPDCLIB-6: Incorporate the Tyndur test suite into our...
2012-08-22 Owen Shepherdrename: test driver checked for rv == -1 on failure...
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 Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-03 Owen ShepherdImport dlmalloc (public domain) as a malloc implementat...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
2011-06-13 solarFixing #47 (*snprint() crash).
2011-06-13 solarFixes #45.
2011-03-17 solarFixed prototype warnings.
2010-12-30 solarAddressed ticket #40 (non-standard errno values).
2010-12-17 solarMoved the macro magic into the common header.
2010-12-16 solarCleaning up TODOs.
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-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 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-10-01 solarStreamlined printf testing.
2010-09-26 solarImproved reporting by printf tests.
2010-07-19 solarFurther streamlined testing.
2010-07-19 solarForgot to switch this one to unified include.
2010-07-19 solarCleaned up the testing a bit.
2010-07-19 solarMoved test-related files to testing subdirectory (i...
2010-07-19 solarScrapped seperate testing for vscanf().
2010-07-19 solarDisabled 'special case' tests for regression.
2010-07-19 solarProper handling of end-of-string.
2010-07-19 solarType error resulting in improper handling of values...
2010-07-19 solarscanf() returns -1 on early input error.
2010-07-18 solarCorrected _MIN testcases.
2010-07-18 solarBetter size-safe checking for integer widths.
2010-07-16 solarIntermediate work improving printf() family unified...
2010-07-16 solarMoved printf() family tests to unified testing.
2010-07-16 solarFixed EOF handling.
2010-07-13 solarPrefix / postfix error screwing up any code using ungetc().
2010-07-01 solarMore improved unified tests (now life).
2010-07-01 solarImproved unified tests.
2010-06-25 solarMoving closer to unified I/O testing.
2010-06-25 solarBeginning to *really* unify the scanf / printf testing.
2010-06-23 solarIndividual init to get around warnings on 64bit.
2010-06-20 solarSome cleanups.
2010-06-19 solartmpfile() implementation now based on /proc/sys/kernel...
2010-06-17 solarReworking internal file handling.
2010-05-16 solartmpnam implemented by using tmpfile.
2010-05-16 solarAlmost done on tmpfile / tmpnam.
2010-05-16 solarAd-hoc solutions for perror() and strerror().
2010-05-15 solarReset SVN properties. Temporarily removed fscanf()...
2010-05-15 solarMinor touches.
2010-05-14 solarCompacted initializing of status struct.
2010-05-14 solarCopy & paste error having sscanf code in there. Fixed.
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-05-14 solars/stdin/stream to make function actually work. Thanks...
2010-04-08 solarNo more errors from _PDCLIB_scan tests. Yay...
2010-04-07 solarOnly the character groups still missing...
2010-04-04 solarCleanups.
2010-03-12 solarIntermediate debugging work on *scanf().
next