]> pd.if.org Git - pdclib.old/history - platform
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / platform /
2014-11-24 Owen Shepherd[gandr] s/__lp64__/__LP64__/ to match GCC define master
2014-11-23 Owen Shepherd[gandr]: implement /_PDCLIB_(alloc|free)pages/
2014-11-23 Owen Shepherd[gandr]: seekf: pass newPos, not &newPos to gd_seek...
2014-10-09 Owen ShepherdAdd newline translationwq
2014-10-07 Owen Shepherd[gandr] split _PDCLIB_stdinit to better separate stdio...
2014-10-07 Owen ShepherdModify various POSIX platform files so you can build...
2014-10-03 Owen ShepherdAdd optional EIO to tss_errno
2014-07-14 Owen ShepherdPDCLIB-26 #resolve fixed don't leak setvbuf allocated...
2014-07-14 Owen ShepherdInitial stab at gandr platform
2013-09-01 Owen ShepherdPlace each opt-module on its' own line (easier to read)
2013-09-01 Owen ShepherdBring example platform up to date
2013-04-30 Owen ShepherdPDCLIB-25 #resolve #comment Made ctype, wctype and...
2013-03-21 Owen ShepherdPDCLIB-1 (PDCLIB-3) Make wide character classification...
2013-03-16 Owen ShepherdWin32: Change wint_t to be signed int (32-bit) in order...
2013-01-07 Owen Shepherdwin32: stdinit: update to new locale system
2013-01-07 Owen Shepherdwin32: crt0: initialize locale TSS
2013-01-07 Owen Shepherdwin32: add opt basecodecs
2013-01-07 Owen Shepherdwin32: update tmpfile return type to be FILE*
2013-01-07 Owen Shepherdwin32: refer to errno, not _PDCLIB_errno
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-8: Implement mbrtowc using mbrtoc32...
2012-12-31 Owen ShepherdMove lconv definition for default locale inside of...
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 ShepherdPDCLIB-2 PDCLIB-12: Add new "basecodecs" option, which...
2012-12-30 Owen ShepherdRename files which had not yet been renamed in the...
2012-12-27 Owen ShepherdAdd pthreads threading backend and move the POSIX port...
2012-12-27 Owen ShepherdFix warnings
2012-12-27 Owen ShepherdAdd an up to date POSIX port (works on Mac OS X). This...
2012-12-27 Owen ShepherdRemove object files that had smuggled their way into...
2012-12-27 Owen ShepherdMove existing errno handling to tss_errno, to allow...
2012-12-26 Owen Shepherdposix: First pass at updated config file for POSIX...
2012-12-26 Owen Shepherdwin32: _PDCLIB_config.h cleaned up:
2012-12-05 Owen ShepherdPDCLIB-8: First phase of intergation of new I/O backend...
2012-11-15 Owen Shepherdwin32: Fix warnings relating to definition of LONG...
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-11-08 Owen ShepherdPDCLIB-14: abort() on buffer size error
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-25 Owen Shepherdwin32: mutex rewrite. new form is much simpler
2012-08-23 Owen Shepherdwin32: mtx_destroy implemented
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 Shepherdwin32: predeclare mainCRTStartup in crt0.c (silence...
2012-08-22 Owen Shepherdwin32: declare _PDCLIB_w32errno in _PDCLIB_flushbuffer.c
2012-08-22 Owen Shepherdwin32: Predeclare _PDCLIB_w32errno (silence compiler...
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 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 Shepherd(merge)
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...
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 solarReset SVN properties. Temporarily removed fscanf()...
2010-05-15 solarAdded imaxdiv_t (for inttypes.h).
2010-05-15 solarAdded imaxdiv_t (for inttypes.h).
2010-04-07 solarMisnamed internal for INTMAX_MAX / INTMAX_MIN. Fixed.
2010-03-12 solarStop-gap Makefile for Cygwin
2010-03-12 solarCompiling under Cygwin now.
2009-09-15 solarGetting closer to scan().
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...
next