aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-3/+3
* Remove duplicate declarations.Juanma Barranquero2010-08-071-6/+2
* * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.Dan Nicolaescu2010-08-061-0/+6
* Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+1
* Add declarations to header files.Dan Nicolaescu2010-08-051-10/+41
* Make lisp_time_argument work on all systems.Dan Nicolaescu2010-07-291-1/+0
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+36
* Add tool bar style text-image-horiz (text to the left of the image).Jan Djärv2010-07-281-1/+1
* * src/lisp.h (Fkill_emacs): Mark as NO_RETURN.Dan Nicolaescu2010-07-261-4/+17
* Mark functions as NO_RETURN.Dan Nicolaescu2010-07-251-1/+3
* * lisp.h: Remove leftover P_.Andreas Schwab2010-07-241-4/+4
* Make internal_self_insert staticAndreas Schwab2010-07-241-1/+0
* Fix up "missing braces" warning.Stefan Monnier2010-07-201-2/+4
* Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-121-0/+1
* Use offsetof instead of own definitionAndreas Schwab2010-07-111-9/+3
* Constify functions taking char *Andreas Schwab2010-07-111-22/+23
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-4/+6
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+13
* Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-061-2/+13
* Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-0/+5
* Fix prototypes.Juanma Barranquero2010-07-031-1/+1
* Convert some prototypes to standard C.Dan Nicolaescu2010-07-021-1/+1
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+0
* Remove P_ and __P macros.Jan D2010-07-021-438/+438
* Define USE_LISP_UNION_TYPE using autoconf.Dan Nicolaescu2010-07-021-4/+3
* Merge from emacs-23Andreas Schwab2010-06-101-50/+49
|\
| * Fix typos.Juanma Barranquero2010-06-031-50/+49
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-7/+1
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1
* | * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)Ken Raeburn2010-05-151-7/+6
* | Merge from emacs-23Stefan Monnier2010-05-081-0/+1
|\ \ | |/
| * Fix for Bug#5984.Andreas Schwab2010-04-301-0/+1
* | Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-1/+1
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-2/+3
* | Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier2010-04-291-6/+3
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-1/+1
* | Add SELinux support.Karel Klíc2010-04-201-0/+1
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-127/+170
|/
* Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-051-17/+6
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-221-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-041-1/+1
* * lisp.h: Remove declaration of Ffont_get_system_font.Andreas Schwab2009-11-171-3/+0
* (Fbyteorder, init_font, Ffont_get_system_font): Declare.Andreas Schwab2009-11-171-0/+5
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+3
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-35/+82
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-24/+8
* (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.Stefan Monnier2009-11-031-1/+4
* Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.Stefan Monnier2009-11-031-21/+29
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-241-2/+4