index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libiberty
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-01
* cp-demangle.c (d_print_comp): Guard against null.
Michael Snyder
2
-0
/
+10
2007-07-25
ternary.h: Remove.
Ben Elliston
3
-178
/
+15
2007-07-23
argv.c (writeargv): Fix typo in inline documentation.
DJ Delorie
3
-8
/
+23
2007-07-17
configure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday e...
DJ Delorie
3
-2
/
+8
2007-07-12
maint-tool (deps): Output stamp-h instead of config.h.
Alexandre Oliva
3
-80
/
+82
2007-07-02
argv.c (writeargv): Removed declaration of unused variable.
Simon Baldwin
2
-1
/
+4
2007-06-14
configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
Paolo Bonzini
3
-2
/
+73
2007-06-14
acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
Paolo Bonzini
4
-39
/
+36
2007-06-07
configure.ac: Non-default multilibs can be cross compilations.
Geoffrey Keating
3
-0
/
+48
2007-05-08
libiberty.h (writeargv): Declare.
Nathan Froyd
2
-0
/
+60
2007-05-06
Index: libiberty/ChangeLog
Geoffrey Keating
3
-1
/
+43
2007-05-03
filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h.
Joel Brobecker
3
-4
/
+13
2007-04-11
argv.c: Use ANSI C declarations.
Thomas Neumann
3
-11
/
+11
2007-04-06
* filename_cmp.c (filename_cmp): Improve documentation.
Joel Brobecker
2
-5
/
+10
2007-04-02
* filename_cmp.c: Include "config.h".
Andreas Schwab
2
-0
/
+8
2007-03-29
filename_cmp.c: New file.
Joel Brobecker
4
-5
/
+108
2007-03-16
cp-demangle.c (d_encoding): Exit early on error.
Geoffrey Keating
3
-2
/
+16
2007-03-01
Makefile.in: Add install-pdf target as copied from automake v1.10 rules.
Brooks Moses
3
-2
/
+26
2007-03-01
re PR other/16513 (Libiberty doesn't honor the multi-os-directory settings)
Peter Breitenlohner
2
-10
/
+17
2007-02-26
configure.ac: add djgpp-specific results, so we don't have to link during a c...
DJ Delorie
3
-0
/
+43
2007-01-31
hex.c: Fix typo.
Ralf Wildenhues
4
-4
/
+10
2007-01-31
libiberty.h (PEX_STDERR_TO_PIPE): New define.
Vladimir Prus
5
-19
/
+126
2007-01-31
strsignal.c (psignal): Change type of signo to int.
Ben Elliston
3
-4
/
+9
2007-01-29
demangle.h: New cplus_demangle_print_callback...
Simon Baldwin
3
-315
/
+486
2007-01-12
* pex-unix.c (writeerr): Cast write result to void.
Ben Elliston
2
-1
/
+3
2007-01-12
Typo fix.
Ben Elliston
1
-2
/
+2
2007-01-12
choose-temp.c (choose_temp_base): Check the result of the call to mktemp rath...
Ben Elliston
2
-2
/
+6
2006-12-21
cp-demangle.h: Add comment explaining what to do to avoid overrunning string.
Geoffrey Keating
5
-34
/
+136
2006-11-30
re PR driver/29931 (following argv[0] symlink in process_command breaks symli...
Andrew Stubbs
2
-7
/
+52
2006-11-08
pex-win32.c (no_suffixes): Remove.
Vladimir Prus
2
-7
/
+15
2006-11-07
floatformat.c (get_field): Fix segfault with little-endian word order on 64-b...
Julian Brown
2
-60
/
+56
2006-10-26
pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
Danny Smith
3
-7
/
+15
2006-10-25
* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
Ben Elliston
2
-1
/
+5
2006-10-10
--(top level)--------------------------------------------
Brooks Moses
3
-3
/
+12
2006-09-22
re PR other/29176 (Seg fault in demangler)
Ian Lance Taylor
3
-0
/
+13
2006-09-12
Fix some whitespace issues in the changelog.
Andrew Pinski
1
-11
/
+11
2006-08-30
configure.ac: Add case for Mingw as host.
Corinna Vinschen
3
-0
/
+256
2006-08-27
re PR driver/27622 (gcc hang when compiling with -pipe)
Ian Lance Taylor
7
-13
/
+46
2006-08-27
re PR other/28797 (Problems with demangling (__cxa_demangle()))
Ian Lance Taylor
3
-1
/
+23
2006-07-27
re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...
Jan Hubicka
2
-1
/
+28
2006-07-04
ltconfig: chmod 644 before ranlib during install.
Peter O'Gorman
2
-2
/
+6
2006-06-02
pex-unix.c (pex_unix_exec_child): Insert cast when assigning to environ.
Mark Shinwell
2
-1
/
+6
2006-06-01
Patch to provide pex_run_in_environment.
Mark Shinwell
9
-36
/
+201
2006-05-28
Open temporary files in binary mode when using mkstemps.
Mark Shinwell
2
-1
/
+9
2006-05-12
cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".
Anton Blanchard
2
-1
/
+6
2006-04-24
floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
Julian Brown
2
-1
/
+5
2006-04-12
pex-common.c (pex_input_file, [...]): New functions.
Jim Blandy
9
-9
/
+277
2006-04-12
pex-common.c (temp_file): New function, containing guts of pex-style temporar...
Jim Blandy
2
-43
/
+66
2006-04-06
Makefile.in: Add install-html, install-html-am, and install-html-recursive ta...
Carlos O'Donell
5
-5
/
+81
2006-03-31
pex-win32.c (<errno.h>): Include.
Mark Mitchell
2
-258
/
+335
[next]