2006-06-30 |
solar | Yet closer to functional output. |
commit | commitdiff | tree | snapshot |
2006-06-29 |
solar | Closer to functional printf(). |
commit | commitdiff | tree | snapshot |
2006-06-28 |
solar | FILE -> struct _PDCLIB_file_t |
commit | commitdiff | tree | snapshot |
2006-06-26 |
solar | Set svn:ignore on KDevelop files. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
solar | Added some functions. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
solar | Added testdriver. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
solar | Skeleton implementation for now. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
solar | Testdriver fixes. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
solar | Added preliminary test drivers. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
solar | Fixed size==0 bug pointed out by Rod P. |
commit | commitdiff | tree | snapshot |
2006-06-09 |
solar | Added setvbuf(). |
commit | commitdiff | tree | snapshot |
2006-06-08 |
solar | Fixed bug in fclose.c. Fixed regtest drivers in fopen... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
solar | Added fclose(). |
commit | commitdiff | tree | snapshot |
2006-06-07 |
solar | Set to ignore close.c when linked. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
solar | Added close(). |
commit | commitdiff | tree | snapshot |
2006-06-07 |
solar | Improved testdriver and implementation. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
solar | First working testdriver. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
solar | Fixed warnings in test driver. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
solar | Added testdriver for _PDCLIB_rename(). |
commit | commitdiff | tree | snapshot |
2006-06-02 |
solar | Added testdriver for _PDCLIB_remove(). |
commit | commitdiff | tree | snapshot |
2006-06-02 |
solar | Further output beautification. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | Disabled format string warnings on ...printf() regtest... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | Beautified output. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | When pdclib.a did not exist, make did print a message... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | Disabled regtests for functionality internal to PDCLib. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | Replaced constants with compiler builtins. (At least... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
solar | Added testdriver. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
solar | Disabled unused definitions to avoid warnings. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
solar | Fixed test driver. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Intermediate freeze. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Temporary patching for stdio development. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Declaration for Xdigits added. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Declaration of Xdigits now handled by header. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Declarating include and testdriver added. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Testdriver added. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
solar | Added test driver. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
solar | Failed to terminate correctly at n < strlen(s2). Fixed... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
solar | Added single-file test, -fno-builtin CFLAG. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
solar | Removed redundant -Wall. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
solar | Improved self-documentation. Added dev. targets 'links... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
solar | Wrong type for open() parameter; fixed. Added _PDCLIB_N... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
solar | Bracing error; fixed. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
solar | Intermediate work while migrating CVS -> SVN. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
solar | Removed (macro-implemented) putc. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Added target 'find' for convenience. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Added general idea of std... initializers. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Fixed compile warnings / errors. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Removed _PDCLIB_status_t (this is in _PDCLIB_int.h... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Removed dead code. (This is in _PDCLIB_config.h now.) |
commit | commitdiff | tree | snapshot |
2006-05-09 |
solar | Kludge to avoid unistd.h redefinition warnings. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Added stdinit.c to hold stdin, stdout, stderr initializ... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Added struct status_t. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Added missing _PDCLIB_ prefix to concat() macro calls. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Removed macro-implemented getchar.c. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Bla |
commit | commitdiff | tree | snapshot |
2006-05-08 |
solar | Added progress messages (again). |
commit | commitdiff | tree | snapshot |
2006-04-26 |
solar | Temporary integration of _PDCLIB_print(), broken. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
solar | Uppercase hex digits for printf() functions. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
solar | va_end() was missing. Fixed. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
solar | Added test for %n. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
solar | Preliminary implementations for %c, %s, %p and %n. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
solar | Removed the header outputs from the test driver. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
solar | Checked the remaining 'TODO' comments. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
solar | YES! VICTORY! |
commit | commitdiff | tree | snapshot |
2006-04-16 |
solar | Don't quote me, but this does look good... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
solar | STUPID STUPID STUPID bug fixed! |
commit | commitdiff | tree | snapshot |
2006-04-15 |
solar | Houston, we have lift off! |
commit | commitdiff | tree | snapshot |
2006-04-15 |
solar | Switched to _PDCLIB_sprintf(). |
commit | commitdiff | tree | snapshot |
2006-04-14 |
solar | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
solar | Removed TESTCASE macro and parse_out_wrapper in favour... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
solar | Started _PDCLIB_printf. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
solar | Merged the padwrappers into parse_out(). |
commit | commitdiff | tree | snapshot |
2006-04-12 |
solar | Unnecessary typedef removed. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
solar | Now calling wrapper instead of conversion routine directly. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
solar | Preparing to step up from padwrap() to parse_out_wrapper(). |
commit | commitdiff | tree | snapshot |
2006-04-10 |
solar | More tests, unsigned fixes. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
solar | First attempt at upadwrap. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
solar | Some cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
solar | Added unsigned tests. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
solar | Some improvements. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
solar | All tests except hex / zero work. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
solar | Temporary proof-of-concept for printf() output conversions. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
solar | Improved header documentation. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
solar | Set svn:ignore to ignore dependency files and test... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
solar | Documented the direct I/O functions. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
solar | Documented the unformatted I/O functions. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
solar | Initial checkin. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
solar | Moving platform specifics from stdio.h to _PDCLIB_confi... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
solar | Removed the $Name$ tags (not supported by SVN). Added... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
solar | Set svn:ignore on kate project file. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
solar | Set svn:ignore for platform files. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
solar | Porting current working set from CVS. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
solar | Moving files to new dir structure. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
solar | Adjusting directory structure to main. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
solar | Bug #3 - float.h to ./platform/example/. Fixed. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
solar | Bug #4 - Misspelled name in credits. Fixed. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
solar | Setting the roadmap for v0.5. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
solar | exit( EXIT_FAILURE ) instead of exit( 1 ). |
commit | commitdiff | tree | snapshot |
2006-02-09 |
solar | Bug #1 - realloc( NULL, size ) fails. Fixed. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
solar | Added v0.4 release date. |
commit | commitdiff | tree | snapshot |
next |