summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2017-06-03Document uniqueness limitation of ‘format’Paul Eggert
2017-06-01Limit format fields to more POSIX-like specPaul Eggert
2017-06-01Improve performance by avoiding strtoumaxPaul Eggert
2017-06-02Minor improvements to format field numbersPaul Eggert
2017-06-02Implement field numbers in format stringsPhilipp Stephani
2017-05-31* src/editfns.c (Fmessage): Improve doc string (Bug#23425#130).Paul Eggert
2017-05-31* src/editfns.c (decode-time): Fix docstring.Tino Calancha
2017-05-16Fix minor timezone memory leakPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-05-01Merge from gnulibPaul Eggert
2017-03-28Don’t mishandle (format "%i" -1.0)Paul Eggert
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-04Fewer rounding errors with (format "%f" fixnum)Paul Eggert
2017-03-04* src/editfns.c (styled_format): Omit unnecessary code for "%0d" etc.Paul Eggert
2017-03-03* src/editfns.c (styled_format): Omit unnecessary code.Paul Eggert
2017-03-02Restore XFLOATINT but with restricted argsPaul Eggert
2017-03-01Fix rounding error in ‘ceiling’ etc.Paul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-28Improve documentation of 'format' conversionsEli Zaretskii
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-25A quicker check for quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-24Fix timezone detection of parse-iso8601-time-stringHong Xu
2016-11-20Pacify --enable-gcc-warnings CANNOT_DUMP=yesPaul Eggert
2016-11-20* src/editfns.c (format-time-string): Mention %q in doc string.Tino Calancha
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-18Improve documentation of functions that accept time valuesEli Zaretskii
2016-10-17Fix time-related data types in 2 editfns.c functionsEli Zaretskii
2016-10-17Fix time-related data types in 2 editfns.c functionsEli Zaretskii
2016-10-10Merge from origin/emacs-25Paul Eggert
2016-10-03Document nil args of compare-buffer-substringsPhilipp Stephani
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-24Improve integer overflow handling a bitPaul Eggert
2016-09-23Improve the doc string of 'format'Eli Zaretskii
2016-09-16Improve the doc string of 'format'Eli Zaretskii
2016-08-30* src/editfns.c (Fformat_message): Fix doc to match current behavior.Paul Eggert
2016-08-30Minor doc quoting fixesPaul Eggert
2016-08-22Merge from origin/emacs-25Paul Eggert
2016-08-20Some assorted documentation clarificationsPhilipp Stephani
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-07-22Adjust match data before calling after-change-funsNoam Postavsky
2016-07-20Fix lifetime bug in tzlookupPaul Eggert
2016-07-19Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii
2016-07-14Use memmove instead of memcpy on overlapping regionsFredrik Bergroth
2016-07-09Minor tweaks of copying text properties when padding stringsEli Zaretskii
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii
2016-06-13Call tzset after setting TZPaul Eggert
2016-06-09Fix copying text properties by 'format'Eli Zaretskii