fw/pdclib
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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@137 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@136 546481bc-9713-0410-bf18-d3337bbf4a3e

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.)

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@135 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@134 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@133 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@132 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@131 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@130 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@129 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@128 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@127 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@126 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@125 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@124 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@123 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@122 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@121 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@120 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@119 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@118 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@117 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@116 546481bc-9713-0410-bf18-d3337bbf4a3e

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/.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@115 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@114 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@113 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@112 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@111 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@110 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@109 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@108 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@107 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@106 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@105 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@104 546481bc-9713-0410-bf18-d3337bbf4a3e

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.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@103 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@102 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@101 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@100 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@99 546481bc-9713-0410-bf18-d3337bbf4a3e

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

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@98 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoInitial checkin.
solar [Mon, 5 Dec 2005 05:58:58 +0000 (05:58 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@97 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded internal headerguard defines that were missing.
solar [Sun, 4 Dec 2005 16:57:02 +0000 (16:57 +0000)]
Added internal headerguard defines that were missing.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@96 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded div_t types.
solar [Sun, 4 Dec 2005 16:48:38 +0000 (16:48 +0000)]
Added div_t types.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@95 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoRemoved #warning lines (only #error is defined by the standard).
solar [Sun, 4 Dec 2005 16:48:12 +0000 (16:48 +0000)]
Removed #warning lines (only #error is defined by the standard).

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@94 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdding missing internal include.
solar [Sun, 4 Dec 2005 16:45:28 +0000 (16:45 +0000)]
Adding missing internal include.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@93 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoInitial checkin.
solar [Sun, 4 Dec 2005 08:47:22 +0000 (08:47 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@92 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoFixed typo, added prelim. mention of what has changed.
solar [Sat, 3 Dec 2005 21:43:31 +0000 (21:43 +0000)]
Fixed typo, added prelim. mention of what has changed.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@91 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded 'regtest' target for regression against system lib; made tests quiet; added...
solar [Sat, 3 Dec 2005 21:42:21 +0000 (21:42 +0000)]
Added 'regtest' target for regression against system lib; made tests quiet; added dist tarball to 'clean'.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@90 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoInitial checkin.
solar [Sat, 3 Dec 2005 21:40:47 +0000 (21:40 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@89 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoUgly workaround to keep wrappers from negating error value.
solar [Sat, 3 Dec 2005 21:39:59 +0000 (21:39 +0000)]
Ugly workaround to keep wrappers from negating error value.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@88 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded #ifdef to allow for regression against system library.
solar [Sat, 3 Dec 2005 21:36:50 +0000 (21:36 +0000)]
Added #ifdef to allow for regression against system library.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@87 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded signaling "test" driver.
solar [Sat, 3 Dec 2005 21:35:45 +0000 (21:35 +0000)]
Added signaling "test" driver.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@86 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded #ifdef to allow regression against system lib.
solar [Sat, 3 Dec 2005 21:34:32 +0000 (21:34 +0000)]
Added #ifdef to allow regression against system lib.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@85 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoHelper functions for strto...() functions.
solar [Sat, 3 Dec 2005 16:50:08 +0000 (16:50 +0000)]
Helper functions for strto...() functions.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@84 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded helpers for strto...() functions.
solar [Sat, 3 Dec 2005 16:49:36 +0000 (16:49 +0000)]
Added helpers for strto...() functions.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@83 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded line number to failed testcase output.
solar [Fri, 2 Dec 2005 11:04:38 +0000 (11:04 +0000)]
Added line number to failed testcase output.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@82 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoFixed 'find' option sequence that generated warnings under Cygwin. Limited Makefile...
solar [Fri, 2 Dec 2005 11:03:47 +0000 (11:03 +0000)]
Fixed 'find' option sequence that generated warnings under Cygwin. Limited Makefile to distro directories so I could have local "test" directories. Added "heartbeat" output to 'test' target. Added pdclib.a to '%.t' target so helpers are available for linking.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@81 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded atoi, atol, atoll plus internal helpers.
solar [Fri, 2 Dec 2005 11:00:08 +0000 (11:00 +0000)]
Added atoi, atol, atoll plus internal helpers.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@80 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax.
solar [Fri, 2 Dec 2005 10:54:23 +0000 (10:54 +0000)]
Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@79 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded _PDCLIB_inline mapped to inline for C99 only.
solar [Fri, 2 Dec 2005 10:53:03 +0000 (10:53 +0000)]
Added _PDCLIB_inline mapped to inline for C99 only.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@78 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoSome non-7-bit chars have crept in. Fixed.
solar [Fri, 2 Dec 2005 10:52:00 +0000 (10:52 +0000)]
Some non-7-bit chars have crept in. Fixed.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@77 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoReordered 'find' options to get rid of Cygwin warnings.
solar [Tue, 22 Nov 2005 04:59:47 +0000 (04:59 +0000)]
Reordered 'find' options to get rid of Cygwin warnings.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@76 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoPreparing for v0.3 release.
solar [Mon, 21 Nov 2005 19:09:16 +0000 (19:09 +0000)]
Preparing for v0.3 release.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@74 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded.
solar [Mon, 21 Nov 2005 18:10:09 +0000 (18:10 +0000)]
Added.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@73 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoDisabled command echo, added -Wall.
solar [Mon, 21 Nov 2005 18:09:53 +0000 (18:09 +0000)]
Disabled command echo, added -Wall.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@72 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test drivers.
solar [Mon, 21 Nov 2005 18:08:43 +0000 (18:08 +0000)]
Added test drivers.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@71 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver, fixed off-by-one bug.
solar [Mon, 21 Nov 2005 18:04:55 +0000 (18:04 +0000)]
Added test driver, fixed off-by-one bug.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@70 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver.
solar [Sun, 20 Nov 2005 17:25:25 +0000 (17:25 +0000)]
Added test driver.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@69 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver, fixed off-by-one bug.
solar [Sun, 20 Nov 2005 17:18:11 +0000 (17:18 +0000)]
Added test driver, fixed off-by-one bug.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@68 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver.
solar [Sun, 20 Nov 2005 16:55:09 +0000 (16:55 +0000)]
Added test driver.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@67 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver; fixed sign bug.
solar [Sun, 20 Nov 2005 16:31:04 +0000 (16:31 +0000)]
Added test driver; fixed sign bug.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@66 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded test driver.
solar [Sun, 20 Nov 2005 16:30:23 +0000 (16:30 +0000)]
Added test driver.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@65 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded dummy test drivers to each *.c file, and target 'test' to Makefile.
solar [Sun, 20 Nov 2005 13:19:09 +0000 (13:19 +0000)]
Added dummy test drivers to each *.c file, and target 'test' to Makefile.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@64 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoAdded Makefile and moved internal headers into seperate directory (allowing easier...
solar [Sun, 20 Nov 2005 13:04:16 +0000 (13:04 +0000)]
Added Makefile and moved internal headers into seperate directory (allowing easier _partial_ compilation of PDCLib).

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@63 546481bc-9713-0410-bf18-d3337bbf4a3e

18 years agoMoved the includes into subdirectory (again). Teaches you to decide on a proper layou...
solar [Sun, 20 Nov 2005 10:04:48 +0000 (10:04 +0000)]
Moved the includes into subdirectory (again). Teaches you to decide on a proper layout FIRST.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@62 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoForgot the header guard on string.h. Bumped release date in Readme.txt.
solar [Wed, 12 Jan 2005 17:24:55 +0000 (17:24 +0000)]
Forgot the header guard on string.h. Bumped release date in Readme.txt.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@60 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded notes on v0.2.
solar [Tue, 11 Jan 2005 07:31:50 +0000 (07:31 +0000)]
Added notes on v0.2.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@59 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoTest-compile fixes.
solar [Tue, 11 Jan 2005 07:15:12 +0000 (07:15 +0000)]
Test-compile fixes.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@58 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded the remaining function defs.
solar [Tue, 11 Jan 2005 07:06:46 +0000 (07:06 +0000)]
Added the remaining function defs.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@57 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoInitial checkin.
solar [Tue, 11 Jan 2005 06:43:44 +0000 (06:43 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@56 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded a warning about missing test drivers.
solar [Tue, 11 Jan 2005 06:42:51 +0000 (06:42 +0000)]
Added a warning about missing test drivers.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@55 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded search functions.
solar [Sun, 9 Jan 2005 13:49:21 +0000 (13:49 +0000)]
Added search functions.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@54 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agodos2unix
solar [Sun, 9 Jan 2005 13:47:58 +0000 (13:47 +0000)]
dos2unix

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@53 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdding string.h.
solar [Sat, 8 Jan 2005 07:06:59 +0000 (07:06 +0000)]
Adding string.h.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@52 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded some of <string.h>.
solar [Sat, 8 Jan 2005 07:06:23 +0000 (07:06 +0000)]
Added some of <string.h>.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@51 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoFixes to v0.1, added assert.h.
solar [Thu, 23 Dec 2004 09:26:39 +0000 (09:26 +0000)]
Fixes to v0.1, added assert.h.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@50 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded note about v0.1 not being much tested.
solar [Sun, 12 Dec 2004 12:22:48 +0000 (12:22 +0000)]
Added note about v0.1 not being much tested.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@48 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoAdded dev. status.
solar [Sun, 12 Dec 2004 12:19:41 +0000 (12:19 +0000)]
Added dev. status.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@47 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoInitial checkin.
solar [Sun, 12 Dec 2004 10:38:01 +0000 (10:38 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@46 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoMore cosmetic touches.
solar [Sun, 12 Dec 2004 10:33:12 +0000 (10:33 +0000)]
More cosmetic touches.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@45 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoInitial checkin.
solar [Sun, 12 Dec 2004 10:28:10 +0000 (10:28 +0000)]
Initial checkin.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@44 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoExcluded *_C macros from first release; cosmetic touches.
solar [Sun, 12 Dec 2004 10:26:43 +0000 (10:26 +0000)]
Excluded *_C macros from first release; cosmetic touches.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@43 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoFixed several omitted "unsigned" qualifiers.
solar [Thu, 9 Dec 2004 05:05:08 +0000 (05:05 +0000)]
Fixed several omitted "unsigned" qualifiers.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@42 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoCosmetics (moving Id tag to top, adding Name tag, adjusting limits.h from enquire...
solar [Wed, 8 Dec 2004 19:51:15 +0000 (19:51 +0000)]
Cosmetics (moving Id tag to top, adding Name tag, adjusting limits.h from enquire to _PDCLIB_* "macro magic")

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@41 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoSecond try. Freestanding only, for now.
solar [Sun, 14 Nov 2004 13:10:52 +0000 (13:10 +0000)]
Second try. Freestanding only, for now.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@40 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoRemoving old files.
solar [Sun, 14 Nov 2004 13:09:07 +0000 (13:09 +0000)]
Removing old files.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@39 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoRemoved old files.
solar [Sun, 14 Nov 2004 13:02:28 +0000 (13:02 +0000)]
Removed old files.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@38 546481bc-9713-0410-bf18-d3337bbf4a3e

19 years agoRe-import from Subversion.
solar [Thu, 17 Jun 2004 04:46:43 +0000 (04:46 +0000)]
Re-import from Subversion.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@36 546481bc-9713-0410-bf18-d3337bbf4a3e

20 years agoMinor doc extension.
solar [Fri, 23 Jan 2004 08:10:19 +0000 (08:10 +0000)]
Minor doc extension.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@35 546481bc-9713-0410-bf18-d3337bbf4a3e

20 years agoImproved docs.
solar [Fri, 23 Jan 2004 07:47:41 +0000 (07:47 +0000)]
Improved docs.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@34 546481bc-9713-0410-bf18-d3337bbf4a3e