about summary refs log tree commit diff
path: root/ChangeLog.2
Commit message (Collapse)AuthorAgeFilesLines
* Rotate ChangeLog correctlySiddhesh Poyarekar2017-08-021-1838/+2910
| | | | | | I incorrectly assumed that the ChangeLog numbers (.1, .2, etc.) are in order. They're not and the latest non-current ChangeLog is the one with the highest number. Fixed.
* Rotate ChangeLogSiddhesh Poyarekar2017-08-021-2910/+1838
|
* * Makefile (distribute): Add ChangeLog.[0-9].Roland McGrath1995-04-141-0/+3742
* configure.in: Add check for .set directive. * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE. * Makerules [! subdir] (O%-lib): Don't prepend ../. * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. See ChangeLog.4 for earlier changes.