aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Collapse)AuthorAgeFilesLines
* (strout, printchar): Use proper frame for minibuffer.Richard M. Stallman1994-01-071-12/+18
|
* (printchar, strout): Set echo_area_glyphs_length.Richard M. Stallman1993-12-231-0/+4
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (float_to_string): Don't use uninitialized pointer `cp'.Richard M. Stallman1993-07-221-6/+10
| | | | | Set width to -1 at lose: and other places. Default to .17g, not .20g.
* * print.c (float_to_string): Distinguish between a precision ofJim Blandy1993-07-181-26/+33
| | | | | | zero and an omitted precision. Do allow %.0f to produce strings containing no decimal point or exponent. (syms_of_print): Doc fix for float-output-format.
* * print.c: Get rid of extra space at the end of print syntax forJim Blandy1993-07-061-2/+1
| | | | | | | | strings with intervals. [USE_TEXT_PROPERTIES] (print): Don't print a space before the interval property lists. [USE_TEXT_PROPERTIES] (print_interval): Print a space before this internal's properties, not after.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (float_to_string): Skip `-' like digits when ensuringRichard M. Stallman1993-06-011-1/+1
| | | | result looks like a float.
* (Fwith_output_to_temp_buffer): Doc fix.Richard M. Stallman1993-05-311-1/+1
|
* * lisp.h (Lisp_Overlay): New tag.Jim Blandy1993-05-141-0/+17
| | | | | | | | | | | | | | | | | | | | (OVERLAYP): New predicate. (CHECK_OVERLAY): New type-checker. (Qoverlayp): New extern declaration. * buffer.c (Foverlayp): New function. (Qoverlayp): New atom. (overlays_at, recenter_overlay_lists): Abort if we encounter an invalid overlay. (syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp. (Fdelete_overlay): Set the overlay's markers to point nowhere. Use CHECK_OVERLAY instead of signalling a special error. (Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of signalling a special error. (Foverlay_get): Use CHECK_OVERLAY. * fns.c (internal_equal): Define this for overlays. * buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP. * print.c (print): Give overlays their own print syntax. * alloc.c (mark_object): Treat overlays like conses.
* (PRINTPREPARE): Handle marker that points nowhere.Richard M. Stallman1993-03-151-18/+22
|
* * print.c (float_to_string): Define buf to be an unsigned char, toJim Blandy1993-03-021-1/+1
| | | | match the data field of strings.
* (print--string case):Richard M. Stallman1993-03-011-11/+48
| | | | | | | | | Any non-null interval means print intervals. Get rid of var obj1; just use obj. (print): Never declare OBJ arg as `register'. Special handling for strings with intervals. (print_intervals): New function.
* (float_to_string): Add final 0 if text ends with decimal pt.Richard M. Stallman1993-01-131-1/+7
|
* (float_to_string): Add `.0' at end if needed.Richard M. Stallman1993-01-101-4/+18
|
* * print.c (print): Cast the frame's address to an integer beforeJim Blandy1992-10-311-1/+1
| | | | passing it to sprintf to form the frame's printed form.
* entered into RCSJim Blandy1992-07-131-21/+21
|
* *** empty log message ***Jim Blandy1992-06-301-1/+1
|
* *** empty log message ***Richard M. Stallman1992-06-041-1/+1
|
* *** empty log message ***Richard M. Stallman1992-06-041-2/+2
|
* *** empty log message ***Jim Blandy1992-04-241-6/+6
|
* *** empty log message ***Jim Blandy1992-01-301-11/+11
|
* *** empty log message ***Jim Blandy1991-11-091-1/+3
|
* *** empty log message ***Richard M. Stallman1991-08-101-1/+26
|
* *** empty log message ***Richard M. Stallman1991-08-041-3/+1
|
* Initial revisionJim Blandy1991-07-131-0/+969