aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-23 01:21:48 -0700
committerPaul Eggert2012-06-23 01:21:48 -0700
commitd054f3fb9af7399ee67be94e1602b45d21fc555f (patch)
tree3b0d5dbabad380358d8483fb9be38a54ce6ff819 /src/ChangeLog
parentb68581e26c51dd78674a5a83928f680cdbd22213 (diff)
downloademacs-d054f3fb9af7399ee67be94e1602b45d21fc555f.tar.gz
emacs-d054f3fb9af7399ee67be94e1602b45d21fc555f.zip
* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
Privately reported by Herbert J. Skuhra. [__FreeBSD__]: Remove "*/" typo after "#include". (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function. (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro. (TIMEVAL, system_process_attributes) [__FreeBSD__]: Don't assume EMACS_TIME and struct timeval are the same type.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12012-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
12012-06-22 Paul Eggert <eggert@cs.ucla.edu> 112012-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).