]> pd.if.org Git - pdclib/shortlog
pdclib
2017-04-30 Martin BauteSome filename cleanup in functions/_PDCLIB. branches/retrace origin/branches/retrace
2016-12-12 Martin Bauteremove() implemented directly without glue trampoline.
2016-12-12 Martin BauteCorrected _PDCLIB_CHAR_SIGNED handling.
2016-04-11 Martin BauteTypo.
2016-04-08 Martin BauteMoving branches closer together.
2016-04-08 Martin BautePut int2base() into a macro to reduce code replication.
2016-04-08 Martin BauteClearing the Tyndur tests.
2016-04-08 Martin Baute%s and %c handling.
2016-04-07 Martin BauteAllowed precision to be negative / ignored.
2016-04-07 Martin BauteActivated Tyndur tests for _PDCLIB_print(). Fixed flag...
2016-04-06 Martin BauteTyndur tests
2016-04-06 Martin BauteMoving repetetive code into helper functions.
2016-04-05 Martin BauteTurned sprints into a helper macro, avoiding out-of...
2016-04-05 Martin BauteUsing code from tzcode.
2016-04-04 Martin Bautedifftime.c
2016-04-03 Martin BauteArtefacts.
2016-04-03 Martin BautePOSIX interfacing time retrieval
2016-04-02 Martin BauteBetter testing of week calculations, fixes.
2016-04-01 Martin BauteNon-ISO week calculation.
2016-03-31 Martin BauteISO week calculation.
2016-03-30 Martin BauteImproved strftime().
2016-03-29 Martin BauteBasic implementation of strftime(), untested.
2016-03-28 Martin BauteStarted implementation of <time.h>
2016-03-27 Martin Bautetime.h stubs.
2016-03-27 Martin BauteSynced fclose().
2016-03-27 Martin Bautewchar_t on POSIX is int, not short.
2016-03-27 Martin BauteSomewhat synced the asserts.
2016-03-25 Martin BauteMore fixes.
2016-03-25 Martin BauteInlined some of the Cygwin patches. Not nice, but usefu...
2016-03-25 Martin BauteMinor fixes.
2016-03-25 Martin BauteREGTEST wrapping.
2016-03-25 Martin Baute_PDCLIB_* prefixing of filenames.
2016-03-18 Martin BauteAdded no-brainer headers.
2016-03-18 Martin BauteWhitespace cleanups.
2016-03-17 Martin BauteNo exceptions to regtestdrivers anymore.
2016-03-17 Martin BauteFixed clearerr test driver.
2016-03-17 Martin BauteSystem includes -> local includes.
2016-03-17 Martin BauteJoined 32 and 64 bit configurations, made platform...
2016-03-17 Martin BauteFixed pointer handling of printf() / scanf().
2016-03-17 Martin BauteRemoved Cygwin platform.
2016-03-16 Martin BauteVarious updates. Made assert() no longer rely on standa...
2016-03-16 Martin BauteComment cleanups.
2016-03-16 Martin BauteRemoved the header include guard 'optimization'.
2016-03-15 Martin BauteCommented out unused variable lineend.
2016-03-15 Martin BauteUpdated to work with Mercurial (which does not allow...
2016-03-15 Martin BauteWhat this is about.
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
next