]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-10-23 Gerd MöllmannMore work on Lisp and tests
2022-10-23 Gerd MöllmannOngoing work on the Lisp side and tests
2022-10-23 Gerd MöllmannUncomment tests after fixing bug#58714
2022-10-23 Gerd MöllmannFix &key parameters called without arguments (bug#58714)
2022-10-23 Gerd MöllmannOne more place with ":..." in C strings
2022-10-23 Gerd MöllmannFix error opening Gnus gmail imap connection
2022-10-22 Gerd MöllmannFix some pkg-tests
2022-10-22 Gerd MöllmannFixes in package functions
2022-10-22 Gerd MöllmannImprove Lisp interface on the C side of packages
2022-10-22 Gerd MöllmannExpose package-%register to Lisp
2022-10-22 Gerd MöllmannMark module--test-assertions--call-emacs-from-gc unstable
2022-10-22 Gerd MöllmannRemove an invalid eassert
2022-10-22 Stefan KangasAdd tests for packagep and package-name
2022-10-22 Stefan KangasFix cl-intern/cl-unintern tests
2022-10-22 Stefan Kangas* src/lisp.h (pkg_error): Fix GCC warning in declaration.
2022-10-22 Gerd MöllmannFix priting of :1
2022-10-22 Gerd MöllmannMake format %s for keywords compatible
2022-10-22 Gerd MöllmannAdd test for format %s with keywords
2022-10-21 Gerd MöllmannMake lisp/progmodes/elisp-mode-tests succeed
2022-10-21 Gerd MöllmannProvide 'symbol-packages'
2022-10-21 Gerd MöllmannFixes for minibuf-tests
2022-10-21 Gerd MöllmannFixes for obarray-tests
2022-10-21 Gerd MöllmannFix printing of empty keywords
2022-10-21 Gerd Möllmannprint-tests failure for esoteric symbols
2022-10-21 Gerd Möllmannprint-test fixes
2022-10-21 Gerd MöllmannWork on Lisp interface
2022-10-20 Gerd MöllmannHandle keywords in image specs
2022-10-20 Gerd MöllmannRemove a call to pkg_break
2022-10-20 Gerd MöllmannAdd pkg_set_status and Lisp defun for it
2022-10-20 Gerd MöllmannFix completion for new symbol table layout
2022-10-20 Gerd MöllmannDe-duplicate packages for mapatoms
2022-10-20 Gerd MöllmannIntroduce PACKAGE_NAMEX
2022-10-20 Gerd MöllmannSome cleanup in pkg.c and lisp.h
2022-10-20 Gerd MöllmannIntrdduce pkg_find_symbol
2022-10-20 Gerd MöllmannPrint package prefixes right
2022-10-20 Gerd MöllmannRemove Lisp_Symbol::external
2022-10-20 Gerd MöllmannRemove unused function prototype from lisp.h
2022-10-20 Gerd MöllmannChange package symbol table layout
2022-10-19 Gerd MöllmannFix some warnings
2022-10-19 Gerd Möllmannhash_remove_from_table returns bool
2022-10-19 Gerd MöllmannFix intern-soft
2022-10-19 Gerd MöllmannFix missing ')'
2022-10-19 Gerd MöllmannRestore obarray.el to return vectors
2022-10-19 Gerd MöllmannNew predefined hash table test for string-equal
2022-10-19 Gerd MöllmannMove more package stuff to Lisp
2022-10-18 Gerd MöllmannMove make-package to Lisp
2022-10-18 Gerd MöllmannMake faces work with keywords not having : in symbol...
2022-10-18 Gerd MöllmannAdd amcros for keyword symbols
2022-10-18 Gerd MöllmannMake internals of Lisp_Package visible to Lisp
2022-10-18 Gerd MöllmannWork on defpackage
2022-10-18 Gerd MöllmannIncrease default symbol-table sizes
2022-10-18 Gerd MöllmannDEFVAR some variables
2022-10-18 Gerd MöllmannSupport specifying package size
2022-10-18 Gerd MöllmannRevert some unimportant changes
2022-10-18 Gerd MöllmannPartially revert "Remove obarrays"
2022-10-18 Gerd MöllmannMore scribbling
2022-10-18 Gerd MöllmannRevert "Dpn't assume symbol-name of keywords starts...
2022-10-18 Gerd MöllmannAdd cö-symbol-name
2022-10-18 Gerd MöllmannRevert "Use make-package instead of make-vector"
2022-10-18 Gerd MöllmannFix printing uninterned symbols
2022-10-18 Gerd Möllmannsymbol-name returning ':' for keywords
2022-10-17 Gerd MöllmannRecognize vectors as obarrays
2022-10-17 Gerd MöllmannFix printing symbols
2022-10-17 Gerd MöllmannFake obarrays
2022-10-17 Gerd MöllmannFix printing of confusing symbol names
2022-10-17 Gerd MöllmannMerge remote-tracking branch 'origin/master' into pkg
2022-10-17 Gerd MöllmannMore scribbling
2022-10-17 Gerd MöllmannAllow intern with ":xyz" again
2022-10-17 Gerd MöllmannHandle packages in completion
2022-10-16 Gerd MöllmannSome scribbling
2022-10-16 Gerd Möllmannintern-soft with ':' trick
2022-10-16 Gerd MöllmannMapatoms differently
2022-10-16 Gerd MöllmannWorkaround for something Stefan missed
2022-10-16 Stefan Monniersrc/alloc.c: Remove all uses of `pure_alloc`
2022-10-15 Gerd MöllmannUse build_pure_c_string
2022-10-15 Gerd MöllmannConsider shorthands out of scope
2022-10-15 Gerd MöllmannBlabla
2022-10-15 Gerd MöllmannDpn't assume symbol-name of keywords starts with colon
2022-10-15 Gerd MöllmannUse make-package instead of make-vector
2022-10-15 Gerd MöllmannRemove Lisp_Symbol::next pointer
2022-10-15 Gerd MöllmannRemove obarrays
2022-10-14 Gerd MöllmannUse packages instead of obarrays in obarray.el
2022-10-14 Gerd MöllmannInitialize package system earlier
2022-10-14 Gerd MöllmannMapping over symbols in a package, mapatoms
2022-10-14 Gerd MöllmannDon't register packages in make-package
2022-10-14 Gerd MöllmannRemove Lisp_Symbol::interned
2022-10-14 Gerd MöllmannCan now pdumg withput warnings from cl-defstruct
2022-10-13 Gerd MöllmannRevert the escaping of symbol names in lisp files
2022-10-13 Gerd MöllmannCan now pdump
2022-10-12 Gerd MöllmannMore symbol reading
2022-10-12 Gerd MöllmannIntern keywords differently
2022-10-11 Gerd MöllmannAnd more fixes
2022-10-11 Gerd MöllmannFixing stuff
2022-10-10 Gerd MöllmannCheck for keywords differently
2022-10-10 Gerd MöllmannRead symbols differently
2022-10-10 Gerd MöllmannMore stuff in pkg.c
2022-10-10 Gerd MöllmannPrint symbols differently
2022-10-10 Gerd MöllmannDon't fix symbols here
2022-10-10 Gerd MöllmannDon't use symbols that look package-qualified
2022-10-10 Gerd MöllmannAdd xprint command
next