aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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
| |/ |/|