]> pd.if.org Git - pdclib/log
pdclib
18 years agoIntermediate work while migrating CVS -> SVN.
solar [Fri, 12 May 2006 14:42:11 +0000 (14:42 +0000)]
Intermediate work while migrating CVS -> SVN.

18 years agoRemoved (macro-implemented) putc.
solar [Wed, 10 May 2006 05:57:59 +0000 (05:57 +0000)]
Removed (macro-implemented) putc.

18 years agoAdded target 'find' for convenience.
solar [Tue, 9 May 2006 05:22:09 +0000 (05:22 +0000)]
Added target 'find' for convenience.

18 years agoAdded general idea of std... initializers.
solar [Tue, 9 May 2006 05:15:48 +0000 (05:15 +0000)]
Added general idea of std... initializers.

18 years agoFixed compile warnings / errors.
solar [Tue, 9 May 2006 05:14:25 +0000 (05:14 +0000)]
Fixed compile warnings / errors.

18 years agoRemoved _PDCLIB_status_t (this is in _PDCLIB_int.h now). Added declarations for stdin...
solar [Tue, 9 May 2006 05:13:48 +0000 (05:13 +0000)]
Removed _PDCLIB_status_t (this is in _PDCLIB_int.h now). Added declarations for stdin / stdout / stderr.

18 years agoRemoved dead code. (This is in _PDCLIB_config.h now.)
solar [Tue, 9 May 2006 05:12:49 +0000 (05:12 +0000)]
Removed dead code. (This is in _PDCLIB_config.h now.)

18 years agoKludge to avoid unistd.h redefinition warnings.
solar [Tue, 9 May 2006 05:01:50 +0000 (05:01 +0000)]
Kludge to avoid unistd.h redefinition warnings.

18 years agoAdded stdinit.c to hold stdin, stdout, stderr initialization. Extended svn:ignore.
solar [Mon, 8 May 2006 15:59:26 +0000 (15:59 +0000)]
Added stdinit.c to hold stdin, stdout, stderr initialization. Extended svn:ignore.

18 years agoAdded struct status_t.
solar [Mon, 8 May 2006 15:52:10 +0000 (15:52 +0000)]
Added struct status_t.

18 years agoAdded missing _PDCLIB_ prefix to concat() macro calls.
solar [Mon, 8 May 2006 15:50:34 +0000 (15:50 +0000)]
Added missing _PDCLIB_ prefix to concat() macro calls.

18 years agoRemoved macro-implemented getchar.c.
solar [Mon, 8 May 2006 15:49:01 +0000 (15:49 +0000)]
Removed macro-implemented getchar.c.

18 years agoBla
solar [Mon, 8 May 2006 15:48:38 +0000 (15:48 +0000)]
Bla

18 years agoAdded progress messages (again).
solar [Mon, 8 May 2006 15:19:33 +0000 (15:19 +0000)]
Added progress messages (again).

18 years agoTemporary integration of _PDCLIB_print(), broken.
solar [Wed, 26 Apr 2006 09:34:21 +0000 (09:34 +0000)]
Temporary integration of _PDCLIB_print(), broken.

18 years agoUppercase hex digits for printf() functions.
solar [Mon, 24 Apr 2006 06:09:24 +0000 (06:09 +0000)]
Uppercase hex digits for printf() functions.

18 years agova_end() was missing. Fixed.
solar [Mon, 24 Apr 2006 06:05:53 +0000 (06:05 +0000)]
va_end() was missing. Fixed.

18 years agoAdded test for %n.
solar [Mon, 24 Apr 2006 06:05:32 +0000 (06:05 +0000)]
Added test for %n.

18 years agoPreliminary implementations for %c, %s, %p and %n.
solar [Sun, 23 Apr 2006 14:55:25 +0000 (14:55 +0000)]
Preliminary implementations for %c, %s, %p and %n.

18 years agoRemoved the header outputs from the test driver.
solar [Sun, 16 Apr 2006 17:00:29 +0000 (17:00 +0000)]
Removed the header outputs from the test driver.

18 years agoChecked the remaining 'TODO' comments.
solar [Sun, 16 Apr 2006 16:58:06 +0000 (16:58 +0000)]
Checked the remaining 'TODO' comments.

18 years agoYES! VICTORY!
solar [Sun, 16 Apr 2006 16:42:26 +0000 (16:42 +0000)]
YES! VICTORY!

18 years agoDon't quote me, but this does look good...
solar [Sun, 16 Apr 2006 16:22:55 +0000 (16:22 +0000)]
Don't quote me, but this does look good...

18 years agoSTUPID STUPID STUPID bug fixed!
solar [Sun, 16 Apr 2006 12:33:48 +0000 (12:33 +0000)]
STUPID STUPID STUPID bug fixed!

