Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Do not increment optr by 2 after storing only one character. Also ↵ | Brad King | 2005-06-30 | 1 | -5/+16 |
| | | | | fixed possibility of storing uninitialized characters from the last triplet. | ||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -0/+6 |
| | | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. | ||||
* | BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source | Jim Miller | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -10/+7 |
| | |||||
* | ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵ | Brad King | 2003-07-10 | 1 | -1/+2 |
| | | | | headers through their configured namespace. | ||||
* | ERR: Added casts to remove type conversion warnings. Pointer differences ↵ | Brad King | 2003-07-01 | 1 | -6/+11 |
| | | | | can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long. | ||||
* | ERR: Remove warnings on Windows | Andy Cedilnik | 2003-06-30 | 1 | -5/+5 |
| | |||||
* | BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C. | Brad King | 2003-06-30 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import of Base64 | Andy Cedilnik | 2003-06-30 | 1 | -0/+262 |