summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor type and signature fixes in jit.cfeature/libjitEli Zaretskii2018-09-091-4/+2
* Fix types of Lisp objects in values and function callsEli Zaretskii2018-08-291-11/+17
* Fix 32-bit Cygwin builds with libjitKen Brown2018-08-271-4/+5
* Fix MS-Windows build with libjitEli Zaretskii2018-08-238-42/+415
* Improve jit-disassemble-to-stringEli Zaretskii2018-08-181-4/+33
* Fix 32-bit compilation on MS-WindowsEli Zaretskii2018-08-181-6/+12
* JIT compilerTom Tromey2018-08-139-73/+2825
* Remove obsolete commentTom Tromey2018-08-131-1/+0
* Add configury for JITTom Tromey2018-08-132-4/+21
* Create bytecode.hTom Tromey2018-08-132-206/+231
* Update doc strings for fixnum constantsPaul Eggert2018-08-131-2/+2
* Fix check for unsafe watch descriptorPaul Eggert2018-08-132-5/+10
* Add uuid as allowed thingatpt symbol (Bug#32372)Raimon Grau2018-08-133-4/+31
* Pacify gcc -Og -WuninitializedPaul Eggert2018-08-128-8/+8
* * configure.ac (GMP_LIB): Set to -lgmp if --without-mini-gmp.Paul Eggert2018-08-121-1/+1
* Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-121-14/+29
* Update and improve todo-mode item insertion and editing codeStephen Berman2018-08-121-185/+164
* Adjust .gdbinit to removal of misc objectsPaul Eggert2018-08-121-37/+9
* Make mini-gmp safe for --enable-gcc-warningsPaul Eggert2018-08-124-4/+45
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2018-08-121-1/+1
|\
| * Fix typo caught by zshPaul Eggert2018-08-121-1/+1
* | ; Avoid compilation warnings under -OgEli Zaretskii2018-08-125-5/+5
|/
* ; Remove instrumentation for Bug#32226Michael Albinus2018-08-123-80/+4
* jsonrpc-shutdown's cleanup also kills stderr bufferJoão Távora2018-08-121-2/+3
* Revert "Make jsonrpc-shutdown a noop if process isn't running"João Távora2018-08-121-14/+12
* Ensure no padding after union vectorlike_headerAndreas Schwab2018-08-121-5/+6
* Avoid padding after union vectorlike_headerAndreas Schwab2018-08-121-3/+5
* New 'configure' arg --with-mini-gmpPaul Eggert2018-08-122-13/+29
* Update from GnulibPaul Eggert2018-08-114-47/+49
* Remove stray union Lisp_Misc doc (Bug#32405#35).Paul Eggert2018-08-111-5/+0
* Simplify mark_object for pseudovectorsPaul Eggert2018-08-112-19/+5
* Turn misc objects into pseudovectorsPaul Eggert2018-08-1111-816/+400
* Pacify Oracle Studio 12.6Paul Eggert2018-08-112-11/+4
* Reject old libgmp that lack mpz_roinit_nPaul Eggert2018-08-111-1/+1
* ; * test/lisp/international/ccl-tests.el: Add license notice.Glenn Morris2018-08-111-0/+19
* Merge branch 'feature/bignum'Tom Tromey2018-08-11130-4957/+10845
|\
| * Fix up for bignums after merge from trunkTom Tromey2018-08-093-4/+4
| * Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09220-5099/+20439
| |\
| * | Use mpz_sgn rather than comparisons against 0Tom Tromey2018-08-092-3/+3
| * | Do not use GMP_NUMB_BITSAndy Moreton2018-08-091-1/+1
| * | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-097-158/+158
| * | Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
| * | Handle leading "+" when converting string to bignumTom Tromey2018-08-081-10/+5
| * | Use mpz_import in mpz_set_uintmax_slowTom Tromey2018-08-081-5/+5
| * | Make purecopy work for bignumsTom Tromey2018-08-081-0/+30
| * | More macro renamings for bignumTom Tromey2018-08-0798-1972/+1972
| * | Fix test and comment in CCL changeAndy Moreton2018-08-052-3/+5
| * | Fix hash functions for bignumsTom Tromey2018-08-042-4/+41
| * | Fix bignum comparisons with NaNTom Tromey2018-08-043-9/+24
| * | Make bignums work better when EMACS_INT is larger than longAndy Moreton2018-08-045-23/+340