aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/alloc.c: Avoid O(N²) complexity when unchaining markers (bug#24548).Stefan Monnier2018-03-231-2/+22
* | Port to 32-bit sparc64Paul Eggert2018-03-201-1/+5
* | Rename marker_free_list to misc_free_listDaniel Colascione2018-03-041-10/+10
* | Merge from origin/emacs-26Glenn Morris2018-01-201-1/+1
|\ \ | |/
| * Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-191-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix recently-introduced cast typoPaul Eggert2017-12-121-1/+1
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-14/+17
* | Port to gcc -fcheck-pointer-boundsPaul Eggert2017-12-121-13/+24
* | Reimplement Lisp_Object as pointer-to-incompletePaul Eggert2017-12-121-25/+14
* | allocate_vectorlike minor cleanupPaul Eggert2017-12-031-8/+7
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-123/+111
|\ \ | |/
| * Port to IBM xlc 12.01Paul Eggert2017-11-131-13/+10
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-110/+101
* | ; Merge from emacs-26Noam Postavsky2017-11-111-1/+1
|\ \ | |/
| * Fix off-by-1 bug in --enable-checking=stringbytesPaul Eggert2017-11-101-1/+1
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-5/+7
|/
* 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