summaryrefslogtreecommitdiff
path: root/src/share/utf8
Commit message (Expand)AuthorAgeFilesLines
* Add and use _nofree variants of safe_realloc functionsMartijn van Beurden2022-08-201-1/+1
* Remove Makefile.lite build systemMartijn van Beurden2022-05-271-25/+0
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-273-348/+0
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-221-3/+2
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-152-6/+7
* Fix CppCheck warningsErik de Castro Lopo2019-07-151-1/+1
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-041-1/+1
* CMake support addedVitaliy Kirsanov2019-05-041-0/+9
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-021-9/+1
* share/utf8/charset.c: Cleanup realloc() usageErik de Castro Lopo2017-01-191-3/+5
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-0/+2
* Yet more unsigned fixesErik de Castro Lopo2017-01-161-1/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-143-15/+15
* src/share/utf8/utf8.c: Windows API usage fixesErik de Castro Lopo2016-02-081-191/+74
* Remove src/share/utf8/Makefile.amErik de Castro Lopo2016-02-031-39/+0
* share/utf8: Add missing checkErik de Castro Lopo2016-02-011-0/+6
* Remove src/share/utf8/charsetmap.hErik de Castro Lopo2016-01-311-79/+0
* Windows/MSVC utf8 build fixesErik de Castro Lopo2016-01-296-43/+3
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-054-12/+12
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+186
* Vcprojs : Remove include/share from include paths.Erik de Castro Lopo2014-06-281-2/+2
* Update Makefile.lite build system.Evan Ramos2014-06-241-1/+1
* Makefile.ams : Drop passing of include/share as an include directory.Erik de Castro Lopo2014-06-162-2/+2
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-246-6/+6
* src/share/utf8/charset.c : Fix typo in conditional.Erik de Castro Lopo2014-02-031-1/+1
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+5
* Language fix: "difference licenses"Ulrich Klauer2013-05-271-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+16
* Metaflac UTF-8 fixes (Windows)Janne Hyvärinen2013-04-251-2/+2
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-072-12/+12
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-67/+0
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-18/+18
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-0/+67
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-193-10/+12
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-102-117/+0
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-022-6/+6
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-021-1/+1
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-021-0/+8
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-131-2/+0
* Update FSF address.Miroslav Lichvar2012-12-067-21/+21
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-042-16/+16
* mingw fixes (SF#2209829: https://sourceforge.net/tracker2/?func=detail&aid=22...Josh Coalson2009-01-031-4/+4
* fixes for msvcJosh Coalson2007-09-122-4/+4
* add missing EXTRA_DIST filesJosh Coalson2007-09-121-0/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-113-17/+39
* prototype-related fixesJosh Coalson2007-07-253-3/+52