]> pd.if.org Git - pdclib/log
pdclib
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.

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

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.

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

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

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

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

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.

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

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

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.

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.

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

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.

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

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

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.

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.

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.

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.

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.

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.

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.

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

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

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

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

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.

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

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.

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

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.

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

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.

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

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.

19 years agoForgot the header guard on string.h. Bumped release date in Readme.txt. origin/tags/v0.2 v0.2
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.

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

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

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

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

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.

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

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

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

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

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.

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

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

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

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

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

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.

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

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

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.

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

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