root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @360 [360] 09/12/09 14:33:39 solar std streams were not added to open file list. Fixed.
(edit) @359 [359] 09/12/09 13:28:28 solar Fixed file removes.
(edit) @358 [358] 09/12/09 12:59:15 solar Corrected pointer handling
(edit) @357 [357] 09/10/09 21:44:51 solar Setting svn:ignore to cover added rename().
(edit) @356 [356] 09/10/09 21:42:17 solar Stabilizing.
(edit) @355 [355] 09/10/09 07:38:59 solar Ad-hoc adding of _PDCLIB_print().
(edit) @354 [354] 09/10/09 07:37:01 solar Ad-hoc adding of scanf family.
(edit) @353 [353] 09/10/09 07:34:17 solar Ad-hoc adding of printf() family.
(edit) @352 [352] 09/10/09 07:27:57 solar Ad-hoc adding of remaining auxiliary functions.
(edit) @351 [351] 09/09/09 22:41:38 solar Added ferror() / feof() / clearerr().
(edit) @350 [350] 09/09/09 21:09:28 solar Completing the basics.
(edit) @349 [349] 09/09/09 08:36:56 solar Fixes to flushbuffer / fillbuffer handling.
(edit) @348 [348] 09/09/09 08:15:45 solar Adapted filemode() for FWRITE / FREAD dual-use.
(edit) @347 [347] 09/09/09 08:12:48 solar Removed OUTSTREAM and INSTREAM flags in favor of FREAD / FWRITE dual-use.
(edit) @346 [346] 09/09/09 07:51:50 solar svn:keywords set.
(edit) @345 [345] 09/09/09 07:47:20 solar Forgot to actually *add* the prep functions.
(edit) @344 [344] 09/09/09 07:25:37 solar Added prepread() and prepwrite(), adjustments to callers.
(edit) @343 [343] 09/07/09 21:00:26 solar Fixed output and return value handling.
(edit) @342 [342] 09/07/09 20:59:30 solar Switched stdarg macros from generic to GCC builtins
(edit) @341 [341] 09/06/09 21:18:06 solar After all this time, you didn't think it would be 100% first time around, …
(edit) @340 [340] 09/06/09 16:33:42 solar This *should* be the foundation for the basic I/O.
(edit) @339 [339] 09/05/09 23:47:25 solar Adjusted to work meaningfully with "make test".
(edit) @338 [338] 09/05/09 23:34:59 solar Improved testing.
(edit) @337 [337] 09/04/09 21:20:11 solar Improved NODETRACE() output.
(edit) @336 [336] 09/04/09 06:58:25 solar Some errors in the node handling.
(edit) @335 [335] 09/03/09 21:49:30 solar Cleanups and test drivers.
(edit) @334 [334] 09/03/09 07:07:25 solar Added basic testdriver for puts().
(edit) @333 [333] 09/02/09 21:46:09 solar Addressing #23 and #28 (x86_64 support)
(edit) @332 [332] 09/02/09 07:38:34 solar Preparing prepread() / prepwrite().
(edit) @331 [331] 09/02/09 06:36:03 solar Cleanups of "TODO: errno handling" markers.
(edit) @330 [330] 09/01/09 08:46:30 solar #27 strcmp() and strncmp() break on non-ASCII-7 strings. Fixed.
(edit) @329 [329] 08/30/09 14:22:05 solar Added errno handling to _PDCLIB_seek().
(edit) @328 [328] 08/30/09 14:10:50 solar Added errno handling to _PDCLIB_open().
(edit) @327 [327] 08/30/09 11:05:47 solar Added errno handling to remove().
(edit) @326 [326] 08/30/09 10:41:19 solar errno handled by function.
(edit) @325 [325] 08/27/09 06:26:16 solar Removed undef workarounds.
(edit) @324 [324] 08/26/09 22:48:24 solar Removed troublesome Unix includes.
(edit) @323 [323] 08/26/09 19:54:34 solar Removed troublesome Unix includes.
(edit) @322 [322] 08/26/09 19:53:13 solar Removed troublesome Unix includes.
(edit) @321 [321] 08/26/09 18:08:58 solar Removed unnecessary Unix includes.
(edit) @320 [320] 08/26/09 07:07:00 solar Added errno.h.
(edit) @319 [319] 08/23/09 22:24:43 solar Comment fix.
(edit) @318 [318] 08/23/09 14:41:42 solar Stopgap fread(). Both it and _PDCLIB_fillbuffer() require further work.
(edit) @317 [317] 08/23/09 12:23:42 solar Added getc(), getchar().
(edit) @316 [316] 08/23/09 11:48:55 solar Added fwrite().
(edit) @315 [315] 08/23/09 00:58:39 solar Added putc(), putchar().
(edit) @314 [314] 08/23/09 00:45:14 solar Corrections.
(edit) @313 [313] 08/22/09 23:36:54 solar Corrections.
(edit) @312 [312] 08/22/09 19:54:02 solar Added fputs().
(edit) @311 [311] 08/22/09 08:29:10 solar Added write-error handling.
(edit) @310 [310] 08/22/09 08:07:02 solar Updated notes.
(edit) @309 [309] 08/22/09 07:30:00 solar Added remove.c and a teststring for stdio testdrivers.
(edit) @308 [308] 08/21/09 23:02:16 solar Continuing I/O checks.
(edit) @307 [307] 08/21/09 22:17:25 solar Removed POSIX-specific test driver code.
(edit) @306 [306] 08/21/09 22:16:57 solar I don't know what broke _IOLBF before, but it seems to be gone…
(edit) @305 [305] 08/21/09 18:30:39 solar (Hopefully) fixed buffering errors uncovered by preliminary testing.
(edit) @304 [304] 08/21/09 07:02:19 solar Using TESTCASE_NOREG().
(edit) @303 [303] 08/21/09 06:56:17 solar Added TESTCASE_NOREG for PDCLib-specific tests.
(edit) @302 [302] 08/21/09 06:55:46 solar Removed a warning that was more trouble than it's worth on x86_64…
(edit) @301 [301] 08/20/09 07:00:07 solar Started combined testdriver in ftell.c
(edit) @300 [300] 08/19/09 22:09:02 solar Added fputc() and fgetc().
(edit) @299 [299] 08/19/09 21:40:07 solar Added rewind().
(edit) @298 [298] 08/19/09 07:04:10 solar Added ungetc().
(edit) @297 [297] 08/16/09 17:44:03 solar Added ftell().
(edit) @296 [296] 08/16/09 12:17:09 solar Added fflush().
(edit) @295 [295] 08/16/09 12:06:00 solar Added fclose().
(edit) @294 [294] 08/16/09 12:00:26 solar Added fopen()
(edit) @293 [293] 08/16/09 08:22:56 solar Updated for 64bit _PDCLIB_seek().
(edit) @292 [292] 08/16/09 08:14:45 solar 64bit glue function for both fseek() and fsetpos().
(edit) @291 [291] 08/14/09 14:09:37 solar Added setvbuf() / setbuf().
(edit) @290 [290] 08/10/09 14:23:21 solar Hiding seek.c
(edit) @289 [289] 08/10/09 14:15:05 solar Added _PDCLIB_seek().
(edit) @288 [288] 04/12/09 10:30:17 solar Cosmetic changes to output
(edit) @287 [287] 04/11/09 15:35:16 solar Switching to GCC 4.3 revealed some type correctness warnings. Fixed.
(edit) @286 [286] 04/11/09 15:34:10 solar Removed tab characters.
(edit) @285 [285] 02/19/09 03:56:09 solar fillbuffer, flushbuffer
(edit) @284 [284] 02/19/09 03:54:20 solar --
(edit) @283 [283] 02/19/09 03:52:37 solar Beautification.
(edit) @281 [281] 10/26/08 12:28:19 solar Added fillbuffer.c.
(edit) @280 [280] 10/25/08 13:13:44 solar Set svn:ignore as appropriate.
(edit) @279 [279] 10/25/08 12:31:16 solar Added flushbuffer.
(edit) @278 [278] 10/23/08 06:28:37 solar Added _Exit.c (did not exist at point of branch).
(edit) @277 [277] 10/21/08 08:00:42 solar Brought everything non-stdio to latest version.
(edit) @276 [276] 10/18/08 12:31:44 solar Branched pre-stdio revision 148 for rewrite of stdio.
(edit) @261 [261] 11/16/06 08:33:42 solar QSort fixed, release date updated.
(edit) @260 [260] 11/16/06 08:32:04 solar Removed debugging comment.
(edit) @259 [259] 11/16/06 08:12:08 solar Using pure-recursive version until a better / correct version.
(edit) @257 [257] 11/15/06 06:48:38 solar Misallocation in realloc() was not caught. Fixed.
(edit) @256 [256] 11/10/06 07:53:15 solar Added $Id$ keyword.
(edit) @254 [254] 07/28/06 07:49:00 solar Bugfix backport, excluding qsort() bug.
(edit) @253 [253] 07/27/06 07:54:33 solar Branching v0.4 for bugfixes.
(add) @1 [1] 11/19/03 07:08:47 anonymous New repository initialized by cvs2svn.
Note: See TracRevisionLog for help on using the revision log.