aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (print_object): For bool-vector, delete unnecessaryKenichi Handa2008-11-271-6/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-39/+0
* (print_object): Fix off-by-one in last change.Andreas Schwab2008-07-261-1/+1
* (print_object): Check print_depth before searching for circularities.Chong Yidong2008-07-211-3/+4
* * unexnext.c:Dan Nicolaescu2008-06-261-10/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Include font.h.Kenichi Handa2008-05-141-0/+29
* (print_preprocess): Add sub-char-tables to the print-table,Stefan Monnier2008-05-061-1/+1
* (print-quoted): Docstring update.Stefan Monnier2008-04-161-2/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-1/+1
|\| |
| * | (print_object): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-271-15/+24
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-10-271-15/+24
| |\|
| | * (Fwith_output_to_temp_buffer): Doc fix.Richard M. Stallman2007-10-241-15/+24
* | | Merge from emacs--devo--0Miles Bader2007-10-191-4/+2
|\| |
| * | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-4/+2
* | | Merge from emacs--devo--0Miles Bader2007-10-111-8/+18
|\| |
| * | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-021-1/+1
| * | (safe_debug_print): Use XHASH.Stefan Monnier2007-09-291-5/+1
| * | (print_object): Handle terminals.Stefan Monnier2007-09-201-0/+14