root/trunk/functions


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @216 [216] 06/01/06 08:29:06 solar Disabled regtests for functionality internal to PDCLib.
(edit) @214 [214] 06/01/06 08:08:29 solar Added testdriver.
(edit) @212 [212] 05/31/06 08:53:08 solar Fixed test driver.
(edit) @211 [211] 05/24/06 18:09:32 solar Intermediate freeze.
(edit) @208 [208] 05/24/06 08:14:28 solar Declaration of Xdigits now handled by header.
(edit) @207 [207] 05/24/06 08:13:37 solar Declarating include and testdriver added.
(edit) @206 [206] 05/24/06 08:12:28 solar Testdriver added.
(edit) @205 [205] 05/24/06 08:11:49 solar Added test driver.
(edit) @204 [204] 05/22/06 08:10:42 solar Failed to terminate correctly at n < strlen(s2). Fixed. Thanks to the bug …
(edit) @199 [199] 05/16/06 07:39:06 solar Bracing error; fixed.
(edit) @198 [198] 05/12/06 16:42:11 solar Intermediate work while migrating CVS -> SVN.
(edit) @197 [197] 05/10/06 07:57:59 solar Removed (macro-implemented) putc.
(edit) @194 [194] 05/09/06 07:14:25 solar Fixed compile warnings / errors.
(edit) @190 [190] 05/08/06 17:59:26 solar Added stdinit.c to hold stdin, stdout, stderr initialization. Extended …
(edit) @187 [187] 05/08/06 17:49:01 solar Removed macro-implemented getchar.c.
(edit) @186 [186] 05/08/06 17:48:38 solar Bla
(edit) @184 [184] 04/26/06 11:34:21 solar Temporary integration of _PDCLIB_print(), broken.
(edit) @183 [183] 04/24/06 08:09:24 solar Uppercase hex digits for printf() functions.
(edit) @182 [182] 04/24/06 08:05:53 solar va_end() was missing. Fixed.
(edit) @172 [172] 04/14/06 14:07:40 solar Whitespace cleanup.
(edit) @168 [168] 04/12/06 07:22:48 solar Unnecessary typedef removed.
(edit) @159 [159] 04/07/06 07:04:21 solar Temporary proof-of-concept for printf() output conversions.
(edit) @157 [157] 03/20/06 08:40:01 solar Set svn:ignore to ignore dependency files and test/regtest drivers.
(edit) @154 [154] 03/13/06 07:33:19 solar Initial checkin.
(edit) @152 [152] 03/08/06 16:36:14 solar Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / …
(edit) @150 [150] 03/07/06 16:38:33 solar Set svn:ignore for platform files.
(edit) @149 [149] 03/06/06 11:38:58 solar Porting current working set from CVS.
(edit) @143 [143] 02/09/06 06:15:02 solar exit( EXIT_FAILURE ) instead of exit( 1 ).
(edit) @142 [142] 02/09/06 06:11:43 solar Bug #1 - realloc( NULL, size ) fails. Fixed.
(edit) @139 [139] 02/06/06 22:07:38 solar Adding malloc(), free(), and realloc().
(edit) @138 [138] 02/06/06 22:03:39 solar Added comments.
(edit) @135 [135] 02/05/06 22:37:24 solar Fallback to static array as pre-main malloc() created problems. (_start …
(edit) @130 [130] 01/30/06 21:52:12 solar Initial checkin.
(edit) @129 [129] 01/30/06 21:46:59 solar Added test driver.
(edit) @128 [128] 01/30/06 21:17:24 solar Added test driver.
(edit) @125 [125] 01/30/06 19:28:25 solar Tweaking _PDCLIB_test.h.
(edit) @124 [124] 01/30/06 19:08:34 solar Moved struct definition to internal header.
(edit) @122 [122] 01/30/06 19:03:31 solar Fixed multiple inclusion issue.
(edit) @121 [121] 01/30/06 18:37:12 solar Removed multiinclude test.
(edit) @120 [120] 01/27/06 07:27:27 solar Disabled zero-length sorting test when running under *BSD as *BSD libc …
(edit) @119 [119] 01/27/06 07:25:39 solar Adjusted includes.
(edit) @117 [117] 12/26/05 11:27:14 solar Added exit, _Exit, atexit.
(edit) @115 [115] 12/23/05 17:09:10 solar Moved from functions/ to functions/_PDCLIB/.
(edit) @114 [114] 12/23/05 17:04:43 solar Added 'void' to empty parameter lists.
(edit) @113 [113] 12/23/05 16:53:08 solar Initial checkin.
(edit) @111 [111] 12/23/05 11:42:25 solar Improved "expected assertion failure" message in testdriver.
(edit) @109 [109] 12/17/05 19:50:23 solar Added qsort.
(edit) @108 [108] 12/16/05 19:14:30 solar Artifact - code is original, not from PDPCLIB.
(edit) @107 [107] 12/16/05 19:13:29 solar Initial checkin.
(edit) @106 [106] 12/15/05 19:07:59 solar Initial checkin.
(edit) @105 [105] 12/15/05 14:37:49 solar Initial checkin.
(edit) @104 [104] 12/15/05 14:23:52 solar Added size_t to stdlib.h, added redefinition guards, adjusted includes.
(edit) @103 [103] 12/15/05 13:35:57 solar Extended comment - old one left me clueless.
(edit) @102 [102] 12/15/05 13:35:00 solar Added test driver.
(edit) @101 [101] 12/15/05 13:34:01 solar Initial checkin.
(edit) @99 [99] 12/15/05 13:29:11 solar Added test drivers.
(edit) @97 [97] 12/05/05 06:58:58 solar Initial checkin.
(edit) @96 [96] 12/04/05 17:57:02 solar Added internal headerguard defines that were missing.
(edit) @92 [92] 12/04/05 09:47:22 solar Initial checkin.
(edit) @89 [89] 12/03/05 22:40:47 solar Initial checkin.
(edit) @88 [88] 12/03/05 22:39:59 solar Ugly workaround to keep wrappers from negating error value.
(edit) @87 [87] 12/03/05 22:36:50 solar Added #ifdef to allow for regression against system library.
(edit) @86 [86] 12/03/05 22:35:45 solar Added signaling "test" driver.
(edit) @85 [85] 12/03/05 22:34:32 solar Added #ifdef to allow regression against system lib.
(edit) @84 [84] 12/03/05 17:50:08 solar Helper functions for strto...() functions.
(edit) @80 [80] 12/02/05 12:00:08 solar Added atoi, atol, atoll plus internal helpers.
(edit) @71 [71] 11/21/05 19:08:43 solar Added test drivers.
(edit) @70 [70] 11/21/05 19:04:55 solar Added test driver, fixed off-by-one bug.
(edit) @69 [69] 11/20/05 18:25:25 solar Added test driver.
(edit) @68 [68] 11/20/05 18:18:11 solar Added test driver, fixed off-by-one bug.
(edit) @67 [67] 11/20/05 17:55:09 solar Added test driver.
(edit) @66 [66] 11/20/05 17:31:04 solar Added test driver; fixed sign bug.
(edit) @65 [65] 11/20/05 17:30:23 solar Added test driver.
(edit) @64 [64] 11/20/05 14:19:09 solar Added dummy test drivers to each *.c file, and target 'test' to Makefile.
(edit) @63 [63] 11/20/05 14:04:16 solar Added Makefile and moved internal headers into seperate directory …
(edit) @58 [58] 01/11/05 08:15:12 solar Test-compile fixes.
(edit) @56 [56] 01/11/05 07:43:44 solar Initial checkin.
(edit) @55 [55] 01/11/05 07:42:51 solar Added a warning about missing test drivers.
(edit) @54 [54] 01/09/05 14:49:21 solar Added search functions.
(edit) @53 [53] 01/09/05 14:47:58 solar dos2unix
(edit) @51 [51] 01/08/05 08:06:23 solar Added some of <string.h>.
(add) @50 [50] 12/23/04 10:26:39 solar Fixes to v0.1, added assert.h.
Note: See TracRevisionLog for help on using the revision log.