- Mar 27, 2012
-
-
Hiroshi Sumita authored
BUG=None TEST=Builds manually. Review URL: https://codereview.appspot.com/5903060
-
- Feb 29, 2012
-
-
Hiroshi Sumita authored
BUG=rest_text() returns incorrect value in some situation. TEST=Manually tested with client code. Review URL: https://codereview.appspot.com/5694088
-
- Nov 15, 2011
-
-
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
-
- Oct 24, 2011
-
-
Hiroshi Sumita authored
BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5305042
-
Hiroshi Sumita authored
This CL don't modify files under debian/*. Some files which is removed by http://codereview.appspot.com/5305041/ are also unmodified. BUG=None TEST=Manually Review URL: http://codereview.appspot.com/5301043
-
Hiroshi Sumita authored
BUG= TEST= Review URL: http://codereview.appspot.com/5235062
-