| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to produce compatible tables.
|
| |
|
|
|
|
|
| |
but not the other. This now compiles but I need verification.
Jeremy.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
one that really matters is the init entrypoint, but I changed the others
to remain consistent).
|
|
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
|