aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstreamJoakim Verona2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | upstreamJoakim Verona2011-12-281-8/+7
|\ \ | |/
| * src/lisp.h (process_quit_flag): Fix external declaration.Juanma Barranquero2011-12-051-1/+1
| * Don't macro-inline non-performance-critical code.Stefan Monnier2011-12-041-9/+2
| * Don't call Lisp in signal handlerAndreas Schwab2011-12-041-1/+7
* | upstream i thinkJoakim Verona2011-12-281-129/+118
|\ \ | |/
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-122/+106
| * Fix MS-Windows build with MSVC compiler.Eli Zaretskii2011-11-271-5/+10
| * Spelling fixes.Paul Eggert2011-11-261-2/+2
* | upstreamJoakim Verona2011-11-221-4/+1
|\ \ | |/
| * Merge from trunk.Paul Eggert2011-11-191-1/+1
| |\
| | * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrindPaul Eggert2011-11-101-3/+0
| |/
* | upstreamJoakim Verona2011-11-091-4/+0
|\ \ | |/
| * src/lisp.h (syms_of_abbrev): Remove declaration.Juanma Barranquero2011-11-071-4/+0
* | upstreamJoakim Verona2011-11-071-17/+39
|\ \ | |/
| * Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-051-17/+39
* | upstreamJoakim Verona2011-10-291-13/+7
|\ \ | |/
| * * src/lisp.h (struct Lisp_Symbol): Update comments.Stefan Monnier2011-10-281-13/+7
* | upstreamJoakim Verona2011-10-131-58/+58
|\ \ | |/
| * * src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)Andreas Schwab2011-10-111-58/+58
| * Remove dependency on glibc malloc internals.Paul Eggert2011-09-301-48/+0
| * Port --enable-checking=all to Fedora 14 x86.Paul Eggert2011-09-291-0/+48
* | upstreamJoakim Verona2011-09-141-41/+29
|\ \ | |/
| * * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move declsPaul Eggert2011-09-101-12/+0
| * Whitespace changes.Juanma Barranquero2011-09-091-29/+29
* | upstreamJoakim Verona2011-09-051-2/+10
|\ \ | |/
| * * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-2/+0
| * sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-2/+12
* | upstreamJoakim Verona2011-08-271-2/+28
|\ \ | |/
| * Merge from trunk.Paul Eggert2011-08-041-0/+1
| |\
| * | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-0/+20
| * | Integer and memory overflow fixes for display code.Paul Eggert2011-07-281-0/+6
| * | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
* | | upstreamJoakim Verona2011-08-031-0/+1
|\ \ \ | | |/ | |/|
| * | Make uniprop_table non-static.Kenichi Handa2011-08-021-0/+1
| |/
* | ifdef guarding of xwidget code. not completeJoakim Verona2011-07-301-0/+2
* | merge upstreamJoakim Verona2011-07-291-15/+22
|\ \ | |/
| * Improve hashing quality when configured --with-wide-int.Paul Eggert2011-07-071-0/+1
| * * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert2011-07-071-0/+17
| * * doprnt.c: Prefer signed to unsigned when either works.Paul Eggert2011-07-061-1/+2
| * [ChangeLog]Paul Eggert2011-07-041-12/+0
| * * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.Paul Eggert2011-07-041-2/+2
* | cleanupsJoakim Verona2011-07-201-1/+1
* | cleanup xv init test, and introduce PVEC_XWIDGETJoakim Verona2011-07-181-1/+3
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-0/+3
* * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.Paul Eggert2011-06-221-4/+1
* * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-1/+1
* * lisp.h (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.Paul Eggert2011-06-181-3/+1