aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkStefan Monnier2011-03-311-16/+17
|\
| * Merge from mainline.Paul Eggert2011-03-261-1/+1
| |\
| | * Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-1/+1
| * | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-15/+16
| |/
* | Merge from trunkStefan Monnier2011-03-211-24/+16
|\ \ | |/
| * * data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused.Paul Eggert2011-03-151-11/+0
| * * data.c (Fmake_variable_buffer_local, Fmake_local_variable): MarkPaul Eggert2011-03-151-4/+4
| * * data.c (store_symval_forwarding): Rename local to avoid shadowing.Paul Eggert2011-03-151-4/+4
| * * data.c (default_value, arithcompare, arith_driver, arith_error): Now static.Paul Eggert2011-03-151-4/+4
| * * data.c (Findirect_variable): Name an expression, to avoidPaul Eggert2011-03-151-1/+4
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-2/+2
* | Get rid of funvec.Stefan Monnier2011-02-241-19/+6
* | Merge from trunkStefan Monnier2011-02-211-12/+12
|\ \ | |/
| * Change B_ to BVARTom Tromey2011-02-161-12/+12
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-12/+12
* | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-0/+2
* | Merge from trunkStefan Monnier2011-02-111-3/+2
|\ \ | |/
| * * data.c etc: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+2
* | Merge from trunkStefan Monnier2011-02-011-9/+4
|\ \ | |/
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-4/+2
| * Merge from mainline.Paul Eggert2011-01-171-2/+0
| |\
| | * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * | Merge from mainline.Paul Eggert2011-01-141-1/+1
| |\ \ | | |/
| | * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| | |\
| | | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.Paul Eggert2011-01-091-1/+1
| |/ /
* | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-1/+1
* | | Merge from trunkStefan Monnier2010-12-101-15/+0
|\ \ \ | |/ /
| * | * src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.Dan Nicolaescu2010-11-141-15/+0
* | | Merge from trunkStefan Monnier2010-09-301-5/+6
|\ \ \ | |/ /
| * | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-5/+6
* | | Merge from trunkStefan Monnier2010-08-111-8/+5
|\ \ \ | |/ /
| * | 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
* | | Merge from trunkStefan Monnier2010-07-231-266/+126
|\ \ \ | |/ /
| * | 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
* | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-7/+21
|/ /
* | 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 Djärv2010-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