| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (current_column): Now returns float. | Thien-Thi Nguyen | 2002-06-03 | 1 | -16/+16 |
| | | | | | (indented_beyond_p): 3rd arg now a float. | ||||
| * | (Fread_file_name): Now has 6 args. | Kim F. Storm | 2002-05-27 | 1 | -1/+1 |
| | | |||||
| * | update LISP_MAKE_RVALUE comment for union, non-gcc case | Ken Raeburn | 2002-05-20 | 1 | -1/+5 |
| | | |||||
| * | * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp | Ken Raeburn | 2002-05-20 | 1 | -3/+10 |
| | | | | | | object field named "xname". (SYMBOL_NAME): New macro. | ||||
| * | * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real | Ken Raeburn | 2002-05-19 | 1 | -5/+0 |
| | | | | | rvalues in most configurations. | ||||
| * | (openp): Update prototype. | Stefan Monnier | 2002-04-30 | 1 | -1/+1 |
| | | |||||
| * | (Fcommandp): Declare new arg. | Richard M. Stallman | 2002-04-28 | 1 | -1/+1 |
| | | |||||
| * | (Fpropertize): Add prototype. | Pavel Janík | 2002-04-12 | 1 | -0/+1 |
| | | |||||
| * | (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch | Kim F. Storm | 2002-03-21 | 1 | -2/+2 |
| | | | | | removed the wrong version of the DEFUN macro; fixed it. | ||||
| * | (Fplist_member): Add prototype. | Pavel Janík | 2002-03-18 | 1 | -0/+1 |
| | | |||||
| * | Extern declare syms_of_xsmfns (). | Jan Djärv | 2002-03-10 | 1 | -0/+3 |
| | | |||||
| * | Fix last change. | Gerd Moellmann | 2002-03-08 | 1 | -1/+1 |
| | | |||||
| * | (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. | Gerd Moellmann | 2002-03-08 | 1 | -1/+9 |
| | | |||||
| * | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -5/+6 |
| | | |||||
| * | Align comments. | Pavel Janík | 2002-03-04 | 1 | -1/+1 |
| | | |||||
| * | (GCPRO6): New macro. | Kim F. Storm | 2002-03-01 | 1 | -0/+22 |
| | | |||||
| * | (Fx_file_dialog): Export (for Motif code in fileio.c). | Stefan Monnier | 2002-02-07 | 1 | -0/+1 |
| | | |||||
| * | (adjust_after_replace_noundo) | Pavel Janík | 2002-01-14 | 1 | -0/+2 |
| | | | | | (Fupdate_coding_systems_internal): Add prototypes. | ||||
| * | (max_specpdl_size): Adjust declaration. | Andreas Schwab | 2002-01-01 | 1 | -1/+1 |
| | | |||||
| * | (max_specpdl_size): Add declaration. | Richard M. Stallman | 2001-12-30 | 1 | -0/+2 |
| | | |||||
| * | Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and | Pavel Janík | 2001-12-22 | 1 | -4/+0 |
| | | | | | | `Qmocklisp_arguments'. Remove prototype of syms_of_mocklisp. | ||||
| * | (scmp): Remove prototype, since it's now a static | Eli Zaretskii | 2001-12-19 | 1 | -1/+0 |
| | | | | | function private to dired.c. | ||||
| * | (run_hook_list_with_args): Undo last change. | Stefan Monnier | 2001-12-01 | 1 | -0/+1 |
| | | |||||
| * | (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5): | Stefan Monnier | 2001-11-29 | 1 | -5/+10 |
| | | | | | Add dummy uses of gcproN variables. | ||||
| * | (run_hook_list_with_args): Remove. | Stefan Monnier | 2001-11-27 | 1 | -4/+5 |
| | | | | | | (LIST_END_P): Fix call to wrong_type_argument. (make_fixnum_or_float): Use EMACS_INT rather than int. | ||||
| * | (keys_of_frame): Remove declaration. | Stefan Monnier | 2001-11-19 | 1 | -1/+0 |
| | | |||||
| * | Comment fix. | Pavel Janík | 2001-11-15 | 1 | -1/+1 |
| | | |||||
| * | (Ffield_beginning, Ffield_end): Update EXFUN decl. | Miles Bader | 2001-11-15 | 1 | -2/+2 |
| | | |||||
| * | (Qcursor_in_non_selected_windows): New declaration. | Richard M. Stallman | 2001-11-05 | 1 | -0/+1 |
| | | |||||
| * | (CHECK_STRING_CAR): New macro. | Ken Raeburn | 2001-11-03 | 1 | -0/+3 |
| | | |||||
| * | (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING, | Pavel Janík | 2001-11-02 | 1 | -25/+25 |
| | | | | | | | | | | CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT, CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i' in macros. | ||||
| * | (keys_of_macros): Remove. | Stefan Monnier | 2001-10-31 | 1 | -1/+0 |
| | | |||||
| * | (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. | Pavel Janík | 2001-10-27 | 1 | -20/+0 |
| | | |||||
| * | (make_fixnum_or_float): Coerce double to int explicitly. | Stefan Monnier | 2001-10-25 | 1 | -1/+1 |
| | | |||||
| * | (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL) | Miles Bader | 2001-10-22 | 1 | -17/+0 |
| | | | | | | (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD): Remove `DOC_STRINGS_IN_COMMENTS' cases. | ||||
| * | (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case. | Miles Bader | 2001-10-17 | 1 | -26/+0 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -4/+60 |
| | | | | | with lisp system changes. | ||||
| * | (Ftop_level): Add prototype. | Pavel Janík | 2001-10-14 | 1 | -0/+1 |
| | | |||||
| * | (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]: | Gerd Moellmann | 2001-10-13 | 1 | -0/+46 |
| | | | | | Provide definitions for doc strings in comments. | ||||
| * | (Ffeaturep): Remove. | Stefan Monnier | 2001-10-12 | 1 | -1/+0 |
| | | |||||
| * | (Ffeaturep, Fprovide): Update prototype. | Stefan Monnier | 2001-10-12 | 1 | -3/+2 |
| | | |||||
| * | (Vload_suffixes, Vexec_suffixes): Declare. | Stefan Monnier | 2001-10-12 | 1 | -3/+5 |
| | | | | | (openp): Update prototype. | ||||
| * | (empty_string): Declare. | Stefan Monnier | 2001-10-12 | 1 | -2/+3 |
| | | |||||
| * | (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons | Gerd Moellmann | 2001-10-11 | 1 | -1/+2 |
| | | | | | | | in case I is of some unsigned type, in which case MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the comparison becomes bogus. | ||||
| * | (make_fixnum_or_float): New macro. | Gerd Moellmann | 2001-10-11 | 1 | -0/+6 |
| | | |||||
| * | (circular_list_error): Add prototype. | Gerd Moellmann | 2001-10-11 | 1 | -0/+2 |
| | | |||||
| * | [max]: Undef min and max before redefining them. | Andrew Innes | 2001-10-08 | 1 | -0/+4 |
| | | |||||
| * | Remove the entries for keymap.c (moved to keymap.h). | Stefan Monnier | 2001-10-08 | 1 | -26/+0 |
| | | |||||
| * | (min, max): New macros. | Gerd Moellmann | 2001-10-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-10-08 | 1 | -0/+1 |
| | | |||||