커밋 기록

작성자 SHA1 메시지 날짜
  Rich Felker 708c91f4e9 remove useless failure-check from freopen (can't happen) 12 년 전
  Rich Felker 838951c97e simplify logic in stpcpy; avoid copying first aligned byte twice 12 년 전
  Rich Felker 4eb4844b31 fix issues with wait constants in stdlib.h 12 년 전
  Rich Felker 31a55f233b as an extension, have putenv("VAR") behave as unsetenv("VAR") 12 년 전
  Rich Felker 8489897e01 accept "nan(n-char-sequence)" in strtod/scanf functions 12 년 전
  Rich Felker f1b23d41cf fix copy/paste error in popen changes that broke signals 12 년 전
  nsz 2d321fa062 complex: make _Complex_I work with gcc -std=c99 -pedantic-errors 12 년 전
  Rich Felker 0a1c2c1c17 support looking up thread-local objects with dlsym 12 년 전
  Rich Felker deb15b3cf2 fix breakage in dlsym for looking up RTLD_DEFAULT, etc. 12 년 전
  Rich Felker dde325d7b3 fix struct stat size/padding on microblaze 12 년 전
  Rich Felker 599f973603 fix usage of locks with vfork 12 년 전
  Rich Felker ebee8c2b47 fix crashes in static-linked multithreaded programs without TLS 12 년 전
  Rich Felker 6a04d1b8c6 fix order of syscall args for microblaze clone syscall 12 년 전
  Rich Felker 01e5a1b6cd use $CC rather than "$CC" in configure script 12 년 전
  Rich Felker 25011215be inline syscalls for microblaze 12 년 전
  Rich Felker 1f485230df ensure microblaze __set_thread_area returns success 12 년 전
  Rich Felker 64251d8bbd better support for reverse-endian variants of arm/mips/microblaze 12 년 전
  Rich Felker 776251867d avoid raising spurious division-by-zero exception in printf 12 년 전
  Rich Felker f321de9e0a floating point environment/exceptions support for mips 12 년 전
  Rich Felker 97c8bdd88a fix parent-memory-clobber in posix_spawn (environ) 12 년 전
  Rich Felker 44eb4d8b9b overhaul system() and popen() to use vfork; fix various related bugs 12 년 전
  Rich Felker f1e7a5e5f6 fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp 12 년 전
  Rich Felker ef2f595f74 fix microblaze asm relocations for shared libc 12 년 전
  Rich Felker 858df113bf assert() is supposed to have type void 12 년 전
  Rich Felker c86f2974e2 add memmem function (gnu extension) 12 년 전
  Rich Felker 21284ec75d microblaze TLS relocation support, completely untested 12 년 전
  Rich Felker 9ec4283b28 add support for TLS variant I, presently needed for arm and mips 12 년 전
  Rich Felker d5304147b9 block uid/gid changes during posix_spawn 12 년 전
  Rich Felker 42c36f957d fix overlap of thread stacks with thread tls segments 12 년 전
  Rich Felker c62b9f3980 fix main program TLS alignment for dynamic-linked programs 12 년 전