aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge from emacs--devo--0Miles Bader2007-08-131-6/+14
| |\
| * \ Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\ \
| * \ \ Merge from emacs--devo--0Miles Bader2007-07-151-1/+1
| |\ \ \
| * \ \ \ Merged from [email protected]Karoly Lorentey2007-04-221-1/+1
| |\ \ \ \
| * \ \ \ \ Merged from [email protected]Karoly Lorentey2007-04-221-1/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merged from [email protected]Karoly Lorentey2007-02-241-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-10-141-16/+38
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-10-141-0/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-07-291-1/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-04-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-04-191-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-04-011-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-02-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Pull a bugfix from CVS to prevent problems with the Debian semantic package.Karoly Lorentey2005-12-231-0/+1
| * | | | | | | | | | | | | | | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-1/+1
* | | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-08-131-6/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | (new_backquote_output): Rename from old_backquote_output.Stefan Monnier2007-08-101-6/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * | | | | | | | | | | | | | (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-161-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-07-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-141-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-2/+2
* | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-04-111-1/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | (Fprin1_to_string): Use macro SPECPDL_INDEX.Juanma Barranquero2007-04-021-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-03-211-1/+6
|\| | | | | | | | | | |
| * | | | | | | | | | | Include blockinput.h.YAMAMOTO Mitsuharu2007-03-201-1/+6
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-02-261-1/+2
|\| | | | | | | | | |
| * | | | | | | | | | (print): Reset print_number_index if Vprint_number_table is nil.Kim F. Storm2007-02-231-1/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\| | | | | | | | |
| * | | | | | | | | Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge from emacs--devo--0Miles Bader2006-09-201-10/+10
|\| | | | | | | |
| * | | | | | | | Whitespace fixup.Andreas Schwab2006-09-141-10/+10
* | | | | | | | | Merge from emacs--devo--0Miles Bader2006-09-141-6/+28
|\| | | | | | | |
| * | | | | | | | (print_string): When printcharfun is t,Richard M. Stallman2006-09-131-5/+27
| * | | | | | | | (strout): Fix whitespace.Andreas Schwab2006-09-081-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge from emacs--devo--0Miles Bader2006-08-161-0/+9
|\| | | | | | |
| * | | | | | | (debug_output_compilation_hack): Fix return type.Andreas Schwab2006-08-161-1/+1
| * | | | | | | (debug_output_compilation_hack): New function.Richard M. Stallman2006-08-161-0/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge from emacs--devo--0Miles Bader2006-07-191-1/+3
|\| | | | | |
| * | | | | | Comment change.Richard M. Stallman2006-07-171-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Revision: [email protected]/emacs--unicode--0--patch-57Miles Bader2006-04-211-0/+1
|\| | | | |
| * | | | | (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-201-0/+1
| | |_|_|/ | |/| | |
* | | | | Revision: [email protected]/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+2
|\| | | |
| * | | | (Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii2006-04-131-1/+2
| | |_|/ | |/| |