Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (debug_print): Explicitly print a CR. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| | |||||
* | (debug_print): Print newline to stderr, too. | Erik Naggum | 1995-11-06 | 1 | -1/+1 |
| | |||||
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -2/+1 |
| | | | | Rename from SHORTBITS, INTBITS, LONGBITS. | ||||
* | (debug_print): Print a newline here. | Richard M. Stallman | 1995-10-31 | 1 | -0/+1 |
| | |||||
* | (print): Handle chartables and boolvectors. | Richard M. Stallman | 1995-10-07 | 1 | -1/+52 |
| | | | | (print_boolvector): New function. | ||||
* | (print_string): Use insert_from_string for output to buffer. | Richard M. Stallman | 1995-08-05 | 1 | -2/+10 |
| | |||||
* | (float_to_string): Fix type mismatch and simplify. | Karl Heuer | 1995-05-12 | 1 | -9/+11 |
| | |||||
* | (print): Make the printing understand EMACS_INTs | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| | | | | that are longs as well as ints. | ||||
* | Include keyboard.h. | Richard M. Stallman | 1995-04-10 | 1 | -0/+1 |
| | |||||
* | (print): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| | |||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (temp_output_buffer_setup): (Re)set the default | Richard M. Stallman | 1995-03-24 | 1 | -0/+1 |
| | | | | directory of the temp buffer to that of the current buffer. | ||||
* | (print): Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -4/+4 |
| | |||||
* | (print): current_perdisplay now is never null. | Karl Heuer | 1995-03-13 | 1 | -6/+3 |
| | |||||
* | (print): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -3/+6 |
| | |||||
* | (print): Handle internal display-local object. | Karl Heuer | 1995-01-28 | 1 | -2/+10 |
| | |||||
* | (printchar, strout): Use message_log_maybe_newline. | Karl Heuer | 1995-01-27 | 1 | -13/+2 |
| | | | | Leave all of the newline bookkeeping to message_dolog. | ||||
* | (print): Print internal types too, for debugging. | Karl Heuer | 1995-01-19 | 1 | -6/+68 |
| | | | | Print appropriate message for invalid pseudovector or misc type. | ||||
* | (printchar, strout): Call message_dolog. | Karl Heuer | 1995-01-13 | 1 | -1/+17 |
| | |||||
* | (print): Don't drop thru to error for markers and overlays. | Richard M. Stallman | 1995-01-02 | 1 | -13/+16 |
| | | | | (print): Make buffer case a branch of the Lisp_Vectorlike case. | ||||
* | (print): Get size of compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -142/+161 |
| | | | | Use a switch statement again. | ||||
* | (print): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -160/+137 |
| | |||||
* | (print): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -16/+16 |
| | |||||
* | (print): Check the substructure. | Karl Heuer | 1994-10-11 | 1 | -10/+18 |
| | |||||
* | (printchar): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
| | |||||
* | (temp_output_buffer_setup): Use new accessor macros instead of calling XSET | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
| | | | | directly. | ||||
* | (PRINTPREPARE, PRINTFINISH, float_to_string, print): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -8/+7 |
| | |||||
* | (print): sprintf arg for frame depends on VALBITS. | Richard M. Stallman | 1994-09-17 | 1 | -1/+4 |
| | |||||
* | (print): Use EMACS_UINT. | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
| | |||||
* | (internal_with_output_to_temp_buffer): gcpro things. | Richard M. Stallman | 1994-07-24 | 1 | -0/+5 |
| | |||||
* | Doc fixes. | Karl Heuer | 1994-04-29 | 1 | -7/+7 |
| | |||||
* | (printchar, strout): Use FRAME_PTR, not struct frame *. | Karl Heuer | 1994-04-11 | 1 | -2/+2 |
| | |||||
* | (syms_of_print): Doc fix. | Richard M. Stallman | 1994-04-11 | 1 | -1/+1 |
| | |||||
* | (debug_print): New function. | Richard M. Stallman | 1994-03-25 | 1 | -0/+9 |
| | |||||
* | (print): If print_escapes_newlines, print '\f' as "\\f". | Roland McGrath | 1994-02-08 | 1 | -2/+8 |
| | | | | (syms_of_print): Update docstring. | ||||
* | (strout, printchar): Use proper frame for minibuffer. | Richard M. Stallman | 1994-01-07 | 1 | -12/+18 |
| | |||||
* | (printchar, strout): Set echo_area_glyphs_length. | Richard M. Stallman | 1993-12-23 | 1 | -0/+4 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (float_to_string): Don't use uninitialized pointer `cp'. | Richard M. Stallman | 1993-07-22 | 1 | -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 of | Jim Blandy | 1993-07-18 | 1 | -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 for | Jim Blandy | 1993-07-06 | 1 | -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 Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (float_to_string): Skip `-' like digits when ensuring | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
| | | | | result looks like a float. | ||||
* | (Fwith_output_to_temp_buffer): Doc fix. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
| | |||||
* | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -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. Stallman | 1993-03-15 | 1 | -18/+22 |
| | |||||
* | * print.c (float_to_string): Define buf to be an unsigned char, to | Jim Blandy | 1993-03-02 | 1 | -1/+1 |
| | | | | match the data field of strings. | ||||
* | (print--string case): | Richard M. Stallman | 1993-03-01 | 1 | -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. Stallman | 1993-01-13 | 1 | -1/+7 |
| | |||||
* | (float_to_string): Add `.0' at end if needed. | Richard M. Stallman | 1993-01-10 | 1 | -4/+18 |
| |