diff options
| author | Paul Eggert | 2012-06-22 14:17:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-22 14:17:42 -0700 |
| commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
| tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /lib-src/ChangeLog | |
| parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
| download | emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip | |
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 68a8c37c2fb..11f68cebf14 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Support higher-resolution time stamps (Bug#9000). | ||
| 4 | * Makefile.in (LIB_CLOCK_GETTIME): New macro. | ||
| 5 | (profile${EXEEXT}): Use it. | ||
| 6 | * profile.c: Include inttyeps.h, intprops.h. | ||
| 7 | (time_string): Size conservatively; do not guess size. | ||
| 8 | (get_time): Now prints nanoseconds. | ||
| 9 | (gettimeofday): Remove replacement function; gnulib now does this. | ||
| 10 | |||
| 1 | 2012-06-08 Andreas Schwab <schwab@linux-m68k.org> | 11 | 2012-06-08 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 12 | ||
| 3 | * make-docfile.c (search_lisp_doc_at_eol): Unget last read | 13 | * make-docfile.c (search_lisp_doc_at_eol): Unget last read |