Re: [PATCH] Unicode string normalization

2010-01-02 Thread Julian Graham
Hi Ludovic, Thanks for the review! > Looks good to me, please push! Done. > +    } > +  else w_str = (scm_t_uint32 *) scm_i_string_wide_chars (string); > > Indentation slightly wrong here. Huh. Looked okay in Emacs, but I've re-spaced everything -- hope that's cleared things up. Regards, J

Truncated print

2010-01-02 Thread Ludovic Courtès
Howdy! "Andy Wingo" writes: > commit b8596c08ac2ef2201c1e8559ac5f4d62ebde3d91 > Author: Andy Wingo > Date: Tue Dec 29 13:26:41 2009 +0100 > > add ~...@y truncated printing directive to format > > * doc/ref/misc-modules.texi (Formatted Output): Add documentation for > the ne

Re: [PATCH] Unicode string normalization

2010-01-02 Thread Ludovic Courtès
Hi Julian, Julian Graham writes: > Find attached a patch that adds C and Scheme support for the four > Unicode string normalization forms [0], along with documentation and > unit tests. The API matches the one described in R6RS Standard > Libraries 1.2 [1]. Questions? Comments? Looks good to

Re: New debugger

2010-01-02 Thread Ludovic Courtès
Hi all & happy new year where applicable! :-) Andy Wingo writes: > Here's my TODO list regarding the debugger: > > ;; eval expression in context of frame > ;; set local variable in frame > ;; step until next instruction > ;; step until next function call/return > ;; step until return from frame