index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fns.c
Age
Commit message (
Expand
)
Author
2022-04-07
Clarify read-answer-short/use-short-answers action
Lars Ingebrigtsen
2022-04-04
Faster `string-lessp` for unibyte arguments
Mattias Engdegård
2022-04-04
Replace list and vector sorting with TIMSORT algorithm
Andrew G Cohen
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
Use filenvercmp instead of doing it by hand
Paul Eggert
2022-03-16
Improve random bignum generation
Paul Eggert
2022-03-14
Prefer CALLN
Paul Eggert
2022-02-19
Fix symbols with position appearing in the output of `compile-defun'
Alan Mackenzie
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-28
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-26
Minor `concat` tweaks
Mattias Engdegård
2022-01-25
;* src/fns.c (concat_strings): Add missing space.
Andrea Corallo
2022-01-25
; * src/fns.c (concat_strings): Fix comment style.
Eli Zaretskii
2022-01-25
* src/fns.c (concat_strings): Clean-up unused variable.
Andrea Corallo
2022-01-25
Faster concat, append, vconcat, copy-sequence, etc
Mattias Engdegård
2022-01-14
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-10
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-09
; * src/fns.c (Frequire): Fix wording of doc string.
Eli Zaretskii
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-30
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-20
Fix sloppy base64 acceptance of some multibyte characters
Mattias Engdegård
2021-11-29
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-10-25
Merge from origin/emacs-28
Glenn Morris
2021-10-24
Doc fix for concat
Ihor Radchenko
2021-10-05
Make 'mapconcat' argument 'separator' optional
Stefan Kangas
2021-09-23
Fix string-distance for two empty strings
Philip Kaludercic
2021-09-16
Doc fix for y-or-n-p; trailing space is no longer needed
Stefan Kangas
2021-09-03
; Fix typos
Stefan Kangas
2021-08-18
Improve documentation of 'assoc'
Eli Zaretskii
2021-07-24
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-07-21
Fix final test for invalid base64url chars
Lars Ingebrigtsen
2021-06-16
Eliminate some GCC warnings
Mattias Engdegård
2021-05-20
Fix arg-out-of-range errors in 'line-number-at-pos'
Eli Zaretskii
2021-05-20
; * src/fns.c (Fline_number_at_pos): Fix doc string and comments.
Eli Zaretskii
2021-04-21
Introduce `sxhash-equal-including-properties'.
Andrea Corallo
2021-03-28
Clarify the doc string of plist-memeber and plist-put
Lars Ingebrigtsen
2021-03-21
Prevent open minibuffers getting lost when their frame gets deleted
Alan Mackenzie
2021-03-11
Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)
Juri Linkov
2021-03-05
* src/fns.c (Frandom): Handle bignum `limit`s
Stefan Monnier
2021-02-25
Fix documentation of a recent change
Eli Zaretskii
2021-02-25
New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'
Juri Linkov
2021-02-09
Fix count-lines problem in non-ASCII buffers
Lars Ingebrigtsen
2021-02-07
Allow Fline_number_at_pos being called with a marker
Lars Ingebrigtsen
2021-02-07
Move line-number-at-pos to C
Lars Ingebrigtsen
2021-02-07
Add a new function 'line-number-at-position'
Lars Ingebrigtsen
2021-01-28
* src/fns.c (hash_string): Fix bug#46111
Stefan Monnier
2021-01-12
Add a new function 'buffer-line-statistics'
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
[next]