summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* * src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.Dan Nicolaescu2010-11-141-15/+0
* Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-5/+6
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-4/+0
* * src/data.c (Flocal_variable_p): Handle variable aliases correctly.Johan Bockgård2010-08-031-0/+1
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+2
* Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+1
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-198/+92
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-4/+4
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-1/+1
* Fix comments and whitespace.Juanma Barranquero2010-07-041-4/+0
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-59/+29
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+3
* Remove obsolete pre-unicode2 macros.Juanma Barranquero2010-06-031-8/+8
* Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-31/+28
* Declarations before code (Bug#5993).Jan D.2010-04-211-4/+8
* Warn rather than error when making a local var inside a let.Stefan Monnier2010-04-201-5/+14
* Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-528/+697
* Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-221-5/+0
* 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-4/+4
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-2/+1
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-7/+11
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-138/+138
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * keyboard.c (Fset_input_meta_mode): Doc fix.Chong Yidong2009-04-221-2/+2
* (Qinteractive_form): New variable.Chong Yidong2009-03-241-1/+5
* (syms_of_data): Define Qfont_spec, Qfont_entity, andChong Yidong2009-02-211-0/+12
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Fmake_variable_frame_local): Doc fix.Glenn Morris2008-08-301-1/+3
* Comment.Glenn Morris2008-08-301-0/+3
* * bitmaps/README:Dan Nicolaescu2008-07-311-4/+0
* * unexnext.c:Dan Nicolaescu2008-06-261-14/+0
* (set_internal): Fix up call to let_shadows_buffer_binding_p.Stefan Monnier2008-06-051-1/+1
* (Fmake_variable_buffer_local, Fmake_local_variable)Stefan Monnier2008-05-301-3/+10
* * lisp.h (indirect_variable):Stefan Monnier2008-05-191-56/+74
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Faset): Allow setting a multibyte character in anKenichi Handa2008-04-171-1/+11
* (syms_of_data): Mark most-positive-fixnum andStefan Monnier2008-03-261-0/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
| | * (Ffset): Save autoload of the function being set.Juanma Barranquero2007-10-141-3/+11
* | | Merge from emacs--devo--0Miles Bader2007-12-061-72/+30
|\ \ \ | |/ /
| * | (do_symval_forwarding): Use same code as in find_symbol_value.Stefan Monnier2007-11-221-30/+5
| * | (set_internal): Set the value in the `cons-cell' (forStefan Monnier2007-11-221-19/+5
| * | (Fnumber_to_string): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-1/+1
| * | * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.Stefan Monnier2007-11-211-4/+3
| * | * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-191-6/+7
| * | (swap_in_global_binding): Fix longstanding bug whereStefan Monnier2007-11-151-12/+9
* | | Merge from emacs--devo--0Miles Bader2007-10-271-3/+3
|\ \ \ | |/ /