Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-01 | Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specifics | Alexander Bokovoy | 1 | -255/+32 | |
(This used to be commit 61c671bd69674b9e1c4a8b72453dc6aae24b4323) | |||||
2003-08-28 | Refactor charset plugins a bit and add CP437 module. | Alexander Bokovoy | 1 | -0/+359 | |
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. (This used to be commit 37042c7bc0f349370e93e4bed37d8fa371013247) |