summaryrefslogtreecommitdiffstats
path: root/source/modules/CP850.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
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard ↵Alexander Bokovoy2003-09-171-37/+37
| | | | Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to produce compatible tables.
* Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2003-09-011-255/+32
|
* Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison2003-08-281-1/+1
| | | | | but not the other. This now compiles but I need verification. Jeremy.
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-281-73/+3
| | | | | | | | 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.
* Remove what looks like gcc-isms.Jeremy Allison2003-08-271-16/+17
| | | | Jeremy.
* Be consistent about using capital letters in the function names. (The onlyPaul Green2003-08-271-5/+5
| | | | | one that really matters is the init entrypoint, but I changed the others to remain consistent).
* Fix for #150.Alexander Bokovoy2003-08-261-0/+414
We now fallback to Samba-provided CP850 charset module if CP850 or IBM850 does not exist on target system at runtime. 1. Introduce CP850 charset module based on charmaps table from GNU libc 2.2.5 2. Make CP850 charset module shared and build it by default Should fix Solaris run-time