-
Typo.
2008-05-12 15:01:52 UTC by patrik_lermon
-
When running make on Ubuntu 7.10 I receive this error:
[...]
./rbgen example4.rb
File "./rbgen", line 9
SyntaxError: Non-ASCII character '\xc2' in file ./rbgen on line 9, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
---
After removing the percent sign from the word "%prefix" the make works. The encoding should be specified in the file.
2008-05-12 12:51:25 UTC by patrik_lermon
-
I'm trying to perform an efficient range traversal. I need to start at a given node, not at the beginning of the tree.
It looks like I need to use rblookup's RB_LUNEXT or RB_LUGREAT to get each succesor node, or use rbopenlist to traverse from the beginning of the tree.
Why not provide a variant of rbopenlist that takes a starting position (key) as an argument?.
2007-01-23 18:52:11 UTC by sears
-
Two of the reported issues are fixed
rb_omit is initialized to "", so it won't crash rbgen when no %omit directive is given
added a "," to the skelpath to make searchpaths work, if redblack.[ch] is not in the current directory.
2006-12-22 22:17:24 UTC by mahermanns
-
Replaced two occurences of "rb_" with the RB_ENTRY macro.
2006-12-22 22:11:58 UTC by mahermanns
-
damo committed patchset 27 of module libredblack to the Redblack balanced tree CVS repository, changing 2 files.
2003-10-25 03:55:33 UTC by damo
-
damo committed patchset 26 of module libredblack to the Redblack balanced tree CVS repository, changing 1 files.
2003-10-24 20:54:37 UTC by damo
-
damo committed patchset 25 of module libredblack to the Redblack balanced tree CVS repository, changing 1 files.
2003-10-24 01:51:08 UTC by damo
-
damo committed patchset 24 of module libredblack to the Redblack balanced tree CVS repository, changing 2 files.
2003-10-24 01:49:04 UTC by damo
-
damo committed patchset 23 of module libredblack to the Redblack balanced tree CVS repository, changing 6 files.
2003-10-24 01:31:21 UTC by damo