about summary refs log tree commit diff
path: root/stdlib/msort.c
Commit message (Collapse)AuthorAgeFilesLines
* (msort_with_tmp): Fixed alignment test. B1 and B2 are always congruent; ↵Roland McGrath1995-09-071-1/+1
| | | | just test that B1 is aligned.
* Fri Sep 1 16:16:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-09-011-22/+34
| | | | | | | | | | | | | | | | | | | * libc-symbols.h (link_warning): Take new first arg SYMBOL; ask for a warning on references to that specific symbol, not the entire containing object file. (stub_warning): Pass symbol name to link_warning. * stdio/gets.c: Pass function name in link_warning invocation. * hurd/intr-msg.c: Treat apparent EINTR return from msg trap like MACH_SEND_INTERRUPTED. That indicates interrupt_operation was sent, but failed. * stdlib/msort.c: Include memcopy.h. (msort_with_tmp): If operating on aligned op_t words, use direct word fetches and stores. * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC): Add missing backslash.
* initial importRoland McGrath1995-02-181-0/+103