about summary refs log tree commit diff
path: root/ChangeLog.3
Commit message (Collapse)AuthorAgeFilesLines
* Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg2017-09-011-1644/+0
|
* Rotate ChangeLog correctlySiddhesh Poyarekar2017-08-021-3294/+1196
| | | | | | 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-1199/+3297
|
* * Makefile (distribute): Add ChangeLog.[0-9].Roland McGrath1995-04-141-0/+1644
* 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.