]> code.delx.au - gnu-emacs-elpa/history - async.el
More robust evaluation and closure-protection of start-func
[gnu-emacs-elpa] / async.el
2013-10-20 Ryan C. ThompsonMore robust evaluation and closure-protection of start...
2013-10-17 Ryan C. ThompsonPrevent accidental creation of lexical closures.
2013-04-10 Thierry VolpiattoUpdate copyrights.
2013-02-20 Thierry Volpiatto* async.el: Issue #7 Apply sabof patch from github...
2012-08-08 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2012-07-16 Thierry Volpiatto* async.el (async-start): Use the possible true name...
2012-07-10 John WiegleyMove async.el testing code into its own module
2012-07-10 John WiegleyMinor touches
2012-06-22 John WiegleyPropagate non-zero exit codes as errors
2012-06-22 John WiegleySeveral minor fixes
2012-06-22 John WiegleyAdded async-sandbox
2012-06-21 John WiegleyShow full backtraces if `async-debug' is non-nil
2012-06-20 John WiegleyUse pipes instead of variable passing
2012-06-20 John WiegleyAlways base64 encode
2012-06-20 John WiegleyFix for when async.el is byte-compiled
2012-06-20 John WiegleyAdded message passing, but undocumented for now
2012-06-20 John WiegleySome minor adjustments
2012-06-20 John WiegleyDon't use pipes for communication just yet
2012-06-20 John WiegleyMade some macros into functions, added debug code
2012-06-20 John WiegleyAdded `async-start-process'
2012-06-19 John WiegleySend data over a pipe, rather than in an argument
2012-06-19 John WiegleyFixed async-smtpmail-send-it
2012-06-19 John WiegleyQuiet byte-compiler warnings
2012-06-19 John WiegleyAdded async-inject-environment
2012-06-19 John WiegleyAdded support for signal propagation
2012-06-19 John WiegleyAdded note to README
2012-06-18 John WiegleyRenamed emacs-async.el to async.el