aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer memcpy and memset to doing it by handPaul Eggert2016-02-043-29/+17
* Simplify USE_ALIGNED_ALLOCPaul Eggert2016-02-041-14/+5
* Merge from origin/emacs-25John Wiegley2016-02-037-13/+37
|\
| * Fix x-popup-menu on TTYs without a mouseEli Zaretskii2016-02-031-0/+3
| * Fix failure to compile ns-win.el in parallel buildsEli Zaretskii2016-02-021-0/+5
| * Some corrections in Elisp manualMartin Rudalics2016-02-011-5/+5
| * Fix (c & 040) typo in emergency escapesPaul Eggert2016-01-311-2/+2
| * Fix display of overlay strings with 'display' and 'box' propertyEli Zaretskii2016-01-311-2/+11
| * Correct reference to DARWIN_OS preprocessor symbolJohn Wiegley2016-01-301-1/+1
| * Spelling fixPaul Eggert2016-01-301-1/+1
| * Pacify GCC on C library without glibc APIPaul Eggert2016-01-301-3/+6
* | Merge from origin/emacs-25John Wiegley2016-02-031-1/+11
|\ \ | |/
| * Disable DebPrint in sys_read on MS-WindowsEli Zaretskii2016-01-301-1/+11
* | Mention context when resume from emergency escapePaul Eggert2016-02-031-0/+3
* | ; Fix last aligned_alloc declaration changeKen Brown2016-02-031-1/+1
* | Port aligned_alloc decl to Cygwin.Paul Eggert2016-02-031-3/+2
* | Port better to platforms lacking aligned_allocPaul Eggert2016-02-021-1/+4
* | Port malloc.h hygiene fix to LTOPaul Eggert2016-02-021-1/+3
* | Double static heap size.Paul Eggert2016-02-011-2/+2
* | Port new hybrid malloc to FreeBSDPaul Eggert2016-01-311-4/+7
* | Spelling fixesPaul Eggert2016-01-301-3/+3
* | Port recent my_edata change to MS-WindowsPaul Eggert2016-01-301-2/+2
* | Shrink static heap a bitPaul Eggert2016-01-301-5/+5
* | Fix extern symbols defined and not usedPaul Eggert2016-01-305-8/+15
* | Build lib/e-*.o only on platforms that need itPaul Eggert2016-01-304-21/+13
* | Include <malloc.h> when advisablePaul Eggert2016-01-307-118/+94
* | * src/alloc.c: Include "sheap.h".Paul Eggert2016-01-304-29/+25
* | Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert2016-01-309-120/+102
* | Report static heap usage on non-Cygwin, tooPaul Eggert2016-01-302-4/+5
* | Pacify GCC on extern declsPaul Eggert2016-01-301-1/+4
* | Add musl patch to support HYBRID_MALLOC on elf systemsWolfgang Jenkner2016-01-302-3/+7
* | unexelf.c hook to support HYBRID_MALLOC on ELFRich Felker2016-01-301-0/+5
* | Link temacs with gnulib compiled with -DemacsWolfgang Jenkner2016-01-301-3/+3
* | Internal linkage for gmalloc etc. if HYBRID_MALLOCWolfgang Jenkner2016-01-301-17/+41
* | -Paul Eggert2016-01-305-81/+88
|\ \ | |/
| * Revert "Re-enable checks in member, memql, delete to complain about non-lists"Andreas Schwab2016-01-301-3/+3
| * Re-enable checks in member, memql, delete to complain about non-listsAndreas Schwab2016-01-291-3/+3
| * malloc.h hygienePaul Eggert2016-01-263-74/+88
| * Remove never-set var handle_user_signal_hookPaul Eggert2016-01-262-7/+0
| * Backport:fix previous change of src/ftfont.c (ftfont_shape_by_flt)K. Handa2016-01-261-4/+6
| * support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-263-11/+52
* | -Paul Eggert2016-01-3011-32/+49
|\ \ | |/
| * Fixed NextStep fullscreen issue (bug#22468)Anders Lindgren2016-01-261-13/+30
| * ; Spelling fixes (American spelling)Glenn Morris2016-01-251-1/+1
| * Spelling fixesPaul Eggert2016-01-252-5/+5
| * Expunge "allow" + infinitive from source and doc, part 2.Alan Mackenzie2016-01-253-4/+4
| * * src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.Paul Eggert2016-01-241-1/+1
| * Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-246-8/+8
* | Merge from origin/emacs-25Paul Eggert2016-01-302-18/+26
|\ \ | |/
| * Don't operate on menu bar of nonexistent frameOscar Fuentes2016-01-231-9/+12