aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Revision: [email protected]/emacs--unicode--0--patch-37Miles Bader2005-04-141-6/+10
|\
| * (PRINTPREPARE): Check if the marker PRINTCHARFUN is within theLute Kamstra2005-04-091-6/+10
* | Revision: [email protected]/emacs--unicode--0--patch-70Miles Bader2004-11-121-0/+9
|\|
| * (print_object): Fix format string.Kim F. Storm2004-11-091-1/+1
| * (print_object): Print Lisp_Misc_Save_Value objects.Kim F. Storm2004-11-051-0/+9
* | (print_object): Include sub char-table in cicularitiesKenichi Handa2004-10-041-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-25Miles Bader2004-07-231-5/+5
|\|
| * (print_preprocess): Test for print_depth at limitRichard M. Stallman2004-07-171-5/+5
* | Revision: [email protected]/emacs--unicode--0--patch-17Miles Bader2004-06-291-1/+1
|\|
| * (Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii2004-06-211-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-16/+52
|\|
| * (print_object): Always use %ld for printing EMACS_INT.Andreas Schwab2004-06-131-5/+5
| * (print): Reset print_depth before to call print_object.David Ponce2004-05-191-1/+2
| * (print_object): Increase buf size.Kim F. Storm2004-05-171-3/+3
| * (print_preprocess): Use being_printed, loop_count andRichard M. Stallman2004-05-101-0/+29
| * (temp_output_buffer_setup): Bind inhibit-read-only andKenichi Handa2004-05-101-0/+2
| * (print_object): Print non-ascii characters in bool vector representationAndreas Schwab2004-04-261-2/+11
| * (print_preprocess): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-261-2/+3
| * (print_preprocess) <case Lisp_Vectorlike>: Only maskAndreas Schwab2004-01-081-1/+3
| * (Ferror_message_string): Add hyperlink to the definition of `signal'Luc Teirlinck2003-12-311-1/+3
| * (Fredirect_debugging_output) [!GNU_LINUX]: Do notKim F. Storm2003-11-251-0/+12
| * (Fredirect_debugging_output): New defun.Kim F. Storm2003-11-231-0/+34
| * (Fprin1_to_string): Move the PRINTPREPARE later,Richard M. Stallman2003-09-191-13/+22
* | Sync to HEADKenichi Handa2004-04-161-18/+81
* | (print_prune_string_charset): Fix Lisp_Object/int mixup.Kenichi Handa2004-03-111-2/+4
* | (print_check_string_charset_prop): Fix previous change.Kenichi Handa2004-01-181-1/+2
* | *** empty log message ***Kenichi Handa2004-01-181-1/+1
* | Include charset.h.Kenichi Handa2004-01-181-0/+106
* | (print_object): Always print ASCII chars as is.Kenichi Handa2003-11-171-1/+2
* | *** empty log message ***Kenichi Handa2003-09-081-20/+31
|\ \
| * | Copyright up-date.Dave Love2002-10-061-1/+1
| * | (print_object): Use octal form for printing theKenichi Handa2002-07-221-1/+6
| * | (print_string): Remove CHAR_VALID_P test.Dave Love2002-07-161-5/+0
| * | (print_object): Fix print format for 64-bitDave Love2002-05-171-1/+6
| * | * print.c: Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-11/+16
* | | New directoryKenichi Handa2003-09-081-4/+1
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (print_string): Fix printing of multibyte string withAndreas Schwab2003-08-081-1/+1
* | (temp_output_buffer_setup): Typo.Stefan Monnier2003-07-221-2/+2
* | (temp_output_buffer_setup): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
* | (temp_output_buffer_setup): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-3/+3
* | (syms_of_print) <print-escape-nonascii>: Doc fix.Richard M. Stallman2003-05-281-1/+3
* | (Fprin1_to_string): Instead of gcpro, set abort_on_gc.Richard M. Stallman2003-05-091-7/+12
* | (Fprin1_to_string): Return unibyte string if possible.Stefan Monnier2003-03-111-0/+2
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* | (print): When backquote form is the car of a list,Richard M. Stallman2002-10-141-0/+28
* | (print): Clear out the unused parts of Vprint_number_table.Richard M. Stallman2002-09-181-9/+22
* | (print_error_message): New args CONTEXT and CALLER. Calls changed.Richard M. Stallman2002-07-201-2/+16
* | (temp_output_buffer_setup):Ken Raeburn2002-07-191-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-28/+28