]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2009-09-19 Tom TromeyDefine with-new-thread macro.
2009-09-19 Tom TromeyCall error if thread creation failed.
2009-09-19 Giuseppe ScrivanoRaise an error when the thread cannot be created correctly.
2009-09-19 Giuseppe ScrivanoImplementation of a custom threads scheduler. Try to...
2009-09-19 Giuseppe ScrivanoMove all locking logic into thread.c.
2009-09-19 Giuseppe ScrivanoWhen there are other active threads, yield returns t.
2009-09-18 Giuseppe Scrivanorun-in-thread accepts a new optional argument: nolock.
2009-09-18 Giuseppe ScrivanoProtect from yield while waiting for keyboard input.
2009-09-18 Giuseppe ScrivanoFix a problem introduced with 9541917a66e9ef59a64bfe19c...
2009-09-18 Giuseppe ScrivanoBlock yield if garbage collecting can cause an abort.
2009-09-18 Giuseppe ScrivanoA new thread maintain the parent's buffer when the...
2009-09-18 Giuseppe ScrivanoBlock yield when input is blocked.
2009-09-18 Giuseppe ScrivanoWhen Finhibit_yield is not-nil, allow access to any...
2009-09-17 Giuseppe ScrivanoFix a bug introduced in ccdc353864000ec8f13cb64d95cd577...
2009-09-17 Giuseppe ScrivanoUse `waitpid' to check if a process is still alive...
2009-09-17 Giuseppe ScrivanoAllow access to the minibuffer only to a thread at...
2009-09-17 Giuseppe ScrivanoHonor the function return type.
2009-09-17 Giuseppe ScrivanoAvoid the access to NULL memory while gc marks.
2009-09-17 Giuseppe ScrivanoRemove assertion that does not seem valid anymore.
2009-09-17 Giuseppe ScrivanoNow it is possible to disable threading using "inhibit...
2009-09-17 Giuseppe ScrivanoReflect last changes in the GDB script.
2009-09-17 Giuseppe ScrivanoSignals can be captured by any thread.
2009-09-16 Giuseppe ScrivanoInitialize a new buffer's owner to nil.
2009-09-16 Giuseppe ScrivanoSupport more complex code blocks as argument to `run...
2009-09-16 Giuseppe ScrivanoFree the thread specdl. Bug introduced with c466c557f39...
2009-09-16 Giuseppe ScrivanoRevert to the previous code.
2009-09-16 Giuseppe ScrivanoCheck for `other_threads_p ()' in the inner loop too...
2009-09-16 Giuseppe ScrivanoSolve some problems with memory cleanup.
2009-09-15 Giuseppe ScrivanoFix a segfault when m_current_buffer is NULL
2009-09-15 Giuseppe ScrivanoInitialize stack_top when a new thread is created.
2009-09-14 Tom TromeyRelease the current buffer when a thread exits.
2009-09-13 Tom TromeyFix boundp and a bug in store_symval_forwarding.
2009-09-11 Tom TromeyFirst working draft of thread-local binding.
2009-09-11 Tom TromeyFix another oversight in thread.c.
2009-09-11 Tom TromeyFix two bad bugs in thread.c.
2009-09-09 Tom TromeyInitial code for buffer locking.
2009-09-09 Tom TromeyIntroduce threads.
2009-09-09 Tom TromeyIntroduce thread-local object.
2009-09-09 Tom TromeyRewrite globals to allow indirection in C.
2009-09-09 Tom TromeyAdd find_variable_location and create globals.h.
2009-09-09 Tom TromeyAdded a small test suite for binding operations.
2010-03-25 YAMAMOTO MitsuharuDon't call turn_on_atimers around `connect' (Bug#5723).
2010-03-25 Helmut EllerCall `select' for interrupted `connect' rather than...
2010-03-25 Glenn MorrisClose bug#5755.
2010-03-25 Ted ZlatanovFix wrong variable name.
2010-03-25 Stefan MonnierAdd "union tags" in mpc.el.
2010-03-24 Stefan MonnierMisc cleanup.
2010-03-24 Stefan MonnierMerge from `emacs-23'.
2010-03-24 Stefan Monnier* vc-dir.el (vc-dir-headers): Abbreviate the working...
2010-03-24 Stefan Monnier(makefile-rule-action-regex): Backtrack less.
2010-03-24 Sam Steingoldfix a typo in last patch
2010-03-24 Ted ZlatanovAdd a list of HTTP status code symbols and their text...
2010-03-24 Glenn Morris* vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2010-03-24 Glenn Morris* cedet/ede/project-am.el (ede-shell-run-something...
2010-03-24 Glenn Morris* vc.el (vc-modify-change-comment): Pass MODE to vc...
2010-03-24 Glenn Morris* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2010-03-24 Glenn Morris* vc-dispatcher.el (vc-start-logentry): Doc fix.
2010-03-24 Glenn Morris* log-edit.el (log-edit-before-checkin-process): Doc...
2010-03-24 Glenn Morris* mail-source.el (gnus-message): Declare.
2010-03-24 Glenn Morris* cedet/semantic/bovine/c.el (semantic-c-describe-envir...
2010-03-24 Glenn MorrisClose bug#5759.
2010-03-24 Juanma BarranqueroFix typos in Changelog.
2010-03-24 Juanma BarranqueroFix typos.
2010-03-24 Arni Magnusson* frames.texi (Cursor Parameters): Fix typo. (Bug...
2010-03-23 Sam SteingoldFix bug#5620: recalculate all markers on compilation...
2010-03-23 Sam Steingoldupdate author's email
2010-03-23 Juri Linkov* occur-testsuite.el: New file.
2010-03-23 Juri LinkovImplement Occur multi-line matches.
2010-03-23 Juri Linkov* replace.el (occur-engine-line): Add optional arg...
2010-03-23 Katsumi YamaokaSynch with Gnus trunk
2010-03-23 Katsumi YamaokaSynch with Gnus trunk
2010-03-23 Juri Linkov* replace.el (occur-accumulate-lines, occur-engine):
2010-03-23 Juri Linkov* finder.el: Remove TODO tasks.
2010-03-23 Dan Nicolaescu* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2010-03-23 Dan Nicolaescu* s/netbsd.h: Remove commented out code.
2010-03-23 Dan NicolaescuSimplify LIBS_MACHINE definitions.
2010-03-23 Glenn Morris* textmodes/flyspell.el (sgml-lexical-context): Autoloa...
2010-03-23 Stefan MonnierAdd a new completion style `substring'.
2010-03-22 Dan NicolaescuRemove dead code dealing with POSIX_SIGNALS.
2010-03-22 Chong Yidong* indent.el (indent-for-tab-command): Doc fix.
2010-03-22 Alan Mackenziecc-engine.el (c-remove-stale-state-cache): Fix off...
2010-03-22 Juanma BarranqueroFix typos.
2010-03-22 Juanma BarranqueroFix typos in docstrings.
2010-03-22 Juanma BarranqueroFix typos in mh-e.
2010-03-22 Juanma BarranqueroFix typos in Gnus.
2010-03-22 Stefan MonnierGet rid of .elc files after removal of the correspondin...
2010-03-22 Jan DjärvMakefile.in (compile-main): cd to $(lisp) in a sub...
2010-03-22 Jan Djärvbug #5736: Allow X-resource menuBar to take on/off...
2010-03-22 Stefan MonnierGet rid of the ELCFILES abomination, again.
2010-03-22 Dan Nicolaescu* keyboard.c (Fset_input_interrupt_mode): Remove code...
2010-03-21 Chong Yidong* dired.texi (Dired Updating): Document dired-auto...
2010-03-21 Dan Nicolaescu(BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2010-03-21 Dan Nicolaescu* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2010-03-21 Chong YidongDocument multi-isearch-buffers and tab-always-indent.
2010-03-21 Chong Yidong* processes.texi (Network Processes): Document seqpacke...
2010-03-21 Chong YidongNEWS: Re-organize Lisp changes for Emacs 23.2.
2010-03-21 Andreas SchwabUse absolute directory names substituted by configure
2010-03-21 Andreas SchwabExpand ${bootstrap_exe} before chdir
2010-03-21 Juri LinkovFix message of multi-line occur regexps and multi-buffe...
2010-03-20 Stefan MonnierUse more relative file and directory names in `lisp...
next