kc3-lang/libqrencode/qrinput.c

Branch :


Log

Author Commit Date CI Message
fa3bb063 2009-06-05 19:24:24 VERSION_MAX moved to qrencode.h. Some functions now throws ERANGE.
4006013a 2009-06-05 16:17:59 QRinput_setVersionAndErrorCorrectionLevel() has been added.
db35a2ee 2009-06-03 20:44:42 Follows changes of mqrspec.c.
d4b18563 2009-06-01 07:50:00 mqr check has been added.
01ad2291 2009-05-30 07:30:57 Functions for Micro QR Code encoding have been added.
fc33e4fc 2009-05-20 15:08:16 Merged from 3.1.0.
b62c8256 2009-05-14 02:51:54 More return value checks. Mainly for ENOMEM error.
d725a783 2009-05-13 12:26:05 Merged from 3.1.0.
10f960ef 2009-05-01 08:02:32
c7b998e5 2008-10-10 19:09:47 * configure.ac: - Now config.h offers "__STATIC" macro becomes "static" when "--without-tests" is specified. This macro is useful for functions that are called from test programs but not from other library codes. * qrinput.c: - Very little performance improvement.