Use putenv+unsetenv instead of modifying environ directly.
[bpt/emacs.git] / src / lisp.h
2012-12-08 Paul EggertUse putenv+unsetenv instead of modifying environ directly.
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-04 Dmitry Antipov* lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_fa...
2012-12-03 Paul Eggert* bytecode.c, lisp.h (Qbytecode): Remove.
2012-12-03 Dmitry Antipov* lisp.h (modify_region): Rename to...
2012-12-03 Dmitry Antipov* alloc.c (free_save_value): New function.
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Kenichi Handa(no commit message)
2012-11-22 Dmitry Antipov* alloc.c (Fgarbage_collect): Unblock input after clearing
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-20 Stefan MonnierConflate Qnil and Qunbound for `symbol-function'.
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Kenichi Handamerge trunk
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-09 Stefan MonnierProvide new `defalias-fset-function' symbol property.
2012-11-09 Paul Eggert* fns.c (Qeql, hashtest_eq): Now static.
2012-11-08 Stefan Monnier* src/lisp.h (XHASH): Redefine to be imperfect and...
2012-11-08 Paul EggertUse same hash function for hashfn_profiler as for hash_...
2012-11-08 Stefan MonnierUse ad-hoc comparison function for the profiler's hash...
2012-11-08 Dmitry AntipovShrink struct vectorlike_header to the only size field.
2012-11-06 Paul EggertRestore some duplicate definitions.
2012-11-06 Paul EggertMinor adjustments of recently-changed frame functions.
2012-11-06 Dmitry AntipovWidely used frame validity and checking functions.
2012-11-03 Glenn MorrisMerge from emacs-24; up to 2012-11-03T05:11:34Z!dmantip...
2012-11-03 Paul EggertOmit duplicate definitions no longer needed with gcc...
2012-11-02 Dmitry AntipovWindow-related stuff cleanup here and there.
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-23 Kenichi Handamerge trunk
2012-10-21 Paul EggertSpelling fixes.
2012-10-20 Eli ZaretskiiAdd comments with instructions for creating new Lisp...
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* editfns.c (get_system_name): Remove.
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-10 Dmitry Antipov* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-01 Paul EggertRevert the FOLLOW-SYMLINKS change for file-attributes.
2012-09-30 Paul Eggertfile-attributes has a new optional arg FOLLOW-SYMLINKS.
2012-09-30 Kenichi Handamerge trunk
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-23 Paul EggertMove pid_t related decls out of lisp.h.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Eli ZaretskiiFix MS-Windows build broken by 2012-09-15T07:06:56Z...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Paul EggertAvoid _setjmp/_longjmp problems with local nonvolatile...
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-10 Paul EggertParenthesize macro bodies.
2012-09-09 Stefan Monnier* src/lisp.h (make_lisp_ptr): New macro to replace...
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-07 Paul EggertMore signal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Dmitry AntipovRemove redundant or unused things here and there.
2012-09-05 Paul Eggert* fileio.c, filelock.c, floatfns.c, fns.c: Use bool...
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Lars IngebrigtsenImplement `debug-on-message'.
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul Eggert* emacs.c, eval.c: Use bool for boolean.
2012-09-02 Paul EggertClean up some extern decls.
2012-09-02 Paul Eggert* doc.c, editfns.c, insdel.c, intervals.c: Use bool...
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Paul EggertBetter seed support for (random).
2012-08-31 Dmitry AntipovRemove mark_ttys function and fix tty_display_info...
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Paul Eggert* dispnew.c: Use bool for boolean.
2012-08-27 Paul Eggert* composite.c, data.c, dbusbind.c, dired.c: Use bool...
next