18 years agoHouston, we have lift off!
solar [Sat, 15 Apr 2006 02:54:17 +0000 (02:54 +0000)]
Houston, we have lift off!

18 years agoSwitched to _PDCLIB_sprintf().
solar [Sat, 15 Apr 2006 01:54:20 +0000 (01:54 +0000)]
Switched to _PDCLIB_sprintf().

18 years agoWhitespace cleanup.
solar [Fri, 14 Apr 2006 12:07:40 +0000 (12:07 +0000)]
Whitespace cleanup.

18 years agoRemoved TESTCASE macro and parse_out_wrapper in favour of test().
solar [Fri, 14 Apr 2006 12:07:30 +0000 (12:07 +0000)]
Removed TESTCASE macro and parse_out_wrapper in favour of test().

18 years agoStarted _PDCLIB_printf.
solar [Thu, 13 Apr 2006 06:53:08 +0000 (06:53 +0000)]
Started _PDCLIB_printf.

18 years agoMerged the padwrappers into parse_out().
solar [Wed, 12 Apr 2006 07:16:38 +0000 (07:16 +0000)]
Merged the padwrappers into parse_out().

18 years agoUnnecessary typedef removed.
solar [Wed, 12 Apr 2006 05:22:48 +0000 (05:22 +0000)]
Unnecessary typedef removed.

18 years agoNow calling wrapper instead of conversion routine directly.
solar [Wed, 12 Apr 2006 05:22:36 +0000 (05:22 +0000)]
Now calling wrapper instead of conversion routine directly.

18 years agoPreparing to step up from padwrap() to parse_out_wrapper().
solar [Tue, 11 Apr 2006 16:15:33 +0000 (16:15 +0000)]
Preparing to step up from padwrap() to parse_out_wrapper().

18 years agoMore tests, unsigned fixes.
solar [Mon, 10 Apr 2006 20:11:10 +0000 (20:11 +0000)]
More tests, unsigned fixes.

18 years agoFirst attempt at upadwrap.
solar [Mon, 10 Apr 2006 05:28:10 +0000 (05:28 +0000)]
First attempt at upadwrap.

18 years agoSome cleanup.
solar [Mon, 10 Apr 2006 05:21:02 +0000 (05:21 +0000)]
Some cleanup.

18 years agoAdded unsigned tests.
solar [Mon, 10 Apr 2006 05:16:33 +0000 (05:16 +0000)]
Added unsigned tests.

18 years agoSome improvements.
solar [Mon, 10 Apr 2006 05:09:37 +0000 (05:09 +0000)]
Some improvements.

18 years agoAll tests except hex / zero work.
solar [Fri, 7 Apr 2006 05:13:15 +0000 (05:13 +0000)]
All tests except hex / zero work.

18 years agoTemporary proof-of-concept for printf() output conversions.
solar [Fri, 7 Apr 2006 05:04:21 +0000 (05:04 +0000)]
Temporary proof-of-concept for printf() output conversions.

18 years agoImproved header documentation.
solar [Mon, 20 Mar 2006 16:01:04 +0000 (16:01 +0000)]
Improved header documentation.

18 years agoSet svn:ignore to ignore dependency files and test/regtest drivers.
solar [Mon, 20 Mar 2006 07:40:01 +0000 (07:40 +0000)]
Set svn:ignore to ignore dependency files and test/regtest drivers.

18 years agoDocumented the direct I/O functions.
solar [Mon, 13 Mar 2006 16:15:20 +0000 (16:15 +0000)]
Documented the direct I/O functions.

18 years agoDocumented the unformatted I/O functions.
solar [Mon, 13 Mar 2006 16:06:31 +0000 (16:06 +0000)]
Documented the unformatted I/O functions.

18 years agoInitial checkin.
solar [Mon, 13 Mar 2006 06:33:19 +0000 (06:33 +0000)]
Initial checkin.

18 years agoMoving platform specifics from stdio.h to _PDCLIB_config.h. More docs.
solar [Fri, 10 Mar 2006 06:54:29 +0000 (06:54 +0000)]
Moving platform specifics from stdio.h to _PDCLIB_config.h. More docs.

18 years agoRemoved the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.
solar [Wed, 8 Mar 2006 15:36:14 +0000 (15:36 +0000)]
Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.

18 years agoSet svn:ignore on kate project file.
solar [Wed, 8 Mar 2006 06:35:54 +0000 (06:35 +0000)]
Set svn:ignore on kate project file.

18 years agoSet svn:ignore for platform files.
solar [Tue, 7 Mar 2006 15:38:33 +0000 (15:38 +0000)]
Set svn:ignore for platform files.

