]> code.delx.au - gnu-emacs/history - src/lisp.h
Merge from trunk and resolve conflicts.
[gnu-emacs] / src / lisp.h
2014-10-14 Eli ZaretskiiMerge from trunk and resolve conflicts.
2014-10-13 Glenn MorrisMerge from emacs-24; up to 2014-07-27T01:00:26Z!fgallin...
2014-10-13 Glenn MorrisMerge from emacs-24; up to 2014-07-26T12:14:42Z!schwab...
2014-10-12 Glenn MorrisMerge from emacs-24; up to 2014-07-26T11:58:24Z!schwab...
2014-10-12 Paul EggertFix putenv race conditions with undefined behavior.
2014-10-09 Paul Eggert* lisp.h (USE_STACK_STRING): Now true only if USE_STACK...
2014-10-09 Glenn MorrisMerge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka...
2014-10-05 Glenn MorrisMerge from emacs-24; up to 2014-07-21T01:34:03Z!monnier...
2014-10-04 Glenn MorrisMerge from emacs-24; up to 2014-07-20T16:14:58Z!dmantip...
2014-10-03 Glenn MorrisMerge from emacs-24; up to 2014-07-17T10:18:19Z!dmantip...
2014-10-03 Glenn MorrisMerge from emacs-24; up to 2014-07-16T17:06:12Z!rgm...
2014-10-02 Stefan MonnierMerge from emacs-24
2014-10-02 Stefan Monnier* src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJ...
2014-10-01 Paul EggertUse AUTO_CONS instead of SCOPED_CONS, etc.
2014-09-30 Stefan MonnierMerge from emacs-24
2014-09-30 Paul EggertSimplify stack-allocated Lisp objects, and make them...
2014-09-29 Ulf JasperDo not set `url-gateway-method' in `url-https'. (Bug...
2014-09-29 Dmitry AntipovKeep stack-allocated Lisp objects fast rather than...
2014-09-25 Eli ZaretskiiDon't use USE_STACK_LISP_OBJECTS on Windows with GCC...
2014-09-25 Dmitry Antipov* lisp.h (toplevel): Adjust comment around USE_STACK_LI...
2014-09-25 Eli ZaretskiiDefault to stack objects on DOS_NT platforms as well.
2014-09-25 Paul EggertFix local_cons etc. to not exhaust the stack when in...
2014-09-24 Paul EggertDefault to stack objects on non-GNU/Linux, non-DOS_NT...
2014-09-24 Ken Brown* lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix...
2014-09-24 Dmitry Antipov* lisp.h (USE_STACK_LISP_OBJECTS): Enable by default...
2014-09-23 Paul Eggert* lisp.h (lispstpcpy): Rename from lispstrcpy, and...
2014-09-23 Dmitry AntipovUse known length of a Lisp string to copy it faster.
2014-09-23 Paul EggertFix SAFE_ALLOCA to not exhaust the stack when in a...
2014-09-22 Stefan MonnierMerge from emacs-24
2014-09-22 Dmitry AntipovAvoid extra call to oblookup when interning symbols.
2014-09-21 Paul EggertMinor improvements to new stack-allocated Lisp objects.
2014-09-18 Dmitry AntipovMore and more stack-allocated Lisp objects if USE_LOCAL...
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-17 Paul EggertFix minor problems found by static checking.
2014-09-16 Dmitry AntipovAlways use matched specpdl entry to record call argumen...
2014-09-15 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate some Lisp objects...
2014-09-15 Glenn MorrisMerge from emacs-24; up to 2014-07-09T02:04:12Z!rgm...
2014-09-11 Dmitry AntipovMore debugging aids around GCPROs.
2014-09-11 Dmitry Antipov* lisp.h (make_local_string): Nitpick indent.
2014-09-10 Paul EggertSimplify lisp.h by removing the __COUNTER__ business.
2014-09-10 Paul Eggert* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
2014-09-10 Paul EggertImprove the experimental local and scoped allocation.
2014-09-09 Dmitry AntipovCleanup last change and make all new stuff conditional.
2014-09-09 Dmitry AntipovAdd macros to allocate temporary Lisp objects with...
2014-09-08 Glenn MorrisMerge from emacs-24; up to 2014-07-08T06:24:07Z!eggert...
2014-09-07 Paul EggertUse SAFE_ALLOCA etc. to avoid unbounded stack allocation.
2014-09-03 Glenn MorrisMerge from emacs-24; up to 2014-07-04T02:28:54Z!dmantip...
2014-09-02 Paul EggertMinor cleanup of recent strlen-avoiding patch.
2014-09-02 Dmitry Antipov* callproc.c (egetenv_internal): Add arg and rename...
2014-09-01 Dmitry AntipovAvoid extra calls to strlen in filesystem I/O routines.
2014-09-01 Paul EggertClean up extern decls a bit.
2014-08-29 Michael AlbinusAdd optional arguments LOCALE and IGNORE-CASE to collat...
2014-08-29 Dmitry AntipovAdd vectors support to Fsort.
2014-08-28 Ken BrownAdd support for HYBRID_MALLOC, allowing the use of...
2014-08-28 Glenn MorrisMerge from emacs-24; up to 2014-07-02T00:57:53Z!juri...
2014-08-27 Michael Albinus* lisp.h (str_collate):
2014-08-26 Dmitry AntipovHandle C stack overflow caused by too nested Lisp evalu...
2014-08-25 Paul EggertMinor cleanups of str_collate fix.
2014-08-15 Glenn MorrisMerge from emacs-24; up to 2014-06-29T18:32:35Z!michael...
2014-08-11 Glenn MorrisMerge from emacs-24; up to 2014-06-28T23:35:17Z!rgm...
2014-08-03 Glenn MorrisMerge from emacs-24; up to 2014-06-27T16:27:08Z!rgm...
2014-08-01 Eli ZaretskiiMerge from emacs-24; up to 2014-06-26T21:51:25Z!rgm...
2014-07-28 Glenn MorrisMerge from emacs-24; up to 2014-06-26T06:55:15Z!rgm...
2014-07-28 Dmitry AntipovOn GNU/Linux, use timerfd for asynchronous timers.
2014-07-26 Paul EggertRevert previous change.
2014-07-26 Andreas SchwabReorder conditions that are written backwards
2014-07-21 Glenn MorrisMerge from emacs-24; up to 2014-06-25T10:17:41Z!rgm...
2014-07-18 Dmitry Antipov* frame.c (frame_unspecified_color): New function
2014-07-17 Dmitry Antipov* data.c (wrong_choice): Not static any more.
2014-07-16 Glenn MorrisMerge from emacs-24; up to 2014-06-23T06:25:47Z!rgm...
2014-07-14 Dmitry Antipov* lisp.h (CHECK_VECTOR_OR_STRING): Return number of...
2014-07-12 Glenn MorrisMerge from emacs-24; up to 2014-06-22T05:00:14Z!dmantip...
2014-07-09 Glenn MorrisMerge from emacs-24; up to 2014-06-19T14:03:45Z!monnier...
2014-07-08 Dmitry Antipov* chartab.c (char_table_translate): Move to...
2014-07-05 Kenichi Handamerge trunk
2014-07-03 Glenn MorrisMerge from emacs-24; up to 2014-06-15T04:52:34Z!eli...
2014-07-02 Dmitry Antipov* lisp.h (toplevel): Add compile-time assert to verify...
2014-07-02 Dmitry AntipovShrink Lisp_Sub_Char_Table by preferring C integers...
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-28 Kenichi Handamerge trunk
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-25 Dmitry AntipovConsistently use validate_subarray to verify substring.
2014-06-24 Paul EggertBe more consistent about the 'Qfoo' naming convention.
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-23 Dmitry AntipovSimplify and cleanup character conversion stuff.
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-17 Paul EggertOmit redundant extern decls.
2014-06-17 Dmitry Antipov* lisp.h (STRING_COPYIN): Remove; unused.
2014-06-17 Dmitry Antipov* fileio.c (Fread_file_name): Do not pass redundant...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-13 Paul EggertAvoid hangs in accept-process-output.
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-02 Paul EggertImprove AIX-related merge from emacs-24.
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-06-01 Paul EggertBring back the changes to GDB-visible symbols, but...
2014-05-31 Eli ZaretskiiRevert revision 2014-05-27T17:31:17Z!eliz@gnu.org,...
next