Age | Commit message (Expand) | Author |
2004-02-21 | (feholdexcept): Fix order of fp status register loads. | Ulrich Drepper |
2003-12-18 | (fesetexceptflag): Set enable bits not raised exception bits. | Ulrich Drepper |
2003-12-18 | (feraiseexcept): Add delayed exception flushing, FE_UNDERFLOW is DBL_MIN/3.0, | Ulrich Drepper |
2003-12-18 | (feupdateenv): Read raised exception bits, OR with envp, pass to fesetenv. | Ulrich Drepper |
2003-12-18 | (fesetenv): Use asm 'ma,' completer, and gcc '+r' constraint. | Ulrich Drepper |
2003-12-18 | (feholdexcept): Use asm 'ma,' completer, and gcc '+r' constraint. | Ulrich Drepper |
2003-12-18 | (fegetenv): use asm 'ma,' completer, and gcc '+r' constraint. | Ulrich Drepper |
2003-12-18 | (feclearexcept): Right shift FE_ALL_EXCEPT before complimenting. | Ulrich Drepper |
2003-12-18 | DL_LOOKUP_ADDRESS must clear PLABEL32 bits, define DL_AUTO_FUNCTION_ADDRESS and | Ulrich Drepper |
2003-12-18 | (_dl_symbol_address): Use _dl_make_ftpr, remove const qualifier for map. | Ulrich Drepper |
2003-12-18 | Not needed anymore. | Ulrich Drepper |
2003-12-18 | Configuration for hppa function descriptor handling. | Ulrich Drepper |
2003-12-18 | Add dl-symaddr and dl-fptr to the correct build strings. | Ulrich Drepper |
2003-10-15 | Undef JUMPTARGET before use. | Ulrich Drepper |
2003-10-11 | 2003-10-10 Carlos O'Donell <carlos@baldric.uwo.ca> | Roland McGrath |
2003-09-24 | [GLIBC_2.2]: Add __clz_tab. | Ulrich Drepper |
2003-09-24 | Add libgcc-compat.c. | Ulrich Drepper |
2003-09-24 | libgcc compatibility code. | Ulrich Drepper |
2003-09-24 | Include compat code in build. | Ulrich Drepper |
2003-07-31 | * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela, | Alexandre Oliva |
2003-03-23 | 2003-03-23 Jakub Jelinek <jakub@redhat.com> | Roland McGrath |
2002-12-31 | Use libc_hidden_def(name) instead of strong_alias (name, __GI_name). | Ulrich Drepper |
2002-12-31 | Add __GI__setjmp alias. | Ulrich Drepper |
2002-12-09 | 2002-12-08 Roland McGrath <roland@redhat.com> | Roland McGrath |
2002-12-03 | 2002-12-02 Carlos O'Donell <carlos@baldric.uwo.ca> | Roland McGrath |
2002-11-19 | 2002-11-11 Randolf Chung <tausq@debian.org> | Roland McGrath |
2002-11-19 | 2002-11-11 Randolf Chung <tausq@debian.org> | Roland McGrath |
2002-10-03 | Avoid unterminated string literals. | Ulrich Drepper |
2002-10-01 | 2002-02-08 Randolph Chung <tausq@debian.org> | Roland McGrath |
2002-09-28 | Define macro DO_ELF_MACHINE_REL_RELATIVE for 'elf_machine_rel_relative' with | Ulrich Drepper |
2002-09-23 | 2002-09-21 Carlos O'Donell <carlos@baldric.uwo.ca> | Roland McGrath |
2002-09-10 | Add libm_hidden_ver. | Ulrich Drepper |
2002-06-20 | Don't use multi-line string literals. | Ulrich Drepper |
2002-06-06 | (elf_machine_rela): Cast reloc_addr to an integer type before performing | Andreas Jaeger |
2002-03-14 | Dummy file fo rnot needed __clz_tab table. | Ulrich Drepper |
2002-03-01 | Use rtld_progrname instead of _dl_argv[0]. | Ulrich Drepper |
2002-02-28 | Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION. | Ulrich Drepper |
2002-02-03 | (RTLD_START): Call _dl_init_internal instead of _dl_init. | Ulrich Drepper |
2002-02-01 | Move all symbols to GLIBC_PRIVATE. | Ulrich Drepper |
2002-02-01 | Move global variables for SHARED code in struct _rtld_global. Export | Ulrich Drepper |
2001-11-16 | GCC frame description for PA. | Ulrich Drepper |
2001-09-08 | Fix usage of new _dl_signal_error() format. | Ulrich Drepper |
2001-09-08 | Forward declare struct link_map. | Ulrich Drepper |
2001-08-26 | (elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove. | Ulrich Drepper |
2001-08-24 | (elf_machine_rela_relative): Rename from elf_machine_rel_relative. | Ulrich Drepper |
2001-08-24 | Define elf_machine_rel_relative. Minor optimizations. | Ulrich Drepper |
2001-07-07 | Put under LGPL v2.1. | Andreas Jaeger |
2001-07-06 | Update to LGPL v2.1. | Andreas Jaeger |
2001-06-19 | (elf_machine_rela): handle relocs at unaligned address. | Ulrich Drepper |
2001-06-06 | HPPA setjmp implementation. | Andreas Jaeger |