diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85d6e97e6f1..4e080f63533 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Cleanup syssignal.h. | ||
| 4 | * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused. | ||
| 5 | (main_thread): Move down to remove #ifdef. | ||
| 6 | (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock): | ||
| 7 | Remove conditional definition following unconditional ones. | ||
| 8 | |||
| 3 | * lisp.h: Remove HAVE_SHM code, unused. | 9 | * lisp.h: Remove HAVE_SHM code, unused. |
| 4 | (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest) | 10 | (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest) |
| 5 | (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle) | 11 | (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle) |