]> pd.if.org Git - pdclib/history - platform/example/functions/_PDCLIB
Started implementation of <time.h>
[pdclib] / platform / example / functions / _PDCLIB /
2016-03-28 Martin BauteStarted implementation of <time.h>
2016-03-25 Martin BauteInlined some of the Cygwin patches. Not nice, but usefu...
2016-03-25 Martin Baute_PDCLIB_* prefixing of filenames.
2016-03-18 Martin BauteWhitespace cleanups.
2016-03-17 Martin BauteNo exceptions to regtestdrivers anymore.
2016-03-17 Martin BauteSystem includes -> local includes.
2016-03-17 Martin BauteJoined 32 and 64 bit configurations, made platform...
2016-03-16 Martin BauteComment cleanups.
2016-03-16 Martin BauteRemoved the header include guard 'optimization'.
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-12 solarWhoops. That wouldn't have worked...
2010-12-02 solarUsing constants for testfile names
2010-11-20 solarBug #39: fclose( stdout ) corrupts memory
2010-06-23 solarNew file permissions.
2010-06-20 solarSome cleanups.
2010-06-17 solarReworking internal file handling.
2010-05-16 solarAd-hoc solutions for perror() and strerror().
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...
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-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-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-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.