summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-211-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* Merge from trunk.Paul Eggert2011-09-041-1/+1
|\
| * * print.c: Integer overflow fix.Paul Eggert2011-09-041-1/+1
* | * print.c (float_to_string): Detect width overflow more reliably.Paul Eggert2011-08-291-16/+19
|/
* Implement ## reader macroAndreas Schwab2011-07-281-3/+9
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-3/+0
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-17/+7
* * print.c (printchar, strout): Check for string overflow.Paul Eggert2011-06-231-9/+19
* * print.c (print_object): Fix typo in ptrdiff_t printing.Paul Eggert2011-06-081-1/+1
* * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.Paul Eggert2011-06-081-1/+1
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
* merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-201-1/+1
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-5/+5
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* Avoid 0 flag with %p printf format.Paul Eggert2011-04-181-1/+1
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-22/+16
* Fix typo in previous comment.Paul Eggert2011-04-141-1/+1
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-131-0/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-5/+5
* * print.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-11/+11
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-3/+3
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-6/+6
* Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-23/+0
* * print.c (print_error_message): Avoid int overflow.Paul Eggert2011-04-031-1/+1
* Merge from mainline.Paul Eggert2011-04-011-56/+1
|\
| * Merge from trunkStefan Monnier2011-03-311-67/+64
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-13/+13
| |\ \
| * \ \ Merge from trunkStefan Monnier2011-03-061-26/+6
| |\ \ \
| * | | | Get rid of funvec.Stefan Monnier2011-02-241-3/+3
| * | | | Merge from trunkStefan Monnier2011-02-211-23/+25
| |\ \ \ \
| * | | | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-56/+1
| * | | | | Merge from trunkStefan Monnier2011-02-111-11/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge from trunkStefan Monnier2011-02-011-224/+107
| |\ \ \ \ \ \
| * | | | | | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-1/+1
| * | | | | | | Merge from trunkStefan Monnier2010-12-101-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-10-151-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-09-301-28/+31
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-08-111-9/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-07-231-93/+45
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-3/+3
* | | | | | | | | | | | | * print.c (print_object): Remove var that is set but not used.Paul Eggert2011-04-011-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-281-67/+64
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge from mainline.Paul Eggert2011-03-171-12/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.Stefan Monnier2011-03-161-12/+12
| * | | | | | | | | | | * src/print.c (print_preprocess): Don't forget font objects.Stefan Monnier2011-03-161-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | * print.c (Fredirect_debugging_output): Fix pointer signedess.Paul Eggert2011-03-161-1/+1
|/ / / / / / / / / /
* | | | | | | | | | * src/print.c (print_object): Never print old-style backquotes.Stefan Monnier2011-02-231-26/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |