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/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libctf
/
ctf-create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libctf: remove ctf_malloc, ctf_free and ctf_strdup
Nick Alcock
2019-10-03
1
-32
/
+33
*
libctf: properly handle ctf_add_type of forwards and self-reffing structs
Nick Alcock
2019-10-03
1
-85
/
+116
*
libctf: avoid the need to ever use ctf_update
Nick Alcock
2019-10-03
1
-188
/
+235
*
libctf: handle nonrepresentable types at link time
Nick Alcock
2019-10-03
1
-2
/
+17
*
libctf: teach ctf_add_type how forwards work
Nick Alcock
2019-10-03
1
-14
/
+29
*
libctf: add CU-mapping machinery
Nick Alcock
2019-10-03
1
-0
/
+4
*
libctf: map from old to corresponding newly-added types in ctf_add_type
Nick Alcock
2019-10-03
1
-3
/
+17
*
libctf: add the ctf_link machinery
Nick Alcock
2019-10-03
1
-0
/
+4
*
libctf: fix double-free on ctf_compress_write error path
Nick Alcock
2019-10-03
1
-1
/
+0
*
libctf: write CTF files to memory, and CTF archives to fds
Nick Alcock
2019-10-03
1
-0
/
+51
*
libctf: support getting strings from the ELF strtab
Nick Alcock
2019-10-03
1
-17
/
+33
*
libctf: allow the header to change between versions
Nick Alcock
2019-10-03
1
-14
/
+38
*
libctf: fix spurious error when rolling back to the first snapshot
Nick Alcock
2019-07-01
1
-1
/
+1
*
libctf: deduplicate and sort the string table
Nick Alcock
2019-07-01
1
-108
/
+75
*
libctf: drop mmap()-based CTF data allocator
Nick Alcock
2019-06-21
1
-8
/
+7
*
libctf: handle errors on dynhash insertion better
Nick Alcock
2019-06-21
1
-10
/
+24
*
libctf: eschew %zi format specifier
Nick Alcock
2019-06-05
1
-3
/
+4
*
Use CHAR_BIT instead of NBBY in libctf
Tom Tromey
2019-06-04
1
-6
/
+8
*
libctf: look for BSD versus GNU qsort_r signatures
Nick Alcock
2019-06-04
1
-1
/
+1
*
libctf: fix a number of build problems found on Solaris and NetBSD
Jose E. Marchesi
2019-05-31
1
-22
/
+28
*
libctf: type copying
Nick Alcock
2019-05-28
1
-0
/
+485
*
libctf: creation functions
Nick Alcock
2019-05-28
1
-0
/
+1547