log src/audacious/tuple_compiler.c @ 3837:047bf3ed21b2

age author description
Wed, 24 Oct 2007 05:53:35 +0300 Matti Hamalainen Use UTF-8 for my name. :D
Sat, 20 Oct 2007 06:47:40 +0300 Matti Hamalainen Made ${?..:} (OP_EXISTS) work as reverse of as ${(empty)?..} (OP_IS_EMPTY),
Sat, 20 Oct 2007 06:37:38 +0300 Matti Hamalainen Check for NULL strings.
Sat, 20 Oct 2007 06:17:56 +0300 Matti Hamalainen Fix the UTF-8 handling of tuple (empty)? check.
Sat, 20 Oct 2007 06:16:34 +0300 Matti Hamalainen Add a TODO note about the UTF-8/Unicode problems with within Tuplez
Sat, 20 Oct 2007 06:05:53 +0300 Matti Hamalainen Fix a stupid bug in memory reallocation of the evaluator. trunk
Sat, 20 Oct 2007 06:05:04 +0300 Matti Hamalainen Handle Unicode/UTF-8 in tuple data. trunk
Sat, 20 Oct 2007 06:04:33 +0300 Matti Hamalainen Use g_snprintf() trunk
Sat, 20 Oct 2007 06:03:52 +0300 Matti Hamalainen Cosmetics. trunk
Sat, 20 Oct 2007 04:31:01 +0300 Matti Hamalainen Use gssize instead of size_t. trunk
Sat, 20 Oct 2007 04:21:33 +0300 Matti Hamalainen Use gchar. trunk
Fri, 19 Oct 2007 16:25:18 +0300 Matti Hamalainen Assert that new data is not NULL. trunk
Fri, 19 Oct 2007 16:13:17 +0300 Matti Hamalainen Improved error handling. Now the error status and message are saved into evaluation context. trunk
Fri, 19 Oct 2007 12:14:04 +0300 Matti Hamalainen Branch merge. trunk
Sun, 14 Oct 2007 05:54:54 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/core trunk
Fri, 14 Sep 2007 06:27:32 +0300 Matti Hamalainen Fix the compiler to work again. trunk
Fri, 19 Oct 2007 12:12:27 +0300 Matti Hamalainen Return empty string if expr is NULL.
Fri, 19 Oct 2007 12:12:03 +0300 Matti Hamalainen Make some #defines private.
Fri, 19 Oct 2007 02:33:39 -0500 William Pitcock use tf_get_fieldref() in a place where a mowgli_dictionary lookup was used instead.
Wed, 03 Oct 2007 17:37:30 +0200 Jonathan Schleifer Fix two gcc warnings.
Fri, 07 Sep 2007 06:42:00 +0300 Matti Hamalainen Added types to base tuples. trunk
Wed, 05 Sep 2007 03:29:19 +0300 Matti Hamalainen Miscellaneous code cleanups; Support "(empty)?" expression. trunk
Sat, 01 Sep 2007 07:08:21 +0300 Matti Hamalainen Tuple handling API changed to include support for "hardcoded" fields. trunk
Thu, 30 Aug 2007 23:41:33 +0300 Matti Hamalainen Added Tuplez compiler (not used yet, though) and some related changes in trunk