]> wimlib.net Git - wimlib/history - src/encoding.c
Split prefetch() into prefetchr() and prefetchw()
[wimlib] / src / encoding.c
2015-05-07 Eric Biggersencoding.c: Upgrade upcase table and rewrite decompress...
2015-03-26 Eric BiggersStream and blob updates
2015-01-25 Eric Biggersheader cleanups
2014-12-16 Eric Biggersutf16le_dupz() input may be misaligned
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-06-20 Eric BiggersAllow multiple wimlib_global_init/cleanup per app
2014-05-13 Eric BiggersRemove printf extension
2014-05-13 Eric BiggersImprove tstr <=> UTF-16LE conversions
2014-04-24 Eric Biggersencoding.c: Spill huge strings onto heap
2014-03-31 Eric Biggersinit_upcase(): Clarify license
2014-01-20 Eric Biggersinit_upcase(): Fix and cleanup
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-28 Eric BiggersAdd support for extract list files
2013-05-15 Eric BiggersRefactor headers
2013-04-11 Eric BiggersAdd missing iconv_cleanup()s
2013-04-09 Eric Biggersimplement WIMLIB_INIT_FLAG_ASSUME_UTF8
2013-03-24 Eric BiggersWin32 updates
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-21 Eric BiggersMisc. fixes
2013-03-21 Eric BiggersFix glob()
2013-03-21 Eric BiggersUpdate docs
2013-03-20 Eric BiggersFixes
2013-03-20 Eric BiggersFix utf16le_strlen() and recursive error messages
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-17 Eric BiggersWindows native build
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric BiggersAdd wimlib_global_{init,cleanup}()
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes