index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon
Artem Loenko
2020-12-29
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-12-25
1
-1
/
+1
|
\
|
*
* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
Philipp Stephani
2020-12-23
1
-1
/
+1
|
*
Codesign the executable on recene MacOS systems
Itai Seggev
2020-12-23
1
-0
/
+7
*
|
Revert "Use posix_spawn if possible."
Eli Zaretskii
2020-12-25
1
-3
/
+1
*
|
Use posix_spawn if possible.
Philipp Stephani
2020-12-25
1
-1
/
+3
*
|
Codesign the executable on recene MacOS systems
Itai Seggev
2020-11-24
1
-0
/
+7
*
|
Add xwidget support for macOS
Sungbin Jo
2020-08-12
1
-0
/
+1
*
|
Update from Gnulib
Paul Eggert
2020-07-30
1
-2
/
+2
*
|
Use Gnulib libgmp module
Paul Eggert
2020-07-09
1
-3
/
+2
*
|
Revert my KEY_OPS_CFLAGS change to src/Makefile.in
Paul Eggert
2020-04-07
1
-5
/
+2
*
|
Default gcc -Og to inlining key ops
Paul Eggert
2020-04-04
1
-2
/
+5
*
|
Remove unused ftx font backend driver
Stefan Kangas
2020-01-15
1
-3
/
+3
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Remove stale .pdmp files with ‘make clean’
Paul Eggert
2019-08-03
1
-7
/
+7
*
Make extraclean return tree to pristine state by deleting more
Lars Ingebrigtsen
2019-06-20
1
-1
/
+1
*
Fix oversights of "support X core font driver on cairo" change
YAMAMOTO Mitsuharu
2019-06-19
1
-1
/
+1
*
Fix up the --no-print-directory changes in src/Makefile.in
Lars Ingebrigtsen
2019-06-17
1
-6
/
+7
*
Avoid printing entering/leaving messages in second stage bootstrap
Lars Ingebrigtsen
2019-06-15
1
-0
/
+5
*
Move common HarfBuzz code to a common file hbfont.c
Eli Zaretskii
2019-06-01
1
-1
/
+2
*
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-04-27
1
-48
/
+100
|
\
|
*
Replace executable’s fingerprint in place
Paul Eggert
2019-04-14
1
-12
/
+18
|
*
Bring back dmpstruct.h
Paul Eggert
2019-04-10
1
-1
/
+12
|
*
Fix $(MAKE) -C for out-of-tree bootstraps
Paul Eggert
2019-04-10
1
-2
/
+2
|
*
Remove the need for temacs.in
Paul Eggert
2019-04-09
1
-33
/
+20
|
*
Remove assumption of uint64_t etc. in portable code
Paul Eggert
2019-04-09
1
-1
/
+3
|
*
Remove dmpstruct.h
Paul Eggert
2019-04-09
1
-9
/
+1
|
*
* src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN.
Eli Zaretskii
2019-03-23
1
-1
/
+1
|
*
* src/Makefile.in (clean): Delete versioned pdmp files.
Glenn Morris
2019-01-28
1
-1
/
+2
|
*
Avoid having to build src/emacs when we just want to `make tags`
Stefan Monnier
2019-01-23
1
-1
/
+4
|
*
; * src/Makefile.in: Fix wording of comment in last change.
Eli Zaretskii
2019-01-23
1
-1
/
+1
|
*
Fix build errors with pdump fingerprint on macOS
Eli Zaretskii
2019-01-23
1
-7
/
+6
|
*
Fix occasional pdumper/bootstrap error
Alan Third
2019-01-21
1
-0
/
+1
|
*
Fix minor glitch with producing 'emacs' executable
Eli Zaretskii
2019-01-16
1
-1
/
+1
|
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-26
/
+75
|
*
Add native image scaling (bug#33587)
Alan Third
2019-01-10
1
-1
/
+2
|
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
|
*
Work around dumping bug on GNU/Linux ppc64le
Paul Eggert
2018-11-11
1
-0
/
+2
*
|
|
Add support for building with HarfBuzz
Khaled Hosny
2018-12-10
1
-2
/
+4
|
/
/
*
|
Use tcdrain, not fdatasync, to drain ttys
Paul Eggert
2018-12-02
1
-2
/
+1
*
|
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-1
/
+1
*
|
Fix ‘make clean’ with a file named ‘-.o’
Paul Eggert
2018-09-24
1
-3
/
+3
*
|
Modularize bignums better
Paul Eggert
2018-08-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-1
/
+1
|
\
\
|
*
|
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-08-05
1
-1
/
+1
*
|
|
Add configury for GMP library
Tom Tromey
2018-07-12
1
-2
/
+5
|
/
/
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-18
1
-2
/
+3
|
\
|
|
*
Make 'tags' targets respect --with-silent-rules (Bug#31744)
Noam Postavsky
2018-06-12
1
-2
/
+3
[next]