index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify `take` and `ntake` documentation (bug#56521)
Mattias Engdegård
2022-07-18
1
-2
/
+3
*
Add `take` and `ntake` (bug#56521)
Mattias Engdegård
2022-07-17
1
-0
/
+57
*
Allow commands that call `yes-or-no-p' to be repeatable again
Lars Ingebrigtsen
2022-07-11
1
-0
/
+5
*
Simplify str_to_multibyte and related code
Mattias Engdegård
2022-07-11
1
-36
/
+14
*
Simplify and speed up string-to-multibyte
Mattias Engdegård
2022-07-11
1
-16
/
+7
*
Speed up string-to-unibyte
Mattias Engdegård
2022-07-10
1
-10
/
+15
*
Remove unused member of internal struct
Mattias Engdegård
2022-07-08
1
-2
/
+0
*
Faster append and vconcat
Mattias Engdegård
2022-07-07
1
-86
/
+139
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-02
1
-1
/
+1
|
\
|
*
; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Brennan Vincent
2022-07-01
1
-1
/
+1
*
|
Improve sxhash-equal documentation
Lars Ingebrigtsen
2022-06-28
1
-2
/
+4
*
|
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-63
/
+68
*
|
Make warning about require/autoload while bootstrapping not error out
Lars Ingebrigtsen
2022-06-24
1
-2
/
+7
*
|
* src/fns.c (Fmapconcat): Better empty-string-or-nil detection.
Mattias Engdegård
2022-06-17
1
-1
/
+1
*
|
* src/fns.c (Fmapconcat): Optimize the case where separator==""
Stefan Monnier
2022-06-16
1
-4
/
+10
*
|
* src/fns.c (mapcar1): Test types in rough order of likelyhood.
Mattias Engdegård
2022-06-16
1
-12
/
+15
*
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-4
/
+4
*
|
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-2
/
+2
*
|
* src/fns.c (internal_equal): Use BASE_EQ where possible.
Mattias Engdegård
2022-06-11
1
-1
/
+1
*
|
Make `line-number-at-pos' work more like in earlier Emacs versions
Lars Ingebrigtsen
2022-06-09
1
-2
/
+5
*
|
* src/fns.c: Fix IDs in comments to match code.
Paul Eggert
2022-05-07
1
-8
/
+7
*
|
Clarify read-answer-short/use-short-answers action
Lars Ingebrigtsen
2022-04-07
1
-0
/
+3
*
|
Faster `string-lessp` for unibyte arguments
Mattias Engdegård
2022-04-04
1
-4
/
+13
*
|
Replace list and vector sorting with TIMSORT algorithm
Andrew G Cohen
2022-04-04
1
-99
/
+30
*
|
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
1
-2
/
+2
*
|
Use filenvercmp instead of doing it by hand
Paul Eggert
2022-03-19
1
-31
/
+3
*
|
Improve random bignum generation
Paul Eggert
2022-03-16
1
-50
/
+27
*
|
Prefer CALLN
Paul Eggert
2022-03-14
1
-16
/
+8
*
|
Fix symbols with position appearing in the output of `compile-defun'
Alan Mackenzie
2022-02-19
1
-2
/
+4
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-3
/
+3
*
|
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-28
1
-7
/
+1
*
|
Minor `concat` tweaks
Mattias Engdegård
2022-01-26
1
-9
/
+7
*
|
;* src/fns.c (concat_strings): Add missing space.
Andrea Corallo
2022-01-25
1
-1
/
+1
*
|
; * src/fns.c (concat_strings): Fix comment style.
Eli Zaretskii
2022-01-25
1
-2
/
+2
*
|
* src/fns.c (concat_strings): Clean-up unused variable.
Andrea Corallo
2022-01-25
1
-2
/
+0
*
|
Faster concat, append, vconcat, copy-sequence, etc
Mattias Engdegård
2022-01-25
1
-238
/
+304
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-5
/
+0
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-18
/
+18
|
\
\
|
*
|
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-10
1
-14
/
+14
|
|
\
|
|
|
*
; * src/fns.c (Frequire): Fix wording of doc string.
Eli Zaretskii
2022-01-09
1
-14
/
+14
|
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
Fix sloppy base64 acceptance of some multibyte characters
Mattias Engdegård
2021-12-20
1
-3
/
+3
*
|
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-0
/
+5
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-1
/
+11
|
/
/
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-25
1
-0
/
+3
|
\
|
|
*
Doc fix for concat
Ihor Radchenko
2021-10-24
1
-0
/
+3
*
|
Make 'mapconcat' argument 'separator' optional
Stefan Kangas
2021-10-05
1
-2
/
+6
|
/
*
Fix string-distance for two empty strings
Philip Kaludercic
2021-09-23
1
-1
/
+1
*
Doc fix for y-or-n-p; trailing space is no longer needed
Stefan Kangas
2021-09-16
1
-2
/
+4
[next]