aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* * src/print.c (print_object): Never print old-style backquotes.Stefan Monnier2011-02-231-26/+6
* Change B_ to BVARTom Tromey2011-02-161-20/+20
* Fix use of dtoastr from gnulib.Michael Welsh Duggan2011-02-141-3/+5
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-20/+20
* * print.c: conform to C89 pointer rulesPaul Eggert2011-02-061-7/+9
* * data.c etc: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+3
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-6/+5
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-61/+15
* 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-4/+4
* | | Use gnulib's ftoastr module.Paul Eggert2011-01-081-38/+3
|/ /
* | Remove unused declarationsAndreas Schwab2010-12-271-3/+3
* | Fix indentationAndreas Schwab2010-12-241-5/+5
* | Fix up last change.Stefan Monnier2010-12-221-7/+1
* | * src/print.c (print, print_preprocess, print_object): Use a hash tableStefan Monnier2010-12-221-98/+71
* | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-231-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* | Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-291-4/+4
* | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-251-3/+3
* | Fix all EMACS_INT/int conversion errors in print.c (and related files).Lars Magne Ingebrigtsen2010-09-241-21/+24
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-7/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Constify functions taking char *Andreas Schwab2010-07-111-3/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-20/+10
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+6
* | * print.c (strout): Use const char* for arg PTR.Juanma Barranquero2010-07-041-1/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-67/+27
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-64/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (print_preprocess): Preprocess the key_and_value table ofStefan Monnier2009-11-301-0/+7
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-6/+4
* * xterm.c (x_new_font):Dan Nicolaescu2009-11-211-4/+3
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (print_object): Escape a symbol like "2E10" too.Kenichi Handa2009-10-151-1/+1
* (print_object): Set escapeflag to 1 when printingTeodor Zlatanov2009-08-281-2/+2
* (syms_of_print): Undo previous change.Dan Nicolaescu2009-08-071-2/+0
* * lread.c (read1, syms_of_lread): Read hashtables back from theTeodor Zlatanov2009-08-051-0/+66
* (print_object): Make each lowest sub_char_table start a new line.Kenichi Handa2009-04-031-0/+7
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1