Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
* | Merge from trunk. | Paul Eggert | 2011-09-04 | 1 | -1/+1 |
|\ | |||||
| * | * print.c: Integer overflow fix. | Paul Eggert | 2011-09-04 | 1 | -1/+1 |
* | | * print.c (float_to_string): Detect width overflow more reliably. | Paul Eggert | 2011-08-29 | 1 | -16/+19 |
|/ | |||||
* | Implement ## reader macro | Andreas Schwab | 2011-07-28 | 1 | -3/+9 |
* | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -3/+0 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -17/+7 |
* | * print.c (printchar, strout): Check for string overflow. | Paul Eggert | 2011-06-23 | 1 | -9/+19 |
* | * print.c (print_object): Fix typo in ptrdiff_t printing. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -1/+1 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | Avoid 0 flag with %p printf format. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
* | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -22/+16 |
* | Fix typo in previous comment. | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
* | Don't publish debugger-only interfaces to other modules. | Paul Eggert | 2011-04-13 | 1 | -0/+2 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -5/+5 |
* | * print.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -11/+11 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -3/+3 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -6/+6 |
* | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp. | Chong Yidong | 2011-04-08 | 1 | -23/+0 |
* | * print.c (print_error_message): Avoid int overflow. | Paul Eggert | 2011-04-03 | 1 | -1/+1 |
* | Merge from mainline. | Paul Eggert | 2011-04-01 | 1 | -56/+1 |
|\ | |||||
| * | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -67/+64 |
| |\ | |||||
| * \ | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -13/+13 |
| |\ \ | |||||
| * \ \ | Merge from trunk | Stefan Monnier | 2011-03-06 | 1 | -26/+6 |
| |\ \ \ | |||||
| * | | | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -3/+3 |
| * | | | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -23/+25 |
| |\ \ \ \ | |||||
| * | | | | | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 1 | -56/+1 |
| * | | | | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -11/+13 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -224/+107 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 1 | -1/+1 |
| * | | | | | | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -28/+31 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -9/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -93/+45 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -3/+3 |
* | | | | | | | | | | | | | * print.c (print_object): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | src/*.c: Remove unused parameters and other warnings. | Juanma Barranquero | 2011-03-28 | 1 | -67/+64 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge from mainline. | Paul Eggert | 2011-03-17 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro. | Stefan Monnier | 2011-03-16 | 1 | -12/+12 |
| * | | | | | | | | | | | * src/print.c (print_preprocess): Don't forget font objects. | Stefan Monnier | 2011-03-16 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | * print.c (Fredirect_debugging_output): Fix pointer signedess. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | * src/print.c (print_object): Never print old-style backquotes. | Stefan Monnier | 2011-02-23 | 1 | -26/+6 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -20/+20 |
* | | | | | | | | | Fix use of dtoastr from gnulib. | Michael Welsh Duggan | 2011-02-14 | 1 | -3/+5 |
* | | | | | | | | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -20/+20 |
| |_|_|_|_|_|_|/ |/| | | | | | | |