aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hash_remove_from_table returns boolGerd Möllmann2022-10-191-1/+5
* New predefined hash table test for string-equalGerd Möllmann2022-10-191-1/+30
* Basic functionality for packagesGerd Möllmann2022-10-081-2/+2
* Speed up string-lessp furtherMattias Engdegård2022-09-301-13/+43
* ; * src/fns.c (Fcopy_alist): More accurate error typeMattias Engdegård2022-09-251-1/+1
* Don't crash in copy-alist with non-list argumentMattias Engdegård2022-09-251-0/+1
* `append' doc string clarificationLars Ingebrigtsen2022-09-241-1/+4
* mapconcat fast path with `identity` function argumentMattias Engdegård2022-09-151-3/+25
* Better `take` and `ntake` bignum argument handlingMattias Engdegård2022-09-011-14/+20
* Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-2/+18
* Clarify `take` and `ntake` documentation (bug#56521)Mattias Engdegård2022-07-181-2/+3
* Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-171-0/+57
* Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-111-0/+5
* Simplify str_to_multibyte and related codeMattias Engdegård2022-07-111-36/+14
* Simplify and speed up string-to-multibyteMattias Engdegård2022-07-111-16/+7
* Speed up string-to-unibyteMattias Engdegård2022-07-101-10/+15
* Remove unused member of internal structMattias Engdegård2022-07-081-2/+0
* Faster append and vconcatMattias Engdegård2022-07-071-86/+139
* Merge from origin/emacs-28Stefan Kangas2022-07-021-1/+1
|\
| * ; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)Brennan Vincent2022-07-011-1/+1
* | Improve sxhash-equal documentationLars Ingebrigtsen2022-06-281-2/+4
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-63/+68
* | Make warning about require/autoload while bootstrapping not error outLars Ingebrigtsen2022-06-241-2/+7
* | * src/fns.c (Fmapconcat): Better empty-string-or-nil detection.Mattias Engdegård2022-06-171-1/+1
* | * src/fns.c (Fmapconcat): Optimize the case where separator==""Stefan Monnier2022-06-161-4/+10
* | * src/fns.c (mapcar1): Test types in rough order of likelyhood.Mattias Engdegård2022-06-161-12/+15
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-4/+4
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-2/+2
* | * src/fns.c (internal_equal): Use BASE_EQ where possible.Mattias Engdegård2022-06-111-1/+1
* | Make `line-number-at-pos' work more like in earlier Emacs versionsLars Ingebrigtsen2022-06-091-2/+5
* | * src/fns.c: Fix IDs in comments to match code.Paul Eggert2022-05-071-8/+7
* | Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-0/+3
* | Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-041-4/+13
* | Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-041-99/+30
* | Remove unused fns/data and make fns staticPaul Eggert2022-03-191-2/+2
* | Use filenvercmp instead of doing it by handPaul Eggert2022-03-191-31/+3
* | Improve random bignum generationPaul Eggert2022-03-161-50/+27
* | Prefer CALLNPaul Eggert2022-03-141-16/+8
* | Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-191-2/+4
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-7/+1
* | Minor `concat` tweaksMattias Engdegård2022-01-261-9/+7
* | ;* src/fns.c (concat_strings): Add missing space.Andrea Corallo2022-01-251-1/+1
* | ; * src/fns.c (concat_strings): Fix comment style.Eli Zaretskii2022-01-251-2/+2
* | * src/fns.c (concat_strings): Clean-up unused variable.Andrea Corallo2022-01-251-2/+0
* | Faster concat, append, vconcat, copy-sequence, etcMattias Engdegård2022-01-251-238/+304
* | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-5/+0
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-18/+18
|\ \
| * \ Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-14/+14
| |\ \ | | |/
| | * ; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii2022-01-091-14/+14