Commit graph

1 commit

Author SHA1 Message Date
Manoj Srivastava
84dcee71fb [master]: A new bug fixing version
* There is an issue involving UTF-8 characters and the function
  find_char_unquote (read.c). The problem in the macro STOP_SET
  (makeint.h) where a character is converted to an int. Conversion to
  int is not correct. Characters with codes greater than 0x7f ( in
  particular in Cyrillic UTF- 8 ) into a large negative number. Thnks to
  the analysis from Юрий Матронов <ymuser@mail.ru>. This bug was
  independently reported and fixed upstream, so cherry picking that
  commit from upstream (which also comes with a test).
  (Closes: #747764).
* added a script that, given a list of targets, will build the first
  target that actually exists. Script created by Joey Hess.
  (Closes: #598534).

Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
2014-05-13 18:56:19 -07:00