18 years agoPorting current working set from CVS.
solar [Mon, 6 Mar 2006 10:38:58 +0000 (10:38 +0000)]
Porting current working set from CVS.

18 years agoMoving files to new dir structure.
solar [Wed, 3 May 2006 12:38:32 +0000 (12:38 +0000)]
Moving files to new dir structure.

18 years agoAdjusting directory structure to main.
solar [Sun, 5 Mar 2006 12:11:16 +0000 (12:11 +0000)]
Adjusting directory structure to main.

18 years agoBug #3 - float.h to ./platform/example/. Fixed.
solar [Thu, 9 Feb 2006 05:26:24 +0000 (05:26 +0000)]
Bug #3 - float.h to ./platform/example/. Fixed.

18 years agoBug #4 - Misspelled name in credits. Fixed.
solar [Thu, 9 Feb 2006 05:19:05 +0000 (05:19 +0000)]
Bug #4 - Misspelled name in credits. Fixed.

18 years agoSetting the roadmap for v0.5.
solar [Thu, 9 Feb 2006 05:17:16 +0000 (05:17 +0000)]
Setting the roadmap for v0.5.

18 years agoexit( EXIT_FAILURE ) instead of exit( 1 ).
solar [Thu, 9 Feb 2006 05:15:02 +0000 (05:15 +0000)]
exit( EXIT_FAILURE ) instead of exit( 1 ).

18 years agoBug #1 - realloc( NULL, size ) fails. Fixed.
solar [Thu, 9 Feb 2006 05:11:43 +0000 (05:11 +0000)]
Bug #1 - realloc( NULL, size ) fails. Fixed.

18 years agoAdded v0.4 release date. origin/tags/v0.4 v0.4
solar [Mon, 6 Feb 2006 21:22:13 +0000 (21:22 +0000)]
Added v0.4 release date.

18 years agoAdding malloc(), free(), and realloc().
solar [Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)]
Adding malloc(), free(), and realloc().

18 years agoAdded comments.
solar [Mon, 6 Feb 2006 21:03:39 +0000 (21:03 +0000)]
Added comments.

18 years agoReordering of memnode_t members for later optimization.
solar [Mon, 6 Feb 2006 21:02:12 +0000 (21:02 +0000)]
Reordering of memnode_t members for later optimization.

18 years agoOverly optimistic; no v0.4 today as malloc() still makes problems.
solar [Sun, 5 Feb 2006 21:38:23 +0000 (21:38 +0000)]
Overly optimistic; no v0.4 today as malloc() still makes problems.

