summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Base64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-12-231-12/+12
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of buil...Brad King2005-07-261-1/+0
* BUG: Do not increment optr by 2 after storing only one character. Also fixed...Brad King2005-06-301-5/+16
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+6
* BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the sourceJim Miller2005-01-121-1/+1
* ENH: Updated copyright.Brad King2003-12-151-10/+7
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...Brad King2003-07-101-1/+2
* ERR: Added casts to remove type conversion warnings. Pointer differences can...Brad King2003-07-011-6/+11
* ERR: Remove warnings on WindowsAndy Cedilnik2003-06-301-5/+5
* BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C.Brad King2003-06-301-1/+1
* ENH: Initial import of Base64Andy Cedilnik2003-06-301-0/+262