summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
Commit message (Expand)AuthorAgeFilesLines
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-6/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | %o and %x can now format signed integersPaul Eggert2018-07-261-2/+15
* | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1
* | positive → nonnegative doc fixesPaul Eggert2018-07-231-4/+4
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-3/+8
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-0/+22
* | Merge from origin/emacs-26Glenn Morris2018-02-281-1/+1
|\ \ | |/
| * Fix @cindex entries in manualsMichael Albinus2018-02-241-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-241-1/+1
|\ \ | |/
| * Minor doc fixes, mostly for timestamp issuesPaul Eggert2018-02-231-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-271-0/+14
|\ \ | |/
| * * doc/lispref/strings.texi (Case Conversion):Glenn Morris2017-12-271-3/+3
| * Fix problems with ligatures in PDF version of ELisp manualEli Zaretskii2017-12-231-0/+14
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+8
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-3/+7
* Amend documentation for text-quoting-style becoming a user option.Alan Mackenzie2017-10-011-10/+4
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-4/+4
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-2/+5
* * doc/lispref/strings.texi (Formatting Strings): Improve indexing.Eli Zaretskii2017-09-201-2/+3
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-7/+6
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-8/+5
* Minor improvements to format field numbersPaul Eggert2017-06-021-64/+55
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-3/+28
* Improve documentation of 'split-string'Jean-Christophe Helary2017-05-191-15/+13
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-061-0/+27
* Merge from origin/emacs-25Paul Eggert2017-03-191-12/+23
|\
| * ; Fix last change in doc/lispref/strings.texiEli Zaretskii2017-01-281-1/+4
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-12/+20
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-14/+0
|\ \ | |/
| * Typo fixes in elisp manualBogdan Creanga2016-11-291-14/+0
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+3
|\ \ | |/
| * Clarify documentation of precision in format specsEli Zaretskii2016-08-261-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+3
|\ \ | |/
| * Update ELisp manual to match 'string-collate-equalp' doc stringEli Zaretskii2016-07-101-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-06-261-2/+3
|\ \ | |/
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-231-2/+3
* | Fix copying text properties by 'format'Eli Zaretskii2016-06-091-1/+2
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-101-3/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-051-2/+8
|\ \ | |/
| * Doc fixes for quotingPaul Eggert2016-05-031-2/+8
* | Use Gnulib filevercmp for version comparisonPaul Eggert2016-02-211-14/+6
* | Avoid integer overflows in string-numeric-lesspLars Ingebrigtsen2016-02-211-1/+4
* | Add the string-numeric-lessp functionLars Ingebrigtsen2016-02-211-0/+13
|/