index
:
~jinghua/uniconv
master
Unnamed repository; edit this file to name it for gitweb.
jinghua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-12
Fixed a crash while resetting table converter
HEAD
master
Luo Jinghua
1
-1
/
+1
2010-01-10
fixed iconv.dll build on win32
Luo Jinghua
1
-5
/
+21
2010-01-10
define iconv symbols if asked
Luo Jinghua
1
-7
/
+36
2010-01-10
add iconv.h and iconv.def for win32
Luo Jinghua
2
-0
/
+32
2010-01-10
fixed compilation on win32
Luo Jinghua
1
-1
/
+3
2010-01-10
regnerated
Luo Jinghua
1
-1
/
+1
2010-01-10
improve the generated code
Luo Jinghua
1
-1
/
+1
2010-01-10
be reentrant
Luo Jinghua
1
-34
/
+40
2010-01-10
use size_t for table size
Luo Jinghua
1
-2
/
+2
2010-01-10
killed some warnings
Luo Jinghua
1
-4
/
+4
2010-01-10
regenerated mapping tables
Luo Jinghua
49
-98
/
+98
2010-01-10
don't output extra comma
Luo Jinghua
1
-4
/
+12
2010-01-09
tests: add more test cases
Luo Jinghua
14
-0
/
+3
2010-01-09
uconv: treat - as stdin or stdout
Luo Jinghua
1
-3
/
+11
2010-01-09
utfconverter: fixed utf-32 encoding/decoding
Luo Jinghua
1
-5
/
+6
2010-01-09
uniconv: support ignore mode
Luo Jinghua
1
-2
/
+5
2010-01-09
uniconv: parse //ignore and //translit extension in `to' charset
Luo Jinghua
1
-4
/
+43
2010-01-09
utfconvert: fixed utf-16-be encoding and handle the bom while decoding
Luo Jinghua
1
-4
/
+24
2010-01-08
utfconverter: support utf_16le, utf_16be, utf_32le and utf_32be
Luo Jinghua
1
-25
/
+147
2010-01-08
uniconv: improve error checking
Luo Jinghua
1
-2
/
+3
2010-01-08
uniconv: optimize the uniconv_conv
Luo Jinghua
1
-15
/
+10
2010-01-08
uniconv: don't leak the uninitialized value
Luo Jinghua
1
-0
/
+1
2010-01-08
build: add the conv2.c
Luo Jinghua
1
-1
/
+2
2010-01-08
uconv2: add another test program
Luo Jinghua
1
-0
/
+158
2010-01-08
uniconv: be compatible with system's iconv
Luo Jinghua
1
-24
/
+33
2010-01-08
iconv: fixed the header
Luo Jinghua
1
-3
/
+3
2010-01-08
tablecvt: correctly handles the error returned by mbcs_encode/decode
Luo Jinghua
1
-2
/
+2
2010-01-08
iconv: removed a suspicious `#define'
Luo Jinghua
1
-1
/
+1
2010-01-08
build: build the iconv implementation
Luo Jinghua
1
-2
/
+8
2010-01-08
iconv: provides a iconv implementions
Luo Jinghua
2
-0
/
+95
2010-01-08
build: add some tools
Luo Jinghua
6
-0
/
+337
2010-01-08
uniconv: change argments of uniconv_open to match iconv_open
Luo Jinghua
3
-4
/
+4
2010-01-08
uniconv: be compatible with iconv
Luo Jinghua
3
-12
/
+26
2010-01-07
uconv: print error messages to stderr instead of stdout
Luo Jinghua
1
-5
/
+25
2010-01-07
uniconv: fixed a crash
Luo Jinghua
1
-0
/
+1
2010-01-07
uniconv: try to improve the interface
Luo Jinghua
10
-95
/
+181
2010-01-07
test: add a test case for iso-2022-cn
Luo Jinghua
2
-0
/
+2
2010-01-07
test: add a test case for gb18030
Luo Jinghua
2
-0
/
+168
2010-01-07
uniconv: indent the error code
Luo Jinghua
1
-1
/
+1
2010-01-07
mbcs: set flush flags for encoders
Luo Jinghua
2
-14
/
+7
2010-01-07
uniconv: replace unsigned char with uc_uint8_t
Luo Jinghua
1
-1
/
+1
2010-01-07
uniconv: replace short with uc_uint16_t
Luo Jinghua
3
-14
/
+14
2010-01-07
uniconv: pretect c++compiler from mangling our symbols
Luo Jinghua
1
-2
/
+2
2010-01-07
uniconv: use stack for small buffers
Luo Jinghua
2
-3
/
+12
2010-01-07
uconv: fixed a memory leak
Luo Jinghua
1
-0
/
+3
2010-01-07
Initial commit of uniconv
Luo Jinghua
98
-0
/
+47679