]>
pd.if.org Git - pdclib.old/log
solar [Mon, 19 Jul 2010 09:22:54 +0000 (09:22 +0000)]
Scrapped seperate testing for vscanf().
solar [Mon, 19 Jul 2010 09:00:16 +0000 (09:00 +0000)]
Disabled 'special case' tests for regression.
solar [Mon, 19 Jul 2010 07:40:52 +0000 (07:40 +0000)]
Proper handling of end-of-string.
solar [Mon, 19 Jul 2010 07:35:14 +0000 (07:35 +0000)]
Type error resulting in improper handling of values > 127 and EOF.
solar [Mon, 19 Jul 2010 05:19:04 +0000 (05:19 +0000)]
scanf() returns -1 on early input error.
solar [Sun, 18 Jul 2010 20:01:35 +0000 (20:01 +0000)]
Corrected _MIN testcases.
solar [Sun, 18 Jul 2010 12:05:46 +0000 (12:05 +0000)]
Better size-safe checking for integer widths.
solar [Fri, 16 Jul 2010 16:31:35 +0000 (16:31 +0000)]
Intermediate work improving printf() family unified testing.
solar [Fri, 16 Jul 2010 08:07:22 +0000 (08:07 +0000)]
Moved printf() family tests to unified testing.
solar [Fri, 16 Jul 2010 06:13:35 +0000 (06:13 +0000)]
Fixed EOF handling.
solar [Tue, 13 Jul 2010 08:12:22 +0000 (08:12 +0000)]
Prefix / postfix error screwing up any code using ungetc().
solar [Thu, 1 Jul 2010 06:01:48 +0000 (06:01 +0000)]
More improved unified tests (now life).
solar [Thu, 1 Jul 2010 06:01:30 +0000 (06:01 +0000)]
More improved unified tests (now life).
solar [Thu, 1 Jul 2010 05:47:17 +0000 (05:47 +0000)]
Improved unified tests.
solar [Fri, 25 Jun 2010 11:09:25 +0000 (11:09 +0000)]
Moving closer to unified I/O testing.
solar [Fri, 25 Jun 2010 09:58:37 +0000 (09:58 +0000)]
Beginning to *really* unify the scanf / printf testing.
solar [Thu, 24 Jun 2010 13:42:59 +0000 (13:42 +0000)]
Testcase printing made safe.
solar [Wed, 23 Jun 2010 08:39:21 +0000 (08:39 +0000)]
Individual init to get around warnings on 64bit.
solar [Wed, 23 Jun 2010 08:28:28 +0000 (08:28 +0000)]
Extended test drivers to cover sign error.
solar [Wed, 23 Jun 2010 05:19:21 +0000 (05:19 +0000)]
Proper testing of overflow digit handling.
solar [Wed, 23 Jun 2010 05:17:46 +0000 (05:17 +0000)]
New file permissions.
solar [Sun, 20 Jun 2010 11:06:51 +0000 (11:06 +0000)]
Some cleanups.
solar [Sat, 19 Jun 2010 20:26:50 +0000 (20:26 +0000)]
Streams are now closed on program exit. (I hope; untested.)
solar [Sat, 19 Jun 2010 18:40:21 +0000 (18:40 +0000)]
tmpfile() implementation now based on /proc/sys/kernel/random/uuid.
solar [Sat, 19 Jun 2010 15:35:43 +0000 (15:35 +0000)]
Fix for #26.
solar [Thu, 17 Jun 2010 05:27:15 +0000 (05:27 +0000)]
Reworking internal file handling.
solar [Sun, 16 May 2010 10:38:54 +0000 (10:38 +0000)]
tmpnam implemented by using tmpfile.
solar [Sun, 16 May 2010 10:36:32 +0000 (10:36 +0000)]
Almost done on tmpfile / tmpnam.
solar [Sun, 16 May 2010 07:00:06 +0000 (07:00 +0000)]
Ad-hoc solutions for perror() and strerror().
solar [Sat, 15 May 2010 01:01:10 +0000 (01:01 +0000)]
Added some word about minor battlefields in v0.5.
solar [Sat, 15 May 2010 01:00:35 +0000 (01:00 +0000)]
Fixed a purely syntactical FIXME.
solar [Sat, 15 May 2010 00:39:28 +0000 (00:39 +0000)]
Reset SVN properties. Temporarily removed fscanf() test driver.
solar [Sat, 15 May 2010 00:34:40 +0000 (00:34 +0000)]
Added imaxdiv_t (for inttypes.h).
solar [Sat, 15 May 2010 00:32:23 +0000 (00:32 +0000)]
Added imaxdiv_t (for inttypes.h).
solar [Sat, 15 May 2010 00:29:42 +0000 (00:29 +0000)]
Minor touches.
solar [Sat, 15 May 2010 00:28:09 +0000 (00:28 +0000)]
Minor touches.
solar [Sat, 15 May 2010 00:26:39 +0000 (00:26 +0000)]
Added inttypes.h
solar [Fri, 14 May 2010 22:07:08 +0000 (22:07 +0000)]
Compacted initializing of status struct.
solar [Fri, 14 May 2010 21:13:04 +0000 (21:13 +0000)]
Copy & paste error having sscanf code in there. Fixed.
solar [Fri, 14 May 2010 04:18:01 +0000 (04:18 +0000)]
Renamed status->this to status->current to allow for use with C++ compilers.
solar [Fri, 14 May 2010 04:17:25 +0000 (04:17 +0000)]
Renamed status->this to status->current to allow for use with C++ compilers.
solar [Fri, 14 May 2010 04:12:04 +0000 (04:12 +0000)]
Bug #36 (strtok does not return last token if string does not end with delimiter) fixed.
solar [Fri, 14 May 2010 03:59:27 +0000 (03:59 +0000)]
s/stdin/stream to make function actually work. Thanks to Kevin of OSDev.org for pointing this out.
solar [Fri, 14 May 2010 03:55:01 +0000 (03:55 +0000)]
Bug #36, covered by testdriver but not yet fixed.
solar [Thu, 8 Apr 2010 08:37:21 +0000 (08:37 +0000)]
No more errors from _PDCLIB_scan tests. Yay...
solar [Wed, 7 Apr 2010 21:28:41 +0000 (21:28 +0000)]
Some fixes to string scanning. First half of scanset scanning.
solar [Wed, 7 Apr 2010 19:51:27 +0000 (19:51 +0000)]
Cleanup of artifacts.
solar [Wed, 7 Apr 2010 13:22:18 +0000 (13:22 +0000)]
Only the character groups still missing...
solar [Wed, 7 Apr 2010 13:22:00 +0000 (13:22 +0000)]
Cleanup.
solar [Wed, 7 Apr 2010 13:21:37 +0000 (13:21 +0000)]
Misnamed internal for INTMAX_MAX / INTMAX_MIN. Fixed.
solar [Sun, 4 Apr 2010 12:59:08 +0000 (12:59 +0000)]
Cleanups.
solar [Sun, 4 Apr 2010 12:15:51 +0000 (12:15 +0000)]
Improper test code handling uncovered by Owen at osdev.org
solar [Fri, 12 Mar 2010 12:58:15 +0000 (12:58 +0000)]
Stop-gap Makefile for Cygwin
solar [Fri, 12 Mar 2010 11:08:56 +0000 (11:08 +0000)]
Intermediate debugging work on *scanf().
solar [Fri, 12 Mar 2010 11:08:14 +0000 (11:08 +0000)]
Compiling under Cygwin now.
solar [Fri, 12 Mar 2010 11:06:16 +0000 (11:06 +0000)]
Thinko pointed out by Brian Damgaard.
solar [Mon, 26 Oct 2009 22:27:59 +0000 (22:27 +0000)]
restrict keyword cleanup.
solar [Mon, 26 Oct 2009 22:25:33 +0000 (22:25 +0000)]
FILE
solar [Thu, 1 Oct 2009 05:46:26 +0000 (05:46 +0000)]
Handling end-of-string and unspecified width.
solar [Thu, 1 Oct 2009 05:45:28 +0000 (05:45 +0000)]
Removing testfile properly.
solar [Thu, 1 Oct 2009 05:44:07 +0000 (05:44 +0000)]
Proper handling of NULL return code.
solar [Thu, 1 Oct 2009 05:42:53 +0000 (05:42 +0000)]
Typo. How come GCC doesn't warn about this one?
solar [Thu, 1 Oct 2009 05:42:08 +0000 (05:42 +0000)]
Wrong return code.
solar [Fri, 25 Sep 2009 05:52:28 +0000 (05:52 +0000)]
Started debugging scanf() functions.
solar [Wed, 23 Sep 2009 18:38:15 +0000 (18:38 +0000)]
Catching the unimplemented.
solar [Wed, 23 Sep 2009 18:33:14 +0000 (18:33 +0000)]
Rough draft implementation.
solar [Tue, 22 Sep 2009 05:19:34 +0000 (05:19 +0000)]
Intermediate code.
solar [Wed, 16 Sep 2009 05:09:36 +0000 (05:09 +0000)]
Caught "0xz" corner case, and improved testing.
solar [Tue, 15 Sep 2009 05:00:14 +0000 (05:00 +0000)]
Set svn:ignore for functions/ctype.
solar [Tue, 15 Sep 2009 04:30:12 +0000 (04:30 +0000)]
Getting closer to scan().
solar [Mon, 14 Sep 2009 05:25:57 +0000 (05:25 +0000)]
First work towards scanf().
solar [Sun, 13 Sep 2009 15:14:02 +0000 (15:14 +0000)]
Merged branch stdio_rewrite back into trunk.
solar [Thu, 19 Feb 2009 02:51:27 +0000 (02:51 +0000)]
Added FIXME
solar [Tue, 23 Sep 2008 08:46:14 +0000 (08:46 +0000)]
Made platform configurable.
solar [Thu, 12 Jun 2008 21:07:53 +0000 (21:07 +0000)]
A couple of artifacts resulting in compile errors. Fixed.
solar [Wed, 11 Jun 2008 20:22:38 +0000 (20:22 +0000)]
Missing initializer for filename field in standard streams. Fixed.
solar [Wed, 11 Jun 2008 20:17:33 +0000 (20:17 +0000)]
Warnings regarding signed / unsigned issues. Fixed.
solar [Wed, 28 May 2008 06:16:15 +0000 (06:16 +0000)]
Intermediate work, checked in for safekeeping as I pick up working on this again.
solar [Wed, 28 May 2008 06:11:09 +0000 (06:11 +0000)]
Added.
solar [Thu, 20 Sep 2007 21:27:53 +0000 (21:27 +0000)]
Not using typedef'ed types here for added insurance against incompabilities.
solar [Thu, 20 Sep 2007 21:25:23 +0000 (21:25 +0000)]
Small rearrangements
solar [Thu, 20 Sep 2007 21:21:15 +0000 (21:21 +0000)]
Added test for interactive streams (_IOLBF / _IOFBF)
solar [Thu, 20 Sep 2007 21:19:18 +0000 (21:19 +0000)]
Added handling for fflush( NULL ).
solar [Thu, 20 Sep 2007 21:17:35 +0000 (21:17 +0000)]
Added -g to build rules.
solar [Fri, 14 Sep 2007 03:48:22 +0000 (03:48 +0000)]
Minor cleanups.
solar [Wed, 12 Sep 2007 04:08:48 +0000 (04:08 +0000)]
Bug #11 - memswp() in qsort() not type correct. Fixed.
Bug #12 - Documentation for atexit() wrong. Fixed.
Bug #13 - Missing NULL include in strtox_prelim.c. Fixed.
Bug #14 - s / us - unknown suffix. Fixed.
Bug #15 - Wrong macro name "concat". Fixed.
solar [Wed, 15 Nov 2006 05:48:38 +0000 (05:48 +0000)]
Misallocation in realloc() was not caught. Fixed.
solar [Tue, 25 Jul 2006 10:12:25 +0000 (10:12 +0000)]
Intermediate stdio work.
solar [Mon, 24 Jul 2006 11:00:38 +0000 (11:00 +0000)]
Added test driver.
solar [Mon, 24 Jul 2006 08:41:11 +0000 (08:41 +0000)]
Fixed end-of-string bug. Thanks to Paul Barker for reporting this.
solar [Tue, 11 Jul 2006 06:22:25 +0000 (06:22 +0000)]
Added a TODO about wide orientation reset.
solar [Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)]
Added any files yet missing for stdio.h.
solar [Thu, 6 Jul 2006 08:49:26 +0000 (08:49 +0000)]
Finished scanf docs.
solar [Thu, 6 Jul 2006 08:49:09 +0000 (08:49 +0000)]
Fixed regression tests.
solar [Thu, 6 Jul 2006 05:17:17 +0000 (05:17 +0000)]
Improved testdrivers.
solar [Fri, 30 Jun 2006 13:21:52 +0000 (13:21 +0000)]
Removed for macro replacement.
solar [Fri, 30 Jun 2006 13:19:50 +0000 (13:19 +0000)]
Narrowed down to exclude KDevelop metadata.
solar [Fri, 30 Jun 2006 10:03:02 +0000 (10:03 +0000)]
Added read.c and write.c to svn:ignore.
solar [Fri, 30 Jun 2006 10:01:10 +0000 (10:01 +0000)]
Unnecessary due to makro replacement.
solar [Fri, 30 Jun 2006 09:56:02 +0000 (09:56 +0000)]
Yet closer to functional output.