aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Fvconcat, concat): Use Lisp_Vectorlike.Karl Heuer1994-11-181-2/+2
|
* (Fpurecopy): Use type test macros.Karl Heuer1994-11-181-40/+23
|
* (XSETCOMPILED): New macro.Karl Heuer1994-11-181-0/+1
|
* (Fdocumentation): Use type test macros.Karl Heuer1994-11-181-18/+17
|
* (print): Use type test macros.Karl Heuer1994-11-181-160/+137
|
* (re_compile_fastmap): Treat `succeed' like end of pattern.Karl Heuer1994-11-181-1/+1
|
* (lock_dir, superlock_file, MAKE_LOCK_NAME):Richard M. Stallman1994-11-171-31/+31
| | | | Renamed from lock_path, superlock_path, MAKE_LOCK_PATH.
* (init_filelock): Always copy lock_path.Richard M. Stallman1994-11-171-6/+8
|
* (try_window, display_text_line): Undo previous change.Richard M. Stallman1994-11-161-15/+11
|
* [NOT_C_CODE]: Include fcntl.h.Roland McGrath1994-11-161-0/+6
|
* (Fdirectory_files): Pass new arg to `compile_pattern'.Richard M. Stallman1994-11-161-2/+2
|
* (re_opcode_t): New opcode `succeed'Richard M. Stallman1994-11-161-1/+15
| | | | | | (re_match_2_internal): Handle `succeed'. (regex_compile): Handle RE_NO_BACKTRACKING. (re_syntax_options): Delete initializer.
* (RE_NO_POSIX_BACKTRACKING): New macro.Richard M. Stallman1994-11-161-0/+4
|
* (try_window): Don't pass window to Fget_char_property; pass its buffer.Roland McGrath1994-11-161-11/+15
| | | | (display_text_line): Likewise.
* * Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.Francesco Potortì1994-11-161-1/+2
|
* (Fopen_dribble_file): Call fclose only when dribble is non zero.Richard M. Stallman1994-11-161-2/+5
|
* (Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-10/+7
| | | | (SAVE_WINDOW_DATA_SIZE): Macro deleted.
* (access_keymap): Use type test macros.Karl Heuer1994-11-161-19/+15
|
* (make_frame): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-7/+9
|
* Declare allocate_vectorlike.Karl Heuer1994-11-161-0/+7
| | | | (VECSIZE): New macro.
* (make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-18/+20
|
* (make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-11/+8
|
* (Fmake_vector): Call allocate_vectorlike.Karl Heuer1994-11-161-11/+22
| | | | (allocate_vectorlike): New function, extracted from Fmake_vector.
* Delete declaration of Farray_length.Karl Heuer1994-11-161-1/+1
|
* (Farray_length): Delete this obsolete function.Karl Heuer1994-11-161-19/+16
| | | | (Faref, Faset): If object is a string, use XSTRING, not XVECTOR.
* (Flength): Don't call Farray_length, just use size field.Karl Heuer1994-11-161-9/+8
|
* Fix indentation.Karl Heuer1994-11-161-3/+2
|
* Fix typo in comment.Karl Heuer1994-11-161-1/+1
|
* (Fdo_auto_save): Use the new type-test macros.Karl Heuer1994-11-161-2/+1
|
* (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.Karl Heuer1994-11-161-3/+4
|
* (wait_for_property_change): Encode location as a cons of two integers insteadKarl Heuer1994-11-161-2/+6
| | | | | of lying about the type. (wait_for_property_change_unwind): Decode it likewise.
* (Finteractive_p): Use XSUBR instead of its expansion.Karl Heuer1994-11-161-2/+1
|
* (Fdocumentation): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-2/+2
|
* (access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-5/+2
|
* (CHECK_NATNUM): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-3/+2
|
* (Fread_file_name_internal): Protect orig_string.Richard M. Stallman1994-11-161-2/+12
| | | | | | (Fsubstitute_in_file_name): Run a handler. (Qsubstitute_in_file_name): New variable. (syms_of_fileio): Set it up.
* (syms_of_data): Set Qwholenump as function, not variable.Karl Heuer1994-11-161-2/+2
| | | | (Fnatnump): Use NATNUMP macro.
* (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of itsKarl Heuer1994-11-161-9/+6
| | | | expansion.
* (NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1994-11-151-4/+3
|
* (OVERLAY_POSITION): Use the new type-test macros.Karl Heuer1994-11-151-3/+2
|
* (overlays_at): Use the new type-test macros.Karl Heuer1994-11-151-2/+2
|
* (unlock_all_files): Use the new type-test macros.Karl Heuer1994-11-151-2/+1
|
* (x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the newKarl Heuer1994-11-151-10/+7
| | | | type-test macros.
* (GC_INTEGERP, etc): New type-test macros for use during GC.Karl Heuer1994-11-151-0/+27
|
* (current_minor_maps): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-3/+3
|
* (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-1/+1
|
* (Fpixmap_spec_p): Avoid function calls and assignments as arguments to aKarl Heuer1994-11-151-9/+9
| | | | type-test macro.
* (NATNUMP): New macro.Karl Heuer1994-11-151-2/+2
| | | | (CHECK_NATNUM): Use that macro instead of its expansion.
* (free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer1994-11-151-9/+8
| | | | (make_float, free_cons, Fcons, Fmake_symbol, gc_sweep): Likewise.
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-3/+3
|