revert COPYRIGHT file changes in preparation to merge nsz's math branch
[musl] / src /
2012-03-15 Rich Felkerremove special nan handling from x86 sqrt asm
2012-03-15 Rich Felkersimplify nan check in sqrt (x86 asm); result of sqrt...
2012-03-15 Rich Felkerimplement sincosf and sincosl functions; add prototypes
2012-03-15 Rich Felkeravoid changing NaNs in sqrt (x86 asm) to satisfy c99...
2012-03-15 Rich Felkercorrectly rounded sqrt() asm for x86 (i387)
2012-03-14 Rich Felkercorrect rounding for i387 sqrtf function
2012-03-13 Rich Felkerfix scanf handling of "0" (followed by immediate EOF...
2012-03-13 Rich Felkerimplement nan, nanf, nanl
2012-03-13 Rich Felkerfirst commit of the new libm!
2012-03-02 Rich Felkerfix obscure bug in strtoull reading the highest 16...
2012-03-02 Rich Felkerremove debug cruft that was left in getdate
2012-03-02 Rich Felkerfirst try at implementing getdate function
2012-03-02 Rich Felkerfix bugs in strptime handling of string day/month names...
2012-03-02 Rich Felkerimplement a64l and l64a (legacy xsi stuff)
2012-03-02 Rich Felkeradd all missing wchar functions except floating point...
2012-03-02 Rich Felkersupport null buffer argument to getcwd, auto-allocating...
2012-02-28 Rich Felkerimplement wcsftime function
2012-02-28 Rich Felkerfix pthread_cleanup_pop(1) crash in non-thread-capable...
2012-02-27 Rich Felkerwork around "signal loses thread pointer" issue with...
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-25 Rich Felkerremove useless attribute visibility from definitions
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2012-02-23 Rich Felkerfix (hopefully) PTRACE_TRACEME (command 0) argument...
2012-02-23 Rich Felkerfix for previous incorrect fix of cancellation in dns...
2012-02-18 Rich Felkerfix get_current_dir_name behavior
2012-02-18 Rich Felkeradd get_current_dir_name function
2012-02-11 Rich Felkerfix default nameserver when resolv.conf doesn't exist
2012-02-11 Rich Felkerfix illegal goto out of cleanup context in dns lookups
2012-02-10 Rich Felkersmall fix for new pthread cleanup stuff
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2012-02-09 Rich Felkerdocument iswspace and remove wrongly-included zwsp...
2012-02-09 Rich Felkerfix typo in iswspace space list table
2012-02-08 Rich Felkerprotect against cancellation in dlopen
2012-02-08 Rich Felkerreduce some wasted space in dso structure
2012-02-07 Rich Felkermore locale_t interfaces (string stuff) and header...
2012-02-07 Rich Felkerfix some omissions and mistakes in locale_t interface...
2012-02-07 Rich Felkeradd more of the locale_t interfaces, all dummied out...
2012-02-06 Rich Felkerx86_64 vfork implementation
2012-02-06 Rich Felkerrun ctors/dtors for shared objects loaded with dlopen
2012-02-06 Rich Felkeradd support for init/finit (constructors and destructors)
2012-02-06 Rich Felkeradd deprecated (removed from posix) [efg]cvt() functions
2012-02-03 Rich Felkerinclude dummied-out dlopen and dlsym functions for...
2012-02-02 Rich Felkermake stdio open, read, and write operations cancellatio...
2012-02-02 Rich Felkermake passwd/group functions safe against cancellation...
2012-01-29 Rich Felkeradd fgetpwent (nonstandard function)
2012-01-29 Rich Felkeradd linux setfs[ug]id syscall wrappers
2012-01-25 Rich Felkeradd legacy futimes and lutimes functions
2012-01-24 Rich Felkermake glob mark symlinks-to-directories with the GLOB_MA...
2012-01-23 Rich Felkerfix broken copy relocations from dynamic linker cleanup
2012-01-23 Rich Felkerdynamic linker support for PIE binaries (position-indep...
2012-01-23 Rich Felkercleanup dynamic linker, removing some code duplication
2012-01-22 Rich Felkerfix cancellation failure in single-threaded programs
2012-01-22 Rich Felkersupport GLOB_PERIOD flag (GNU extension) to glob function
2012-01-21 Rich Felkeruse prlimit syscall for getrlimit/setrlimit
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2012-01-20 Rich Felkerfix dynamic linker not to depend on DYNAMIC ptr in...
2012-01-19 Rich Felkeralias basename to glibc name for it, to meet abi goals
2012-01-17 Rich Felkerfix char signedness bug in dynlinker hash function
2011-12-24 Rich Felkerfix broken reboot wrapper (syscall needs extra silly...
2011-11-17 Rich Felkerfix issue with excessive mremap syscalls on realloc
2011-11-11 Rich Felkerfix signed overflows at most-negative values in ato...
2011-10-26 Rich Felkerreport sem value overflows in sem_post
2011-10-15 Rich Felkersupport vfork on i386
2011-10-15 Rich Felkermake available a namespace-safe vfork, if supported
2011-10-15 Rich Felkeradd dummy __cxa_finalize
2011-10-15 Rich Felkersupport __cxa_atexit, and registering atexit functions...
2011-10-15 Rich Felkersimplify atexit and fflush-on-exit handling
2011-10-10 Rich Felkerfix F_GETOWN return value handling
2011-10-09 Rich Felkerfix typo in arm clone() asm
2011-10-03 Rich Felkerrecovering ownerdead robust mutex must reset recursive...
2011-10-03 Rich Felkersimplify robust mutex unlock code path
2011-10-03 Rich Felkerfix crash if pthread_mutex_unlock is called without...
2011-10-03 Rich Felkeruse count=0 instead of 1 for recursive mutex with only...
2011-10-03 Rich Felkersysconf for PTHREAD_KEYS_MAX
2011-10-03 Rich Felkersynchronize cond var destruction with exiting waits
2011-10-01 Rich Felkerfix failure-to-wake in rwlock unlock
2011-10-01 Rich Felkerdlsym entry point for arm
2011-10-01 Rich Felkerdynamic linker entry point for arm
2011-09-29 Rich Felkerfix various bugs in path and error handling in execvp...
2011-09-29 Rich Felkerdon't crash on null strings in printf
2011-09-28 Rich Felkerfix excessive/insufficient wakes in __vm_unlock
2011-09-28 Rich Felkermake getmntent_r discard long lines when it returns...
2011-09-28 Rich Felkerimprove pshared barriers
2011-09-28 Rich Felkernext step making barrier self-sync'd destruction safe
2011-09-28 Rich Felkerbarrier destroy must also wait for threads in other...
2011-09-28 Rich Felkerstupid typo (caused by rather ugly spelling in POSIX...
2011-09-28 Rich Felkercorrectly handle the degenerate barrier in the pshared...
2011-09-27 Rich Felkerfix crash in pthread_cond_wait mutex-locked check
2011-09-27 Rich Felkerfix crash in pthread_testcancel if pthread_self has...
2011-09-27 Rich Felkerimprove/debloat mutex unlock error checking in pthread_...
2011-09-27 Rich Felkercheck mutex owner in pthread_cond_wait
2011-09-27 Rich Felkerfix pshared barrier wrong return value.
2011-09-27 Rich Felkerconvert the barrier pshared option back to 0/1 values...
2011-09-27 Rich Felkerimprove error handling in mntent stuff...
2011-09-27 Rich Felkerfix missing va_end in prctl syscall wrapper
2011-09-27 Rich Felkerfix clobbering of errno in get(pw|gr)([ug]id|nam) by...
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-09-27 Rich Felkerfix incorrect allocation failure check in pthread_create
2011-09-26 Rich Felkeranother cond var fix: requeue count race condition
2011-09-26 Rich Felkerfix lost signals in cond vars
next