]> pd.if.org Git - pdclib/history - platform/example
Removed basecodecs from PDCLIB_OPTIONS, added opt/Readme.txt.
[pdclib] / platform / example /
2016-03-14 Martin BauteRemoved basecodecs from PDCLIB_OPTIONS, added opt/Readm...
2016-03-14 Martin BauteMoved errno to main codebase.
2016-03-14 Martin BauteMoved the C locale implementation into main code base...
2016-03-14 Martin BauteMoved notime and mincoll from opt/ to functions/.
2016-03-13 Martin Bautedos2unix
2016-03-13 Martin Bautedlmalloc not really optional, and I am not fond of...
2016-03-13 Martin BautePDCLib includes with quotes, not <>.
2016-03-13 Martin BauteSweeping cleanups. Sorry for the massive commit; I...
2016-03-10 Martin BauteReworked errno. Added values from Linux / Windows....
2016-03-08 Martin BautePointer typedef resulted in non-const structure where...
2016-03-07 Martin BauteRemoved SVN keyword tags.
2013-09-01 Owen ShepherdBring example platform up to date
2012-09-11 Owen ShepherdPDCLIB-2: <wchar.h>: don't expect or expose definition...
2012-08-23 Owen Shepherd<time.h>: define timespec_get, TIME_UTC, to support...
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-14 Owen Shepherd(merge)
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...
2011-03-17 solarFixed prototype warnings.
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 solarMoved ctype info into struct lconv.
2010-12-29 solarctype
2010-12-23 solarStarted out on v0.6.
2010-12-17 solarMoved the macro magic into the common header.
2010-12-16 solarCleaning up TODOs.
2010-12-12 solarWhoops. That wouldn't have worked...
2010-12-10 solarAdded testdriver for signals, make links now including...
2010-12-10 solarCompleted <signal.h>, and moved into platform.
2010-12-09 solarPreliminary signal handling.
2010-12-08 solarReworked scanf() testing. General cleanups.
2010-12-02 solarTestdriver for tmpfile().
2010-12-02 solarUsing constants for testfile names
2010-12-01 solarSome cleanups and corrected typos.
2010-11-20 solarBug #39: fclose( stdout ) corrupts memory
2010-11-09 solarprintf / scanf macros in inttypes.h.
2010-11-02 solar(no commit message)
2010-10-01 solarStreamlined printf testing.
2010-07-19 solarMoved reference files to platform subdirs.
2010-06-23 solarNew file permissions.
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 solarAdded imaxdiv_t (for inttypes.h).
2010-04-07 solarMisnamed internal for INTMAX_MAX / INTMAX_MIN. Fixed.
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2008-06-12 solarA couple of artifacts resulting in compile errors....
2008-06-11 solarMissing initializer for filename field in standard...
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2008-05-28 solarAdded.
2007-09-20 solarNot using typedef'ed types here for added insurance...
2007-09-20 solarAdded test for interactive streams (_IOLBF / _IOFBF)
2007-09-14 solarMinor cleanups.
2006-07-11 solarAdded any files yet missing for stdio.h.
2006-06-30 solarYet closer to functional output.
2006-06-29 solarCloser to functional printf().
2006-06-07 solarAdded close().
2006-06-07 solarImproved testdriver and implementation.
2006-06-07 solarFirst working testdriver.
2006-06-02 solarFixed warnings in test driver.
2006-06-02 solarAdded testdriver for _PDCLIB_rename().
2006-06-02 solarAdded testdriver for _PDCLIB_remove().
2006-06-01 solarReplaced constants with compiler builtins. (At least...
2006-05-31 solarDisabled unused definitions to avoid warnings.
2006-05-24 solarTemporary patching for stdio development.
2006-05-16 solarWrong type for open() parameter; fixed. Added _PDCLIB_N...
2006-05-09 solarAdded general idea of std... initializers.
2006-05-09 solarKludge to avoid unistd.h redefinition warnings.
2006-05-08 solarAdded stdinit.c to hold stdin, stdout, stderr initializ...
2006-03-10 solarMoving platform specifics from stdio.h to _PDCLIB_confi...
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2006-05-03 solarMoving files to new dir structure.
2006-02-09 solarBug #3 - float.h to ./platform/example/. Fixed.
2006-02-06 solarAdding malloc(), free(), and realloc().
2006-02-05 solarInitial checkin.