]> mj.ucw.cz Git - libucw.git/history - charset
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.10.1
[libucw.git] / charset /
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresGet rid of ancient types: sbyte, word, sword.
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-22 Martin MaresA better comments on character set names.
2006-09-22 Pavel Charvatnote that we use RCF names for supported charsets
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresRemoved trailing whitespaces.
2006-04-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-03-10 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-03-08 Pavel Charvat{stk,mp}_conv --> {stk,mp}_strconv
2006-03-08 Pavel CharvatSlightly faster mp-charconv... minor change
2006-03-06 Pavel CharvatWell, a simple variant of stk_conv.
2006-03-05 Pavel CharvatCharset conversion with allocation on the stack do not
2006-03-04 Pavel CharvatFix: .h indentation and ifdef names; some comments...
2006-03-04 Pavel CharvatConversion between charsets with allocation on the...
2006-02-27 Robert SpalekMerge with 3.8 (my small changes due to trying to relea...
2006-02-24 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-02-24 Martin Mares.cvsignore is no longer needed.
2006-01-16 Martin MaresCleaned up includes.
2005-10-05 Martin MaresAdded user unaccenting rules for stroked letters. Not...
2005-05-28 Martin MaresAdded windows-1251 charset (almost closes Bug #1209).
2005-04-11 Martin MaresRewritten Makefiles to support separated source and...
2005-02-16 Martin MaresIf requested by config.mk, install all libraries and...
2005-02-15 Martin MaresClarified a comment.
2005-02-13 Martin MaresA better comment.
2005-01-31 Martin MaresAdded fb_wrap_charconv_in().
2005-01-07 Martin MaresAdded functions for single-character conversions betwee...
2004-12-08 Tomas Holusafb-charconv now not closing wrapped stream, only flushi...
2004-09-09 Martin MaresThoroughly tested and fixed a couple of bugs.
2004-08-26 Robert Spalektested MJ's patches on charconv. they successfully...
2004-07-10 Martin MaresAdjust includes.
2004-07-10 Martin MaresUnicode character type functions moved to charset/unicat.h
2004-07-10 Martin MaresGone (some functions moved to the main lib, some were...
2004-07-10 Martin MaresMoved UTF-8 streams to lib/ff-utf8.[ch] (`ff' prefix...
2004-02-16 Martin MaresDeclare variables for library names in the top-level...
2003-10-11 Martin MaresAdded UTF8_SKIP_BWD.
2003-10-11 Martin MaresOops, forgot the values.
2003-10-11 Martin MaresNew tables generated from UnicodeData 4.0.1 using the...
2003-10-11 Martin MaresSeveral improvements to the unicode library:
2003-10-11 Martin MaresDon't forget the ligtable.
2003-10-11 Martin MaresConstified.
2003-10-11 Martin MaresAdded a table of compatibility ligature expansions.
2003-10-11 Martin MaresOne more :)
2003-10-11 Martin MaresExpect the unicode data directory to be linked to by...
2003-10-11 Martin MaresUpdated to new names of scripts.
2003-10-11 Martin MaresRenamed unisplit to gen-basic.
2003-10-11 Martin MaresRenamed tabgen to gen-charconv.
2003-10-11 Martin MaresRenamed mkunacc to gen-unacc.
2003-10-11 Martin MaresRenamed charset import scripts.
2003-10-11 Martin MaresRenamed mkuni to add-charnames and changed the path...
2003-10-11 Martin MaresObsolete and also some of the Slovak characters were...
2003-10-11 Martin MaresThis was testing functions which didn't exist :-)
2003-10-11 Martin MaresThe signature charset hasn't been used for ages.
2003-09-26 Martin MaresAdded charconv wrapper around fastbuf (currently output...
2003-07-04 Robert Spalekfixed headers
2003-07-04 Robert Spalekfixed generated header comment
2003-07-04 Robert Spalekregenerated by misc/generate from updated charset tables
2003-07-04 Robert Spalekadded (and renamed) all iso-8859-* charsets
2003-07-04 Robert Spalekadded (and renamed) all iso-8859-{1,2,...,16} charsets
2003-07-04 Robert Spalekadapted to UNDEFINED characters
2003-07-04 Robert Spalekupgraded from ftp.unicode.org and also renamed
2003-07-04 Robert Spalekupdated according to the newest tables downloaded from...
2003-07-04 Robert Spalekimported by `trunicode` from ftp.unicode.org
2003-07-04 Robert Spalekadded a tool for importing mappings from ftp.unicode.org
2003-06-27 Robert Spalekfixed handling of characters lost by recoding
2003-06-27 Robert Spalekadded tools for stealing translation tables from recode
2003-02-14 Martin MaresSped up utf8_strlen(), introduced utf8_strnlen().
2003-02-13 Robert Spalekadded utf8_strlen()
2003-01-22 Martin MaresThe $(LIBxxx) mechanism proved useful, so I'm switching...
2002-10-11 Martin MaresAdded support for shared libraries (CONFIG_SHARED switc...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-06-18 Martin MaresUTF8_SKIP now recognizes the real end of the UTF-8...
2002-06-14 Martin MaresAdded a macro UTF8_SKIP for skipping a UTF-8 character...
2002-05-22 Martin MaresNeed to include unicode.h for GET_UTF8.
2002-05-22 Martin MaresUse one-parameter bungetc() everywhere.
2002-04-06 Martin MaresAdded .cvsignore files for all pieces of source which...
2001-09-06 Robert Spalektypo fixed
2001-08-30 Martin MaresAdded new charsets: windows-1250 and x-cork.
2001-03-27 Martin MaresSlow case of b(get|put)_utf8 no longer inline.
2001-03-02 Martin MaresUpdated the charset conversion library to UniCode 3.0.
2001-03-01 Martin MaresFixed bug in generating UTF-8 for codes >= 0x800.
2001-01-21 Martin MaresAdded functions for reading/writing UTF-8 characters...
2001-01-17 Martin MaresExported conversions between internal character codes...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd path to all includes.
2000-12-05 Martin MaresNew Makefiles.
2000-12-05 Martin MaresAdded character class definitions, formerly in lib...
1998-05-02 Martin MaresNew character set conversion routines from CharConv...
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-12-03 Martin MaresNew charset tables -- now common for all modules. chars...