summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2015-09-10libiberty: fix the neutral implementation of xstrerror().midipix1-1/+14
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-20remove non-portable include and add back strverscmp.Shiz1-2/+44
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-03-15internal interfaces: regex:midipix1-1/+1
revise xregex.h to use the regex implementation provided by libc; remove xregex2.h, as it is no longer needed; adjust libiberty's make recipe accordingly. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15libiberty: neutral.c: provide x-prefixed variants of standard interfacesmidipix4-6/+292
for backward compatibility, and adjust the build-system accordingly. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15libiberty: add empty translation units to satisfy build system requirements.midipix61-0/+122
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15libiberty: remove source files that either duplicate functionalitymidipix61-15176/+0
already present in all modern libc implementations, or are incompatible with modern development environments, or both.
2015-03-15obtained gcc-4.6.4.tar.bz2 from upstream website;upstreamupstream source tree148-0/+72698
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.