summaryrefslogtreecommitdiffstats
path: root/source3/modules/CP437.c
Commit message (Collapse)AuthorAgeFilesLines
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard ↵Alexander Bokovoy2003-09-171-42/+42
| | | | | | Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to produce compatible tables. (This used to be commit 6134d41ff108245f7e105d49774f24f6a11d8c45)
* Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2003-09-011-255/+32
| | | | (This used to be commit 61c671bd69674b9e1c4a8b72453dc6aae24b4323)
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-281-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)