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

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

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.

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

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.

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

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.

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

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.

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

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

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

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.

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

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.

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

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.

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

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

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

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.

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

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

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

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

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

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

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

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