1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-07 12:59:08 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
90a8a02484 get away with dummy and .dummy files -
237a8e5fe6 automated generation of .dummy files for each subdirectory;
dummy.in files are no longer needed, and new directories will be taken
care of automatically, at configure (or config.status --recheck) time
-
1ffc3b807a major autoconf clean-up
fix problems in builds with srcdir!=builddir
-
687f76a17d added ignore rules for the dummy files -
be762dc3de these dummy files are needed for autoconf processing -
583aeaf350 Adding Greek and Icelandic codepages from :
Manousaridis Haris <genesis@the.forthnet.gr>
and Magns Gslason <magnus@hi.is>

respectively.

Jeremy.
-
b6c965c396 Added codepage 936 (simplified Chineses).
In doing so I realized that much code was being
duplicated between Hangul, Big5 and Simplified
Chinese - so I re-arranged kanji.[ch] to go
through generic functions for all multibyte
characters that can be identified by a single
code range (not Kanji - but all the others).

Jeremy.
-
2df47cf1bb Adding Korean and Traditional Chinese codepage support.
Jeremy.
-
91155265db Adding new codepage file.
Jeremy.
-
e3fc9533bd Adding codepage definition files and codepage file compiler/decompiler.
Adding install/uninstall scripts for compiled codepage files.
Preparing for dynamic codepage loading.
Jeremy (jallison@whistle.com)
-