<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f48d4d35 - nls: Hide new NLS_UCS2_UTILS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#f48d4d35</link>
        <description>nls: Hide new NLS_UCS2_UTILSNLS_UCS2_UTILS is an option selected by filesystems that need it,don&apos;t expose it to users.Fixes: 089f7f591348 (&quot;fs/smb: Swing unicode common code from smb-&gt;NLS&quot;)Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Signed-off-by: Steve French &lt;stfrench@microsoft.com&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Thu, 31 Aug 2023 12:15:54 +0000</pubDate>
        <dc:creator>Dr. David Alan Gilbert &lt;linux@treblig.org&gt;</dc:creator>
    </item>
<item>
        <title>089f7f59 - fs/smb: Swing unicode common code from smb-&gt;NLS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#089f7f59</link>
        <description>fs/smb: Swing unicode common code from smb-&gt;NLSSwing most of the inline functions and unicode tables into nlsfrom the copy in smb/server.  This is UCS-2 rather than mostof the rest of the code in NLS, but it currently seems like thebest place for it.The actual unicode.c implementations vary much more between serverand client so they&apos;re unmoved.Signed-off-by: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Reviewed-by: Dave Kleikamp &lt;dave.kleikamp@oracle.com&gt;Signed-off-by: Steve French &lt;stfrench@microsoft.com&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Thu, 17 Aug 2023 00:22:30 +0000</pubDate>
        <dc:creator>Dr. David Alan Gilbert &lt;linux@treblig.org&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>8b8c0daa - nls: fix (and rename) mac NLS table files and config options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#8b8c0daa</link>
        <description>nls: fix (and rename) mac NLS table files and config optionsThe config options in the Kconfig file (with _CODEPAGE_ in the name)didn&apos;t match the config option name in the Makefile (no _CODEPAGE_).And both of them were of the hard-to-read MACXYZZY variety, which madethem hard to parse for normal humans: MACROMAN easily reads as &quot;macroman&quot;, not as &quot;Mac Roman&quot;.So rename the options to be consistent, and be NLS_MAC_xyzzy.  Renamethe files to be mac-xyzzy.c too, and drop the &quot;nls&quot; part entirely (it&apos;salready in the directory name).Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Sat, 02 Jun 2012 02:51:22 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>71ca97da - fs/nls: add Apple NLS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#71ca97da</link>
        <description>fs/nls: add Apple NLSHFS 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 notincluded in this patch.[akpm@linux-foundation.org: add unicode.org copyright and permission notices]Signed-off-by: Vladimir Serbinenko &lt;phcoder@gmail.com&gt;Cc: Alan Stern &lt;stern@rowland.harvard.edu&gt;Cc: OGAWA Hirofumi &lt;hirofumi@mail.parknet.co.jp&gt;Cc: Clemens Ladisch &lt;clemens@ladisch.de&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Thu, 31 May 2012 23:26:40 +0000</pubDate>
        <dc:creator>Vladimir Serbinenko &lt;phcoder@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a77b6456 - menuconfig: transform NLS and DLM menus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#a77b6456</link>
        <description>menuconfig: transform NLS and DLM menusChanges NLS and DLM menus into a &apos;menuconfig&apos; object so that it can bedisabled at once without having to enter the menu first to disable the configoption.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Cc: Steven Whitehouse &lt;swhiteho@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Wed, 17 Oct 2007 06:30:15 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@computergmbh.de&gt;</dc:creator>
    </item>
<item>
        <title>4de151d8 - It&apos;s UTF-8</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#4de151d8</link>
        <description>It&apos;s UTF-8Fix some comments to &quot;UTF-8&quot;.Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Tue, 21 Mar 2006 23:13:35 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/nls/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/fs/nls/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
