aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of 'copy-sequence'Eli Zaretskii2017-09-301-1/+3
* Define gnutls_rnd for WINDOWSNT and HAVE_GNUTLS3 case onlyMartin Rudalics2017-09-151-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-021-4/+5
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+11
* Improve some GnuTL error messagesEli Zaretskii2017-07-151-2/+2
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-141-27/+22
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-141-0/+4
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-141-25/+109
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-5/+10
* * src/fns.c (sxhash): Fix records hashing (bug#27057, bug#26639)Stefan Monnier2017-05-241-4/+4
* More informative error when required feature missingGlenn Morris2017-05-091-2/+11
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-3/+2
* Deprecate copy-record in favor of copy-sequencePaul Eggert2017-04-071-3/+9
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-1/+1
* Some inotify cleanupPaul Eggert2017-03-301-2/+1
* Fix assoc_no_quit so that it does not quitPaul Eggert2017-03-291-42/+80
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-4/+2
* * src/fns.c (Fbuffer_hash): Doc fix.Leo Liu2017-03-011-2/+1
* Minor weak hash table performance tweaksPaul Eggert2017-02-211-5/+3
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-42/+53
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-76/+93
* Hash table threshold is now float, not doublePaul Eggert2017-02-211-11/+13
* Fix glitches in recent hash table changesPaul Eggert2017-02-191-3/+2
* ; * src/fns.c (Fmake_hash_table): Prefer 'double' to 'float'.Eli Zaretskii2017-02-191-1/+1
* Avoid aborts during loadupEli Zaretskii2017-02-191-1/+1
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-15/+15
* Make FOR_EACH_TAIL more like other FOR_EACH macrosPaul Eggert2017-02-061-81/+101
* Signal list cycles in ‘length’ etc.Paul Eggert2017-02-051-181/+109
* Simplify use of FOR_EACH_TAILPaul Eggert2017-02-051-9/+7
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-16/+16
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-29/+24
* Remove immediate_quit.Paul Eggert2017-02-011-34/+8
* Revert two accidental commitsDima Kogan2017-01-311-4/+0
* stashDima Kogan2017-01-301-0/+4
* Add delq list arg checkPaul Eggert2017-01-301-0/+1
* More fixes to prevent crashes on C-gEli Zaretskii2017-01-301-3/+3
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-6/+27
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-3/+3
* A quicker check for quitPaul Eggert2017-01-251-49/+83
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-221-168/+80
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+1
|\ \ | |/
| * Un-confuse doc string of 'string-collate-equalp'Eli Zaretskii2016-07-081-2/+1
* | Fix (mapcar F S) crash when F alters S’s lengthPaul Eggert2016-08-021-47/+30
* | * src/fns.c (syms_of_fns): Leave `features' lexically scopedStefan Monnier2016-07-111-0/+3
* | An efficient built-in mapcanMario Lang2016-07-101-0/+25