GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iconv
Commit message (
Expand
)
Author
Age
Files
Lines
*
iconv: restore verbosity with unrecognized encoding names (bug 30694)
Andreas Schwab
2023-09-16
1
-1
/
+1
*
Fix misspellings in iconv/ and iconvdata/ -- BZ 25337
Paul Pluzhnikov
2023-05-27
7
-11
/
+11
*
Use O_CLOEXEC in more places (BZ #15722)
Sergey Bugaev
2023-04-22
1
-1
/
+1
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
4
-7
/
+10
*
iconv: Remove _STRING_ARCH_unaligned usage
Adhemerval Zanella
2023-02-17
3
-407
/
+59
*
iconv: Remove _STRING_ARCH_unaligned usage for get/set macros
Adhemerval Zanella
2023-02-17
3
-140
/
+28
*
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
2023-02-06
1
-2
/
+2
*
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
2023-01-06
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
42
-42
/
+42
*
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
2022-10-18
6
-28
/
+0
*
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
2022-10-18
6
-4
/
+6
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
1
-1
/
+1
*
gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
Florian Weimer
2022-09-20
1
-8
/
+8
*
Avoid -Wstringop-overflow= warning in iconv module.
Stefan Liebler
2022-06-14
1
-2
/
+8
*
iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
Adhemerval Zanella
2022-06-01
1
-3
/
+6
*
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2022-04-13
2
-7
/
+7
*
associate a deallocator for iconv_open
Steve Grubb
2022-03-14
1
-7
/
+8
*
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-0
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
2022-01-01
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
42
-42
/
+42
*
iconv: Use TIMEOUTFACTOR for iconv test timeout
Stafford Horne
2021-10-21
1
-1
/
+4
*
iconvconfig: Fix behaviour with --prefix [BZ #28199]
Siddhesh Poyarekar
2021-09-13
3
-12
/
+28
*
Add generic C.UTF-8 locale (Bug 17318)
Carlos O'Donell
2021-09-06
2
-3
/
+106
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
29
-29
/
+0
*
Fix iconv build with GCC mainline
Joseph Myers
2021-08-23
1
-0
/
+6
*
iconv_charmap: Close output file when done
Siddhesh Poyarekar
2021-08-03
1
-0
/
+2
*
gconv_parseconfdir: Fix memory leak
Siddhesh Poyarekar
2021-08-03
1
-5
/
+4
*
libio: Replace internal _IO_getdelim symbol with __getdelim
Florian Weimer
2021-07-07
1
-1
/
+1
*
iconvconfig: Use the public feof_unlocked
Siddhesh Poyarekar
2021-07-02
1
-1
/
+2
*
iconvconfig: Fix multiple issues
Siddhesh Poyarekar
2021-06-28
2
-16
/
+10
*
Handle DT_UNKNOWN in gconv-modules.d
Siddhesh Poyarekar
2021-06-23
1
-1
/
+8
*
iconvconfig: Use common gconv module parsing function
Siddhesh Poyarekar
2021-06-23
1
-115
/
+13
*
gconv_conf: Split out configuration file processing
Siddhesh Poyarekar
2021-06-23
2
-126
/
+164
*
gconv_conf: Remove unused variables
Siddhesh Poyarekar
2021-06-23
1
-14
/
+10
*
iconv: Remove alloca use in gconv-modules configuration parsing
Siddhesh Poyarekar
2021-06-23
2
-14
/
+20
*
Use 64 bit time_t stat internally
Adhemerval Zanella
2021-06-22
1
-2
/
+2
*
gconv_conf: Read configuration files in gconv-modules.d
Siddhesh Poyarekar
2021-06-09
1
-6
/
+43
*
iconvconfig: Read configuration from gconv-modules.d subdirectory
Siddhesh Poyarekar
2021-06-09
1
-6
/
+44
*
iconvconfig: Make file handling more general purpose
Siddhesh Poyarekar
2021-06-09
1
-25
/
+40
*
charmap_conversion: Free conversion table on exit
Siddhesh Poyarekar
2021-05-18
1
-0
/
+7
*
Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]
H.J. Lu
2021-05-07
1
-2
/
+3
*
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
2021-01-02
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
40
-40
/
+40
*
iconv add iconv_close before the function returned with bad value.
liqingqing
2020-12-21
1
-0
/
+1
*
iconv: use iconv_close after iconv_open
liqingqing
2020-12-21
1
-0
/
+2
*
treewide: fix incorrect spelling of indices in comments
Dmitry V. Levin
2020-12-11
1
-2
/
+2
*
iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
Michael Colavita
2020-12-07
3
-13
/
+55
*
iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
Arjun Shankar
2020-11-04
1
-6
/
+10
*
intl: Handle translation output codesets with suffixes [BZ #26383]
Arjun Shankar
2020-09-25
6
-30
/
+36
*
Remove internal usage of extensible stat functions
Adhemerval Zanella
2020-09-11
1
-1
/
+1
[next]