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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * src/fns.c (Fcopy_sequence): Doc fix. (Bug#64960)
Eli Zaretskii
2023-08-16
1
-1
/
+2
*
Avoid crashes in 'display_count_lines' when current buffer was killed
Eli Zaretskii
2023-08-12
1
-0
/
+3
*
Fix 'use-dialog-box-p' and friends
Eli Zaretskii
2023-05-23
1
-5
/
+11
*
Fix line-number-at-pos when POSITION is out of narrowing
Eli Zaretskii
2023-04-22
1
-12
/
+23
*
; Improve documentation of hash functions.
Eli Zaretskii
2023-02-11
1
-8
/
+9
*
; Fix non-tree-sitter builds
Eli Zaretskii
2023-01-13
1
-3
/
+4
*
Equal now recognizes tree-sitter nodes (bug#60659)
Yuan Fu
2023-01-12
1
-0
/
+8
*
; Fix documentation of y-or-n-p/yes-or-no-p
Eli Zaretskii
2023-01-04
1
-2
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-16
1
-1
/
+1
*
; Add cross-reference to string-equal docstring
Stefan Kangas
2022-12-03
1
-1
/
+3
*
Improve documentation of locale-specific string comparison
Eli Zaretskii
2022-11-23
1
-1
/
+2
*
Improve the doc string of 'string-collate-lessp'
Ihor Radchenko
2022-11-22
1
-2
/
+3
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-8
/
+7
|
\
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-1330
/
+2277
|
|
\
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-4
/
+3
*
|
|
Ignore non-base64 junk when decoding MIME
Andreas Schwab
2022-10-25
1
-18
/
+26
*
|
|
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-44
/
+53
*
|
|
; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframes
Mattias Engdegård
2022-10-11
1
-1
/
+2
*
|
|
Restrict string-lessp vectorisation to safe architectures
Mattias Engdegård
2022-10-08
1
-10
/
+30
*
|
|
Speed up string-lessp for multibyte strings
Mattias Engdegård
2022-10-07
1
-12
/
+39
*
|
|
Speed up string-lessp further
Mattias Engdegård
2022-09-30
1
-13
/
+43
*
|
|
; * src/fns.c (Fcopy_alist): More accurate error type
Mattias Engdegård
2022-09-25
1
-1
/
+1
*
|
|
Don't crash in copy-alist with non-list argument
Mattias Engdegård
2022-09-25
1
-0
/
+1
|
|
/
|
/
|
*
|
`append' doc string clarification
Lars Ingebrigtsen
2022-09-24
1
-1
/
+4
*
|
mapconcat fast path with `identity` function argument
Mattias Engdegård
2022-09-15
1
-3
/
+25
*
|
Better `take` and `ntake` bignum argument handling
Mattias Engdegård
2022-09-01
1
-14
/
+20
*
|
Accept bignum arguments in `take` and `ntake`
Mattias Engdegård
2022-08-30
1
-2
/
+18
*
|
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
[next]