2012-03-18 |
Rich Felker | move nonstandard gamma() etc. to _GNU_SOURCE only |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Rich Felker | c++ seems to want some casts in the float representatio... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Rich Felker | release notes for 0.8.7 v0.8.7 |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Rich Felker | try fixing/optimizing x86_64 fenv exception code |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | optimize x86 feclearexcept |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | fix x86_64 fe[gs]etround, analogous to nsz's x86 changes |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | minor 387 fenv optimizations |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | Merge remote branch 'nsz/master' |
commit | commitdiff | tree | snapshot |
2012-03-17 |
nsz | fix i386 fegetround and make fesetround faster |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | don't fail on inability to install dynamic linker ... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | one more fenv availability issue: lround |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | make fma and lrint functions build without full fenv... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | other side of the signgam namespace fix: use the intern... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | make signgam a weak alias for an internal symbol |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | fix namespace issues for lgamma, etc. |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | Merge remote branch 'nsz/master' |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | remove junk sincos implementations in preparation to... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Rich Felker | revert COPYRIGHT file changes in preparation to merge... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Rich Felker | update copyright status (math library and new year) |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | remove special nan handling from x86 sqrt asm |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | simplify nan check in sqrt (x86 asm); result of sqrt... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
nsz | in math.h make lgamma_r and non-double bessel _GNU_SOUR... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
nsz | efficient sincos based on sin and cos |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | implement sincosf and sincosl functions; add prototypes |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | avoid changing NaNs in sqrt (x86 asm) to satisfy c99... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | correctly rounded sqrt() asm for x86 (i387) |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Rich Felker | correct rounding for i387 sqrtf function |
commit | commitdiff | tree | snapshot |
2012-03-13 |
nsz | math cleanup: use 1.0f instead of 1.0F |
commit | commitdiff | tree | snapshot |
2012-03-13 |
nsz | math cleanup: use 1.0f instead of (float)1.0 |
commit | commitdiff | tree | snapshot |
2012-03-13 |
nsz | remove libm.h includes when math.h and float.h are... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | fix scanf handling of "0" (followed by immediate EOF... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
nsz | clean up __expo2.c, use a slightly better k constant |
commit | commitdiff | tree | snapshot |
2012-03-13 |
nsz | fix copyright notice for the math lib |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | implement nan, nanf, nanl |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | first commit of the new libm! |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Rich Felker | add .gitignore file |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Rich Felker | fix nan/infinity macros in math.h, etc. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | fix obscure bug in strtoull reading the highest 16... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | typo in math.h c version check |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | make math.h compatibe with c89 |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | remove debug cruft that was left in getdate |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | first try at implementing getdate function |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | fix bugs in strptime handling of string day/month names... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | implement a64l and l64a (legacy xsi stuff) |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | add all missing wchar functions except floating point... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | support null buffer argument to getcwd, auto-allocating... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | add memory.h, bogus legacy alias for string.h |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | search internal headers first |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | use c++-friendly initializers for pthread initializer... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | add <syscall.h> as an alias for <sys/syscall.h> |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | implement wcsftime function |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | release notes for 0.8.6 v0.8.6 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | fix pthread_cleanup_pop(1) crash in non-thread-capable... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | update release notes for 0.8.5 v0.8.5 |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rich Felker | work around "signal loses thread pointer" issue with... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | use __attribute__((const)) on arm __pthread_self function |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | replace prototype for basename in string.h with non... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | new attempt at working around the gcc 3 visibility bug |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | remove useless attribute visibility from definitions |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rich Felker | cleanup and work around visibility bug in gcc 3 that... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix (hopefully) PTRACE_TRACEME (command 0) argument... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix for previous incorrect fix of cancellation in dns... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | fix get_current_dir_name behavior |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | remove -std=gnu99 from musl-gcc wrapper |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | two fixes for "make install" handling of shared libs |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | add get_current_dir_name function |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Rich Felker | add float_t and double_t to math.h |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix default nameserver when resolv.conf doesn't exist |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix illegal goto out of cleanup context in dns lookups |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Rich Felker | small fix for new pthread cleanup stuff |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | replace bad cancellation cleanup abi with a sane one |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | document iswspace and remove wrongly-included zwsp... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | fix typo in iswspace space list table |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | fix typo in inotify.h |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | protect against cancellation in dlopen |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | reduce some wasted space in dso structure |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | declare basename in string.h when _GNU_SOURCE is defined |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | revert hacks for types of stdint.h integer constant... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | more locale_t interfaces (string stuff) and header... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | fix some omissions and mistakes in locale_t interface... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | add more of the locale_t interfaces, all dummied out... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | x86_64 vfork implementation |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | run ctors/dtors for shared objects loaded with dlopen |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add support for init/finit (constructors and destructors) |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add deprecated (removed from posix) [efg]cvt() functions |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | include dummied-out dlopen and dlsym functions for... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | improve gcc wrapper to support -nostdlib, -nostartfiles |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make stdio open, read, and write operations cancellatio... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make passwd/group functions safe against cancellation... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | apparently gnu caddr_t is supposed to be char *, not... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | fix utmp.h mess, try 2 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | fix previous utmp.h junk commit |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | add some missing junk in utmp.h |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add fgetpwent (nonstandard function) |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add linux setfs[ug]id syscall wrappers |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Rich Felker | remove useless "extern" keywords in headers |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | fix typo in FPE_FLTUND definition, signal.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add MIN/MAX macros to sys/param.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add legacy futimes and lutimes functions |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Rich Felker | make gcc wrapper support -shared correctly |
commit | commitdiff | tree | snapshot |
next |