02 Jun, 2012

1 commit

  • The config options in the Kconfig file (with _CODEPAGE_ in the name)
    didn't match the config option name in the Makefile (no _CODEPAGE_).

    And both of them were of the hard-to-read MACXYZZY variety, which made
    them hard to parse for normal humans: MACROMAN easily reads as "macro
    man", not as "Mac Roman".

    So rename the options to be consistent, and be NLS_MAC_xyzzy. Rename
    the files to be mac-xyzzy.c too, and drop the "nls" part entirely (it's
    already in the directory name).

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

01 Jun, 2012

1 commit

  • HFS has support for NLS. However the relevant NLS tables are missing.
    Here they are automatically transformed from the tables at unicode.org.
    Codepages requiring special handling like CJK, RTL or Brahmic ones are not
    included in this patch.

    [akpm@linux-foundation.org: add unicode.org copyright and permission notices]
    Signed-off-by: Vladimir Serbinenko
    Cc: Alan Stern
    Cc: OGAWA Hirofumi
    Cc: Clemens Ladisch
    Cc: Al Viro
    Cc: Christoph Hellwig
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Vladimir Serbinenko
     

17 Oct, 2007

1 commit

  • Changes NLS and DLM menus into a 'menuconfig' object so that it can be
    disabled at once without having to enter the menu first to disable the config
    option.

    Signed-off-by: Jan Engelhardt
    Cc: Steven Whitehouse
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jan Engelhardt
     

22 Mar, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds