diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 65424205f34..e5d77d66b0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-06-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos. | ||
| 4 | Privately reported by Herbert J. Skuhra. | ||
| 5 | [__FreeBSD__]: Remove "*/" typo after "#include". | ||
| 6 | (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function. | ||
| 7 | (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro. | ||
| 8 | (TIMEVAL, system_process_attributes) [__FreeBSD__]: | ||
| 9 | Don't assume EMACS_TIME and struct timeval are the same type. | ||
| 10 | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Support higher-resolution time stamps (Bug#9000). | 13 | Support higher-resolution time stamps (Bug#9000). |