summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* * src/alloc.c (Fbool_vector, Flist, Fvector): Doc tweak.Glenn Morris2018-09-151-4/+4
* * src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".Alan Mackenzie2018-09-151-1/+1
* * src/alloc.c: Remove obsolete comments.Paul Eggert2018-08-111-4/+0
* Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-6/+2
* Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-9/+0
* Port to 32-bit sparc64Paul Eggert2018-03-201-1/+5
* Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-191-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Port to IBM xlc 12.01Paul Eggert2017-11-131-13/+10
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-110/+101
* Fix off-by-1 bug in --enable-checking=stringbytesPaul Eggert2017-11-101-1/+1
* Fix alignment portability problemsPaul Eggert2017-11-021-0/+6
* ; * src/alloc.c (sweep_symbols): Fix last change.Eli Zaretskii2017-11-021-1/+1
* * src/alloc.c (sweep_symbols): Tweak last changeStefan Monnier2017-11-021-4/+10
* Avoid duplicate calls to xfree for the same pointerEli Zaretskii2017-10-311-1/+3
* Avoid segfaults in 64-bit Windows buildsEli Zaretskii2017-10-281-6/+0
* Do not under-align pseudovectorsPaul Eggert2017-10-141-3/+7
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make garbage collection more conservativePaul Eggert2017-08-291-132/+193
* Improve stack-top heuristicPaul Eggert2017-08-291-5/+15
* Properly align global lispsymAndreas Schwab2017-07-251-1/+1
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-2/+2
* Add garbage collection support for module environmentsPhilipp Stephani2017-06-091-0/+4
* Avoid another compiler warning on macOSPhilipp Stephani2017-05-271-1/+1
* Reimplement module functionsPhilipp Stephani2017-05-201-8/+0
* ; * src/alloc.c (make_module_function): Avoid compiler warning.Eli Zaretskii2017-05-061-1/+1
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+7
* Turn on GC_CHECK_MARKED_OBJECTS by default under ENABLE_CHECKINGEli Zaretskii2017-05-061-6/+12
* Deprecate copy-record in favor of copy-sequencePaul Eggert2017-04-071-14/+0
* Update documentation for type semantics of records.Lars Brinkhoff2017-04-061-4/+6
* Minor simplifications and doc for recordsPaul Eggert2017-04-041-48/+19
* Fix recent changes in record data typeEli Zaretskii2017-04-041-3/+3
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-1/+92
* Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-14/+4
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-3/+3
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-1/+1
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-4/+4
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-3/+3
* Re-port alloc.c to Solaris sparc and simplifyPaul Eggert2017-02-021-120/+69
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-1/+1
* * src/alloc.c, src/lisp.h: Fix minor glitches in recent changes.Paul Eggert2017-01-311-14/+10
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-3/+73
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Simplify make-list implementationPaul Eggert2017-01-251-33/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Port to Sun C 5.14Paul Eggert2016-12-011-4/+4