]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-12-24 Andrea CoralloSymplify (not t) => nil and (not nil) => t
2020-12-24 Andrea CoralloExtend cstrs pass to match `unless' like code
2020-12-24 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-limplify-lap-inst)...
2020-12-24 Andrea CoralloExtend cstrs pass to match `when' like code
2020-12-24 Andrea CoralloInvert basic block argument order in LIMPLE cond-jump
2020-12-23 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-12-23 Philipp StephaniDeclare argument vector as char *const *.
2020-12-23 Philipp Stephani* .clang-format (ColumnLimit): Fix line length.
2020-12-23 Philipp StephaniPass C string pointer to current directory to 'child_se...
2020-12-23 Andrea CoralloNegate only values while constraining variables (bug...
2020-12-23 Andrea Corallo* Fix non range cstr union operation
2020-12-23 Philipp StephaniAllocate environment block before forking.
2020-12-23 Andrea Corallo* Follow cstr basic blocks to perform latch recognition
2020-12-23 Philipp StephaniReject filenames containing NUL bytes.
2020-12-23 Philipp StephaniRemove an unused parameter from 'child_setup' function.
2020-12-23 Andrea CoralloMake input constraints into memoization hash immutable...
2020-12-23 Andrea Corallo* lisp/emacs-lisp/comp-cstr.el (comp-cstr-copy): Tweak...
2020-12-23 Juri LinkovShow image as text when trying to search/replace in...
2020-12-23 Lars IngebrigtsenImprove the string-limit doc string
2020-12-23 Lars IngebrigtsenAllow string-slice to take zero-length matches
2020-12-23 Lars IngebrigtsenRevert recent server.el frame-focus changes
2020-12-23 Łukasz StelmachHandle gracefully href="" in base tags in shr
2020-12-23 Stefan KangasFix use of obsolete 'emergency' warning level
2020-12-23 Zajcev EvgenyFix use of obsolete 'error' warning level
2020-12-22 Alan ThirdUse new NSString lisp methods
2020-12-22 Liāu, Kiong... Fix --with-nativecomp Windows build (bug#45303)
2020-12-22 Alan MackenzieAlign the word "Function" in profiler's headers over...
2020-12-22 Eric AbrahamsenEnsure that Gnus servers are open(able) before searchin...
2020-12-22 Alan MackenzieAlign profiler's header-line-format to column 0, to...
2020-12-22 Alan MackenzieRe-order the items in `profiler-report' output.
2020-12-22 Michael AlbinusReorganize Tramp header lines
2020-12-22 Basil L. Contovounesios; Fix docstrings in last change to subr-x.el
2020-12-22 Daniel MartínFix wdired-get-filename when ls -F marks symlinks
2020-12-22 Lars IngebrigtsenMake string-pad take an optional START parameter
2020-12-22 Lars IngebrigtsenChange the string-limit parameter semantics
2020-12-22 Lars IngebrigtsenFurther string-clean-whitespace tweaks
2020-12-22 Dmitry Gutov(ruby-mode-set-encoding): Use 'save-restriction'
2020-12-21 Basil L. ContovounesiosTiny string-clean-whitespace simplification
2020-12-21 Lars IngebrigtsenMake string-chop-newline more efficient
2020-12-21 Lars IngebrigtsenMake string-clean-whitespace work on non-ASCII whitespa...
2020-12-21 Lars IngebrigtsenAdd try-completion to the string shortdoc
2020-12-21 Lars IngebrigtsenAdd string-chop-newline
2020-12-21 Basil L. Contovounesios; Fix recent string utility additions
2020-12-21 Lars IngebrigtsenFix shorter-than-length case for string-limit
2020-12-21 Andrea Corallo* Fix a test in auth-source-tests.el
2020-12-21 Andrea Corallo* Fix a bunch of known type specifiers
2020-12-21 Andrea CoralloFix `comp-add-call-cstr' and add a test
2020-12-21 Andrea CoralloFix value type inference for doubly negate constraints
2020-12-21 Andrea CoralloFix native compiler tests when they are bytecompiled
2020-12-21 Andrea CoralloSimplify correctly (or (integer 1 1) (not (integer...
2020-12-21 Andrea Corallo* Guarantee fwprop convergence and termination
2020-12-21 Andrea Corallo* Allow for overlapping src and dst in cstr set operations
2020-12-21 Andrea CoralloSymplify type specifier (not t) as nil
2020-12-21 Andrea CoralloEnhance type inference constraining function arguments
2020-12-21 Andrea Corallo* Allow for modifying insn-cell inside `comp-loop-insn...
2020-12-21 Andrea Corallo* Rename comp-cond-cstr into comp-add-cstrs
2020-12-21 Andrea Corallo* Two minors in comp.el
2020-12-21 Andrea Corallo* Add a type specifier test to comp-cstr-tests.el
2020-12-21 Andrea Corallo* Enumerate and split type specifier tests in comp...
2020-12-21 Andrea Corallo* Improve constraint simplification logic in comp-cstr.el
2020-12-21 Lars IngebrigtsenRename slice-string to string-slice
2020-12-21 Lars IngebrigtsenAdd `string-pad'
2020-12-21 Andrea Corallo* Fix a number of type specifier simplification tests
2020-12-21 Andrea Corallo* Improve comp-fwprop pass
2020-12-21 Lars IngebrigtsenBeef up the Emacs string utility set a bit
2020-12-21 Eli ZaretskiiFix frame creation on X when tool bar is disabled
2020-12-21 Andrea Corallo* Add mvar pretty print support when dumping LIMPLE
2020-12-21 Michael AlbinusFix permission problem in Tramp's copy-file
2020-12-21 Mattias Engdegård; * src/nsfns.m (all_nonzero_ascii): comment correction
2020-12-21 Stefan KangasDrop XEmacs support for EDE ELisp projects
2020-12-21 Andrea CoralloFix Windows build link-time zlib error (bug#45303)
2020-12-21 Andrea Corallo* src/comp.c (eln_load_path_final_clean_up): Fix call...
2020-12-21 Andrea Corallo* src/comp.c (Fcomp__compile_ctxt_to_file): Fix sigmask...
2020-12-21 Lars IngebrigtsenFix problem with entering Gnus groups when Gnus isn...
2020-12-21 Dario GjorgjevskiMake python-mode fontify more assignment statements
2020-12-21 Dmitry GutovGeneric-ify xref-location-column
2020-12-21 Juri LinkovDe-duplicate lines in Xref buffers
2020-12-20 Philipp StephaniUnbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129...
2020-12-20 Alan ThirdFix image cache lookup
2020-12-20 Alan ThirdRemove unnecessary string conversion
2020-12-20 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-12-20 Andrea CoralloHave native compiler always preserve multibyte strings...
2020-12-20 Juri Linkov* lisp/simple.el (goto-line-read-args): Use number...
2020-12-20 Andrea Corallo* Fix missing 'gcc_jit_type_get_const' macro definition...
2020-12-20 Michael AlbinusImprove make-process in Tramp
2020-12-20 Basil L. ContovounesiosInhibit buffer hooks in temporary buffers
2020-12-20 Mattias Engdegårdimage-cache-size improvements
2020-12-19 Eric AbrahamsenFix default value of gnus-registry-register-all: should...
2020-12-19 Dmitry GutovJamie Beardslee <beardsleejamie@gmail.com>
2020-12-19 Andrea CoralloAdd 'internal_condition_case_5' (bug#45303).
2020-12-19 Juri Linkov* lisp/image-mode.el: Use one timer and lock for slow...
2020-12-19 Juri LinkovNo need to set isearch-input-method-function in isearch...
2020-12-19 Andrea Corallo* Add 'gcc_jit_type_get_const' to Windows dynamic load...
2020-12-19 Stefan KangasConvert apropos-internal from C to Lisp (Bug#44529)
2020-12-19 Stefan KangasShorten some over-wide docstrings in functions and...
2020-12-19 Stefan KangasShorten over-wide docstrings in variables
2020-12-19 Stefan KangasShorten over-wide docstrings in defcustoms
2020-12-19 Mattias EngdegårdCorrect units and spacing in memory-report
2020-12-19 Basil L. ContovounesiosSet indent-tabs-mode for c-mode in .dir-locals.el
2020-12-19 Eli Zaretskii; Revert unintended change.
next