1. 16 Jun, 2009 1 commit
    • Alan Stern's avatar
      NLS: update handling of Unicode · 74675a58
      Alan Stern authored
      
      This patch (as1239) updates the kernel's treatment of Unicode.  The
      character-set conversion routines are well behind the current state of
      the Unicode specification: They don't recognize the existence of code
      points beyond plane 0 or of surrogate pairs in the UTF-16 encoding.
      
      The old wchar_t 16-bit type is retained because it's still used in
      lots of places.  This shouldn't cause any new problems; if a
      conversion now results in an invalid 16-bit code then before it must
      have yielded an undefined code.
      
      Difficult-to-read names like "utf_mbstowcs" are replaced with more
      transparent names like "utf8s_to_utf16s" and the ordering of the
      parameters is rationalized (buffer lengths come immediate after the
      pointers they refer to, and the inputs precede the outputs).
      Fortunately the low-level conversion routines are used in only a few
      places; the interfaces to the higher-level uni2char and char2uni
      methods have been left unchanged.
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Acked-by: default avatarClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      74675a58
  2. 16 Jul, 2007 1 commit
    • Dave Jones's avatar
      isofs: fix up CodingStyle · c3ed85a3
      Dave Jones authored
      
      fs/isofs/* had a bunch of CodingStyle issues.
      * Indentation was a mix of spaces and tabs
      * "int * foo" instead of "int *foo"
      * "while ( foo )" instead of "while (foo)"
      * if (foo) blah; on one line instead of two
      * Missing printk KERN_ levels
      * lots of trailing whitespace
      * lines >80 columns changed to wrap.
      * Unnecessary prototype removed by shuffling code order in C file.
      
      Should be no functional changes other than slight size increase due to
      printk changes.  Further improvement possible, but this is a start..
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c3ed85a3
  3. 10 Oct, 2006 1 commit
  4. 21 Mar, 2006 1 commit
  5. 26 Apr, 2005 1 commit
  6. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      1da177e4