diff options
| author | Paul Eggert | 2011-01-31 23:23:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-31 23:23:48 -0800 |
| commit | a4180391acf904dde6ec72bd37b8f908f69ac3e8 (patch) | |
| tree | 414be2d27e23b8ec836d6eac9b0a7d96f2c5671d /src/ChangeLog | |
| parent | abb97fbbedcd84a13bae7b7b70251514bf97cdbb (diff) | |
| download | emacs-a4180391acf904dde6ec72bd37b8f908f69ac3e8.tar.gz emacs-a4180391acf904dde6ec72bd37b8f908f69ac3e8.zip | |
format-time-string now supports subsecond time stamp resolution
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 2353116c8bd..c0c09875121 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-02-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | format-time-string now supports subsecond time stamp resolution | ||
| 4 | * editfns.c (emacs_nmemftime): Renamed from emacs_memftimeu, | ||
| 5 | for consistency with its new argument and with gnulib nstrftime. | ||
| 6 | All callers changed. New argument NS. | ||
| 7 | (Fformat_time_string): Check that the time argument's microseconds | ||
| 8 | component, if any, is in range; this avoids integer overflow and | ||
| 9 | also nstrftime needs this. Document %N. | ||
| 10 | |||
| 1 | 2011-01-31 Andreas Schwab <schwab@linux-m68k.org> | 11 | 2011-01-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 12 | ||
| 3 | * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead | 13 | * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead |