comparison src/ChangeLog @ 5581:56144c8593a8

Mechanically change INT to FIXNUM in our sources. src/ChangeLog addition: 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> [...] Mechanically change INT (where it refers to non-bignum Lisp integers) to FIXNUM in our sources. Done for the following functions, enums, and macros: Lisp_Type_Int_Even, Lisp_Type_Int_Odd, INT_GCBITS, INT_VALBITS, make_int(), INTP(), XINT(), CHECK_INT(), XREALINT(), INT_PLUS(), INT_MINUS(), EMACS_INT_MAX (to MOST_POSITIVE_FIXNUM), EMACS_INT_MIN (to MOST_NEGATIVE_FIXNUM), NUMBER_FITS_IN_AN_EMACS_INT() to NUMBER_FITS_IN_A_FIXNUM(), XFLOATINT, XCHAR_OR_INT, INT_OR_FLOAT. The EMACS_INT typedef was not changed, it does not describe non-bignum Lisp integers. Script that did the change available in http://mid.gmane.org/20067.17650.181273.12014@parhasard.net . modules/ChangeLog addition: 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> [...] Mechanically change INT to FIXNUM, where the usage describes non-bignum Lisp integers. See the src/ChangeLog entry for more details. man/ChangeLog addition: 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> * internals/internals.texi (How Lisp Objects Are Represented in C): * internals/internals.texi (Integers and Characters): Mechanically change INT to FIXNUM, where the usage describes non-bignum Lisp integers.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 09 Oct 2011 09:51:57 +0100
parents 48a3d3281b48
children 873d7425c1ad
comparison
equal deleted inserted replaced
5580:a0e81357194e 5581:56144c8593a8
1 2011-10-09 Aidan Kehoe <kehoea@parhasard.net>
2
3 * EmacsFrame.c (EmacsFrameSetValues):
4 * README:
5 * abbrev.c (Fexpand_abbrev):
6 * abbrev.c (write_abbrev):
7 * abbrev.c (describe_abbrev):
8 * alloc.c (Fmake_list):
9 * alloc.c (Fmake_vector):
10 * alloc.c (Fmake_bit_vector):
11 * alloc.c (Fmake_byte_code):
12 * alloc.c (string_plist_ptr):
13 * alloc.c (Fmake_string):
14 * alloc.c (gc_plist_hack):
15 * alloc.c (garbage_collection_statistics):
16 * alloc.c (Fobject_memory_usage):
17 * alloc.c (Ftotal_object_memory_usage):
18 * alloc.c (Fconsing_since_gc):
19 * alloc.c (Fmemory_limit):
20 * alloc.c (Ftotal_memory_usage):
21 * alloc.c (common_init_alloc_early):
22 * buffer.c (finish_init_buffer):
23 * buffer.c (MARKED_SLOT):
24 * buffer.c (Fbuffer_modified_tick):
25 * buffer.c (set_buffer_internal):
26 * buffer.c (ADD_INT):
27 * buffer.c (Fstring_char_byte_converion_info):
28 * buffer.c (common_init_complex_vars_of_buffer):
29 * buffer.c (complex_vars_of_buffer):
30 * buffer.h:
31 * buffer.h (make_charbpos):
32 * bytecode.c:
33 * bytecode.c (meter_code):
34 * bytecode.c (bytecode_negate):
35 * bytecode.c (bytecode_arithcompare):
36 * bytecode.c (bytecode_arithop):
37 * bytecode.c (UNUSED):
38 * bytecode.c (check_opcode):
39 * bytecode.c (optimize_compiled_function):
40 * bytecode.c (set_compiled_function_documentation):
41 * bytecode.c (Fcompiled_function_stack_depth):
42 * bytecode.c (Fbyte_code):
43 * callint.c (Fcall_interactively):
44 * callint.c (Fprefix_numeric_value):
45 * callint.c (syms_of_callint):
46 * casefiddle.c (casify_word):
47 * chartab.c (nsubst_structures_mapper):
48 * chartab.c (decode_char_table_range):
49 * chartab.c (encode_char_table_range):
50 * chartab.c (Fmake_char_table):
51 * chartab.c (Fcopy_char_table):
52 * chartab.c (check_valid_char_table_value):
53 * chartab.c (Fcheck_category_at):
54 * chartab.c (Fset_category_table):
55 * chartab.c (Fcategory_designator_p):
56 * cmdloop.c (top_level_1):
57 * cmdloop.c (initial_command_loop):
58 * cmdloop.c (initial_error_handler):
59 * cmdloop.c (Fcommand_loop_1):
60 * cmds.c (Fforward_char):
61 * cmds.c (Fbackward_char):
62 * cmds.c (Fforward_line):
63 * cmds.c (Fpoint_at_bol):
64 * cmds.c (Fbeginning_of_line):
65 * cmds.c (Fpoint_at_eol):
66 * cmds.c (Fend_of_line):
67 * cmds.c (Fdelete_char):
68 * cmds.c (Fdelete_backward_char):
69 * cmds.c (Fself_insert_command):
70 * cmds.c (internal_self_insert):
71 * console-gtk.c (gtk_perhaps_init_unseen_key_defaults):
72 * console-msw.c (Fmswindows_message_box):
73 * console-tty.c (tty_init_console):
74 * console-x.c (x_canonicalize_console_connection):
75 * console.c (delete_console_internal):
76 * console.c (Fsuspend_console):
77 * console.c (common_init_complex_vars_of_console):
78 * console.c (MARKED_SLOT):
79 * data.c (eq_with_ebola_notice):
80 * data.c (Fsubr_min_args):
81 * data.c (Fsubr_max_args):
82 * data.c (Fchar_to_int):
83 * data.c (Fint_to_char):
84 * data.c (Ffixnump):
85 * data.c (Faref):
86 * data.c (Faset):
87 * data.c (number_char_or_marker_to_int_or_double):
88 * data.c (number_char_or_marker_to_double):
89 * data.c (fixnum_char_or_marker_to_int):
90 * data.c (ARITHCOMPARE_MANY):
91 * data.c (Fneq):
92 * data.c (Fzerop):
93 * data.c (word_to_lisp):
94 * data.c (lisp_to_word):
95 * data.c (Fnumber_to_string):
96 * data.c (Fstring_to_number):
97 * data.c (Fplus):
98 * data.c (Fminus):
99 * data.c (Ftimes):
100 * data.c (Fdiv):
101 * data.c (Fquo):
102 * data.c (Fmax):
103 * data.c (Fmin):
104 * data.c (Flogand):
105 * data.c (Flogior):
106 * data.c (Flogxor):
107 * data.c (Flognot):
108 * data.c (Frem):
109 * data.c (Fmod):
110 * data.c (Fash):
111 * data.c (Flsh):
112 * data.c (Fadd1):
113 * data.c (Fsub1):
114 * data.c (vars_of_data):
115 * database.c (Fopen_database):
116 * debug.c (FROB):
117 * debug.c (Fset_debug_class_types_to_check):
118 * device-gtk.c (Fgtk_display_visual_depth):
119 * device-gtk.c (gtk_device_system_metrics):
120 * device-msw.c (build_sysmetrics_cons):
121 * device-msw.c (build_devicecaps_cons):
122 * device-msw.c (mswindows_device_system_metrics):
123 * device-msw.c (FROB):
124 * device-msw.c (msprinter_device_system_metrics):
125 * device-msw.c (print_dialog_worker):
126 * device-msw.c (plist_get_margin):
127 * device-msw.c (plist_set_margin):
128 * device-msw.c (signal_enum_printer_error):
129 * device-msw.c (Fmswindows_printer_list):
130 * device-tty.c (tty_device_system_metrics):
131 * device-x.c (Fx_get_resource):
132 * device-x.c (Fx_display_visual_depth):
133 * device-x.c (x_device_system_metrics):
134 * device-x.c (Fx_server_version):
135 * device-x.c (Fx_valid_keysym_name_p):
136 * device.c (delete_device_internal):
137 * device.c (Fset_device_baud_rate):
138 * device.c (Fdevice_baud_rate):
139 * device.c (Fdevice_printer_p):
140 * dialog-msw.c (handle_directory_dialog_box):
141 * dialog-msw.c (handle_file_dialog_box):
142 * dialog-x.c (dbox_selection_callback):
143 * dialog-x.c (x_make_dialog_box_internal):
144 * dialog-x.c (syms_of_dialog_x):
145 * dired.c:
146 * dired.c (file_name_completion):
147 * dired.c (user_name_completion):
148 * dired.c (Ffile_attributes):
149 * doc.c (extract_object_file_name):
150 * doc.c (unparesseuxify_doc_string):
151 * doc.c (get_doc_string):
152 * doc.c (get_object_file_name):
153 * doc.c (Fbuilt_in_symbol_file):
154 * doc.c (Fdocumentation):
155 * doc.c (Fdocumentation_property):
156 * doc.c (Fsnarf_documentation):
157 * doc.c (verify_doc_mapper):
158 * doprnt.c (get_doprnt_args):
159 * doprnt.c (emacs_doprnt_1):
160 * editfns.c (buildmark):
161 * editfns.c (Fpoint):
162 * editfns.c (Fgoto_char):
163 * editfns.c (region_limit):
164 * editfns.c (save_excursion_save):
165 * editfns.c (Fbuffer_size):
166 * editfns.c (Fpoint_min):
167 * editfns.c (Fpoint_max):
168 * editfns.c (Fuser_login_name):
169 * editfns.c (Fuser_uid):
170 * editfns.c (Fuser_real_uid):
171 * editfns.c (Femacs_pid):
172 * editfns.c (Fcurrent_time):
173 * editfns.c (lisp_to_time):
174 * editfns.c (time_to_lisp):
175 * editfns.c (Fdecode_time):
176 * editfns.c (make_time):
177 * editfns.c (Fencode_time):
178 * editfns.c (Fcurrent_time_zone):
179 * editfns.c (Finsert_char):
180 * editfns.c (Fcompare_buffer_substrings):
181 * editfns.c (Ftranslate_region):
182 * editfns.c (save_restriction_save):
183 * elhash.c (lisp_object_general_hash):
184 * elhash.c (hash_table_size_validate):
185 * elhash.c (decode_hash_table_size):
186 * elhash.c (inchash_eq):
187 * elhash.c (Fhash_table_count):
188 * elhash.c (Fhash_table_size):
189 * elhash.c (internal_hash):
190 * elhash.c (Fdefine_hash_table_test):
191 * elhash.c (vars_of_elhash):
192 * emacs.c (make_argc_argv):
193 * emacs.c (main_1):
194 * emacs.c (Fkill_emacs):
195 * emacs.c (vars_of_emacs):
196 * emodules.c (Fload_module):
197 * emodules.c (module_load_unwind):
198 * eval.c:
199 * eval.c (Fsetq):
200 * eval.c (Fquote):
201 * eval.c (Ffunction):
202 * eval.c (Fdefmacro):
203 * eval.c (Fmacroexpand_internal):
204 * eval.c (Fthrow):
205 * eval.c (Fcall_with_condition_handler):
206 * eval.c (signal_wrong_number_of_arguments_error):
207 * eval.c (funcall_compiled_function):
208 * eval.c (function_argcount):
209 * eval.c (multiple_value_aset):
210 * eval.c (multiple_value_aref):
211 * eval.c (bind_multiple_value_limits):
212 * eval.c (multiple_value_call):
213 * eval.c (Fmultiple_value_call):
214 * eval.c (multiple_value_list_internal):
215 * eval.c (Fbacktrace_debug):
216 * eval.c (Fbacktrace):
217 * eval.c (Fbacktrace_frame):
218 * event-Xt.c (x_handle_sticky_modifiers):
219 * event-msw.c (dde_eval_string):
220 * event-stream.c (maybe_echo_keys):
221 * event-stream.c (lisp_number_to_milliseconds):
222 * event-stream.c (Fadd_timeout):
223 * event-stream.c (Fdisable_timeout):
224 * event-stream.c (Fadd_async_timeout):
225 * event-stream.c (Fdisable_async_timeout):
226 * event-stream.c (detect_input_pending):
227 * event-stream.c (Fnext_event):
228 * event-stream.c (Faccept_process_output):
229 * event-stream.c (Fsleep_for):
230 * event-stream.c (Fsit_for):
231 * event-stream.c (Frecent_keys):
232 * event-stream.c (Frecent_keys_ring_size):
233 * event-stream.c (Fset_recent_keys_ring_size):
234 * event-stream.c (Fdispatch_event):
235 * event-stream.c (Fcurrent_event_timestamp):
236 * event-stream.c (vars_of_event_stream):
237 * event-xlike-inc.c (USE_UNICODE_MAP):
238 * event-xlike-inc.c (endif):
239 * events.c (print_event):
240 * events.c (Fmake_event):
241 * events.c (nth_of_key_sequence_as_event):
242 * events.c (key_sequence_to_event_chain):
243 * events.c (Fevent_timestamp):
244 * events.c (TIMESTAMP_HALFSPACE):
245 * events.c (Fevent_timestamp_lessp):
246 * events.c (Fevent_button):
247 * events.c (Fevent_modifier_bits):
248 * events.c (Fevent_modifiers):
249 * events.c (Fevent_window_x_pixel):
250 * events.c (Fevent_window_y_pixel):
251 * events.c (Fevent_x_pixel):
252 * events.c (Fevent_y_pixel):
253 * events.c (Fevent_point):
254 * events.c (Fevent_closest_point):
255 * events.c (Fevent_x):
256 * events.c (Fevent_y):
257 * events.c (Fevent_modeline_position):
258 * events.c (Fevent_glyph_x_pixel):
259 * events.c (Fevent_glyph_y_pixel):
260 * events.c (Fevent_properties):
261 * extents.c:
262 * extents.c (print_extent_1):
263 * extents.c (extent_endpoint_external):
264 * extents.c (Fextent_length):
265 * extents.c (Fnext_extent_change):
266 * extents.c (Fprevious_extent_change):
267 * extents.c (report_extent_modification_mapper):
268 * extents.c (memoize_extent_face_internal):
269 * extents.c (Fset_extent_priority):
270 * extents.c (Fextent_priority):
271 * extents.c (Fextent_property):
272 * extents.c (extent_properties):
273 * extents.c (run_extent_copy_paste_internal):
274 * extents.c (next_previous_single_property_change_fn):
275 * file-coding.c (default_query_method):
276 * file-coding.c (encode_decode_coding_region):
277 * file-coding.c (gzip_print):
278 * file-coding.c (gzip_putprop):
279 * file-coding.c (gzip_getprop):
280 * fileio.c (close_file_unwind):
281 * fileio.c (Ffile_modes):
282 * fileio.c (Fset_file_modes):
283 * fileio.c (Fset_default_file_modes):
284 * fileio.c (Fdefault_file_modes):
285 * fileio.c (build_annotations):
286 * fileio.c (a_write):
287 * fileio.c (auto_save_error):
288 * fileio.c (do_auto_save_unwind):
289 * fileio.c (Fdo_auto_save):
290 * fileio.c (Fset_buffer_auto_saved):
291 * floatfns.c:
292 * floatfns.c (extract_float):
293 * floatfns.c (Fexpt):
294 * floatfns.c (Fabs):
295 * floatfns.c (Ffloat):
296 * floatfns.c (Flogb):
297 * floatfns.c (CONVERT_WITHOUT_NUMBER_TYPES):
298 * floatfns.c (MAYBE_CHAR_OR_MARKER):
299 * floatfns.c (ceiling_two_fixnum):
300 * floatfns.c (ceiling_two_bigfloat):
301 * floatfns.c (ceiling_one_bigfloat):
302 * floatfns.c (ceiling_one_mundane_arg):
303 * floatfns.c (floor_two_fixnum):
304 * floatfns.c (floor_two_bigfloat):
305 * floatfns.c (floor_one_bigfloat):
306 * floatfns.c (round_two_fixnum):
307 * floatfns.c (round_two_bigfloat):
308 * floatfns.c (round_one_bigfloat):
309 * floatfns.c (truncate_two_fixnum):
310 * floatfns.c (truncate_two_bigfloat):
311 * floatfns.c (truncate_one_bigfloat):
312 * floatfns.c (truncate_one_float):
313 * fns.c (print_bit_vector):
314 * fns.c (get_check_match_function_1):
315 * fns.c (Frandom):
316 * fns.c (Flength):
317 * fns.c (Fsafe_length):
318 * fns.c (Flist_length):
319 * fns.c (count_with_tail):
320 * fns.c (list_count_from_end):
321 * fns.c (string_count_from_end):
322 * fns.c (Fcompare_strings):
323 * fns.c (Fstring_modified_tick):
324 * fns.c (bump_string_modiff):
325 * fns.c (concat):
326 * fns.c (Fsubseq):
327 * fns.c (Fnthcdr):
328 * fns.c (Felt):
329 * fns.c (Flast):
330 * fns.c (Fnbutlast):
331 * fns.c (Fbutlast):
332 * fns.c (list_position_cons_before):
333 * fns.c (position):
334 * fns.c (FdeleteX):
335 * fns.c (FremoveX):
336 * fns.c (list_delete_duplicates_from_end):
337 * fns.c (Fdelete_duplicates):
338 * fns.c (Fremove_duplicates):
339 * fns.c (BIT_VECTOR_TO_OBJECT_ARRAY):
340 * fns.c (Fmerge):
341 * fns.c (list_sort):
342 * fns.c (FsortX):
343 * fns.c (plists_differ):
344 * fns.c (tweaked_internal_equal):
345 * fns.c (internal_equal_trapping_problems):
346 * fns.c (internal_equalp):
347 * fns.c (Ffill):
348 * fns.c (mapcarX):
349 * fns.c (shortest_length_among_sequences):
350 * fns.c (Fmapconcat):
351 * fns.c (Freduce):
352 * fns.c (replace_string_range_1):
353 * fns.c (Freplace):
354 * fns.c (Fnsubstitute):
355 * fns.c (Fsubstitute):
356 * fns.c (mismatch_from_end):
357 * fns.c (mismatch_list_list):
358 * fns.c (mismatch_list_string):
359 * fns.c (mismatch_list_array):
360 * fns.c (mismatch_string_array):
361 * fns.c (mismatch_string_string):
362 * fns.c (mismatch_array_array):
363 * fns.c (Fsearch):
364 * fns.c (Fload_average):
365 * fns.c (Ffeaturep):
366 * fns.c (base64_decode_1):
367 * fns.c (Fbase64_encode_region):
368 * fns.c (Fbase64_decode_region):
369 * fns.c (Fbase64_decode_string):
370 * font-lock.c (end_of_defun):
371 * font-lock.c (Fsyntactically_sectionize):
372 * font-mgr.c (Ffc_pattern_add):
373 * font-mgr.c (Ffc_pattern_get):
374 * font-mgr.c (Ffc_config_get_rescan_interval):
375 * font-mgr.c (Ffc_config_set_rescan_interval):
376 * font-mgr.c (Ffc_get_version):
377 * font-mgr.c (Ffc_init_reinitialize):
378 * fontcolor-gtk.c (gtk_color_instance_rgb_components):
379 * fontcolor-gtk.c (gtk_valid_color_name_p):
380 * fontcolor-msw.c (mswindows_color_instance_rgb_components):
381 * fontcolor-msw.c (mswindows_valid_color_name_p):
382 * fontcolor-x.c (x_color_instance_rgb_components):
383 * fontcolor-x.c (x_font_instance_properties):
384 * fontcolor-x.c (x_font_list):
385 * fontcolor.c (Ffont_instance_ascent):
386 * fontcolor.c (Ffont_instance_descent):
387 * fontcolor.c (Ffont_instance_width):
388 * fontcolor.c (Ffont_instance_proportional_p):
389 * frame-gtk.c (gtk_frame_property):
390 * frame-gtk.c (gtk_frame_properties):
391 * frame-gtk.c (gtk_set_frame_properties):
392 * frame-impl.h (FRAME_SCROLLBAR_WIDTH):
393 * frame-impl.h (FRAME_RAW_THEORETICAL_TOOLBAR_SIZE):
394 * frame-impl.h (FRAME_RAW_REAL_TOOLBAR_BORDER_WIDTH):
395 * frame-msw.c (mswindows_init_frame_1):
396 * frame-msw.c (mswindows_frame_property):
397 * frame-msw.c (mswindows_frame_properties):
398 * frame-msw.c (mswindows_set_frame_properties):
399 * frame-msw.c (msprinter_frame_property):
400 * frame-msw.c (msprinter_frame_properties):
401 * frame-msw.c (msprinter_set_frame_properties):
402 * frame-tty.c:
403 * frame-tty.c (tty_frame_property):
404 * frame-tty.c (tty_frame_properties):
405 * frame-x.c (x_frame_property):
406 * frame-x.c (x_frame_properties):
407 * frame-x.c (x_set_frame_properties):
408 * frame.c (Fmake_frame):
409 * frame.c (delete_frame_internal):
410 * frame.c (Fmouse_pixel_position):
411 * frame.c (Fmouse_position):
412 * frame.c (Fset_mouse_position):
413 * frame.c (Fset_mouse_pixel_position):
414 * frame.c (Fprint_job_page_number):
415 * frame.c (Fframe_modified_tick):
416 * frame.c (Fframe_property):
417 * frame.c (Fframe_properties):
418 * frame.c (Fframe_pixel_height):
419 * frame.c (Fframe_displayable_pixel_height):
420 * frame.c (Fframe_pixel_width):
421 * frame.c (Fframe_displayable_pixel_width):
422 * frame.c (Fset_frame_height):
423 * frame.c (Fset_frame_pixel_height):
424 * frame.c (Fset_frame_displayable_pixel_height):
425 * frame.c (Fset_frame_width):
426 * frame.c (Fset_frame_pixel_width):
427 * frame.c (Fset_frame_displayable_pixel_width):
428 * frame.c (Fset_frame_size):
429 * frame.c (Fset_frame_pixel_size):
430 * frame.c (Fset_frame_displayable_pixel_size):
431 * frame.c (Fset_frame_position):
432 * frame.c (adjust_frame_size):
433 * free-hook.c (Freally_free):
434 * free-hook.c (really_free_one_entry):
435 * glyphs-eimage.c (gif_instantiate):
436 * glyphs-eimage.c (GETCOLOR):
437 * glyphs-gtk.c (image_instance_convert_to_pointer):
438 * glyphs-gtk.c (init_image_instance_from_xbm_inline):
439 * glyphs-gtk.c (xbm_instantiate_1):
440 * glyphs-gtk.c (gtk_xbm_instantiate):
441 * glyphs-gtk.c (gtk_xpm_instantiate):
442 * glyphs-gtk.c (check_valid_string_or_int):
443 * glyphs-gtk.c (autodetect_normalize):
444 * glyphs-gtk.c (gtk_progress_gauge_redisplay):
445 * glyphs-gtk.c (gtk_register_gui_item):
446 * glyphs-gtk.c (gtk_tab_control_callback):
447 * glyphs-gtk.c (BUILD_GLYPH_INST):
448 * glyphs-msw.c (init_image_instance_from_dibitmap):
449 * glyphs-msw.c (mswindows_initialize_image_instance_icon):
450 * glyphs-msw.c (xpm_to_eimage):
451 * glyphs-msw.c (resource_name_to_resource):
452 * glyphs-msw.c (mswindows_resource_instantiate):
453 * glyphs-msw.c (init_image_instance_from_xbm_inline):
454 * glyphs-msw.c (xbm_instantiate_1):
455 * glyphs-msw.c (mswindows_xbm_instantiate):
456 * glyphs-msw.c (mswindows_register_gui_item):
457 * glyphs-msw.c (mswindows_subwindow_instantiate):
458 * glyphs-msw.c (mswindows_widget_instantiate):
459 * glyphs-msw.c (mswindows_progress_gauge_instantiate):
460 * glyphs-msw.c (mswindows_progress_gauge_redisplay):
461 * glyphs-msw.c (mswindows_control_wnd_proc):
462 * glyphs-widget.c:
463 * glyphs-widget.c (check_valid_int_or_function):
464 * glyphs-widget.c (widget_query_geometry):
465 * glyphs-widget.c (widget_instantiate):
466 * glyphs-widget.c (layout_update):
467 * glyphs-widget.c (layout_query_geometry):
468 * glyphs-widget.c (layout_layout):
469 * glyphs-widget.c (layout_property):
470 * glyphs-widget.c (Fwidget_logical_to_character_width):
471 * glyphs-widget.c (Fwidget_logical_to_character_height):
472 * glyphs-x.c (image_instance_convert_to_pointer):
473 * glyphs-x.c (init_image_instance_from_xbm_inline):
474 * glyphs-x.c (xbm_instantiate_1):
475 * glyphs-x.c (x_xbm_instantiate):
476 * glyphs-x.c (x_xpm_instantiate):
477 * glyphs-x.c (autodetect_normalize):
478 * glyphs-x.c (x_progress_gauge_redisplay):
479 * glyphs-x.c (BUILD_GLYPH_INST):
480 * glyphs.c:
481 * glyphs.c (process_image_string_instantiator):
482 * glyphs.c (check_valid_int):
483 * glyphs.c (alist_to_tagged_vector):
484 * glyphs.c (normalize_image_instantiator):
485 * glyphs.c (print_image_instance):
486 * glyphs.c (make_image_instance_1):
487 * glyphs.c (Fimage_instance_depth):
488 * glyphs.c (Fimage_instance_height):
489 * glyphs.c (Fimage_instance_width):
490 * glyphs.c (bitmap_to_lisp_data):
491 * glyphs.c (xbm_normalize):
492 * glyphs.c (pixmap_to_lisp_data):
493 * glyphs.c (image_instantiate):
494 * glyphs.c (image_going_to_add):
495 * glyphs.c (Fglyph_width):
496 * glyphs.c (Fglyph_ascent):
497 * glyphs.c (Fglyph_descent):
498 * glyphs.c (Fglyph_height):
499 * glyphs.c (glyph_baseline):
500 * glyphs.c (subwindow_instantiate):
501 * glyphs.c (Fimage_instance_subwindow_id):
502 * glyphs.c (Fresize_subwindow):
503 * glyphs.c (disable_glyph_animated_timeout):
504 * gpmevent.c (Fgpm_enable):
505 * gtk-glue.c (xemacs_list_to_array):
506 * gtk-xemacs.c (FROB_FACE):
507 * gtk-xemacs.c (smash_scrollbar_specifiers):
508 * gtk-xemacs.c (smash_toolbar_specifiers):
509 * gui-gtk.c (gcpro_popup_callbacks):
510 * gui-gtk.c (ungcpro_popup_callbacks):
511 * gui-gtk.c (get_gcpro_popup_callbacks):
512 * gui-msw.c (mswindows_handle_gui_wm_command):
513 * gui-x.c:
514 * gui-x.c (gcpro_popup_callbacks):
515 * gui-x.c (ungcpro_popup_callbacks):
516 * gui-x.c (popup_handled_p):
517 * gui.c (gui_item_id_hash):
518 * gutter.c (calculate_gutter_size):
519 * gutter.c (Fgutter_pixel_width):
520 * gutter.c (Fgutter_pixel_height):
521 * gutter.c (gutter_specs_changed_1):
522 * gutter.c (gutter_specs_changed):
523 * gutter.c (gutter_size_validate):
524 * gutter.c (specifier_vars_of_gutter):
525 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH):
526 * indent.c (last_visible_position):
527 * indent.c (column_at_point):
528 * indent.c (Fcurrent_column):
529 * indent.c (Findent_to):
530 * indent.c (byte_spaces_at_point):
531 * indent.c (Fcurrent_indentation):
532 * indent.c (Fmove_to_column):
533 * indent.c (Fcompute_motion):
534 * indent.c (vertical_motion_1):
535 * indent.c (Fvertical_motion_pixels):
536 * indent.c (syms_of_indent):
537 * insdel.c (make_gap):
538 * insdel.c (signal_before_change):
539 * insdel.c (signal_after_change):
540 * insdel.c (buffer_insert_string_1):
541 * intl-win32.c:
542 * intl-win32.c (mswindows_get_code_page_charset):
543 * intl-win32.c (Fmswindows_get_locale_info):
544 * intl-win32.c (enum_code_page_fn):
545 * intl-win32.c (Fmswindows_get_console_code_page):
546 * intl-win32.c (Fmswindows_set_console_code_page):
547 * intl-win32.c (Fmswindows_get_console_output_code_page):
548 * intl-win32.c (Fmswindows_set_console_output_code_page):
549 * intl-win32.c (Fmswindows_get_code_page_charset):
550 * intl-win32.c (Fmswindows_get_valid_keyboard_layouts):
551 * intl-win32.c (Fmswindows_get_keyboard_layout):
552 * intl-win32.c (Fmswindows_set_keyboard_layout):
553 * intl-win32.c (mswindows_multibyte_to_unicode_putprop):
554 * intl-win32.c (mswindows_multibyte_to_unicode_getprop):
555 * intl-win32.c (mswindows_multibyte_to_unicode_print):
556 * keymap.c (MAKE_MODIFIER_HASH_KEY):
557 * keymap.c (print_keymap):
558 * keymap.c (get_keyelt):
559 * keymap.c (keymap_fullness):
560 * keymap.c (Fkeymap_fullness):
561 * keymap.c (event_matches_key_specifier_p):
562 * keymap.c (ensure_meta_prefix_char_keymapp):
563 * keymap.c (Fdefine_key):
564 * keymap.c (raw_lookup_key_mapper):
565 * keymap.c (lookup_events):
566 * keymap.c (get_relevant_keymaps):
567 * keymap.c (Fkey_binding):
568 * keymap.c (map_keymap_sorted):
569 * keymap.c (Faccessible_keymaps):
570 * keymap.c (Fkey_description):
571 * keymap.c (Fwhere_is_internal):
572 * keymap.c (where_is_recursive_mapper):
573 * keymap.c (describe_map_tree):
574 * keymap.c (describe_command):
575 * keymap.c (describe_map_mapper):
576 * keymap.c (describe_map_sort_predicate):
577 * keymap.c (describe_map):
578 * line-number.c (narrow_line_number_cache):
579 * line-number.c (get_nearest_line_number):
580 * line-number.c (add_position_to_cache):
581 * line-number.c (buffer_line_number):
582 * lisp-disunion.h:
583 * lisp-disunion.h (Lisp_Type_Fixnum_Bit):
584 * lisp-disunion.h (make_fixnum):
585 * lisp-disunion.h (FIXNUMP):
586 * lisp-disunion.h (Qzero):
587 * lisp-union.h:
588 * lisp-union.h (union Lisp_Object):
589 * lisp-union.h (XREALFIXNUM):
590 * lisp-union.h (FIXNUMP):
591 * lisp.h:
592 * lisp.h (enum Lisp_Type):
593 * lisp.h (FIXNUM_GCBITS):
594 * lisp.h (HACKEQ_UNSAFE):
595 * lisp.h (BITP):
596 * lisp.h (XFIXNUM):
597 * lisp.h (CHECK_FIXNUM):
598 * lisp.h (CONCHECK_FIXNUM):
599 * lisp.h (XCHAR_OR_FIXNUM):
600 * lisp.h (CHAR_INTP):
601 * lisp.h (CHECK_CHAR_COERCE_INT):
602 * lisp.h (CHECK_FIXNUM_COERCE_CHAR):
603 * lisp.h (CHECK_FIXNUM_COERCE_MARKER):
604 * lisp.h (CHECK_FIXNUM_COERCE_CHAR_OR_MARKER):
605 * lisp.h (XFLOATFIXNUM):
606 * lisp.h (CONCHECK_FIXNUM_OR_FLOAT):
607 * lisp.h (FIXNUM_OR_FLOATP):
608 * lisp.h (PARSE_KEYWORDS):
609 * lisp.h (ARRAY_DIMENSION_LIMIT):
610 * lread.c (pas_de_holgazan_ici):
611 * lread.c (load_force_doc_string_unwind):
612 * lread.c (close_load_descs):
613 * lread.c (Fload_internal):
614 * lread.c (decode_mode_1):
615 * lread.c (Feval_region):
616 * lread.c (Fread_from_string):
617 * lread.c (read_unicode_escape):
618 * lread.c (read_atom):
619 * lread.c (parse_integer):
620 * lread.c (read_structure):
621 * lread.c (read1):
622 * lread.c (read_vector):
623 * lread.c (read_compiled_function):
624 * lstream.c (make_lisp_buffer_stream_1):
625 * macros.c (Fstart_kbd_macro):
626 * macros.c (Fend_kbd_macro):
627 * macros.c (pop_kbd_macro_event):
628 * macros.c (Fexecute_kbd_macro):
629 * marker.c (Fmarker_position):
630 * marker.c (set_marker_internal):
631 * marker.c (copy_marker_1):
632 * marker.c (init_buffer_markers):
633 * marker.c (uninit_buffer_markers):
634 * mc-alloc.c (Fmc_alloc_memory_usage):
635 * mc-alloc.c (syms_of_mc_alloc):
636 * menubar-msw.c (allocate_menu_item_id):
637 * menubar-msw.c (populate_menu_add_item):
638 * menubar-msw.c (mswindows_handle_wm_command):
639 * menubar.c (Fcompare_menu_text):
640 * minibuf.c:
641 * minibuf.c (Fminibuffer_depth):
642 * minibuf.c (read_minibuffer_internal_unwind):
643 * minibuf.c (Fminibuffer_prompt_width):
644 * mule-ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION):
645 * mule-ccl.c (CCL_WRITE_STRING):
646 * mule-ccl.c (ccl_driver):
647 * mule-ccl.c (resolve_symbol_ccl_program):
648 * mule-ccl.c (ccl_get_compiled_code):
649 * mule-ccl.c (setup_ccl_program):
650 * mule-ccl.c (Fccl_execute):
651 * mule-ccl.c (vars_of_mule_ccl):
652 * mule-charset.c:
653 * mule-charset.c (get_unallocated_leading_byte):
654 * mule-charset.c (Fmake_charset):
655 * mule-charset.c (Fcharset_from_attributes):
656 * mule-charset.c (Fcharset_dimension):
657 * mule-charset.c (Fcharset_property):
658 * mule-charset.c (Fcharset_id):
659 * mule-coding.c (Fdecode_shift_jis_char):
660 * mule-coding.c (Fencode_shift_jis_char):
661 * mule-coding.c (Fdecode_big5_char):
662 * mule-coding.c (Fencode_big5_char):
663 * mule-coding.c (charset_by_attributes_or_create_one):
664 * mule-coding.c (decode_unicode_char):
665 * mule-coding.c (fixed_width_skip_chars_data_given_strings):
666 * mule-coding.c (fixed_width_query):
667 * mule-wnnfns.c (Fwnn_dict_add):
668 * mule-wnnfns.c (Fwnn_dict_delete):
669 * mule-wnnfns.c (Fwnn_dict_list):
670 * mule-wnnfns.c (Fwnn_dict_comment):
671 * mule-wnnfns.c (Fwnn_begin_henkan):
672 * mule-wnnfns.c (Fwnn_zenkouho):
673 * mule-wnnfns.c (Fwnn_get_zenkouho):
674 * mule-wnnfns.c (Fwnn_zenkouho_bun):
675 * mule-wnnfns.c (Fwnn_zenkouho_suu):
676 * mule-wnnfns.c (Fwnn_dai_top):
677 * mule-wnnfns.c (Fwnn_dai_end):
678 * mule-wnnfns.c (Fwnn_kakutei):
679 * mule-wnnfns.c (Fwnn_bunsetu_henkou):
680 * mule-wnnfns.c (Fwnn_inspect):
681 * mule-wnnfns.c (Fwnn_bunsetu_kanji):
682 * mule-wnnfns.c (Fwnn_bunsetu_yomi):
683 * mule-wnnfns.c (Fwnn_bunsetu_suu):
684 * mule-wnnfns.c (Fwnn_hindo_update):
685 * mule-wnnfns.c (Fwnn_word_toroku):
686 * mule-wnnfns.c (Fwnn_word_sakujo):
687 * mule-wnnfns.c (Fwnn_word_use):
688 * mule-wnnfns.c (Fwnn_word_info):
689 * mule-wnnfns.c (Fwnn_hindo_set):
690 * mule-wnnfns.c (Fwnn_dict_search):
691 * mule-wnnfns.c (Fwnn_get_param):
692 * mule-wnnfns.c (Fwnn_set_param):
693 * mule-wnnfns.c (Fwnn_get_msg):
694 * mule-wnnfns.c (Fwnn_hinsi_dicts):
695 * mule-wnnfns.c (Fwnn_hinsi_list):
696 * mule-wnnfns.c (Fwnn_notrans_dict_add):
697 * mule-wnnfns.c (Fwnn_bmodify_dict_add):
698 * mule-wnnfns.c (Fwnn_okuri_flag):
699 * mule-wnnfns.c (Fwnn_prefix_flag):
700 * mule-wnnfns.c (Fwnn_freq_func):
701 * mule-wnnfns.c (Fwnn_numeric):
702 * mule-wnnfns.c (Fwnn_alphabet):
703 * mule-wnnfns.c (Fwnn_symbol):
704 * mule-wnnfns.c (Fwnn_version):
705 * mule-wnnfns.c (Fwnn_hinsi_number):
706 * mule-wnnfns.c (syms_of_mule_wnn):
707 * number.c:
708 * number.c (Fdenominator):
709 * number.c (Fbigfloat_get_precision):
710 * number.c (Fbigfloat_set_precision):
711 * number.c (default_float_precision_changed):
712 * number.c (Fcanonicalize_number):
713 * number.c (get_number_type):
714 * number.c (promote_args):
715 * number.c (Fcoerce_number):
716 * number.c (vars_of_number):
717 * number.h (INTEGERP):
718 * number.h (make_integer):
719 * number.h (NATNUMP):
720 * number.h (CHECK_NATNUM):
721 * print.c (output_string):
722 * print.c (print_vector_internal):
723 * print.c (print_cons):
724 * print.c (print_string):
725 * print.c (print_preprocess_inchash_eq):
726 * print.c (print_seen_once):
727 * print.c (print_nonsymbol_seen_once):
728 * print.c (print_sort_get_numbers):
729 * print.c (print_gensym_or_circle):
730 * print.c (nsubst_structures_descend):
731 * print.c (print_internal):
732 * print.c (restore_inhibit_non_essential_conversion_operations):
733 * print.c (begin_inhibit_non_essential_conversion_operations):
734 * print.c (debug_print_enter):
735 * print.c (debug_p4):
736 * process-nt.c (validate_signal_number):
737 * process-nt.c (nt_send_process):
738 * process-nt.c (nt_open_network_stream):
739 * process-nt.c (Fmswindows_set_process_priority):
740 * process-unix.c:
741 * process-unix.c (connect_to_file_descriptor):
742 * process-unix.c (get_internet_address):
743 * process-unix.c (child_setup):
744 * process-unix.c (unix_update_status_if_terminated):
745 * process-unix.c (unix_reap_exited_processes):
746 * process-unix.c (unix_send_process):
747 * process-unix.c (unix_kill_child_process):
748 * process-unix.c (unix_open_network_stream):
749 * process-unix.c (unix_open_multicast_group):
750 * process.c (create_process):
751 * process.c (Fstart_process_internal):
752 * process.c (Fset_process_window_size):
753 * process.c (read_process_output):
754 * process.c (status_message):
755 * process.c (status_notify):
756 * process.c (Fprocess_exit_status):
757 * process.c (decode_signal):
758 * process.c (Fprocess_send_eof):
759 * profile.c:
760 * profile.c (profile_sow_backtrace):
761 * profile.c (profile_reap_backtrace):
762 * profile.c (Fstart_profiling):
763 * profile.c (get_profiling_info_timing_maphash):
764 * profile.c (Fget_profiling_info):
765 * profile.c (set_profiling_info_timing_maphash):
766 * ralloc.c:
767 * ralloc.c (MLVAL):
768 * rangetab.c (Fget_range_table):
769 * rangetab.c (Fput_range_table):
770 * rangetab.c (Fmap_range_table):
771 * rangetab.c (rangetab_data_validate):
772 * redisplay-msw.c (mswindows_output_vertical_divider):
773 * redisplay-output.c (redisplay_move_cursor):
774 * redisplay-output.c (redisplay_output_layout):
775 * redisplay-output.c (redisplay_output_window):
776 * redisplay-output.c (redisplay_redraw_exposed_area_1):
777 * redisplay-output.c (redisplay_redraw_exposed_area):
778 * redisplay-output.c (bevel_modeline):
779 * redisplay-xlike-inc.c (XLIKE_get_gc):
780 * redisplay-xlike-inc.c (XLIKE_output_string):
781 * redisplay-xlike-inc.c (XLIKE_output_vertical_divider):
782 * redisplay-xlike-inc.c (XLIKE_output_blank):
783 * redisplay-xlike-inc.c (XLIKE_output_eol_cursor):
784 * redisplay.c (tab_char_width):
785 * redisplay.c (add_glyph_rune):
786 * redisplay.c (create_text_block):
787 * redisplay.c (generate_fstring_runes):
788 * redisplay.c (create_string_text_block):
789 * redisplay.c (regenerate_window):
790 * redisplay.c (regenerate_window_extents_only_changed):
791 * redisplay.c (regenerate_window_incrementally):
792 * redisplay.c (regenerate_window_point_center):
793 * redisplay.c (redisplay_window):
794 * redisplay.c (validate_line_start_cache):
795 * redisplay.c (update_line_start_cache):
796 * scrollbar-gtk.c (scrollbar_cb):
797 * scrollbar-msw.c (mswindows_handle_scrollbar_event):
798 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
799 * scrollbar-x.c (x_update_horizontal_scrollbar_callback):
800 * scrollbar.c (scrollbar_reset_cursor):
801 * scrollbar.c (Fscrollbar_line_up):
802 * scrollbar.c (Fscrollbar_line_down):
803 * scrollbar.c (Fscrollbar_page_up):
804 * scrollbar.c (Fscrollbar_page_down):
805 * scrollbar.c (Fscrollbar_to_bottom):
806 * scrollbar.c (Fscrollbar_vertical_drag):
807 * scrollbar.c (Fscrollbar_set_hscroll):
808 * scrollbar.c (specifier_vars_of_scrollbar):
809 * search.c (string_match_1):
810 * search.c (skip_chars):
811 * search.c (search_command):
812 * search.c (Freplace_match):
813 * search.c (match_limit):
814 * search.c (Fmatch_data):
815 * search.c (Fstore_match_data):
816 * select-gtk.c (gtk_get_foreign_selection):
817 * select-msw.c (x_sym_p):
818 * select-msw.c (symbol_to_ms_cf):
819 * select-msw.c (ms_cf_to_symbol):
820 * select-msw.c (mswindows_own_selection):
821 * select-msw.c (mswindows_register_selection_data_type):
822 * select-msw.c (mswindows_selection_data_type_name):
823 * select-x.c:
824 * select-x.c (x_get_foreign_selection):
825 * select-x.c (Fx_get_cutbuffer_internal):
826 * select-x.c (Fx_rotate_cutbuffers_internal):
827 * select-xlike-inc.c (selection_data_to_lisp_data):
828 * select-xlike-inc.c (lisp_data_to_selection_data):
829 * select.c (Favailable_selection_types):
830 * sgiplay.c (close_sound_file):
831 * sgiplay.c (play_sound_file):
832 * sgiplay.c (restore_audio_port):
833 * sgiplay.c (audio_initialize):
834 * sgiplay.c (set_channels):
835 * sgiplay.c (set_output_format):
836 * sound.c (Fplay_sound_file):
837 * sound.c (parse_sound_alist_elt):
838 * sound.c (Fplay_sound):
839 * specifier.c:
840 * specifier.c (print_specifier):
841 * specifier.c (canonicalize_tag_set):
842 * specifier.c (call_charset_predicate):
843 * specifier.c (Fdefine_specifier_tag):
844 * specifier.c (specifier_instance_1):
845 * specifier.c (integer_validate):
846 * specifier.h (XFIXNUMEGER_SPECIFIER):
847 * symbols.c:
848 * symbols.c (Fintern):
849 * symbols.c (Fintern_soft):
850 * symbols.c (Funintern):
851 * symbols.c (oblookup):
852 * symbols.c (do_symval_forwarding):
853 * symbols.c (set_default_buffer_slot_variable):
854 * symbols.c (set_default_console_slot_variable):
855 * symbols.c (store_symval_forwarding):
856 * symbols.c (Fset):
857 * symbols.c (Fsetq_default):
858 * symbols.c (symbol_value_buffer_local_info):
859 * symbols.c (user_variable_alias_check_fun):
860 * symbols.c (Fuser_variable_p):
861 * syntax.c (Fsyntax_cache_info):
862 * syntax.c (Fset_syntax_table):
863 * syntax.c (reset_syntax_cache_range):
864 * syntax.c (update_syntax_cache):
865 * syntax.c (syntax_match):
866 * syntax.c (Fforward_word):
867 * syntax.c (Fforward_comment):
868 * syntax.c (scan_lists):
869 * syntax.c (Fscan_lists):
870 * syntax.c (Fscan_sexps):
871 * syntax.c (scan_sexps_forward):
872 * syntax.c (Fparse_partial_sexp):
873 * syntax.c (copy_to_mirrortab):
874 * syntax.c (copy_if_not_already_present):
875 * syntax.c (update_just_this_syntax_table):
876 * syntax.c (define_standard_syntax):
877 * syntax.c (SET_RANGE_SYNTAX):
878 * syntax.c (complex_vars_of_syntax):
879 * syntax.h:
880 * sysdep.c:
881 * sysdep.c (init_system_name):
882 * sysdep.c (get_random):
883 * tests.c:
884 * tests.c (test_hash_tables_mapper):
885 * tests.c (test_hash_tables_modifying_mapper):
886 * tests.c (test_hash_tables_predicate):
887 * tests.c (Ftest_hash_tables):
888 * text.c (get_buffer_pos_char):
889 * text.c (get_string_pos_char_1):
890 * text.c (non_ascii_valid_ichar_p):
891 * text.c (Fmake_char):
892 * text.c (Fchar_octet):
893 * text.c (Fsplit_char):
894 * toolbar-msw.c (allocate_toolbar_item_id):
895 * toolbar-msw.c (mswindows_clear_toolbar):
896 * toolbar-msw.c (mswindows_output_toolbar):
897 * toolbar-msw.c (mswindows_get_toolbar_button_text):
898 * toolbar-msw.c (mswindows_handle_toolbar_wm_command):
899 * toolbar-xlike.c (__prepare_button_area):
900 * toolbar-xlike.c (xlike_get_button_size):
901 * toolbar.c (Fcheck_toolbar_button_syntax):
902 * toolbar.c (specifier_vars_of_toolbar):
903 * tooltalk.c (tooltalk_constant_value):
904 * tooltalk.c (Fadd_tooltalk_message_arg):
905 * tooltalk.c (Fadd_tooltalk_pattern_arg):
906 * tooltalk.c (init_tooltalk):
907 * tooltalk.c (MAKE_CONSTANT):
908 * tooltalk.c (vars_of_tooltalk):
909 * tooltalk.h (CHECK_TOOLTALK_CONSTANT):
910 * tooltalk.h (VALID_TOOLTALK_MESSAGEP):
911 * ui-byhand.c (Fgtk_box_query_child_packing):
912 * ui-byhand.c (Fgtk_button_box_get_child_size):
913 * ui-byhand.c (Fgtk_calendar_get_date):
914 * ui-byhand.c (Fgtk_clist_get_text):
915 * ui-byhand.c (Fgtk_clist_get_selection):
916 * ui-byhand.c (Fgtk_clist_get_pixmap):
917 * ui-byhand.c (Fgtk_clist_get_pixtext):
918 * ui-byhand.c (Fgtk_editable_insert_text):
919 * ui-byhand.c (Fgtk_curve_get_vector):
920 * ui-byhand.c (Fgtk_notebook_query_tab_label_packing):
921 * ui-byhand.c (Fgtk_widget_get_pointer):
922 * ui-byhand.c (generic_toolbar_insert_item):
923 * ui-byhand.c (Fgtk_toolbar_insert_item):
924 * ui-byhand.c (Fgtk_ctree_recurse):
925 * ui-gtk.c:
926 * ui-gtk.c (import_gtk_enumeration_internal):
927 * ui-gtk.c (Fgtk_call_function):
928 * ui-gtk.c (__internal_callback_destroy):
929 * ui-gtk.c (Fgtk_signal_connect):
930 * ui-gtk.c (Fgtk_fundamental_type):
931 * ui-gtk.c (Fgtk_object_type):
932 * ui-gtk.c (Fgtk_describe_type):
933 * ui-gtk.c (gtk_type_to_lisp):
934 * ui-gtk.c (lisp_to_gtk_type):
935 * ui-gtk.c (lisp_to_gtk_ret_type):
936 * ui-gtk.c (get_enumeration):
937 * ui-gtk.c (symbol_to_enum):
938 * ui-gtk.c (flags_to_list):
939 * ui-gtk.c (enum_to_symbol):
940 * undo.c (undo_prelude):
941 * undo.c (record_insert):
942 * undo.c (record_delete):
943 * undo.c (record_property_change):
944 * undo.c (Fprimitive_undo):
945 * unicode.c (unicode_to_ichar):
946 * unicode.c (Fchar_to_unicode):
947 * unicode.c (Funicode_to_char):
948 * unicode.c (add_lisp_string_to_skip_chars_range):
949 * unicode.c (unicode_query):
950 * unicode.c (vars_of_unicode):
951 * win32.c (Fmswindows_shell_execute):
952 * window-impl.h (MODELINE_OFF_SHADOW_THICKNESS_ADJUSTED):
953 * window-impl.h (MODELINE_SHADOW_THICKNESS):
954 * window.c (window_divider_width):
955 * window.c (window_scrollbar_width):
956 * window.c (window_scrollbar_height):
957 * window.c (margin_width_internal):
958 * window.c (Fpos_visible_in_window_p):
959 * window.c (Fwindow_height):
960 * window.c (Fwindow_displayed_height):
961 * window.c (Fwindow_pixel_height):
962 * window.c (Fwindow_text_area_height):
963 * window.c (Fwindow_width):
964 * window.c (Fwindow_full_width):
965 * window.c (Fwindow_pixel_width):
966 * window.c (Fwindow_hscroll):
967 * window.c (Fmodeline_hscroll):
968 * window.c (Fset_modeline_hscroll):
969 * window.c (Fset_window_hscroll):
970 * window.c (Fwindow_pixel_edges):
971 * window.c (Fwindow_end):
972 * window.c (Fwindow_last_line_visible_height):
973 * window.c (Fset_window_point):
974 * window.c (Fset_window_start):
975 * window.c (unshow_buffer):
976 * window.c (Fother_window):
977 * window.c (window_loop):
978 * window.c (buffer_window_count):
979 * window.c (Fdelete_other_windows):
980 * window.c (Fset_window_buffer):
981 * window.c (Fselect_window):
982 * window.c (temp_output_buffer_show):
983 * window.c (Fsplit_window):
984 * window.c (Fenlarge_window):
985 * window.c (Fenlarge_window_pixels):
986 * window.c (Fshrink_window):
987 * window.c (Fshrink_window_pixels):
988 * window.c (window_scroll):
989 * window.c (Fscroll_left):
990 * window.c (Fscroll_right):
991 * window.c (Fcenter_to_window_line):
992 * window.c (Fmove_to_window_line):
993 * window.c (get_current_pixel_pos):
994 * window.c (Fcurrent_pixel_column):
995 * window.c (Fcurrent_pixel_row):
996 * window.c (specifier_vars_of_window):
997 * xemacs.def.in.in:
998 Mechanically change INT (where it refers to non-bignum Lisp
999 integers) to FIXNUM in our sources. Done for the following
1000 functions, enums, and macros: Lisp_Type_Int_Even,
1001 Lisp_Type_Int_Odd, INT_GCBITS, INT_VALBITS, make_int(), INTP(),
1002 XINT(), CHECK_INT(), XREALINT(), INT_PLUS(), INT_MINUS(),
1003 EMACS_INT_MAX (to MOST_POSITIVE_FIXNUM), EMACS_INT_MIN (to
1004 MOST_NEGATIVE_FIXNUM), NUMBER_FITS_IN_AN_EMACS_INT() to
1005 NUMBER_FITS_IN_A_FIXNUM(), XFLOATINT, XCHAR_OR_INT, INT_OR_FLOAT.
1006 The EMACS_INT typedef was not changed, it does not describe
1007 non-bignum Lisp integers.
1008 Script that did the change available in
1009 http://mid.gmane.org/20067.17650.181273.12014@parhasard.net .
1010
1 2011-09-06 Aidan Kehoe <kehoea@parhasard.net> 1011 2011-09-06 Aidan Kehoe <kehoea@parhasard.net>
2 1012
3 * redisplay-tty.c (init_tty_for_redisplay): 1013 * redisplay-tty.c (init_tty_for_redisplay):
4 Only set the console meta key flag to treat the eight bit as meta 1014 Only set the console meta key flag to treat the eight bit as meta
5 if the native coding system doesn't need that. 1015 if the native coding system doesn't need that.