aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve format-time-string docPaul Eggert2017-10-171-5/+6
* Fix bug in recent styled_format changePaul Eggert2017-10-061-3/+11
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-17/+11
* * src/editfns.c (styled_format): Fix typo in previous change.Paul Eggert2017-09-261-1/+0
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-10/+37
* Fix format-time-string %Z bug with negative tzPaul Eggert2017-09-171-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-2/+3
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Convert hex digits more systematicallyPaul Eggert2017-07-051-4/+2
* Limit style_format to MAX_ALLOCAPaul Eggert2017-06-211-0/+1
* Improve documentation of replace-buffer-contentsEli Zaretskii2017-06-171-1/+3
* Remove unnecessary point motionPhilipp Stephani2017-06-171-1/+0
* Add command to replace buffer contentsPhilipp Stephani2017-06-171-0/+201
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-88/+66
* ; Fix off-by-one errorPhilipp Stephani2017-06-031-1/+1
* Fix a bug when using format field numbersPhilipp Stephani2017-06-031-56/+94
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-4/+4
* Improve performance by avoiding strtoumaxPaul Eggert2017-06-011-12/+31
* Minor improvements to format field numbersPaul Eggert2017-06-021-36/+20
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-8/+47
* * src/editfns.c (Fmessage): Improve doc string (Bug#23425#130).Paul Eggert2017-05-311-5/+4
* * src/editfns.c (decode-time): Fix docstring.Tino Calancha2017-05-311-1/+1
* Fix minor timezone memory leakPaul Eggert2017-05-161-4/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-5/+5
* Merge from gnulibPaul Eggert2017-05-011-4/+2
* Don’t mishandle (format "%i" -1.0)Paul Eggert2017-03-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-9/+15
|\
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-9/+15
* | Fewer rounding errors with (format "%f" fixnum)Paul Eggert2017-03-041-13/+43
* | * src/editfns.c (styled_format): Omit unnecessary code for "%0d" etc.Paul Eggert2017-03-041-4/+3
* | * src/editfns.c (styled_format): Omit unnecessary code.Paul Eggert2017-03-031-1/+1
* | Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-6/+2
* | Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-7/+2
* | Revamp quitting and fix infloopsPaul Eggert2017-02-011-0/+1
* | Remove immediate_quit.Paul Eggert2017-02-011-7/+2
* | Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* | A quicker check for quitPaul Eggert2017-01-251-6/+8
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-1/+1
* | Pacify --enable-gcc-warnings CANNOT_DUMP=yesPaul Eggert2016-11-201-4/+6
* | * src/editfns.c (format-time-string): Mention %q in doc string.Tino Calancha2016-11-201-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-11/+22
|\ \ | |/
| * Improve documentation of functions that accept time valuesEli Zaretskii2016-11-181-12/+26
| * Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | Merge from origin/emacs-25Paul Eggert2016-10-101-0/+4
|\ \ | |/
| * Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-031-0/+4