Skip to content
  1. Dec 17, 2012
    • Hiroshi Sumita's avatar
      Fix LGPL license header. · 6d9c3cdf
      Hiroshi Sumita authored
      BUG=https://code.google.com/p/pyzy/issues/detail?id=1
      TEST=None
      
      Review URL: https://codereview.appspot.com/6943055
      6d9c3cdf
  2. Jun 11, 2012
  3. May 08, 2012
  4. Nov 15, 2011
    • Hiroshi Sumita's avatar
      Replace variable types from g* to standard types. · e97b37e6
      Hiroshi Sumita authored
      replacing
      - gchar - char
      - gint - int, unsigned int, or size_t
      - guint -> unsigned int or size_t
      - guint8 -> unsigned char
      - gboolean -> bool
      - gsize -> size_t
      - gpointer -> void *
      - gconstpointer -> const void *
      - gunichar -> unichar (typedef of int on PyZyUtil.h)
      
      BUG=None
      TEST=Run a test
      
      Review URL: http://codereview.appspot.com/5367046
      e97b37e6
  5. Oct 24, 2011