18 years agoFallback to static array as pre-main malloc() created problems. (_start calls atexit...
solar [Sun, 5 Feb 2006 21:37:24 +0000 (21:37 +0000)]
Fallback to static array as pre-main malloc() created problems. (_start calls atexit once.)

18 years agov0.4 release: stdlib.h
solar [Sun, 5 Feb 2006 15:52:20 +0000 (15:52 +0000)]
v0.4 release: stdlib.h

18 years agoInitial checkin.
solar [Sun, 5 Feb 2006 15:35:11 +0000 (15:35 +0000)]
Initial checkin.

18 years agoInitial checkin.
solar [Sun, 5 Feb 2006 15:10:39 +0000 (15:10 +0000)]
Initial checkin.

18 years agoAdded realloc().
solar [Sun, 5 Feb 2006 14:55:05 +0000 (14:55 +0000)]
Added realloc().

18 years agoInitial checkin.
solar [Mon, 30 Jan 2006 20:52:12 +0000 (20:52 +0000)]
Initial checkin.

18 years agoAdded test driver.
solar [Mon, 30 Jan 2006 20:46:59 +0000 (20:46 +0000)]
Added test driver.

18 years agoAdded test driver.
solar [Mon, 30 Jan 2006 20:17:24 +0000 (20:17 +0000)]
Added test driver.

18 years agoMoved internal struct definitions to _PDCLIB_int.h where they belong.
solar [Mon, 30 Jan 2006 18:33:59 +0000 (18:33 +0000)]
Moved internal struct definitions to _PDCLIB_int.h where they belong.

18 years agoExtended for 0.4 release.
solar [Mon, 30 Jan 2006 18:29:32 +0000 (18:29 +0000)]
Extended for 0.4 release.

18 years agoTweaking _PDCLIB_test.h.
solar [Mon, 30 Jan 2006 18:28:25 +0000 (18:28 +0000)]
Tweaking _PDCLIB_test.h.

18 years agoMoved struct definition to internal header.
solar [Mon, 30 Jan 2006 18:08:34 +0000 (18:08 +0000)]
Moved struct definition to internal header.

18 years agoRemoved redundant include.
solar [Mon, 30 Jan 2006 18:07:01 +0000 (18:07 +0000)]
Removed redundant include.

18 years agoFixed multiple inclusion issue.
solar [Mon, 30 Jan 2006 18:03:31 +0000 (18:03 +0000)]
Fixed multiple inclusion issue.

18 years agoRemoved multiinclude test.
solar [Mon, 30 Jan 2006 17:37:12 +0000 (17:37 +0000)]
Removed multiinclude test.

18 years agoDisabled zero-length sorting test when running under *BSD as *BSD libc falls into...
solar [Fri, 27 Jan 2006 06:27:27 +0000 (06:27 +0000)]
Disabled zero-length sorting test when running under *BSD as *BSD libc falls into endless loop.

18 years agoAdjusted includes.
solar [Fri, 27 Jan 2006 06:25:39 +0000 (06:25 +0000)]
Adjusted includes.

18 years agoMasked out the multiinclude test (doesn't work on *BSD). Added targets to build but...
solar [Fri, 27 Jan 2006 06:17:43 +0000 (06:17 +0000)]
Masked out the multiinclude test (doesn't work on *BSD). Added targets to build but not execute test drivers.

18 years agoAdded exit, _Exit, atexit.
solar [Mon, 26 Dec 2005 10:27:14 +0000 (10:27 +0000)]
Added exit, _Exit, atexit.

18 years agoChanged handling of regtest exclusions.
solar [Sat, 24 Dec 2005 13:48:33 +0000 (13:48 +0000)]
Changed handling of regtest exclusions.

18 years agoMoved from functions/ to functions/_PDCLIB/.
solar [Fri, 23 Dec 2005 16:09:10 +0000 (16:09 +0000)]
Moved from functions/ to functions/_PDCLIB/.

18 years agoAdded 'void' to empty parameter lists.
solar [Fri, 23 Dec 2005 16:04:43 +0000 (16:04 +0000)]
Added 'void' to empty parameter lists.

18 years agoInitial checkin.
solar [Fri, 23 Dec 2005 15:53:08 +0000 (15:53 +0000)]
Initial checkin.

18 years agoexit() and its macros were added a bit hasty; fixed.
solar [Fri, 23 Dec 2005 15:52:10 +0000 (15:52 +0000)]
exit() and its macros were added a bit hasty; fixed.

18 years agoImproved "expected assertion failure" message in testdriver.
solar [Fri, 23 Dec 2005 10:42:25 +0000 (10:42 +0000)]
Improved "expected assertion failure" message in testdriver.

18 years agoAdded target 'todolist' to get all 'TODO' comments left.
solar [Fri, 23 Dec 2005 10:41:45 +0000 (10:41 +0000)]
Added target 'todolist' to get all 'TODO' comments left.

18 years agoAdded qsort.
solar [Sat, 17 Dec 2005 18:50:23 +0000 (18:50 +0000)]
Added qsort.

18 years agoArtifact - code is original, not from PDPCLIB.
solar [Fri, 16 Dec 2005 18:14:30 +0000 (18:14 +0000)]
Artifact - code is original, not from PDPCLIB.

18 years agoInitial checkin.
solar [Fri, 16 Dec 2005 18:13:29 +0000 (18:13 +0000)]
Initial checkin.

18 years agoInitial checkin.
solar [Thu, 15 Dec 2005 18:07:59 +0000 (18:07 +0000)]
Initial checkin.

18 years agoInitial checkin.
solar [Thu, 15 Dec 2005 13:37:49 +0000 (13:37 +0000)]
Initial checkin.

18 years agoAdded size_t to stdlib.h, added redefinition guards, adjusted includes.
solar [Thu, 15 Dec 2005 13:23:52 +0000 (13:23 +0000)]
Added size_t to stdlib.h, added redefinition guards, adjusted includes.

18 years agoExtended comment - old one left me clueless.
solar [Thu, 15 Dec 2005 12:35:57 +0000 (12:35 +0000)]
Extended comment - old one left me clueless.

18 years agoAdded test driver.
solar [Thu, 15 Dec 2005 12:35:00 +0000 (12:35 +0000)]
Added test driver.

18 years agoInitial checkin.
solar [Thu, 15 Dec 2005 12:34:01 +0000 (12:34 +0000)]
Initial checkin.

18 years agoAdded exit return codes.
solar [Thu, 15 Dec 2005 12:30:31 +0000 (12:30 +0000)]
Added exit return codes.

18 years agoAdded test drivers.
solar [Thu, 15 Dec 2005 12:29:11 +0000 (12:29 +0000)]
Added test drivers.

18 years agoMinor tweaking.
solar [Thu, 15 Dec 2005 12:28:00 +0000 (12:28 +0000)]
Minor tweaking.