Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Proper fix for #380 -- use different algorithm to generate codepages | Alexander Bokovoy | 2003-09-01 | 1 | -3/+1 |
| | | | | | source code which allows to take gaps into account thus making unneccessary extended [index] = value, syntax in to_ucs2 array | ||||
* | Refactor charset plugins a bit and add CP437 module. | Alexander Bokovoy | 2003-08-28 | 1 | -0/+51 |
Now all 8-bit charsets with gaps (not all symbols defined) could be produced through one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file with three charset tables. Full source code for such modules can be generated by source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly to follow our data types and structure. |