| Age | Commit message (Expand) | Author |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2021-11-24 | Decorate the SuperH signal trampoline with the appropriate .cfi | thorpej |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2020-10-15 | Trailing whitespace | skrll |
| 2020-04-18 | Rename "syscall" to "_syscall" and provide "syscall" as a weak alias. | thorpej |
| 2017-03-22 | provide a common softfloat fenv implemenation and use it for softfloat builds. | chs |
| 2017-03-11 | fix the mapping table. this sh3 version was originally copied from arm, | chs |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2015-04-06 | On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597. | uwe |
| 2015-03-19 | Call libc's fpgetround. | joerg |
| 2015-01-25 | Adjust _UC_MACHINE_SP(oucp) to "drop" values we pushed to the stack. | uwe |
| 2014-01-20 | Use fabs_ieee754.c. | joerg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2012-03-22 | Follow the pattern from powerpc, make lint happy. | he |
| 2012-03-22 | Add a void to make function declaration c89. | he |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-07-07 | Don't define a new enum. Just #define round_* to their FP_Rx instead. | matt |
| 2011-07-04 | Add __floatunsidf __floatunsisf __floatunsitf routines. | matt |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2011-01-23 | Correctly define inta using a helper macro for the # | joerg |
| 2009-12-06 | Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} because | uebayasi |
| 2009-07-31 | Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. | dsl |
| 2009-07-30 | If SRCS contains any .S files then remove the corresponding .c file from | dsl |
| 2009-07-18 | Remove references to index.c and rindex.c (strchr.c and strrchr.c | dsl |
| 2009-02-22 | Make NAN a compile time constant (with help from the compiler). Suggested | martin |
| 2008-08-04 | Add C99 functions imaxabs and imaxdiv. | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-12-08 | Sync all resumecontext.c versions with the changes originally made | martin |
| 2006-06-28 | build frexp/ldexp/modf in the "compat" part (code is identical) | drochner |
| 2006-06-17 | G/c KMSRCS and KMINCLUDES now that we have common/lib/libc | uwe |
| 2006-06-02 | remove GCC2 support | mrg |
| 2006-05-21 | add a local prototype for fabs() | mrg |
| 2006-05-18 | change __weak_extern to __weak_reference so that gcc4 works. | christos |
| 2006-05-16 | if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess. | mrg |
| 2006-04-23 | Now that bcopy.S doesn't contain the actual implemenation, move it | uwe |
| 2006-04-07 | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. | mrg |
| 2006-03-22 | build erand48_ieee754.c on everything but vax | drochner |
| 2006-03-15 | Add strtof(3) and strtold(3); welcome libc 12.137. | kleink |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-19 | make these consistent. | christos |
| 2006-01-25 | Add machine-dependent definitions for gdtoa. | kleink |
| 2006-01-06 | Provide _REENTRANT version of errno = 0; | uwe |
| 2006-01-06 | Use JUMP_CERROR instead of messing with errno directly. | uwe |
| 2006-01-06 | Drop unnecessary nops. | uwe |
| 2006-01-06 | Simplify. | uwe |
| 2006-01-06 | Change !_REENTRANT && !PIC case to use r4 too. | uwe |
| 2006-01-06 | Open code _SYSCALL_NOERROR to shave off a memory load and a branch. | uwe |
| 2006-01-06 | Add .size directive. | uwe |